
/* -------------- navbar style start -------------- */
.navigation {
     height: 55px;
     background: linear-gradient(45deg, #4199fe, #74b4fe);
}
/* .brand {
     position: absolute;
     padding-left: 20px;
     float: left;
     line-height: 55px;
     text-transform: uppercase;
     font-size: 1.4em;
}
 .brand a, .brand a:visited {
     color: #ffffff;
     text-decoration: none;
}*/
/* .nav-container {
     max-width: 1000px;
     margin: 0 auto;
}*/
 nav {
/*     float: right;*/
}
 nav ul {
     list-style: none;
     margin: 0;
     padding: 0;
}
 nav ul li {
     float: left;
     position: relative;
}
 nav ul li a,nav ul li a:visited {
     /*display: block;
     padding: 24px 20px;
     line-height: 0px;
     color: #fff;
     background: #262626;
     text-decoration: none;*/
}
 nav ul li a{
/*   background: transparent;*/
/*   color: #FFF;*/
     display: block;
     font-weight: 500;
     padding: 24px 16px !important;
     line-height: 0px;
     color: #fff;
/*     background: #262626;*/
     text-decoration: none;
}
 nav ul li a:hover, nav ul li a:visited:hover {
         /*background: #2581DC;
         color: #ffffff;*/
}
 .navbar-dropdown li a{
     background: #75bb6ab3;
     border-radius: 3px;
     color: #fff !important;
}
 nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
     padding-left: 4px;
     content: ' \025BE';
}
 nav ul li ul li {
     min-width: 150px;
     /* background: red; */
}
 nav ul li ul li a {
     padding: 8px !important;
     line-height: 20px;
}
 .navbar-dropdown {
     position: absolute;
     display: none;
     z-index: 1;
     border-radius: 3px;
     background: #75bb6ab3;
     box-shadow: 0 0 35px 0 rgba(0,0,0,0.25);
}
/* Mobile navigation */
 .nav-mobile {
     display: none;
     position: absolute;
     top: 0;
     right: 0;
     background: transparent;
     height: 55px;
     width: 70px;
}
 @media only screen and (max-width: 800px) {
     .nav-mobile {
         display: block;
    }
     nav {
         width: 100%;
         padding: 55px 0 15px;
    }
     nav ul {
         display: none;
    }
     nav ul li {
         float: none;
    }
     nav ul li a {
         padding: 8px 30px !important;
         line-height: 20px;
/*         background: #262626;*/
    }
    /* nav ul li ul li a {
         padding-left: 30px;
    }*/
     .navbar-dropdown {
         position: static;
     }
}
 @media screen and (min-width:800px) {
     .nav-list {
         display: block !important;
    }
}
 #navbar-toggle {
     position: absolute;
     left: 18px;
     top: 15px;
     cursor: pointer;
     padding: 10px 35px 16px 0px;
}
 #navbar-toggle span, #navbar-toggle span:before, #navbar-toggle span:after {
     cursor: pointer;
     border-radius: 1px;
     height: 3px;
     width: 30px;
     background: #ffffff;
     position: absolute;
     display: block;
     content: '';
     transition: all 300ms ease-in-out;
}
 #navbar-toggle span:before {
     top: -10px;
}
 #navbar-toggle span:after {
     bottom: -10px;
}
 #navbar-toggle.active span {
     background-color: transparent;
}
 #navbar-toggle.active span:before, #navbar-toggle.active span:after {
     top: 0;
}
 #navbar-toggle.active span:before {
     transform: rotate(45deg);
}
 #navbar-toggle.active span:after {
     transform: rotate(-45deg);
}

/* -------------- navbar style end -------------- */


.our_team_margin_pic1{
    margin: auto 50px;
}

.blog_categories_btn{
    padding: 10px 22px !important; 
    font-size: 14px !important;
}

.our_team_margin_pic2{
    margin: auto;
}

.team_name_align{
    text-align: center;
}

.team_name_align h2{
    font-weight: 600;
}

.team_name_align p{
    font-weight: 600;
}

/*.year_btn{
    width: 190px !important;
    height: 90px !important;
}*/

.down_btn{
    padding: 8px 20px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}

.product_price{
    color: #545353;
    font-weight: 500;
}

