@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0;
    margin: 0;
  font-family: 'Lato', sans-serif;
/*    overflow-x: hidden;
*/}
a{
  text-decoration: none;
}
ul {
    padding-left: 0
}
ul li {
    list-style-type: none;
}
i {
    vertical-align: middle;
}
body a,
body a:hover {
    text-decoration: none !important;
}
h1,h2,h3,h4{
 font-family: 'Poppins', sans-serif;
}
p {
  font-family: 'Lato', sans-serif;
  /*  font-weight: 300;*/
    font-size: 15px;
    line-height: 28px;
    color: #484849;
}
section {
    padding: 35px 0 65px;
}
/* @media (max-width: 992px) {
    
    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        z-index: 9;
        width: 45%;
        transition: left 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }
} */


@media (min-width: 992px){
  .dropdown-menu .dropdown-toggle:after{
    border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
  }

  .dropdown-menu .dropdown-menu{
    margin-left:0; margin-right: 0;
  }

  .dropdown-menu li{
    position: relative;
  }
  .nav-item .submenu{ 
    display: none;
    position: absolute;
    left:100%; top:-7px;
  }
  .nav-item .submenu-left{ 
    right:100%; left:auto;
  }

  .dropdown-menu > li:hover{ background-color: #f1f1f1 }
  .dropdown-menu > li:hover > .submenu{
    display: block;
  }
}
.btn-read {
   padding: 10px 31px;
    border-radius: 55px;
    font-size: 14px;
    color: #fff;
    -webkit-box-shadow: 0 10px 11px 0 rgb(60 58 58 / 30%);
    box-shadow: 0 10px 11px 0 rgb(60 58 58 / 30%);
   background: #0067ac;
    transition: 0.6s all;
    border: 0;
    text-transform: uppercase;
}
.btn-read i {
    color: #fff;
    margin-left: 22px;
}
.btn-read:hover {
  color: #fff;
 background: #d50f06;
    text-decoration: none;
  }
/*Heading Start-------------------------------------------------------------------*/
.heading h1 span,
.sub-heading h2 span, .sub-heading h3 span, .sub-heading h4 span{
    font-weight: 800;
}
.sign-up-text h5,.sign-up-text h3{
  color: #fff;
  font-family: 'Lato', sans-serif;
}
.sign-up-text h3{
  font-size: 20px;
}
.sub-heading h4, .heading h4
 {
    color: #616166;
    font-size: 23px;
    line-height: 51px;
    font-weight: 400;
}
.heading h1, .sub-heading h3, .sub-heading h2
 {
    color: #0067ac;
    font-size: 32px;
    line-height: 51px;
    font-weight: 400;
}
.heading, .sub-heading {
    margin: 0% 0 2% 0;
}
/*navbar Starts-------------------------------------------------------------------*/
.navbar {
    margin-bottom: 0;
  }
  .navbar-nav > li.active >a {
    color: #00b9ff !important;
}
.navbar-brand {
    padding: 0;
    height: auto;
}
.bg-nav{
  background: #eafcff;
  padding: 20px;
}
.navbar-toggle .icon-bar {
    background: #e80000;
}
.nav-link{
   font-size: 14px;
    transition: 0.4s all;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 16px !important;
}
.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .08);
}
.nav-link span{
    margin-right: 10px;
    color: #0068bd;
}
.navbar-nav > li.active >a {
    color: #00b9ff !important
}
.navbar-nav li a:hover {
    color: #00b9ff  !important
}
.navbar-toggler-icon {
   color: #0168ac;
}
/*Banner Starts=======================================*/
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}
.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}
.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}
.head{
   font-size: 41px;
    font-weight: 700;   
    color: #2f2f2f;
    line-height: 63px;
    font-family: 'Poppins', sans-serif;
}

.banner-img-bg{
   /* background: #97efff;*/
height: 550px;

    /*
    position: relative;  */  
}
.banner-img-bg img{
    object-fit: cover;
    max-width: 100% !important;
    width: 100%;
    height: 100% !important;
    max-height: 100%;
}
.wrapper {
  display: flex;
}
/* .left, .right {
  height: 100vh;
} */

