@font-face {
  font-family: "f1";
  src: url(../css/fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: "f2";
  src: url(../css/fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "f3";
  src: url(../css/fonts/Poppins-Medium.ttf);
}

@font-face {
  font-family: "f4";
  src: url(../css/fonts/Poppins-Bold.ttf);
}
@font-face {
  font-family: "f5";
  src: url(../css/fonts/ChopinScript.ttf);
}
.p-4{
  padding: 40px;
}

.my-3{
  margin: 30px auto;
}
.my-2{
  margin: 10px auto;
}
.my-4{
  margin: 40px auto;
}
.mt-3{
  margin-top: 20px;
}
.mb-3{
  margin-bottom: 20px;
}

.d-flex-jc-ac{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.d-flex-jb{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.d-flex-jb-as{
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.d-flex-jb-ac{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.d-flex-al{
  display: flex;
  align-items: center;
}
.d-flex-as{
  display: flex;
  align-items: start;
}
.p{
  font-style: 16px !important;
  color: #000 !important;
  font-family: "f1";
}
/*-------------------------------------------------
 =  Table of Css

 1.Import google fonts & basic style of template
 2.Header
 3.Quote section
 4.Isotope filtering
 5.Kenburn slider basic
 6.General
 7.testimonial section
 8.team sections
 9.services page
 10.working-withus section
 11.welcome section
 12.portfolio section
 13.client section
 14.news section
 15.sidebar
 16.Statistic sections
 17.About sections
 18.Single Post 
 19.Single Project
 20.Contact
 21.Footer
 22.Responsive part
-------------------------------------------------*/



.paragraph, .form-search input[type="search"], p, section.blog-section .blog-box .blog-post ul.post-meta li, section.blog-section .blog-box .blog-post ul.post-meta li:before, .pagination-box a.prev,
.pagination-box a.next {
  font-size: 13px;
  color: #aaaaaa;
  font-family: "Merriweather", serif;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 10px; }

.heading1, h1 {
  color: #333333;
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 44px;
  margin: 0 0 20px; }

.heading2, h2 {
  color: #333333;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 10px;
  line-height: 28px; }

.heading3, h3 {
  color: #4b77be;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin: 0 0 4px;
  line-height: 28px; }

.back-cover {
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important; }

.anchor, a {
  display: inline-block;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

/*------------------------------------------------- */
/* =  Header
 *------------------------------------------------- */
 .cart_icon{
  position: relative;
  margin: 0px 20px;
 }
 .icon_mob{
  display: none;
 }
 .count_cart {
  position: absolute;
  right: -9px;
  top: -10px;
}
 .count_cart p{
  background-color: #ff0000;
  color: #ffffff;
  margin: 0;
  font-size: 10px;
  border-radius: 10px;
  padding: 3px 7px;
  display: inline;
  font-family: "f4";
 }
 .cart_icon img{
  width: 22px;
  filter: invert(39%) sepia(92%) saturate(4826%) hue-rotate(194deg) brightness(98%) contrast(94%);
 }
.project_menu{
  left: 0 !important;
}
 .profile_div ul{
  position:absolute;
  top: 23px;
  left: -139px;
}
.profile_icon{
  margin-left: 10px;
}
 .profile_div ul{
  position:absolute;
  top: 23px;
  left: -139px;
}
.profile_div_1{
  display: none;
}

.below_head{
  display: flex;
justify-content: space-between;
align-content: center;
}


.below_head{
  margin: 0px 20px;
}

 .profile_img img{
  width: 30px;
  margin-top: -5px;
 }
 #myIcon {
  fill:#fff ; /* Change the color of the icon */
}
.navbar-default .navbar-toggle {
  border: none !important;
}
.navbar-default .navbar-toggle:hover {
  background-color: #dddddd00;
}
.navbar-toggle img{
width: 30px;
}

 .navbar-default {
  background: transparent;
  border: none;
  /* transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; */
  margin: 0; }
  /* .navbar-default .navbar-collapse {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); } */
   
    .tp-bgimg .defaultimg{
      position: relative !important;
    }
    .tp-bgimg .defaultimg::before{
      position: absolute;
      background-color: #000;
      content: "";
      width: 100%;
      height: 100%;
      z-index: 11;
      opacity: .5;
      display: flex;
      justify-content: center;
      align-items: center;
    }
.navbar-header {
  z-index: 99;
  position: relative; }

.navbar-brand {
  height: auto;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  /* padding: 27px 15px 25px; */
  z-index: 99999; }
.navbar-brand img{
  width: 250px;
}
/* .navbar-nav {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; } */
  .navbar-nav > li > a {
    color: #fff ;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    /* transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; */
    padding: 25px 15px 20px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px; 
  }
  .navbar-nav > li > a:hover{
    color: #000000 !important;
  }
  .navbar-nav > li > a.active {
    color: #e31e24 ;
    font-family: f4;
    /* border-bottom: 1px solid #ffffff;  */
  }
  .navbar-nav > li > a.open-search {
    border-bottom: 1px solid transparent; }
  .navbar-nav li.drop {
    position: relative; }


.li_list:hover .navbar-nav  .li_list li a{
  color: #000 !important;
}

.logo_white{
  padding: 0 !important;
}







  .navbar-nav li:hover ul.drop-down {
    opacity: 1;
    visibility: visible; 
  }

  .navbar-nav li.search {
    position: inherit; }

.top-line {
  background: #fff;
  /*ul.social-icons {
        @extend .reset-elem;
        text-align: right;
        li {
            display: inline-block;
            margin-left: 9px;
            a {
                font-size: 14px;
                color: $third-color;
            }
            a:hover {
                color: $primary-color;
            }
        }
    }*/ }
  .top-line .inner-top-line {
    /* transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; */
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
     }
    li::marker {
      content: '';
    }
  .top-line ul.info-list a {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 0;
    color: #000000;
    list-style: none;
    text-decoration: none !important;
    font-size: 13px;
    line-height: 41px;
   font-family: "f4";
  
  }

    .top-line ul.info-list li i {
      font-size: 14px;
      
      margin-right: 7px;
     }
 
  .top-line a.button-one {
    float: right; }
.info-list{
  display: flex;
}.navbar-nav > li > a
header.active .top-line .inner-top-line {
  height: 0;
  padding: 0;
  overflow: hidden; }

header.active .navbar-default {
  background: rgb(255, 255, 255); }
 .navbar-default {
  background: rgb(255, 255, 255); }
  
  header.active .navbar-default .navbar-collapse {
    border-color: transparent; }

.navbar-collapse {
  position: relative; }

ul.drop-down {
  position: absolute;
  width: 230px;
  top: 100%;
  left: 0;
  visibility: hidden;
  padding: 10px 0;
  border-top: 2px solid #3368ff;
  opacity: 0;
  /* transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; */
  background: rgba(255, 255, 255, 0.98); }
  ul.drop-down li {
    display: block; }
    ul.drop-down li a {
      padding: 10px 20px;
      display: block;
      color: #3a539b;
      font-size: 12px;
      font-family: "Poppins", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin: 0; }
    ul.drop-down li a:hover {
      color: #000000 !; }

.form-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 0px;
  overflow: hidden;
  background: #3a539b;
  padding: 13px 0;
  /* transition: all 0.33s ease-in-out;
  -moz-transition: all 0.33s ease-in-out;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;  */
}
  .form-search input[type="search"] {
    margin: 0;
    color: #3a539b;
    padding: 8px 10px;
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
    color: #fff;
    /* transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; */
   }
  .form-search input[type="search"]::-webkit-input-placeholder {
    color: #fff; }
  .form-search input[type="search"]::-moz-placeholder {
    color: #fff; }
  .form-search input[type="search"]:-ms-input-placeholder {
    color: #fff; }
  .form-search input[type="search"]:-moz-placeholder {
    color: #fff; }
  .form-search button {
    background: transparent;
    border: none;
    float: right;
    margin-top: -33px;
    margin-right: 3px;
    position: relative;
    z-index: 2;
    outline: none; }
  .form-search button i {
    color: #3368ff;
    font-size: 16px; }

.form-search.active {
  width: 550px;
  padding: 13px; }

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   @include retina(/images/mypic.jpg, 2);
 *   @include retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */
/*------------------------------------------------- */
/* =  Quote section
*------------------------------------------------- */
section.quote-section {
  padding: 100px 0;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: #111 url("../upload/banners/ban1.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
  @media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
    section.quote-section {
      background: #111 url("../upload/banners/ban1@2x.jpg") center center no-repeat;
      background-size: cover; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    section.quote-section {
      background: #111 url("../upload/banners/ban1@2x.jpg") center center no-repeat;
      background-size: cover; } }
  section.quote-section .quote-box form#contact-form {
    margin: 0;
    margin-right: 80px;
    padding: 50px;
    background: #3a539b;
    text-align: center; }
    section.quote-section .quote-box form#contact-form h1 {
      font-size: 30px;
      color: #fff;
      margin-bottom: 7px; }
    section.quote-section .quote-box form#contact-form p {
      color: #c5cae9;
      margin-bottom: 40px; }
    section.quote-section .quote-box form#contact-form input[type="text"],
    section.quote-section .quote-box form#contact-form textarea {
      width: 100%;
      padding: 12px 20px;
      background: #fff;
      color: #757575;
      font-size: 13px;
      font-family: "Poppins", sans-serif;
      outline: none;
      border: none;
      margin: 0 0 20px;
      /* transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; */
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px;
     }
    section.quote-section .quote-box form#contact-form textarea {
      height: 120px;
      margin-bottom: 30px; }
    section.quote-section .quote-box form#contact-form input[type="submit"] {
      color: #000;
      font-size: 12px;
      font-family: "Poppins", sans-serif;
      text-transform: uppercase;
      padding: 12px 45px;
      background: #3368ff;
      font-weight: 500;
      outline: none;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      border-radius: 24px;
      /* transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out; */
      margin: 0;
      border: none; 
    }
    section.quote-section .quote-box form#contact-form input[type="submit"]:hover {
      color: #fff;
      background: #4b77be; }
  section.quote-section .title-section {
    text-align: left;
    padding-top: 20px; }

.collapse-box .panel-group .panel + .panel {
  margin-top: 45px; }

.collapse-box .panel-default {
  border: none; }

.collapse-box .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
  padding-left: 70px;
  padding-bottom: 0; }
  .collapse-box .panel-default > .panel-heading + .panel-collapse > .panel-body p {
    color: #bdbdbd;
    margin-bottom: 0; }

.collapse-box .panel {
  background: transparent; }

.collapse-box .panel-default > .panel-heading {
  background: transparent;
  border: none;
  padding: 0; }
  .collapse-box .panel-default > .panel-heading a {
    padding-left: 70px;
    position: relative;
    color: #3368ff;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    font-weight: 400 !important;
    line-height: 24px; }
  .collapse-box .panel-default > .panel-heading a:before {
    content: '-';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    color: #3368ff;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    line-height: 20px;
    text-align: center;
    border: 2px solid #3368ff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    /* transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;  */
  }
  .collapse-box .panel-default > .panel-heading a.collapsed {
    color: #fff; }
  .collapse-box .panel-default > .panel-heading a.collapsed:before {
    content: '+'; }

/*-------------------------------------------------- */
/* 1. Isotope filtering */
/*------------------------------------------------- */
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  transition-property: transform, opacity; }

/*-----------------------------------------------------------------------------
 *
 *KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT
 *
 *Screen Stylesheet
 *
 *version:    1.0
 *date:       07/27/11
 *author:     themepunch
 *email:      support@themepunch.com
 *website:    http://www.themepunch.com */
/*----------------------------------------------------------------------------- */
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px; }

/*********************************************
 *    -   SETTINGS FOR BANNER CONTAINERS  -
 ********************************************* */
.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.tp-banner {
  width: 100%;
  position: relative; }

.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0; }

/*------------------------------------------------- */
/* =  General */
/*------------------------------------------------- */
.title-section {
  text-align: center;
  margin-bottom: 40px;
  position: relative; }
  .title-section span {
    color: #4b77be;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    opacity: 0.5;
    margin: 0 0 10px; }
  .title-section p {
    max-width: 770px;
    margin: 0 auto;
    color: #bdbdbd;
    line-height: 24px; }

.title-section.white-style h1 {
  color: #ffffff; }

.title-section.white-style span {
  color: #c5cae9; }

#home-section {
  overflow: hidden;
  background: #111111; }
  #home-section .tp-caption.Concept-Title {
    font-size: 48px;
    font-family: "f4";
    letter-spacing: 0px !important; 
  }

  #home-section .tp-caption.Concept-SubTitle {
 font-family: "f1";
    text-align: center;
    font-size: 20px;
    color: #ffffff; 
  font-style: normal !important;}

  #home-section .persephone .tp-bullet 
  {
    width: 30px;
    height: 3px;
    background: rgba(255, 255, 255, 0.5);
    border: none; 
  }

  #home-section .persephone .tp-bullet:hover, #home-section .persephone .tp-bullet.selected {
    background: #fff; }

a.button-white {
  color: #3368ff;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 9px 50px;
  background: #fff;
  font-weight: 600;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out; }

a.button-white:hover {
  color: #fff;
  background: #e31e24; }

a.button-one {
  color: #000;
  font-size: 12px;
  font-family: "f4";
  text-transform: uppercase;
  padding: 12px 45px;
  background: #e31e24;
  color: #fff;
  font-weight: 500;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  /* transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0; */
 }
.button-cnt {
  color: #000;
  font-size: 12px;
  font-family: "f4";
  text-transform: uppercase;
  padding: 12px 45px;
  background: #e31e24;
  color: #fff;
  border: none;
  font-weight: 500;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  /* transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0; */
 }
 .button-cnt-1 {
  color: #000;
  font-size: 12px;
  font-family: "f4";
  text-transform: uppercase;
  padding: 10px 20px;
  background: #e31e24;
  /* border: 1px solid #fff !important;  */
  color: #fff;
  border: none;
  /* margin-right: 20px; */
  font-weight: 500;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  /* transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  margin: 0; */
 }
a.button-one:hover {
  color: #fff !important;
  background: #302861; }

.center-button {
  text-align: center; }

a.button-two {
  color: #3a539b;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 13px 20px 10px;
  text-transform: uppercase;
  border: 2px solid #3a539b;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px; }

a.button-two:hover {
  background: #3a539b;
  color: #fff; }

button.mfp-close, button.mfp-arrow, a.zoom {
  outline: none; }

section.page-banner-section {
  padding: 120px 0 70px;
  margin-top: 74px;
  text-align: center;
  /*
   * Set a counter and get the length of the image path.
   */
  /*
   * Loop ver the image path and figure out the
   * position of the dot where the extension begins.
   */
  /*
   * If we were able to figure out where the extension is,
   * slice the path into a base and an extension. Use that to
   * calculate urls for different density environments. Set
   * values for different environments.
   */
  /*
     * Set a base background for 1x environments.
     */
  background: #111 url("../upload/banners/ban2.jpg") center center no-repeat;
  background-size: cover;
  /*
     * Create an @2x-ish media query.
     */
  /*
     * Create media queries for all environments that the user has
     * provided images for.
     */
  /*
   * If anything went wrong trying to separate the file from its
   * extension, set a background value without doing anything to it.
   */ }
 
.mob_btn{
  display: none;
}
   .nav .navbar-nav .navbar-right .nav_li_list:hover li a{
    color: #000 !important;
   }
   .logo_black img{
    display: none;
   }
   .w-90{
    width: 90%;
    margin: auto;
   }
   .w-95{
    width: 95%;
    margin: auto;
   }
   .w-100{
    width: 100%;
    margin: auto;
   }

   /* Ensure the dropdown is hidden by default */


/* Show the dropdown on hover */
.dropdown:hover .dropdown-menu {
  display: block;
  width: 300px !important;
}

/* Optional: Add some styling to the dropdown items */
.dropdown-menu > li > a {
  padding: 10px 15px;
  display: block;
  color: #333;
  text-decoration: none;
}

.dropdown-menu > li > a:hover {
  background-color: #f5f5f5;
}
/* Smooth transition for background color and text color */
.nav_li_list li a {
  transition: color 0.3s ease;
}

.nav_li_list {
  transition: background-color 0.3s ease;
}

.navbar-container {
  transition: background-color 0.3s ease;
}
/*  */






/* service */

.cardBox {
  width: 300px;
  height: 400px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 10px 0px,
    rgba(0, 0, 0, 0.5) 0px 2px 25px 0px; */
}
.card_img {
  overflow: hidden;
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  object-fit: cover;
}
.card_img  img{
  width: 100%;
  opacity: .6;
  height: 100%;
  object-fit: cover;
}
.card:hover .card_img img{
  opacity: .6;
}
.card {
  position: absolute;
  width: 98%;
  height: 98%;
  background: #000814;
  border-radius: 20px;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #ffffff !important;
  overflow: hidden;
  padding: 20px;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 60px -12px inset,
    rgba(0, 0, 0, 0.5) 0px 18px 36px -18px inset;
}
.card h2, span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  font-weight: 800;
  pointer-events: none;
color: #fff;
}

.card span {
  top: 75%;
  width: 100%;
}

.card .content h3 {
font-size: 20px;
color: #fff;
font-family: "f3";
  padding-bottom: 10px;
}
.card .content p {
color: #ffff;
font-family: "f1";
font-size: 18px;
  line-height: 25px;
}
.card .content {
  position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.card:hover .content {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  z-index: 99 !important;
}

.card:hover h2, 
.card:hover span {
  opacity: 0;
}
.swiper-slide:hover .cardBox::before {
display: block !important;

}
.cardBox::before {
  display: none !important;
  content: "";
  position: absolute;
  width: 40%;
  height: 150%;
  background: #40E0D0;
background: -webkit-linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
background: linear-gradient(to right, #FF0080, #FF8C00, #40E0D0);
  animation: glowing01 5s linear infinite;
  transform-origin: center;
  animation: glowing 5s linear infinite;
}

@keyframes glowing {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.myUniqueCarousel {
  width: 100%;
   /* Adjust height as needed */
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000; /* Adjust color as needed */
}
.swiper-button-next:after{
  color: #ffff;
    font-size: 11px !important;
    padding: 10px !important;
    background-color: #000 !important;
    display: flex;
    width: 22px;
    justify-content: center;
    height: 22px;
    border-radius: 22px;
    align-items: center;
}
.swiper-button-prev:after {
  color: #ffff;
  font-size: 11px !important;
  padding: 10px !important;
  background-color: #000 !important;
  display: flex;
  width: 22px;
  justify-content: center;
  height: 22px;
  border-radius: 22px;
  align-items: center;
}
.swiper-pagination-bullet {
  background: #000; /* Adjust color as needed */
}
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset);
}
.caurosal_cards{
  margin-top: 30px;
}

.text-center{
  text-align: center;
}
/* service */




/* heading start */
.heading_div{
  margin: 50px 50px;
}
.heading_div h2{
  font-size: 35px;
  color: #e31e24;
  font-family: "f4";
}
.heading_div p{
  font-size: 16px;
  font-family: "f2";
  color: #000;
  text-align: justify;
}
/* heading end
 */


 /* about start */
 .head_icon img{
  width: 25px;
  margin-right: 10px;
 }

 .head_icon h2{
font-size:"16px" !important;
margin: 0;
color: #e31e24;
font-family: "f3" !important;
 }
 .head_icon{
  margin: 20px 0px;
 }

 .abt_img img{
  width: 90%;
  margin: auto;
 }
 .abt_img_home img{
  width: 100%;
  margin: auto !important;
 }

 .abt_abs_img{
  position: absolute;
  bottom: -60px;
  left: -210px;
}
 .abt_abs_img img{
  width: 50%;
  padding: 0;
  border: 8px solid #ffff;
  border-radius: 200px;
 }
 .abt_cnt h3{
  font-size: 30px;
  color: #302861;
  font-family: "f4";
  line-height: 40px;
  margin: 20px 0px;
 }
 .abt_cnt p{
  font-size: 16px;
  color: #000;
  font-family: "f1";
  line-height: 30px;
  text-align: justify;
 }
 .abt_cnt .abt_span {
  font-size: 16px;
  color: #e31e24;
  display: contents;
 }
 .abt_cnt p{
  font-size: 16px;
  color: #000;
  font-family: "f1";
  line-height: 30px;
  text-align: justify;
 }

 
 /* about end*/


/* our team */
.team_img{
  position: relative;
  padding: 30px !important;
}
.bg_img{
  width: 60%;
  display: flex;
  justify-content: start;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
}
.bg_img img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.abs_img{
  position: absolute;
  top: 40%;
  right: 20px;
}
.abs_img img{
  width: 250px;
  border: 6px solid #fff;
}
/* our team */


 /* services */
 .svg-white {
  filter: brightness(0) saturate(100%) invert(36%) sepia(93%) saturate(1467%) hue-rotate(183deg) brightness(90%) contrast(101%);
}

 .ser_icon img{
  width: 100%;
  border-radius: 8px;
 }
 /* .ser_icon {
  display: inline-block;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;  
  border-radius: 100px;
  padding: 10px;
 } */
 .serv_cnt h2{
  color: #e31e24;
  font-size: 18px;
  font-family: "f3";
  margin: 10px 0px;
 }
 .serv_cnt p{
  font-size: 16px;
  font-family: "f1";
  color: #000;
  -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    line-height: 1.6;
 }

 .service_card{
  margin: 15px 0px;
  border-radius: 10px;
  padding: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #fff;
 }

 /* Hover effect for .service_card */
.service_card:hover .ser_icon {
    transform: scale(1.02);
    transition: .2s ease-in-out;
}

/* Keyframes for wave effect */
@keyframes wave {
  0% {
    transform: scale(1) rotate(0deg);
  }
  25% {
    transform: scale(1.1) rotate(15deg);
  }
  50% {
    transform: scale(1.1) rotate(-15deg);
  }
  75% {
    transform: scale(1.1) rotate(15deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}

 /* services */


 .swiper-container {
  overflow: hidden;
}
.swiper-slide {
  height: auto; /* Or a specific height value like 300px */
  width: 100%; /* Ensure it doesn’t exceed the container */
}



/* footer */
ul{
  padding-left: 0;
}
.footer_img {
  background-color: #302861;
  padding: 20px 20px;
      border-top: 4px solid #e31e24 !important;
}
.footer_img span{
color: #e31e24;
display: contents;
font-size: 14px;
font-family: "f1" !important;
}

.footer_content img {
width: 350px;
  margin: 20px auto;
  display: flex;
  align-items: center;
}

.footer_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.footer_links li {
  background: #000000;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 12px;
}

.footer_links img {
  width: 20px !important;
}

.footer_img h5 {
    font-family: "f3";
    color: #ffffff;
    font-size: 19px;
    margin-bottom: 5px;
}

.contact_info li {
  margin-bottom: 10px;
}

.footer_img a {
  font-family: "f1";
  font-size: 12px;
  color: #fff !important;
}

.reach_icon {
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  margin-top: 3px;
  padding: 3px;
    background-color: #fff !important;
}
.right-arrows{
 
}
.reach_icon img {

  width: 14px !important;
  filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(2600%) hue-rotate(-4deg) brightness(95%) contrast(105%);

}
.contact_action{
  margin-bottom: 10px;
}
.footer_img p {
  color: #fff;
  font-family: "f1";
}

.footer_input {
  position: relative;
}

.footer_input .form-control {
  padding: 15px 20px;
}

.input_icon {
  position: absolute;
  top: 9px;
  right: 10px;
}

.mail_icon {
  background: #3368ff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px !important;
  height: 35px !important;
  border-radius: 100%;
}

.mail_icon img {
  width: 20px;
}
/* footer */



/* about us start */

/* Page banner starts */
.ban_imgg {
  background: #000;
}
.shop_ban{
  position: relative;
  height: 180px;
  background: #000;
  overflow: hidden;
}
.shop_ban img {
  width: 100%;
  opacity: 0.4;
  min-height: 500px;
}
.shop_ban h5 {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "f4";
}
.shop_ban h3{
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "f4";
}
.shop_ban .cntc_div{
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: end;
  width: 100%;
  height: 100%;
  left: 0;
}
.shop_ban .cntc_div li{
color: #fff;
margin: 10px 15px;
}
.shop_ban .cntc_div li a{
color: #fff;
font-family: "f5";
font-size: 18px !important;
}
.cntc_div p{
  text-align: end ;
}
.ban_imgg {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.ban_imgg img {
  width: 100%;
  opacity: 0.4;
  min-height: 500px;
}

.ban_imgg h5 {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: "f4";
}
/* page banner ends */


/* vission mission */

.vis_mis {
  padding: 20px;
  border: 1px solid #b4b4b4;
  border-radius: 10px;
  border: none;
  margin: 10px 0px;
  transition: transform 0.4s ease-in-out, box-shadow 0.3s ease-in-out;
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  position: relative;
  transform-style: preserve-3d;
}

/* Slight hover effect */
.vis_mis:hover {
  transform: translateX(10px) rotateY(5deg);
  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
  border: 2px solid #b4b4b445;
  
}

/* Heading and text styling */
.vis_mis h2 {
  color: #000;
  font-size: 20px;
  font-family: "f4";
  margin: 15px 0px;
}

.vis_mis p {
  font-size: 16px !important;
  font-family: "f1" !important;
  color: #000;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  line-height: 1.6;
}

/* about us end */



/* abt add banner starts */
.cnt_add{
  background-image: url(../images/banner-3.jpg);
  height: 100%;
  width: 100%;
  display: flex;
  padding: 50px 20px;
  justify-content: space-between;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cnt_add h2{
  color:#000000;
  font-size: 40px;
  font-family: "f3";
}
/* page banner ends */

/* contact enquiry starts */
.cnt_loc a{
  color: #000 !important;
  font-family: "f3";
  font-size: 16px;
}



.hom-enq {
  background: #ffda30;
  padding: 30px 0px 0px;
}
.hom-enquiry img {
  width: 70%;
  margin: auto;
}
.ho-fo {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.enqu-con label {
  font-size: 16px;
  font-family: "f3";
  margin-bottom: 10px;
}
.enqu-con .form-control {
  font-family: "f3";
  font-size: 14px;
}
.msg_div{
  padding: 0px 15px;
}
.enqu-con input::placeholder {
  color: #d8d8d8;
}
.enq_img img{
  width: 90%;
  margin: auto;
}
.enq_form{
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
}
/* contact  enquiry ends */


/* login page start */
.login_img{
  height: 600px;
  overflow: hidden;
}
.login_img img{
  width: 100%;
  min-height: 600px;
  object-fit: cover;
}
.log_col{
  padding: 0;
}
.enqu-con h2{
font-size: 30px ;
margin-bottom: 20px;
padding-left: 10px;
font-family: "f4";
}
.position-relative {
  position: relative;
}
#btnToggle {
  position: absolute;
  top: 50px;
  right: 21px;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}
.btnToggle
#btnToggle {
  position: absolute;
  top: 45px;
  right: 21px;
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* login page end */



/* profile page */
.profile-container {
  position: relative;
  display: inline-block;
}
.edit-icon input{
  height: 30px;
position: absolute;
width: 30px;
opacity: 0;
cursor: pointer;
border-radius: 100px;

}

.edit-icon {
  position: absolute;
  top: 60px;
  right: 43%;
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Optional: shadow effect */
}

.edit-icon img {
  width: 21px !important;
  height: auto;
  margin: auto;
  cursor: pointer;
}


.panel-heading-nav {
  border-bottom: 0;
  padding: 10px 0 0;
}

.panel-heading-nav .nav {
  background-color: #3368ff;
  padding-left: 10px;
  padding-right: 10px;
}
.profile_page{
display: flex;
justify-content: center;
align-items: start;

}
.profile_img{
  text-align: center;
}
.profile_img img{
  width: 100px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #000000;
  cursor: default;
  font-family: "f4";
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}   
.nav-tabs>li>a{
  color: #ffffff;
  font-family: "f2";
}
.nav-tabs>li{
margin: 20px 0px;
}
.nav-tabs {
  border-bottom: 0px;
}

/* profile page */




/* projects page */
.carousel-control .icon-prev {
  left: 50%;
  margin-left: 17px;
}
.carousel-control .icon-next{
  left: 0;
}
#my-pics{
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  margin: 10px 0px !important;
}
.carousel-control.right{
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(0 0 0 / 0%) 100%);
  height: 92%;
}
.carousel-control.left{
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgb(0 0 0 / 0%) 100%);
  height: 92%;
}
.cnt_box h2{
  font-size: 22px;
  font-family: "f4";  
  color: #000 ;
  margin-bottom: 0;
}
.cnt_box p{
  color: #000;
  font-size: 16px;
  font-family: "f2";
}
.loc_client img{
  width: 20px;
  margin-right: 8px;
}
.loc_client {
  margin: 10px 0px;
}
.loc_client p{
  margin: 0;
}
.caurosal_inprocess .carousel-inner .item img{
border-radius: 10px;
}
.caurosal_inprocess .carousel-inner .item img:hover{
cursor: pointer;
}
/* projects page */

/* modal popup */
.modal-dialog{
  position: relative;
  z-index: 9999 !important;
}
.close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 1;
  color: #000 !important;
  font-family: "f3";
}
.modal-backdrop{
  z-index: -1 !important;
}
.modal-title{
  font-size: 25px;
    color: #000;
    font-family: "f4";
}
/* modal popup */


/* shop page */
.product-grid {
  background-color: #fff;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}

.product-grid .product-image {
  overflow: hidden;
  position: relative;
}

.product-grid .product-image a.image {
  display: block;
}

.product-grid .product-image img {
  width: 100%;
  height: auto;
}

.product-grid .product-image .pic-1 {
  transition: all 0.3s ease 0s;
}

.product-grid .product-image:hover .pic-1 {
  transform: translateX(100%);
}

.product-grid .product-image .pic-2 {
  width: 100%;
  height: 100%;
  transform: translateX(-101%);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease 0s;
}

.product-grid .product-image:hover .pic-2 {
  transform: translateX(0);
}

.product-grid .product-sale-label {
  color: #fff;
  background: #192a56;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 8px;
  position: absolute;
  top: 15px;
  left: 15px;
}

.product-grid .product-like-icon {
  color: #696969;
  font-size: 22px;
  line-height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.product-grid .product-like-icon:hover {
  color: #192a56;
}

.product-grid .product-like-icon:before,
.product-grid .product-like-icon:after {
  content: attr(data-tip);
  color: #fff;
  background-color: #000;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 7px 5px;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 15px;
  transition: all 0.3s ease 0s;
}

.product-grid .product-like-icon:after {
  content: '';
  height: 15px;
  width: 15px;
  padding: 0;
  transform: translateX(-50%) rotate(45deg);
  right: auto;
  left: 50%;
  top: 15px;
  z-index: -1;
}

.product-grid .product-like-icon:hover:before,
.product-grid .product-like-icon:hover:after {
  visibility: visible;
  top: 30px;
}

.product-grid .product-links {
  width: 170px;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50px;
  left: 50%;
  transition: all 0.3s ease 0s;
}

.product-grid:hover .product-links {
  bottom: 40px;
  opacity: 1;
}

.product-grid .product-links li {
  display: inline-block;
  margin: 0 2px;
  background-color: #ffff;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.product-grid .product-links li a {
  color: #fff;
  font-size: 16px;
  line-height: 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease 0s;
}

.product-grid .product-content {
  text-align: left;
  padding: 15px 0 0;
}

.product-grid .title {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 8px;
}

.product-grid .title a {
  color: #333;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}

.product-grid .title a:hover {
  color: #192a56;
}

.product-grid .price {
  color: #192a56;
  font-size: 16px;
  font-weight: 500;
}
.product-links .icon {
  width: 24px !important;
  height: auto;
  filter: invert(39%) sepia(92%) saturate(4826%) hue-rotate(194deg) brightness(98%) contrast(94%);
}
.mtas_s{

margin-top: 40px;
}
/* shop pad */


/* secrch  */


.input-container {
	display: flex;
  justify-content: center;
  align-items: center;
  
}

::placeholder {
  color: #757575;
  opacity: 1;
}

.search-input {
  width: 290px;
  border-radius: 10px 0px 0px 10px;
  padding: 2px 10px;
  color: #212121;
	vertical-align: middle;
  font-size: 16px;
  line-height: 2;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

  border: 0;
  outline: none;

}

.search-submit {
  background: #3368ff;
  color: #FFFFFF;
  vertical-align: middle;
  border-radius: 0px 10px 10px 0px;
box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;

  padding:7px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: none;
  cursor: pointer;
}

.search-submit:hover {
  background: #3368ff;
}

.search-submit i {
  font-size: 24px;
}

/* secrch  */

/* filter css */

select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000000;
  background-color: ;
  background-image: none;
  cursor: pointer;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  padding: 8px 10px;
  position: relative;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  width: 330px;
  background-color: #fff;
  /* height: 37px; */
  border-radius: 8px;
  overflow: hidden;
}
option{
  color: #000 !important;
  padding: 10px;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -5px;
  padding: 1em;
  color:#fff;
  background-color: #3368ff;
  transition: .25s all ease;
  pointer-events: none;
}
/* Transition */
.select:hover::after {
  color: #ffffff;
  margin-top: -5px;
}

/* Other styles*/


/* filter css */


/* product detail start */
.product-gallery {
  display: flex;
}

.main-image {
  width: 90%;
  margin:auto 10px;
}

.main-image img {
  width: 100%;
  max-width: 400px;
}

.thumbnail-images {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.thumbnail-images img {
  width: 70px;
  margin-bottom: 10px;
  cursor: pointer;
  opacity: 0.5; /* Dull by default */
  transition: opacity 0.3s ease; /* Smooth transition effect */
  border: 2px solid transparent;
}

.thumbnail-images img.active {
  opacity: 1; /* Full opacity for the active image */
  border: 2px solid #ccc; /* Highlight active thumbnail */
}

.thumbnail-images img:hover {
  opacity: 0.8; /* Slight increase in opacity when hovered */
}

.product_det_cont h2{
  font-size: 35px;
  color: #000;
  font-family: "f4";

}
.product_det_cont p{
  font-size: 12px;
  color: #888888;
  font-family: "f1";
}
.price_div{
  display: flex;
  justify-content: start;
  align-items: center;
}
.price_div h2{
  font-size: 28px;
  color: #ff0000;
  font-family: "f4";

}
.price_div h3{
  font-size: 20px;
  color: #000000;
  font-family: "f2";
  margin-right: 10px;
  text-decoration: line-through;

}
/* product detail end */



/* cart page start */
.cart_prdt_list_img img{
  width: 70px;
  margin: auto;
}
.cart_list table {
  table-layout: fixed;
}
.cart_list table input{
  width: 20px;
  height: 20px;
}
table th, td{
  text-align: center;
  vertical-align: middle !important;
}
.delete_icon img{
  width: 20px;
  margin-top: -13px;
  margin-right: 10px;
}
.delete_icon{
  vertical-align: middle;
}
.delete_icon button{
  background: none;
  border: none;
}
/* cart page start */


/* social icon start */
.social_icons{
  position: fixed;
  top: 40%;
  right: 0;

}
.icon_div a img {
  width: 40px;
  /* border-radius: 100px; */
  padding: 10px;
  /* background-color: #000; */
}
.icon_div  {
  background-color: #000;
  overflow: hidden;
  margin: 10px 0px;
  border-radius: 100px;
}
/* social icon end */

/* footertop */
.footer_top{
    position: relative;
    background-image: url(../images/footer_top.jpg);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
  top: 0;
  left: 0;
}
.footer_top::before{
  position: absolute;
background-color: #ffffff;
content: "";
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;

  opacity: .7;
}
._footer_logo_div img{
  width: 200px;
}
.top_footer{
  position: relative;
  height: 100%;
}

.contact_action a{
font-size: 16px;
    font-family: "f2";
    color: #302861;
}
  .top_fot img{
      width: 24px !important;
  filter: brightness(0) saturate(100%) invert(23%) sepia(96%) saturate(2600%) hue-rotate(-4deg) brightness(95%) contrast(105%);
  margin-right: 20px;
  } 
  


/* footertop */