@media only screen and (max-width: 600px) {
  .lo-content-box {
    width: 100% !important;
  }
  .our_team_margin_pic1{
    margin: auto 0px;
}
}

.grow img{
transition: 1s ease;
}

.grow img:hover{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
}


/*------------------------------ product img ------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
body{
    line-height: 1.5;
}
.card-wrapper{
    max-width: 1100px;
    margin: 0 auto;
}
img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}
.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #256eff;
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 600;
    font-size: 22px;
}
.last-price span{
    color: #000c;
    text-decoration: line-through;
}
.new-price span{
    color: #000000cc;
}
.product-detail h2{
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0.6rem;
}
.product-detail p{
    font-size: 1.0rem;
    padding: 0.3rem;
    opacity: 0.8;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(../images/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 0.8rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 1rem;
}
.purchase-info input{
    width: 60px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
    margin-bottom: 5px;
}
.purchase-info .btn:last-of-type{
    background: #6bad21;
    margin-bottom: 5px;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.5rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
    margin-bottom: 15px;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 156px;
    }
}


 .whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 600px) {
  .whatsapp-icon {
      margin-top: 10px;
  }

  .whatsapp_float {
      width: 40px;
      height: 40px;
      bottom: 40px;
      right: 15px;
      font-size: 22px;
  }
}


.flip-card {
  background-color: transparent;
  width: 360px;
  height: 360px;
  perspective: 1000px;
  margin-bottom: 50px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  border-radius: 20px;
  transform-style: preserve-3d;
  box-shadow:  0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card_profile_name{
    font-weight: 700;
    font-size: 32px;
    color: #6a3114 !important;
    margin-top: 18px;
}

.flip-card-desi{
    font-weight: 700;
    background: #f7d58d;
}

.flip-card-text{
    padding: 8px;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 20px;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card-back {
  background-color: #f7ca6d;
  color: #6c3214;
  transform: rotateY(180deg);
}


#logoMarqueeSection {
  max-width: 1920px!important;
  margin: 0 auto;
  overflow: hidden;
}

.default-content-container {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
    width: 100%;
    min-height: 100vh;
}

div.marquee>a>img {
  height: 330px;
}

.logoMarqueeSection>div>div {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 0;
}

.marquee-wrapper {
  display:  inline;
  white-space: nowrap;
}

.marquee {
    display:  inline-block;
    white-space: nowrap;
    position: relative;
    transform: translate3d(0%, 0, 0);
    animation-name: marquee;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.marquee a {
    display:  inline-block;
    white-space: nowrap;
    padding-right: 5.4rem;
}

.marquee-wrapper:hover .marquee {
    animation-play-state: paused !important;
}

@keyframes marquee {
    0% {
        transform: translate3d(0%, 0, 0);
    }

    100% {
        transform: translate3d(-100%, 0, 0);
    }
}

@media (max-width: 767.98px){
    .ftco-section{
        padding: 3em 0 !important;
    }
}

.blog_margin{
    margin-left: 20px;
}


/*--------- Ad Popup Style Start ---------*/
        .img-replace {
          /* replace text with an image */
          display: inline-block;
          overflow: hidden;
          text-indent: 100%; 
          color: transparent;
          white-space: nowrap;
        }
        .bts-popup {
          position: fixed;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background-color: rgba(0, 0, 0, 0.5);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
          -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
          transition: opacity 0.3s 0s, visibility 0s 0.3s;
        }
        .bts-popup.is-visible {
          opacity: 1;
          visibility: visible;
          -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
          -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
          transition: opacity 0.3s 0s, visibility 0s 0s;
          z-index: 9999;
        }

        .bts-popup-container {
          position: relative;
          width: 90%;
          max-width: 350px;
          margin: 0em auto;
          /*background: #f36f21;*/
          border-radius: none;
          text-align: center;
          /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);*/
          -webkit-transform: translateY(-40px);
          -moz-transform: translateY(-40px);
          -ms-transform: translateY(-40px);
          -o-transform: translateY(-40px);
          transform: translateY(-40px);
          /* Force Hardware Acceleration in WebKit */
          -webkit-backface-visibility: hidden;
          -webkit-transition-property: -webkit-transform;
          -moz-transition-property: -moz-transform;
          transition-property: transform;
          -webkit-transition-duration: 0.3s;
          -moz-transition-duration: 0.3s;
          transition-duration: 0.3s;
          top: 0% !important;
        }
        .bts-popup-container img {
          padding: 0px 0 0 0;
        }
        .bts-popup-container p {
          color: red;
          padding: 10px 40px;
        }
        .bts-popup-container .bts-popup-button {
          padding: 5px 25px;
          border: 2px solid white;
          display: inline-block;
          margin-bottom: 10px;
        }

        .bts-popup-container a {
          color: red;
          text-decoration: none;
          text-transform: uppercase;
        }
        .bts-popup-container .bts-popup-close {
          position: absolute;
          top: 0px;
          left: 358px;
          width: 30px;
          height: 30px;
        }
        .bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
          content: '';
          position: absolute;
          top: 13px;
          width: 16px;
          height: 3px;
          background-color: white;
        }
        .bts-popup-container .bts-popup-close::before {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 8px;
        }
        .bts-popup-container .bts-popup-close::after {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 6px;
          top: 13px;
        }
        .is-visible .bts-popup-container {
          -webkit-transform: translateY(0);
          -moz-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0);
        }
        @media only screen and (min-width: 1170px) {
          .bts-popup-container {
            margin: 0em auto;
          }
        }