.left {
  flex-basis: calc(50% - 25px);
 /* position: relative;*/
  background: #fff;
  display: flex;
  align-items: center;
}
/*.gg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 0;
  width: 0;
  border-top: 100vh solid #fff;
  border-right: 200px solid transparent;
  z-index: 999999;
}*/
.clip-polygon {      
  transition: 0.4s cubic-bezier(1, -1, 0, 2);
  clip-path: polygon(29% 0, 100% 0, 100% 100%, 0% 100%);
}
.right {
  flex-basis: calc(50% + 25px);/*
  background: url(http://lorempixel.com/500/500/people/10/) left center no-repeat;*/
  background-size: cover;
}
.px-15{
    position: relative;
}
.head span{
   color: #0067ac;
}
.sub-head {
 color: #2f2f2f;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
}
.banner-img{
  position: relative;
    height: 250px;
    width: 100%;
}

/*Banner Starts=======================================*/
#myCarousel .carousel-item p{-webkit-animation-name:slideInLeft; animation-name:slideInLeft;} 
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item img{-webkit-animation-name:fadeInUp; animation-name:fadeInUp; 
  display:block; height:auto; max-width:100%;}
#myCarousel p, #myCarousel a, 
#myCarousel .carousel-item img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#myCarousel .carousel-item{height:100%;/* min-height:550px;*/ }
.px-15{
  margin-left: 23%;}
#myCarousel{position:relative; z-index:1;
 background:url(../images/bg-banner.jpg)center center no-repeat; 
 background-size:cover; }
.carousel-control-next, .carousel-control-prev{height:40px; width:40px; padding:12px; top:50%; 
  bottom:auto; transform:translateY(-50%);background-color: #008cff; }
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform:translate3d(0, 0, 0);
  transform:translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
} 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/*About Starts=======================================*/
.about-img{
    position: relative;
}
.about-box{
  position: absolute;
    bottom: 0;
    right: 0;
    width: 300px;
    height: 200px;
    background: #0067ac;
    text-align: center;
    z-index: 99;
    padding: 30px;
    border-bottom: 4px solid #56e2fb;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.about-box p{
    font-size: 23px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
}
.about-box p span{
     font-size: 63px;
     font-weight: 800;
}
/*
video starts****************************************/
#video{
    background: #ebebeb;
}
.bbb_viewed {   
     background: #f8f8f8
 }
 .bbb_main_container {   
     padding: 11px
 }
 .bbb_viewed_title {
     margin-bottom: 16px;
     margin-top: 8px
 }
 .bbb_viewed_nav_container {
     position: absolute;
     right: 23px;
     top: 0;
 }
 .bbb_viewed_nav {
     display: inline-block;
     cursor: pointer
 }
 .bbb_viewed_nav i {
     border: 1px solid #cccccc;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 11px;
    text-align: center;
    line-height: 27px;
    color: #000;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
 }
.owl-carousel.owl-drag .owl-item{
  width: 100%;
}
 .bbb_viewed_nav:hover i {
     color: #606264
 }
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 35px;
    color: #8fd1e2;
    background: #f8f8f8;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 43px;
    box-shadow: -1px 9px 14px -2px #aca3a3;
}
.owl-prev {
  left: -8%;
}
.owl-next {
  right: -8%
}

/*products starts****************************************/
#products{
    margin-top: -6%;
}
#product-slider{
  background: url(../images/bg-product.jpg)no-repeat center;
  background-size: cover;
}
#product-slider .sub-heading h4, #product-slider .sub-heading h2 {
    color: #fff;
}

/*logo starts****************************************/
#logo{
    background: #f4f4f4;
}
.logo-slider-img{
  width: 208px !important;
  height: 98px !important;
  object-fit: contain;
}
 .bbb_viewed_prev {
     margin-right: 15px
 }

 .bbb_viewed_slider_container {
     padding-top: 13px
 }
