

.center{
	margin: auto;
  text-align: center
}

.borderc {
  	border-style: solid;
  	/*border-color: #1e1651;*/
    border-color: #fdb918;
  	border-radius: 50px;
  	max-height: 300px;
  	min-height: 200px;
}

.borderb {
    border-style: solid;
    border-color: #ffffff;
    border-radius: 50px;
    max-height: 500;
    min-height: 200px;
    background-color: #ffffff;
}

.bgfix{
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 300px;
  background-attachment: fixed;
}

.carousel{
  padding-top: 60px;
}

.grey{
  color: #8b8b8b;
}

.theme1{
  color: #fdb918;
}

.theme2{
    color: #1e1651;
}

.card-title{
  color: #000000;
}

.product h4{
  color:#000000;
  /*font-family: 'Agency FB Bold', arial;*/
  font-family: 'Big Shoulders Text', cursive;
  font-size: 48px;
}

a{
  /*font-family: "Josefin Sans", sans-serif;*/
    /*font-family: 'Agency FB Bold', arial;*/
    font-family: 'Big Shoulders Text', cursive;
}

h1, h2, h3, h4, h5 {
  /*font-family: 'Josefin Sans', sans-serif;*/
    /*font-family: 'Agency FB Bold', arial;*/
    font-family: 'Big Shoulders Text', cursive;
}

.product-img:hover{
  animation: pulse 1s infinite;
  animation-timing-function: linear;  
}
@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1);
  100% { transform: scale(1); }
  }
}

.home-product-img:hover{
  animation: wiggle 300ms infinite;
  animation-timing-function: linear;  
}
@keyframes wiggle {
  0% { transform: translate(2px, 0); }
  50% { transform: translate(-2px, 0); }
  100% { transform: translate(2px, 0); }
}

/*.owl-stage-outer{
  padding-left: 60px;
}*/

.block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
}

.block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
}

.block-23 .disable-link{
    pointer-events: none; 
    cursor: default; ; 
}

.ftco-footer .ftco-footer-widget ul li {
    font-size: 14px;
    margin-bottom: 0;
}
.ftco-footer-social li {
    list-style: none;
    margin: 0 10px 0 0;
    display: inline-block;
}

.ftco-footer-social li a span {
    position: absolute;
    font-size: 26px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #000;
}

.ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
}

.ftco-zoom:hover{
    transform: scale(1.25); 
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 2.5s;
}

footer li a:hover {
   color: #a7a4a4;
}

footer {
    background-color: #000000;
}
footer li, p {
    color: #ffffff;
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
    background-color: #dd4b39 !important;
}

.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-warning, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
    color: #fff !important;
}

.alert-danger, .alert-error {
    border-color: #d73925;
}

.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
    background-color: #00a65a !important;
}

.alert-success {
    border-color: #008d4c;
}

.list-unstyled{
  color: red;
}


option {
  background-color: #000; 
}

.header-area .main-header-area.sticky .main-menu ul li select option {
  background-color: #fff;
}

select{
  
  background: rgba(0, 0, 0, 0.0); 
  color: #fff; 
  /*font-size: 22px;*/
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  /*font-family: "Josefin Sans", sans-serif;*/
  position: relative;
  margin-bottom: 2.5px;
  height: 40px;
  width: 70px;
  border-width: 2px;
  border-color: #fff;


  /*position: absolute;
    right: 20%;
    z-index: 10;
    top: 10px;*/
}

.header-area .main-header-area.sticky .main-menu ul li select {
  color: #000;
  /*font-size: 16px;*/
  text-transform: capitalize;
  font-weight: 400;
  display: inline-block;
  /*font-family: "Josefin Sans", sans-serif;*/
  position: relative;
  border-color: #000;
}

.slicknav_nav select {
    /*border: 0px;
    outline: 0px;*/
    padding: 5px 10px;
    margin: 2px 7.5px;
    color: #000; 
    font-family: 'Big Shoulders Text', cursive;

}

.selected-language{
  color: #fdb918 !important; 
}

.language-selector{
  display:none;
}

@media screen and (max-width: 991px) {
  .order_thumb{
    padding: 20px;
  }
  .owl-stage-outer{
    padding-left: unset;
  }

  .slicknav_nav select {
    display:none;
  }

  .language-selector{
  display:flex;
  }
}

.fullscreen-bg__video {
  /*left: 0;*/
  /*top: 0;*/
  /*position: fixed;*/
  object-fit: fill;
  max-height: 50vh; 
  /*min-height: 100%;*/
/*  max-height: 100vh;*/
  max-width: 100%;
}

.submenu-custom {
  margin-left: 200px; 
  margin-top: -45px
}

html, body {height: 100%;}