/*--------- Ad Popup Style End ---------*/



/*---------------- Flip Magazine CSS Start ----------------*/
    

/*body {
    overflow: hidden;
}*/

/*#flipbook {
    margin-left: 30px !important;
}*/

#flipbook .rest:hover{
    width: 1040px !important;
    height: 660px !important;
    margin-left: 30px !important;
    transform: translate(250px);
}

/*.page{
    width: 320px !important;
    height: 410px !important;
}*/


#flipbook .page {
    background-color: white;
    line-height: 300px;
    font-size: 20px;
    text-align: center;
    width: 520px !important;
    height: 672px !important;
}

#flipbook .page-wrapper {
    -webkit-perspective: 2000px;
    -moz-perspective: 2000px;
    -ms-perspective: 2000px;
    -o-perspective: 2000px;
    perspective: 2000px;
    width: 520px !important;
    height: 672px !important;
}

#flipbook .hard {
    background: #ccc !important;
    color: #333;
    -webkit-box-shadow: inset 0 0 5px #666;
    -moz-box-shadow: inset 0 0 5px #666;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
    font-weight: bold;
    width: 520px !important;
    height: 672px !important;
}

#flipbook .odd {
    background: -webkit-gradient(linear, right top, left top, color-stop(0.95, #FFF), color-stop(1, #DADADA));
    background-image: -webkit-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: -moz-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: -ms-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: -o-linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    background-image: linear-gradient(right, #FFF 95%, #C4C4C4 100%);
    -webkit-box-shadow: inset 0 0 5px #666;
    -moz-box-shadow: inset 0 0 5px #666;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
    /*width: 320px !important;
    height: 410px !important;*/

}

#flipbook .even {
    background: -webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
    background-image: -webkit-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: -moz-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: -ms-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: -o-linear-gradient(left, #fff 95%, #dadada 100%);
    background-image: linear-gradient(left, #fff 95%, #dadada 100%);
    -webkit-box-shadow: inset 0 0 5px #666;
    -moz-box-shadow: inset 0 0 5px #666;
    -o-box-shadow: inset 0 0 5px #666;
    -ms-box-shadow: inset 0 0 5px #666;
    box-shadow: inset 0 0 5px #666;
    /*width: 320px !important;
    height: 410px !important;*/

}


/*---------------- Flip Magazine CSS End ----------------*/


/*---------------- Reset Magazine CSS Start ----------------*/

.rest {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 200px;
  margin-left: 50px;
  transform:translate(0,0);
  transition: 0.3s ease all;
}
.rest:hover{ 
  cursor: pointer;
/*  transform: translate(250px);*/
/*  background: #eee;*/
}
.clicked {
/*transform: translate(250px);*/

}

/*---------------- Reset Magazine CSS End ----------------*/

@media only screen and (max-width: 600px) {
  .hide_mob_magazine {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .show_mob_magazine {
    display: block !important;
  }
}