.pro-icon{
 position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #f1f0f0;
    line-height: 67px;
    font-size: 39px;
    color: #058eff;
    border: 2px dotted #848586;
}
.pro-icon img{
    object-fit: contain;
    max-width: 100%;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.pro-bg{
    background: rgba(0,138,255,0.1);
    position: absolute;
    bottom: 0;
    left: -78px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.bg-feature{
  background: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 4px 5px 18px 1px rgb(156 156 156 / 30%);
    margin: 10px;
    overflow: auto;
    display: flex;
    flex-direction: column;
}

.owl-prev, .owl-next {
  position: absolute;
    transform: translateY(0);
    font-size: 35px !important;
    background: #0067ac !important;
    text-align: center;
    box-shadow: -1px 9px 14px -2px #aca3a3;
    transition: 0.6s all;
    line-height: 10px;
}
.owl-prev:hover, .owl-next:hover{
    background: #d50f06 !important;
}
.owl-prev {
    left: 45%;
    top: 100%;
}
.owl-next {
    right: 45%;
    top: 100%;
}
.feature-img img{
    flex: 1;
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: contain;
}
.feature-text{
    flex: 1;
    margin-top: 20px;
}
.feature-text h4{
    font-weight: 600;
}
.feature-text ul li{
    font-size: 15px;
    position: relative;
    line-height: 28px;
    padding-left: 20px;
}
.feature-text ul li:before{
    position: absolute;
    top: 0;
    left: 0;
   content: "\f0c8";
    font-family: fontawesome;
    color: #958787;
}
.feature-text a{
    color: #007bff;
    font-size: 17px;
    float: center;}

 .pro-box {
     width: 100%;
     background: #fff;
     border-radius: 5px;
    padding: 20px;
    position: relative;
     box-shadow: 1px 2px 12px 1px rgb(156 156 156 / 30%);
     overflow: hidden;
     margin-bottom: 20px;
 }
 .pro-box-img{
  /* padding: 20px; */
  margin-bottom: 20px;
 }
 .pro-box-img img{
   height: 182px;
   object-fit: cover;
 }
.p-name{
  font-size: 24px;
  line-height: 1.4;
  color: #080942;
  font-weight: 700;
}

.bbb_viewed_image img {
     display: block;
     max-width: 100%
 }

 .bbb_viewed_content {
     width: 100%;
    /* margin-top: 25px*/
 }

 .bbb_viewed_price {
     font-size: 16px;
     color: #df3b3b;
     font-weight: 500
 }

 .bbb_viewed_item.discount .bbb_viewed_price {
     color: #df3b3b
 }

 .bbb_viewed_price span {
     position: relative;    
     font-weight: 400;
     color: rgba(0, 0, 0, 0.6);
     margin-left: 8px
 }

 .bbb_viewed_price span::after {
     display: block;
     position: absolute;
     top: 9px;
     left: -2px;
     width: calc(100% + 4px);
     height: 1px;
     background: #8d8d8d;
     content: ''
 }
 .bbb_viewed_item.discount .item_discount {
     display: inline-block
 }

 .bbb_viewed_item.is_new .item_new {
     display: inline-block
 }










.bluebox {
    background-color: #0067ac;
    /* padding: 100px 50px; */
    color: #fff;
}
.bluebox .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
    border: 1px solid #000;
}
.bluebox .btn {
    min-height: 50px;
    border-radius: 0;
    background: #ef150b;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.foot-two li {
    list-style: none;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}
.foot-two li a {
    color: #000;
}
ul.pay-list li{
  display: inline-block;
  margin: 0 6px;
}
/*.f-item{
  flex: 0 0 46%;
    
}*/

   .animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #007bff; }

.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

.animate-border.border-white:after {
  border-color: #fff; }

.animate-border.border-yellow:after {
  border-color: #F5B02E; }

.animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

.animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

.animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }

  ul.social li{
display: inline-block;
width: 30px;
height: 30px;
border-radius: 50%;
background: #0067ac;
text-align: center;
line-height: 25px;
  }
    ul.social li a{
        color: #fff;
    }
ul.footer-address li{
    font-size: 16px;
    line-height: 30px;
    display: inline-flex;
    color: #2f2a2b;
}
ul.footer-address li span{
     color: #0067ac;
     margin-right: 15px;
}
ul.footer-address li span + span {
    color: #000;
}
ul.footer-address li a{
 color: #2f2a2b;
}
.phone{
    color: #0067ac !important;
    font-weight: 600;
    font-size: 22px;
}
ul.footer-list li{
font-size: 16px;
    line-height: 30px;
    color: #2f2a2b;
    position: relative;
    padding-left: 24px;
}
ul.footer-list li:after{
    content: "\f18e";
    position: absolute;
    top: 0;
    left: 0;
    font-family: fontawesome;
    color: #2f2a2b;

}
ul.footer-list li a{
  color: #2f2a2b;
  transition: 0.6s all;
}
ul.footer-list li a:hover{
    color: #097fe4;
}
.footer-heading{
color: #2f2a2b;
font-size: 18px;
text-transform: uppercase;
font-weight: 800;
}

#bottom-footer{
  background: #0067ac;
  padding: 5px;
}
#bottom-footer p, #bottom-footer a{
color: #fff;
margin: 0;
}

.div2{
  position: absolute; left: 399.987px; top: 0px;
}
.div1{
  position: absolute; left: 0px; top: 0px;
}
.div3{
  position: absolute; left: 799.974px; top: 0px;
}
.div4{
  position: absolute; left: 399.987px; top: 280px;
}
.col-footer{
width: calc(100%/5);
}
/*services Starts=======================================*/






/*Inner starts*/

#cmsbanner {
    background: #0067ac;
    padding: 63px;
    position: relative;
}

.inner-caption .head{
    color: #fff;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 19%;
    border: 1px solid rgba(0,0,0,.125);
    margin-right: 1%;
}
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .6s;
            animation-duration: .6s; }

.card { 
  padding: 3em;
  line-height: 1.5em; }

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title{
  text-transform: UPPERCASE;
  font-weight: bold; 
color: #0064aa;}

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

.breadcrumb{
    background: transparent;
}

.breadcrumb-item+.breadcrumb-item a, .breadcrumb-item a{
    color: #8b8b8e;
}

.breadcrumb-item.active {
    color: #fe2d23;
}
.breadcrumb-item+.breadcrumb-item::before{
    content: "\f105";
    font-family: fontawesome;
}
 .vertical-tabs .list-tabs a{
    border-radius: 0;
    text-align:left;
    font-size: 16px;
    color:#9fb5c4;
    text-transform: uppercase;
}
 .vertical-tabs  .list-tabs li {
    margin: 10px;
    padding: 19px;
    border-bottom: 1px solid #fff;
    text-align: left;
}
 .active>a{
      color:#fff !important;      
 }
 .vertical-tabs .list-tabs a.active{   
    color:#fff;
    background: transparent;
    border: 0;
}
 .vertical-tabs .tab-content:active{
    background:#fff;
    display:block;
    color:#fff;
}
.sv-tab-panel{
    border-bottom: 3px solid #bababa;
    margin: 0 0 29px;
}
 .vertical-tabs .list-tabs{
   border-bottom: 0;
    /* border-right: 3px solid #000; */
    display: block;
    /* float: left; */
    /* margin-right: 20px; */
    /* padding-right: 15px; */
    background: #0067ac;
}
 .vertical-tabs .sv-tab-panel{
    background:#fff;
    height:274px;
    padding-top:10px;
}
@media only screen and (max-width: 420px){
  .titulo{font-size: 22px}
}
@media only screen and (max-width: 325px){
  .vertical-tabs{ padding:8px;}
}

.tab-text h4{
    font-size: 16px;
    color: #000;
}
ul.tab-point li{
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
ul.tab-point li:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "\f0c8";
    font-family: fontawesome;
    color: #fe2c22;
    font-size: 10px;
}




.vertical-tab-sticky {
  position: sticky;
   top: 6rem;
}

html {
  scroll-behavior: smooth;
}


.abouttext, .aboutimg{
flex: 1;
}
.abouttext{
    padding: 50px;
    box-shadow: 1px 2px 12px 1px rgb(156 156 156 / 30%);
}
.aboutimg img{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.counter {/*
    background-color:#f5f5f5;*/
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
  font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
    color: #fff;
    text-align: center;
}

.count-text {
   font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
}

#bg-count{
    background: url(../images/counter-bg.png)no-repeat center;
    background-size: cover;
    border-radius: 12px;
}

.tooltip{ 
  position:relative;
  float:right;
}
.tooltip > .tooltip-inner {background-color: #eebf3f; padding:5px 15px; color:rgb(23,44,66); font-weight:bold; font-size:13px;}
.popOver + .tooltip > .tooltip-arrow {    border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #eebf3f;}

.progress {
  border-radius: 0;
  overflow: visible;
  border-radius: 12px;
    height: 10px;
}
.progress-bar {
 background: #0067ac;
  -webkit-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
}

.barWrapper{
    margin-bottom: 20px;
}
.inputtext{
    height: 50px;
    border: 0;
}
.form{
    padding: 50px;
    background: #eaeaea;
}
.contact-btn{
  border-radius: 20px;
}
.single-contact-info h4{
    font-size: 20px;
    letter-spacing: 1px;
    color: #0067ac;
}
.single-contact-info h6{
   font-weight: 600;
}
.single-contact-info a{
  color: #0067ac;
  font-weight: 600;
}


.product-grid8{
    position: relative;
    z-index: 1;
    border: 1px solid #e8e8e8;transition:all .3s ease 0s;
    margin-bottom: 30px;
    padding: 10px;}
.product-grid8 .product-image8{position:relative;}
.product-grid8:hover{box-shadow:0 0 10px rgba(0,0,0,.15)}
.product-grid8 .product-image8 a{display:block}
/* .product-grid8 .product-image8 img{width:100%;height:auto} */
.product-grid8 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid8:hover .pic-1{opacity:0}
.product-grid8 .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid8:hover .pic-2{opacity:1}
.product-grid8 .social{padding:0;margin:0;list-style:none;position:absolute;bottom:13px;right:13px;z-index:1}
.product-grid8 .social li{opacity:0;transform:translateY(3px);transition:all .5s ease 0s}
.product-grid8:hover .social li{margin:0 0 10px;opacity:1;transform:translateY(0)}
.product-grid8:hover .social li:nth-child(1){transition-delay:.1s}
.product-grid8:hover .social li:nth-child(2){transition-delay:.2s}
.product-grid8:hover .social li:nth-child(3){transition-delay:.4s}
.product-grid8 .social li a{color:grey;font-size:17px;line-height:40px;text-align:center;height:40px;width:40px;border:1px solid grey;display:block;transition:all .5s ease-in-out}
.product-grid8 .social li a:hover{color:#000;border-color:#000}
.product-grid8 .product-discount-label{display:block;padding:4px 15px 4px 30px;color:#fff;background-color:#0081c2;position:absolute;top:10px;right:0;-webkit-clip-path:polygon(34% 0,100% 0,100% 100%,0 100%);clip-path:polygon(34% 0,100% 0,100% 100%,0 100%)}
.product-grid8 .product-content{padding:20px 0 0}
.product-grid8 .price{color:#000;font-size:19px;font-weight:400;margin-bottom:8px;text-align:left;transition:all .3s}
.product-grid8 .price span{color:#999;font-size:14px;font-weight:500;text-decoration:line-through;margin-left:7px;display:inline-block}
.product-grid8 .product-shipping{color:rgba(0,0,0,.5);font-size:15px;padding-left:35px;margin:0 0 15px;display:block;position:relative}
.product-grid8 .product-shipping:before{content:'';height:1px;width:25px;background-color:rgba(0,0,0,.5);transform:translateY(-50%);position:absolute;top:50%;left:0}
.product-grid8 .title{font-size:16px;font-weight:400;text-transform:capitalize;margin:0 0 30px;transition:all .3s ease 0s; min-height: 81px; }
.product-grid8 .title a{color:#000}
.product-grid8 .title a:hover{color:#0081c2}
.product-grid8 .all-deals{display: block;
    color: #fff;
    background-color: #0067ac;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    padding: 7px 5px;
    transition: all .5s ease 0s;}
.product-grid8 .all-deals .icon{margin-left:7px}
.product-grid8 .all-deals:hover{background-color:#d50f06}
@media only screen and (max-width:990px){.product-grid8{margin-bottom:30px}
}

.icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: block;
  fill: rgba(51, 51, 51, 0.5);
  margin-right: 20px;
  transition: all 0.2s ease-out;
}

.icon.active {
  fill: #E74C3C;
}

.icon.big {
  width: 64px;
  height: 64px;
  fill: rgba(51, 51, 51, 0.5);
}

#wrapper {
  width: 100%;
  height: 400px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: left;
  overflow: hidden;
}

#left-side {
  height: 70%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#left-side ul li {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  line-height: 34px;
  color: rgba(51, 51, 51, 0.5);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
#left-side ul li:hover {
  color: #333333;
  transition: all 0.2s ease-out;
}
#left-side ul li:hover > .icon {
  fill: #333;
}
#left-side ul li.active {
  color: #333333;
}
#left-side ul li.active:hover > .icon {
  fill: #E74C3C;
}

#border {
  height: 288px;
  width: 1px;
  background-color: rgba(51, 51, 51, 0.2);
}
#border #line.one {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 35px;
  transition: all 0.4s ease-in-out;
}
#border #line.two {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 89px;
  transition: all 0.4s ease-in-out;
}
#border #line.three {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 143px;
  transition: all 0.4s ease-in-out;
}
#border #line.four {
  width: 5px;
  height: 54px;
  background-color: #E74C3C;
  margin-left: -2px;
  margin-top: 197px;
  transition: all 0.4s ease-in-out;
}

#right-side {
  height: 300px;
  width: 75%;
  overflow: hidden;
}
#right-side #first, #right-side #second, #right-side #third, #right-side #fourth {
  position: absolute;
  height: 300px;
  width: 75%;
  transition: all 0.6s ease-in-out;
  margin-top: -350px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#right-side #first h1, #right-side #second h1, #right-side #third h1, #right-side #fourth h1 {
  font-weight: 800;
  color: #333;
}
#right-side #first p, #right-side #second p, #right-side #third p, #right-side #fourth p {
  color: #333;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 30px;
}
#right-side #first.active, #right-side #second.active, #right-side #third.active, #right-side #fourth.active {
  margin-top: 0px;
  opacity: 1;
  transition: all 0.6s ease-in-out;
}

.box-principal{
    padding: 20px;
    transition: 0.6s all;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    margin-bottom: 20px;
    height: 100%;
}
.box-img{
    height: 300px;
}
.box-img img{
    max-height: 100%;
    height: 100%;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}
.box-principal h4{
    color: #0067ac;
    font-size: 20px;
    margin-top: 20px;
     margin-bottom: 20px;
}













/*media queries======================================*/
.list-text{
  margin-left: 5px
}

@media (max-width: 1366.98px) {
/*.nav-link {
   font-size: 9px;
}*/
/*.left, .right{
        height: auto;
    }*/
    .left, .right{
        height: auto;
    }
}

@media (max-width: 1199.98px) {
      .left::after {
    display: none;
    }
     .owl-prev {
    left: 37%;
}
.left, .right{
        height: auto;
    }
.owl-next {
    right: 37%;
    }
    .head {
    font-size: 28px;
    line-height: 46px;
}
  .widget-title {
    font-size: 16px;
  }
  .f-head-2 {
    font-size: 38px;
    line-height: 46px;
}
.f-text-2 {
    font-size: 20px;
    line-height: 33px;
}
  .lorada-product-cat.four_cat_1, .lorada-product-cat.four_cat_2, .lorada-product-cat.four_cat_3, .lorada-product-cat.four_cat_4{
  width: 100%;
    position: relative;
    left: 0;
    top: 0;}

    .navbar-nav li a{
        font-size: 12px;
       /* padding: 8px 3px !important;*/
    }
    ul.social-icons li a span {
    width: 14px;
    height: 14px;
    font-size: 9px;
  }
ul.social-icons li a {
        font-size: 12px;
        padding: 8px 3px !important;
    }

    ul.top-store li a, ul.top-services li a{
      font-size: 11px;
    }
/*    .head {
    font-size: 40px;
    font-weight: 400;
    color: #2f2a2b;
    line-height: 43px;
}*/
#myCarousel:after {   
    bottom: -52%;
    }
}
/*@media (min-width: 992px){
 .nav-link {
   font-size: 9px;
}
}*/

@media (max-width: 991.98px) {

  .form-inline{
    display: none;
  }
  .lorada-product-cat.four_cat_1, .lorada-product-cat.four_cat_2, .lorada-product-cat.four_cat_3, .lorada-product-cat.four_cat_4{
  width: 100%;
    position: relative;
    left: 0;
    top: 0;}
    .head {
    font-size: 45px;
    line-height: 47px;
}
.sub-head {
    font-size: 12px;
}
       .navbar {
        text-align: center;
    }
}
@media (max-width: 832px) {

    .left, .right{
        height: auto;
    }
    .left::after{
        display: none;
    }
    .owl-prev {
    left: 37%;
}
.owl-next {
    right: 37%;
    }
    .head {
    font-size: 20px;
    line-height: 30px;
}
    body p {
        font-size: 15px;
       /* line-height: 18px;*/
    }   
}  
    @media (max-width: 767.98px) {
        .left{
            padding: 20px;
        }
        .clip-polygon {      
  transition: 0.4s cubic-bezier(1, -1, 0, 2);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);

}
 .about-box {
    right: 30px;
}
.left::after {
    display: none;
    }
.px-15 .animate-border{
    margin: 0 auto;
}
     .owl-prev {
    left: 32%;
}

     .owl-next {
    left: 54%;
}
.product_details_all{
  text-align: center;
}
.variations{
  margin: 0 auto
}
.quantity_all{
  justify-content: center;
}

#tabs .nav-tabs .nav-link {
    font-size: 11px;
}
.icon-box .icon-box-title {
    font-size: 13px;
}
.icon-border .icon-box-icon {  
    width: 40px;
    height: 40px;
    font-size: 18px;
}

      .widget-title {
    font-size: 14px;
}
.cat-item a, .sizelists li a, .filter-clean, .cat-item>.count{   
    font-size: 12px;
}
        .form-inline{
    display: none;
  }
      .col-footer {
    flex: 0 0 14%;
}

      .footer-heading {
    font-size: 12px;
  }
  ul.footer-list li {
    /* display: flex; */
    font-size: 11px;
    line-height: 21px;
  }
      /*.div2, .div1, .div3, .div4{
        position: relative;
      }*/
      .px-15{
        margin-left: 0;
       /* display: none;*/
      }
      .f-head, .f-head-2 {
    font-size: 23px;
    line-height: 28px;
}
.f-text, .f-text-2 {
    font-size: 18px;   
    line-height: 25px;
}
      .bbb_viewed_nav_container{
        position: relative;
      }
 header, .bluebox, #bottom-footer, .list-text{
  text-align: center;
 }
 .f-item{
  flex: 0 0 100%;
 }
.lorada-product-cat.four_cat_1, .lorada-product-cat.four_cat_2, .lorada-product-cat.four_cat_3, .lorada-product-cat.four_cat_4{
  width: 100%;
    position: relative;
    left: 0;
    top: 0;}

       #about, #myCarousel{
        text-align: center;
       }
#about:after{
  display: none;
}       
        .navbar-fixed{
            position: relative;
        }      
        .nav li a {
            font-size: 15px;
            line-height: 42px;
            position: relative;
            margin: 0;
        }    
        .navbar-nav li a {
            text-align: center;
        }
        .quantity .input-group {
    display: block;
}
.woo-page-header i {
    margin: 10px;
    }
    .woo-page-header .breadcrumb a {

    font-size: 12px;
  }
  .alert-simple {   
    font-size: 12px;
    text-align: center;
}
.table-cart tr td {
    padding: 0;
    }
        .toolbox-item {
    margin-right: 0;
}
.product-cat, .product-grid .rating, .review-link {
    font-size: 9px;
    }
    .woocommerce-loop-product__title, .product-grid .price {
    font-size: 11px;
  }
  
    }

@media screen and (max-width: 531px) {
    .flex-bnner-box { display: flex; flex-flow: column; }
    .order-div2 { order: 2; }
    .order-div1 { order: 1;  }
}


    
    @media (max-width: 575.98px) {

        .sticky-toolbox select{
        max-width: 100%;
    min-height: auto;
    width: 100%;
    height: 100%;
      }
            .pro-details .nav-item {
    height: 100px;
    display: inline-block;
    width: 33%;
}
        .topbar-contact, .topbar{
            text-align: center;
        }
      
    }    


  .product-image8 a img{
    height: 204px;
    width: 233px;
    object-fit: contain;
  }
  .box-details{
    /* height: 270px; */
    position: relative;
  }
  /* .box-details .btn{
    position: absolute;
    bottom: 0;
  } */

.form{
  box-shadow: 4px 2px 5px #cfcfcf;
}


.product-card{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 20px;
  box-shadow: 3px 1px 5px #d5d5d5;
  background-color: #eafcff;
}
.product-card img{
  width: 100px;
}
.product-card h6{
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 20px;
}
.dropdown-item{
  position: relative;
}
.dropdown-item-2{
left: -200px;
width: 200px;
top: 0;
}
.dropdown-item-2.show a{
  padding: 4px 24px;
  font-size: 16px;
  color: #000;
  display: block;
}
.dropdown-menu-2{
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item:hover.dropdown-item-2{
  display: flex;
}
.dropdown-menu.show a{
  padding: 10px 20px;
  font-weight: 400 !important;
}
.show-second{
  position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.dropdown-item-2 .dropdown-toggle{
  display: none !important;
}
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
body {
  font: normal 14px "Roboto Condensed";
}

.dropdown-icon {
  background: #999;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}

.dropdown {
  position: relative;
}
.dropdown * {
  box-sizing: border-box;
}
.dropdown.hidden {
  display: none;
}
.dropdown .dropdown {
  left: 238px;
  margin: 0;
  position: relative;
  top: -29px;
}

/* .dropdown-item ,.nav-link-2{
  background: none;
  color: #000;
  cursor: pointer;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
} */
.nav-link-2{
  padding: 0px !important;
}
.dropdown-item:hover {
  background: #f5f5f5;
}
.dropdown-item a {
  color: #333;
  display: block;
  text-decoration: none;
  width: 100%;
}
/* .dropdown-item .dropdown-toggle:after {
  color: #333;
  content: "ï”";
  font: normal 10px "FontAwesome";
  position: absolute;
  right: 10px;
  top: 7px;
} */

.dropdown-divider {
  display: block;
  height: 1px;
  border-bottom: 1px #ccc solid;
  margin: 5px 0;
}

#dropdown-click-backdrop {
  background: none;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  display: none;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}

/* ===== Desktop hover dropdown ===== */
@media (min-width: 992px) {

    .navbar .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /* Submenu positioning */
    .dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        display: none;
    }

    /* Show submenu on hover */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    /* Arrow alignment */
}