@charset "UTF-8";
body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #636363;
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 15px;
  }
}

h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

h3 {
  font-size: 24px;
  margin-bottom: 5px;
}

h4 {
  font-size: 20px;
  margin-bottom: 5px;
}

h5 {
  font-size: 18px;
  margin-bottom: 0;
}

h6 {
  font-size: 16px;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 50px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 30px;
    margin-bottom: 5px;
  }

  h4 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  h5 {
    font-size: 20px;
    margin-bottom: 0;
  }

  h6 {
    font-size: 18px;
    margin-bottom: 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #363636;
  font-family: "Lato", sans-serif;
  margin-top: 0;
  font-weight: 700;
}

p {
  color: #636363;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.9;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

ol, ul {
  list-style-type: none;
}

a {
  transition: all 0.3s ease;
  color: #636363;
}

a:hover {
  text-decoration: none;
}

.sp-110 {
  padding: 10px 0px;
}
@media only screen and (min-width: 768px) { 
  .sp-110 {
    padding: 20px 0;
  }
}
@media only screen and (min-width: 992px) {
  .sp-110 {
    padding: 25px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .sp-110 {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .sp-110 {
    padding: 40px 0;
  }
}

.sp-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-gray1 {
  background-color: #fcfcfc;
}

.bg-gray2 {
  background-color: #f6f6f6;
}

.bg-gray4 {
  background-color: #f9f9f9;
}

.border-radius20 {
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .border-radius20 {
    border-radius: 20px;
  }
}

.border-radius15 {
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .border-radius15 {
    border-radius: 15px;
  }
}

.border-radius10 {
  border-radius: 5px;
}
@media only screen and (min-width: 1200px) {
  .border-radius10 {
    border-radius: 10px;
  }
}

.border-radius5 {
  border-radius: 5px;
}

.social-media-list {
  padding-left: 0;
  margin: 0;
}
.social-media-list li {
  margin-right: 20px;
}
.social-media-list li a svg {
  width: 14px;
  height: 14px;
}
.social-media-list li a:hover {
  color: #204498 !important;
}
.social-media-list li:last-child {
  margin-right: 0px;
}

.top-menu {
  padding-left: 0;
  margin: 0;
}
.top-menu li a {
  padding: 0px 5px;
  font-size: 12px;
  display: block;
}
.top-menu li a:hover {
  color: #204498 !important;
}
@media only screen and (min-width: 768px) {
  .top-menu li a {
    padding: 0px 30px;
    font-size: 13px;
  }
}

.banner-slider {
  position: relative;
}

.navigation-pagination-area {
  position: absolute;
  right: 0px;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .navigation-pagination-area {
    bottom: 50px;
  }
}
.navigation-pagination-area .swiper-pagination {
  position: static;
  display: flex;
  align-items: center;
}
.navigation-pagination-area .swiper-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: transparent;
  opacity: 1;
  margin: 5px;
  position: relative;
}
.navigation-pagination-area .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 5px;
  height: 5px;
  background: #204498;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.navigation-pagination-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 15px;
  height: 15px;
}
.navigation-pagination-area .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover:after {
  width: 15px;
  height: 15px;
}
.navigation-pagination-area .swiper-pagination .swiper-pagination-bullet:hover:after {
  width: 13px;
  height: 13px;
}
.navigation-pagination-area .see-all {
  color: #204498;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
.navigation-pagination-area.style2 {
  bottom: 0px;
}

.slider-custom-btn-group {
  width: 100px;
  display: flex;
}

.custom-slider-prev-btn, .custom-slider-next-btn {
  width: 40px;
  height: 40px;
  background-color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  border: 1px solid #204498;
  cursor: pointer;
}
.custom-slider-prev-btn svg, .custom-slider-next-btn svg {
  width: 14px;
  height: 14px;
  fill: #204498;
}
.custom-slider-prev-btn.active, .custom-slider-next-btn.active {
  background-color: #204498;
  border-color: #204498;
}
.custom-slider-prev-btn.active svg, .custom-slider-next-btn.active svg {
  fill: white;
}

.custom-slider-prev-btn svg {
  transform: rotate(-180deg);
}

.outlet-area {
  position: fixed;
  right: -220px;
  top: 50vh;
  margin-top: -160px;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}

@media (min-width: 768px) {
  .outlet-area {
    display: block;
  }
}
.outlet-area.open {
  right: 0;
}

.rfl-outlet-title {
  display: inline-block;
  background-color: #204498;
  transform: rotate(90deg);
  position: absolute;
  padding: 7px 20px;
  width: 160px;
  border-radius: 30px;
  left: -95px;
  top: 50%;
  cursor: pointer;
  margin-top: -7px;
}

.rfl-outlet-title h2 {
  font-size: 13px;
  font-weight: 700;
  color: white;
  margin: 0;
  text-transform: uppercase;
}

.rfl-outlet-content {
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rfl-outlet-content .rfl-outlet-item {
  margin-bottom: 10px;
  text-align: center;
  display: block;
  padding: 10px;
  width: 110px;
}

.rfl-outlet-content .rfl-outlet-item img {
  margin-bottom: 7px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.rfl-outlet-content .rfl-outlet-item span {
  font-size: 11px;
  font-weight: 700;
  display: block;
}

.rfl-outlet-content .rfl-outlet-item:hover {
  background-color: #204498;
}

.rfl-outlet-content .rfl-outlet-item:hover span {
  color: white;
}

.rfl-outlet-content .rfl-outlet-item:first-child {
  padding-top: 20px;
}

.rfl-outlet-content .rfl-outlet-item:last-child {
  padding-bottom: 20px;
  margin-bottom: 0;
}

.section-heading {
  margin-bottom: 20px;
  text-align: center;
}
.section-heading h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.section-heading h3 span {
  color: #204498;
}
.section-heading p {
  margin-bottom: 0;
  font-size: 15px;
}
.section-heading .right-desc {
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 20px;
    text-align: left;
  }
  .section-heading h3 {
    font-size: 30px;
  }
  .section-heading p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1250px;
    margin: auto;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    max-width: 1380px;
    margin: auto;
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
#loading {
  background-color: #dfe7f4;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#loading-center-logo {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 40%;*/
    /*height: 200px;*/
    /*width: 200px;*/
    /*margin-top: 0px;*/
    /*margin-left: 0px;*/
    /*-ms-transform: rotate(-135deg);*/
    /*-webkit-transform: rotate(-135deg);*/
    /*transform: rotate(0deg);*/
}

.logo_image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 200px;
}

.object {
  -moz-border-radius: 50% 50% 50% 50%;
  -webkit-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #FFF;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite;
}

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8);
  }
}
/*  404 page */
.error-page {
  width: 100%;
  height: 100vh;
  background-color: #e7e7e7;
  padding: 3%;
}

.error-page .error-page-inner {
  width: 100%;
  height: 100%;
  background-color: #efefef;
}

.error-page-container img {
  margin-bottom: 10px;
}

.error-page-container h1 {
  font-size: 110px;
  color: #204498;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 900;
}

.error-page-container h4 {
  font-size: 36px;
  color: #090909;
  font-weight: 400;
}

.error-page-container .back-home {
  font-size: 16px;
  color: #fff;
  background-color: #204498;
  border-radius: 5px;
  padding: 12px 40px;
  display: inline-block;
  margin-top: 30px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.error-page-container .back-home:hover {
  background-color: #204498;
}

@media (min-width: 1300px) {
  .error-page-container h1 {
    font-size: 180px;
  }
}
.career-item {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.05), 0 5px 8px rgba(0, 0, 0, 0.04);
  background-color: #fff;
  padding: 0px;
  margin-bottom: 30px;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .career-item {
    min-height: 220px;
  }
}
.career-item .content {
  padding: 15px;
  overflow: hidden;
}
.career-item h4 {
  overflow: hidden;
  width: 100%;
  display: -webkit-inline-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 13px 15px;
  margin: 0px;
  background-color: #204498;
  color: #fff;
  font-size: 16px;
}
.career-item p {
  overflow: hidden;
  max-height: 110px;
  display: -webkit-inline-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  padding: 0px 10px;
  font-size: 14px;
}
.career-item .career-item-btn {
  padding: 6px 15px;
  float: right;
  font-size: 13px;
}

.career-single-page .contact-form .input-item {
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
.career-single-page .contact-form .input-item input, .career-single-page .contact-form .input-item textarea {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.career-single-page .contact-form .submit {
  padding: 15px 30px;
}
.career-single-page .pom1.p-5 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.gallery-item {
  display: block;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.gallery-item img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.gallery-item .magnify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 39px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #204498;
  color: white;
  text-align: center;
  z-index: 1;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease;
}
.gallery-item .magnify-icon svg {
  width: 16px;
  fill: white;
}
.gallery-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-item:hover:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.gallery-item:hover .magnify-icon {
  transform: translateY(0px);
  opacity: 1;
}

.gallery-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) {
  .gallery-container {
    padding: 20px;
  }
}

.video-gallery-container {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 1200px) {
  .video-gallery-container {
    padding: 20px;
  }
}
.video-gallery-container .gallery-item {
  display: block;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.video-gallery-container .gallery-item img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.video-gallery-container .gallery-item .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  line-height: 59px;
  margin-left: -30px;
  margin-top: -30px;
  border-radius: 50%;
  background-color: #204498;
  color: white;
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease;
}
.video-gallery-container .gallery-item .video-icon svg {
  width: 16px;
  fill: white;
}
.video-gallery-container .gallery-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease;
}
.video-gallery-container .gallery-item:hover img {
  transform: scale(1.1);
}
.video-gallery-container .gallery-item:hover:after {
  background-color: rgba(0, 0, 0, 0);
}

.album-item {
  display: block;
  margin: 10px;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.album-item .thumb {
  position: relative;
  overflow: hidden;
}
.album-item .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}
.album-item img {
  max-width: 100%;
  transition: all 0.3s ease;
}
.album-item .magnify-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  line-height: 39px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 50%;
  background-color: #204498;
  color: white;
  text-align: center;
  z-index: 1;
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease;
}
.album-item .magnify-icon svg {
  width: 16px;
  fill: white;
}
.album-item .content {
  padding: 15px 15px;
}
.album-item .content h6 {
  font-size: 20px;
}
.album-item:hover img {
  transform: scale(1.1);
}
.album-item:hover .thumb:after {
  background-color: rgba(0, 0, 0, 0.4);
}
.album-item:hover .magnify-icon {
  transform: translateY(0px);
  opacity: 1;
}
.album-item:hover h6 {
  color: #204498;
}

/* popup box css */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 99999;
}

.popup-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  cursor: crosshair;
}

.popup .popup-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 10px;
  width: 100%;
  height: 100%;
}

.popup .popupbox {
  max-width: 750px;
  width: 100%;
  position: relative;
  z-index: 999999;
}
.popup .popupbox img {
  width: 100%;
}

.popupbox .popup-close {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2;
  border: none;
  background: none;
  outline: none;
}

@media (max-width: 1200px) {
  .popup {
    padding: 100px;
  }
}
@media (max-width: 500px) {
  .popup {
    padding: 10px;
  }
}
.csr-image {
  overflow: hidden;
}
.csr-image img {
  width: 100%;
}

.csr-item {
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.csr-item .csr-content h5 {
  font-size: 20px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .csr-item .csr-content h5 {
    font-size: 24px;
  }
}
.csr-item .csr-content h5 span {
  color: #204498;
}
.csr-item .csr-content p {
  font-size: 14px;
}
@media only screen and (min-width: 1200px) {
  .csr-item .csr-content p {
    font-size: 15px;
  }
}
.csr-item .csr-content ul {
  padding-left: 0;
}
.csr-item .csr-content ul li {
  padding-left: 30px;
  line-height: 2;
  margin-bottom: 20px;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}

.rfl-editor ul, .rfl-editor ol {
  padding-left: 0;
  margin-bottom: 15px;
}
.rfl-editor ul li, .rfl-editor ol li {
  padding-left: 30px;
  line-height: 2.5;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
.rfl-editor ul li:last-child, .rfl-editor ol li:last-child {
  margin-bottom: 0;
}
.rfl-editor ul li ul li, .rfl-editor ul li ol li, .rfl-editor ol li ul li, .rfl-editor ol li ol li {
  background-image: none;
  position: relative;
  padding-left: 20px;
}
.rfl-editor ul li ul li:after, .rfl-editor ul li ol li:after, .rfl-editor ol li ul li:after, .rfl-editor ol li ol li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background-color: #204498;
  border-radius: 50%;
  opacity: 0.5;
}
.rfl-editor img {
  max-width: 100%;
  margin-bottom: 10px;
}
.rfl-editor iframe {
  max-width: 100%;
  margin-bottom: 10px;
}
.rfl-editor video {
  max-width: 100%;
  margin-bottom: 10px;
}
.rfl-editor table {
  max-width: 100%;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px gainsboro;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #204498;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #204498;
}

/* width */
::-moz-scrollbar {
  width: 10px;
  background-color: #fff;
}

/* Track */
::-moz-scrollbar-track {
  box-shadow: inset 0 0 3px gainsboro;
  border-radius: 10px;
}

/* Handle */
::-moz-scrollbar-thumb {
  background: #204498;
  border-radius: 10px;
}

/* Handle on hover */
::-moz-scrollbar-thumb:hover {
  background: #204498;
}

/* width */
::scrollbar {
  width: 10px;
  background-color: #fff;
}

/* Track */
::scrollbar-track {
  box-shadow: inset 0 0 3px gainsboro;
  border-radius: 10px;
}

/* Handle */
::scrollbar-thumb {
  background: #204498;
  border-radius: 10px;
}

/* Handle on hover */
::scrollbar-thumb:hover {
  background: #204498;
}

.retial-shop-page-content {
  justify-content: center;
}
.retial-shop-page-content .rfl-outlet-item {
  width: 100%;
  background-color: white;
  display: block;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.retial-shop-page-content .rfl-outlet-item .rfl-outlet-thumb {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  max-width: 180px;
  max-height: 120px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 20px;
}
.retial-shop-page-content .rfl-outlet-item .rfl-outlet-thumb img {
  width: 90%;
}

.rfl-btn-solid {
  background-color: transparent;
  color: white;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  border: none;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .rfl-btn-solid {
    padding: 12px 30px;
    font-size: 15px;
  }
}

.rfl-btn-solid:before,
.rfl-btn-solid:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: #204498;
  z-index: -1;
  transform: translate3D(0, -100%, 0);
  transition: all 0.5s;
}

.rfl-btn-solid:before {
  background: #204498;
  z-index: -2;
  transform: translate3D(0, 0, 0);
}

.rfl-btn-solid:hover {
  color: white;
}

.rfl-btn-solid:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.slidebottomleft:after {
  transform: translate3D(-100%, 100%, 0);
}

.slidebottomleft:hover:after {
  transform: translate3D(0, 0, 0);
  transition: all 0.5s;
}

.bouncein:hover:before,
.bouncein:hover:after {
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66) !important;
}

.rfl-btn-solid.bg-white {
  color: #204498;
}
.rfl-btn-solid.bg-white:after {
  background-color: #204498;
}
.rfl-btn-solid.bg-white:before {
  background-color: white;
}
.rfl-btn-solid.bg-white:hover {
  color: white;
}

.navSidebar-button {
  border: none;
  background-color: transparent;
  color: white;
}
.navSidebar-button:hover {
  color: #204498;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 99;
}
.header.style2 {
  position: static;
}
.header.style2 .header-top {
  background-color: #fff;
  box-shadow: 0px 10px 15px 0px rgba(79, 79, 79, 0.06);
}
.header.style2 .header-top .social-media-list li a {
  color: #747474;
}
.header.style2 .header-top .top-menu li a {
  color: #747474;
}
.header.style2 .header-main {
  box-shadow: 0px 10px 15px 0px rgba(79, 79, 79, 0.06);
}
.header.style2 .header-main .menu > li > a {
  color: #2f2f2f;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.header.style2 .header-main .menu-action .navSidebar-button {
  color: #363636;
}

.header-top {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 3px 0px;
}
@media only screen and (min-width: 768px) {
  .header-top {
    padding: 8px 0px;
  }
}
.header-top .social-media-list li a {
  color: #afafaf;
}
.header-top .social-media-list li a svg {
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 768px) {
  .header-top .social-media-list li a svg {
    width: 14px;
    height: 14px;
  }
}
.header-top .top-menu li a {
  color: #afafaf;
}
.header-top .top-menu li:last-child a {
  padding-right: 0;
}

.header-main {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  .header-main {
    padding: 0px 0;
  }
}
.header-main .logo-area {
  min-width: 200px;
  display: flex;
  align-items: center;
}
.header-main .logo-area .logo2 {
  display: none;
}
.header-main .logo-area img {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .header-main .logo-area img {
    width: 200px;
  }
}
.header-main .main-menu-area {
  width: calc(100% - 100px);
}
.header-main.fixed-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(79, 79, 79, 0.06);
}
.header-main.fixed-menu .logo-area .logo {
  display: none;
}
.header-main.fixed-menu .logo-area .logo2 {
  display: block;
}
.header-main.fixed-menu .menu > li > a {
  color: #2f2f2f;
  font-weight: 600;
}
.header-main.fixed-menu .menu-action .navSidebar-button {
  color: #363636;
}

.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item {
  margin: 20px 10px;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item .title {
  font-size: 13px;
  font-weight: 400;
  width: 100%;
  border-bottom: 1px solid #636363;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.7;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item .mega-btn {
  padding: 7px 15px;
  font-size: 12px;
  display: inline-block;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul {
  padding-left: 0;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul li a {
  font-size: 13px;
  color: #363636;
  padding: 10px 15px;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul li a:hover {
  color: #204498;
}
.megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul li:first-child a {
  padding-top: 0;
}

@media only screen and (min-width: 1200px) {
  .menu li a {
    font-size: 16px;
    padding: 35px 25px;
    display: block;
    color: white;
  }
  .menu li a span {
    position: relative;
  }
  .menu li a span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0%;
    height: 3px;
    background-color: #204498;
    transition: all 0.3s ease;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .menu li a.active span:after {
    width: 100%;
  }
  .menu li a:hover span:after {
    width: 100%;
  }
  .menu li.item-has-submenu {
    position: relative;
  }
  .menu li.item-has-submenu .submenu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background-color: white;
    padding: 5px 0;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    z-index: 99;
  }
  .menu li.item-has-submenu .submenu .submenu {
    left: 100%;
    top: -5px;
  }
  .menu li.item-has-submenu .submenu li a {
    font-size: 90%;
    display: flex;
    color: #464646;
    padding: 12px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    justify-content: space-between;
    align-items: center;
  }
  .menu li.item-has-submenu .submenu li a:hover {
    background-color: #204498;
    color: white;
  }
  .menu li.item-has-submenu .submenu li:last-child a {
    border-bottom: none;
  }
  .menu li.item-has-submenu .submenu > li:hover a svg {
    transform: rotate(-90deg);
  }
  .menu li.item-has-submenu .submenu > li:hover > .submenu {
    transform: scaleY(1);
  }
  .menu li.item-has-submenu:hover > a > span:after {
    width: 100%;
  }
  .menu li.item-has-submenu:hover > .submenu {
    transform: scaleY(1);
  }

  .megamenu-contaier {
    position: absolute;
    left: 0;
    top: 100%;
    width: 750px;
    background-color: white;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s ease;
    z-index: 99;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.06);
  }
  .megamenu-contaier .megamenu-content {
    padding: 20px;
    display: flex;
    background-color: white;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 {
    width: 33.33%;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item {
    margin: 0 10px;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item .title {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item img {
    max-width: 100%;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item .mega-btn {
    padding: 7px 15px;
    font-size: 12px;
    display: inline-block;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul {
    padding-left: 0;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul li a {
    font-size: 13px;
    padding: 5px 10px;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul li a:hover {
    color: #204498;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item ul li:first-child a {
    padding-top: 0;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item .mega-menu-item {
    border-radius: 3px;
    overflow: hidden;
    min-height: 300px;
  }
  .megamenu-contaier .megamenu-content .mega-col-3 .mega-col-item .mega-menu-item .content {
    padding: 15px;
  }

  .item-has-megamenu:hover .megamenu-contaier {
    transform: scaleY(1);
  }
}
.main-menu .menu.nav {
  position: relative;
}

.menu-action li .purchase-now {
  display: block;
}
@media only screen and (min-width: 992px) {
  .menu-action li .purchase-now {
    padding: 11px 20px;
  }
}

.search-optopn {
  padding: 4px 10px;
  color: #204498;
  cursor: pointer;
}
.search-optopn svg {
  width: 17px;
  height: 17px;
}
@media only screen and (min-width: 992px) {
  .search-optopn {
    padding: 12px 25px;
  }
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(101%);
  -ms-transform: translateY(101%);
  transform: translateY(101%);
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  opacity: 1;
}

.search-popup .overlay-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}

.search-popup .close-search {
  position: absolute;
  right: 25px;
  top: 25px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  transition: all 500ms ease;
}

.search-popup .search-form {
  position: relative;
  padding: 0px 15px 0px;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 100px;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.search-popup .search-form fieldset {
  position: relative;
  border-radius: 12px;
}

.search-popup .search-form fieldset input[type=search] {
  position: relative;
  height: 50px;
  padding: 20px 20px 20px 30px;
  background: #ffffff;
  line-height: 30px;
  font-size: 18px;
  color: #233145;
  border-radius: 7px;
  margin-bottom: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .search-popup .search-form fieldset input[type=search] {
    padding: 20px 250px 20px 30px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 992px) {
  .search-popup .search-form fieldset input[type=search] {
    height: 70px;
    font-size: 24px;
  }
}

.search-popup .search-form fieldset input[type=submit] {
  text-align: center;
  width: 100%;
  height: 50px;
  padding: 10px 10px 10px 10px;
  color: #ffffff !important;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 7px 7px 7px 7px;
  border: none;
  background-color: #204498;
}
@media only screen and (min-width: 768px) {
  .search-popup .search-form fieldset input[type=submit] {
    position: absolute;
    display: block;
    right: 0px;
    top: 0px;
    width: 220px;
    border-radius: 0px 7px 7px 0px;
  }
}
@media only screen and (min-width: 992px) {
  .search-popup .search-form fieldset input[type=submit] {
    height: 70px;
    font-size: 20px;
    padding: 20px 10px 20px 10px;
  }
}

.search-popup .search-form fieldset input[type=submit]:hover {
  transform: translateY(0px);
}

.search-popup h3 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  letter-spacing: 1px;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .search-popup h3 {
    font-size: 20px;
  }
}

.search-popup .recent-searches {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (min-width: 992px) {
  .search-popup .recent-searches {
    font-size: 16px;
  }
}

.search-popup .recent-searches li {
  display: inline-block;
  margin: 0px 10px 10px 0px;
}

.search-popup .recent-searches li a {
  display: block;
  line-height: 24px;
  border: 1px solid #ffffff;
  padding: 3px 10px;
  color: #ffffff;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (min-width: 992px) {
  .search-popup .recent-searches li a {
    padding: 7px 15px;
  }
}

.search-popup .recent-searches li a:hover {
  background-color: #204498;
  border-color: #204498;
  color: white;
}

/** xs-sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(../images/icons/cross-out.png), pointer;
  z-index: 999999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.9;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 0px;
  z-index: 2;
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #ffffff;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 20px;
}

.close-side-widget {
  color: #1768dd;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-menu-tools > li {
  display: inline-block;
  margin-right: 15px;
}

.xs-menu-tools > li:last-child {
  margin-right: 0;
}

.xs-menu-tools > li > a {
  color: #000000;
  text-decoration: none;
}

.sidebar-info-contents {
  position: relative;
}

.close-side-widget {
  position: relative;
  color: #222;
  font-size: 15px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 30px;
  height: 30px;
  background: #204498;
  text-align: center;
  line-height: 30px;
  z-index: 2;
  color: white;
}

.close-side-widget:hover {
  color: #222;
}

.sidebar-info-contents .content-inner {
  position: relative;
}

.sidebar-info-contents .content-inner .logo {
  padding: 0px 0px 10px;
}

.sidebar-info-contents .content-inner .logo img {
  display: inline-block;
  width: 120px;

}

.sidebar-info-contents .content-inner .content-box {
  position: relative;
}

.sidebar-info-contents .content-inner .upper-box .text {
  position: relative;
  display: block;
  padding-bottom: 0px;
}

.sidebar-info-contents .content-inner .info-box {
  position: relative;
  display: block;
  padding: 40px 0px 30px 0px;
}

.sidebar-info-contents .content-inner .info-box h3 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #222;
  padding-left: 0px;
  margin-bottom: 15px;
}

.sidebar-info-contents .content-inner .info-box h3:before {
  position: absolute;
  content: "";
  width: 25px;
  height: 2px;
  left: 0px;
  top: 13px;
}

.sidebar-info-contents .content-inner .info-box .info-list {
  padding-left: 0;
}

.sidebar-info-contents .content-inner .info-box .info-list li {
  position: relative;
  display: block;
  font-size: 15px;
  color: #222;
  font-weight: 400;
  margin-bottom: 5px;
  padding-left: 0px;
}

.sidebar-info-contents .content-inner .info-box .info-list li a {
  color: #222;
}

.sidebar-info-contents .content-inner .info-box .info-list li:last-child {
  margin-bottom: 0px;
}

.sidebar-info-contents .content-inner .info-box .info-list li i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 18px;
  color: #204669;
}

.sidebar-info-contents .content-inner .info-box .info-list {
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.sidebar-info-contents .content-inner .info-box .subscribe-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.sidebar-info-contents .content-inner .info-box .subscribe-form .form-group input[type=email] {
  position: relative;
  width: 100%;
  height: 55px;
  font-size: 16px;
  border: 1px solid #dddddd;
  padding: 10px 20px;
  transition: all 500ms ease;
  margin-bottom: 15px;
}

.sidebar-info-contents .content-inner .info-box .subscribe-form .form-group button {
  display: block;
  width: 100%;
}

.sidebar-info-contents .content-inner .info-box .social-links li {
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.sidebar-info-contents .content-inner .info-box .social-links li:last-child {
  margin-right: 0px;
}

.sidebar-info-contents .content-inner .info-box .social-links li a {
  font-size: 14px;
  color: #4d6b87;
}

/** side-menu **/
.side-menu .menu {
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.side-menu .menu li {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  transition: all 500ms ease;
}

.side-menu .menu li:last-child {
  border-bottom: 1px solid #dddddd;
}

.side-menu .menu li ul li:last-child {
  border-bottom: none;
}

.side-menu .menu li ul li:first-child {
  border-top: 1px solid #dddddd;
}

.side-menu .menu .mega-col-item ul li:first-child {
  border-top: none;
}

.side-menu .menu li:first-child {
  border: none;
}

.side-menu .menu li > a {
  position: relative;
  display: flex;
  line-height: 1;
  padding: 14px 10px 14px 10px;
  font-size: 15px;
  font-weight: 400;
  color: #222;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  align-items: center;
  justify-content: space-between;
}

.side-menu .menu li ul li > a {
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 25px;
}

.side-menu .menu li > a.open {
  background-color: #204498;
  color: white;
}

.side-menu .menu li.item-has-submenu > a.open svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 12px;
  color: white;
}

.side-menu .menu li > ul,
.side-menu .menu li > ul > li > ul,
.side-menu .menu > li.item-has-megamenu > .megamenu-contaier {
  display: none;
}

.side-menu .megamenu .column {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.side-menu .megamenu li:first-child {
  display: none;
}

.banner-section {
  overflow: hidden;
}
.banner-section .banner-slider-item {
  width: 100%;
  max-height: 100vh;
  position: relative;
}
.banner-section .banner-slider-item .banner-image {
  width: 100%;
  position: relative;
}
.banner-section .banner-slider-item .banner-image img {
  width: 100%;
}
.banner-section .banner-slider-item .banner-image:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}
.banner-section .banner-slider-item .banner-video {
  width: 100%;
  position: relative;
}
.banner-section .banner-slider-item .banner-video video {
  width: 100%;
  height: 100%;
}
.banner-section .banner-slider-item .banner-video:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
}
.banner-section .banner-content-area {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  display: none;
}
.banner-section .banner-content-area .subtitle {
  font-size: 14px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: white;
  margin-bottom: 0px;
}
.banner-section .banner-content-area .subtitle span {
  position: relative;
}
.banner-section .banner-content-area .subtitle span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 3px;
  background-color: #204498;
}
.banner-section .banner-content-area .title {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 10px;
}
.banner-section .banner-content-area p {
  font-size: 14px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .banner-section .banner-content-area {
    display: block;
  }
  .banner-section .banner-content-area .subtitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .banner-section .banner-content-area .title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-section .banner-content-area .subtitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner-section .banner-content-area .title {
    font-size: 38px;
    margin-bottom: 10px;
    line-height: 42px;
    letter-spacing: -2px;
    font-weight: 600;
  }
  .banner-section .banner-content-area p {
    font-size: 16px;
    display: block;
    color: white;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner-section .banner-content-area .title {
    font-size: 50px;
    line-height: 58px;
  }
}

.brand-slider-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
}
.brand-slider-container .navigation-pagination-area {
  bottom: 0px;
}
.brand-slider-container .brand-item {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  margin: 15px 0;
  border: 1px solid white;
  padding: 20px;
  background-color: #fff;
}
.brand-slider-container .brand-item img {
  max-width: 100%;
}
.brand-slider-container .brand-item:hover {
  transform: scale(1.15);
  border: 1px solid #204498;
}

.brand-heading {
  margin-bottom: 45px;
}
.brand-heading .heading-content h3 {
  font-size: 24px;
  color: #204498;
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .brand-heading .heading-content h3 {
    font-size: 30px;
  }
}
.brand-heading .heading-content p {
  margin-bottom: 0;
  font-size: 15px;
}
@media only screen and (min-width: 992px) {
  .brand-heading .heading-content p {
    font-size: 18px;
  }
}

.cate-filter {
  background-color: white;
  border: 1px solid #e2e2e2;
  padding: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 9;
}
.cate-filter .category-filter-btn {
  background-color: #204498;
  color: white;
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  border-radius: 5px;
  border: none;
  text-transform: capitalize;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .cate-filter .category-filter-btn {
    min-width: 230px;
    width: auto;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 15px;
  }
}
.cate-filter .cate-filter-item {
  position: relative;
  width: 50%;
}
.cate-filter .cate-filter-item > .category-submenu {
  height: 300px;
  overflow-y: auto;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
}
.cate-filter .cate-filter-item > .category-submenu:empty {
  height: 0;
}
.cate-filter .cate-filter-item .category-submenu {
  min-width: 230px;
  border: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #fff;
  display: none;
}
.cate-filter .cate-filter-item .category-submenu .category-submenu {
  position: static;
}
.cate-filter .cate-filter-item .category-submenu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 15px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.4);
}
.cate-filter .cate-filter-item .category-submenu a:last-child {
  border-bottom: none;
}
.cate-filter .cate-filter-item .category-submenu a:hover {
  background-color: #204498;
  color: white;
}
.cate-filter .cate-filter-item .category-submenu .item-has-dropdown {
  position: relative;
}
.cate-filter .cate-filter-item .category-submenu .item-has-dropdown .category-submenu {
  padding-left: 20px;
}
.cate-filter .cate-filter-item .category-submenu .item-has-dropdown:hover .category-submenu {
  display: block;
}
.cate-filter .cate-filter-item.show .category-submenu {
  display: block;
}

.disbale-submenu {
  opacity: 0;
  visibility: hidden;
}

.body-class .bbc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.brand-item-list {
  margin-left: -10px;
  margin-right: -10px;
}
.brand-item-list .brand-list-item-outer {
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .brand-item-list .brand-list-item-outer {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .brand-item-list .brand-list-item-outer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .brand-item-list .brand-list-item-outer {
    width: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .brand-item-list .brand-list-item-outer {
    width: 20%;
  }
}

.brand-list-item {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 30px 20px;
  transition: all 0.3s ease;
}
.brand-list-item .thumb {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  width: 180px;
  height: 170px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.brand-list-item .thumb img {
  max-width: 100%;
}
.brand-list-item .content .brand-name {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  font-size: 18px;
  font-weight: 600;
}
.brand-list-item .content .brand-btn-group {
  display: flex;
  border: 1px solid #efefef;
  border-radius: 10px;
  overflow: hidden;
}
.brand-list-item .content .brand-btn-group a {
  width: 50%;
  text-align: center;
  padding: 8px 3px;
  background-color: #f7f7f7;
  border-right: 1px solid #efefef;
  font-size: 14px;
  color: #363636;
  font-weight: 600;
  transition: all 0.3s ease;
}
.brand-list-item .content .brand-btn-group a:last-child {
  border-right: none;
}
.brand-list-item .content .brand-btn-group a:hover {
  background-color: #204498;
  color: white;
}
.brand-list-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
  transform: scale(1.08);
}

.filter-area .brand-product-item {
  width: 100px;
  height: 90px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  line-height: 90px;
  background-color: white;
}
.filter-area .brand-product-item img {
  max-width: 100%;
}

.category-slider-container {
  position: relative;
  overflow: hidden;
  padding-bottom: 70px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
.category-slider-container .navigation-pagination-area {
  bottom: 0px;
}
.category-slider-container .swiper-slide .category-item {
  margin-bottom: 10px;
}
.category-slider-container .swiper-slide .category-item:last-child {
  margin-bottom: 0;
}
.category-slider-container .category-item {
  display: flex;
  align-items: center;
  border: 3px solid #fff;
  background-color: #204498;
  border-radius: 10px;
  padding: 10px 20px;
  min-height: 70px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
@media only screen and (min-width: 992px) {
  .category-slider-container .category-item {
    min-height: 100px;
  }
}
.category-slider-container .category-item .svgicon {
  width: 30px;
}
.category-slider-container .category-item .svgicon svg {
  fill: #fff;
  width: 100%;
  height: auto;
}
.category-slider-container .category-item .svgicon img {
  max-width: 100%;
}
.category-slider-container .category-item .content {
  width: calc(100% - 30px);
  padding-left: 10px;
}
.category-slider-container .category-item .content h6 {
  color: white;
  margin-bottom: 0;
  font-size: 13px;
}
@media only screen and (min-width: 1200px) {
  .category-slider-container .category-item .svgicon {
    width: 40px;
  }
  .category-slider-container .category-item .content {
    width: calc(100% - 40px);
  }
  .category-slider-container .category-item .content h6 {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .category-slider-container .category-item .svgicon {
    width: 50px;
  }
  .category-slider-container .category-item .content {
    width: calc(100% - 50px);
  }
  .category-slider-container .category-item .content h6 {
    font-size: 14px;
  }
}
.category-slider-container .category-item:hover {
  transform: scale(1.1);
}

.category-tab-container {
  border: 1px solid rgba(28, 59, 237, 0.5);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}

.sub-category-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 5px;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .sub-category-container {
    padding: 30px;
  }
}
.sub-category-container button, .sub-category-container a {
  background-color: transparent;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
  margin: 7px;
  padding: 8px 6px;
  display: flex;
  align-items: center;
  align-items: center;
  transition: all 0.3s ease;
  width: 145px;
  font-size: 13px;
  justify-content: center;
}
.sub-category-container button svg, .sub-category-container a svg {
  display: none;
}
.sub-category-container button.active, .sub-category-container a.active {
  border-color: #204498;
  color: #204498;
  background-color: white;
}
.sub-category-container button.active svg, .sub-category-container a.active svg {
  margin-right: 4px;
  display: block;
}
.sub-category-container button:hover, .sub-category-container a:hover {
  background-color: white;
  border-color: #204498;
  color: #204498;
}
@media only screen and (max-width: 990px) {
  .sub-category-container button, .sub-category-container a {
    width: auto !important;
    padding: 5px 6px !important;
  }
}

.category-filter {
  padding-bottom: 40px;
}
.category-filter .category-item.active {
  background-image: none !important;
  border: 2px solid #204498;
  color: #204498;
  background-color: #fff;
  transform: scaleX(1.1) scaleY(1.2);
  position: relative;
}
.category-filter .category-item.active .svgicon svg {
  fill: #204498;
}
.category-filter .category-item.active .svgicon svg path {
  fill: #204498;
}
.category-filter .category-item.active .content h6 {
  color: #204498;
}
.category-filter .category-item.active:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -27px;
  width: 0px;
  height: 0px;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #204498;
}
.category-filter .custom-slider-prev-btn {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -35px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.category-filter .custom-slider-next-btn {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -35px;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease;
}
.category-filter:hover .custom-slider-prev-btn {
  left: 0;
  opacity: 1;
}
.category-filter:hover .custom-slider-next-btn {
  right: 0;
  opacity: 1;
}

.category-filter-brand-container {
  padding: 20px;
  box-shadow: 0px -20px 30px 0px rgba(0, 0, 0, 0.06);
}
.category-filter-brand-container .brand-item {
  width: 96px;
  margin: 7px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.category-filter-brand-container .brand-item img {
  width: 100%;
  height: 100%;
}
.category-filter-brand-container .brand-item:hover, .category-filter-brand-container .brand-item.active {
  transform: scale(1.15);
  border: 1px solid #204498;
}

.product-filter-panel-area .product-filter-panel {
  padding: 5px;
  margin-bottom: 0;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid #e3e3e3;
}
.product-filter-panel-area .product-filter-panel li > a {
  font-size: 13px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #7f7f7f;
  padding: 7px;
  display: block;
  text-transform: uppercase;
}
.product-filter-panel-area .product-filter-panel li > a:hover {
  color: #204498;
}
@media only screen and (min-width: 1200px) {
  .product-filter-panel-area .product-filter-panel li > a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.product-filter-panel-area .product-filter-panel .product-filter-dropdwon > a {
  background-color: #204498;
  color: white;
  border-radius: 7px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 1200px) {
  .product-filter-panel-area .product-filter-panel .product-filter-dropdwon > a {
    margin-left: 20px;
  }
}
.product-filter-panel-area .product-filter-panel .product-filter-dropdwon > a:hover {
  background-color: #204498;
  color: white;
}
.product-filter-panel-area .product-filter-panel .product-filter-dropdwon .product-filter-submenu {
  min-width: 200px;
  padding: 10px 0;
  max-height: 300px;
  overflow-y: auto;
}
.product-filter-panel-area .product-filter-panel .product-filter-dropdwon .product-filter-submenu li a {
  font-size: 13px;
  padding: 10px 15px;
}
.product-filter-panel-area .product-filter-panel .product-filter-dropdwon .product-filter-submenu li a:hover {
  background-color: #204498;
  color: white;
}

.product-slider-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
  padding-top: 10px;
}
.product-slider-container .navigation-pagination-area {
  bottom: 0px;
}

.product-item {
  background-color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
}
.product-item .product-thumb {
  position: relative;
  transition: all 0.3s ease;
}
.product-item .product-thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.product-item .product-thumb .brand-thumb {
  position: absolute;
  right: 10px;
  top: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
  transform: scale(0);
  transition: all 0.3s ease;
  text-align: center;
  line-height: 50px;
  z-index: 2;
  background-color: white;
}
.product-item .product-thumb .brand-thumb img {
  margin-top: -4px;
}
.product-item .product-content {
  padding: 15px 20px;
  position: relative;
  transition: all 0.3s ease;
}
.product-item .product-content .cat {
  color: #959595;
  margin-bottom: 10px;
}
.product-item .product-content h6 .title {
  color: #1b2030;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  min-height: 36px;
  display: block;
}
.product-item .product-content .rfl-btn-solid {
  z-index: 1;
  padding: 7px 26px;
  position: absolute;
  left: 15px;
  bottom: -36px;
  font-size: 14px;
}
.product-item:hover {
  transform: scaleY(1.1) scaleX(1.05);
}
.product-item:hover .product-thumb {
  transform: translateY(-20px);
}
.product-item:hover .product-thumb a > img {
  transform: scaleY(0.9) scaleX(0.9);
}
.product-item:hover .product-content {
  transform: translateY(-36px);
}
.product-item:hover .rfl-btn-solid {
  display: block;
  bottom: -20px;
}
.product-item:hover .brand-thumb {
  transform: scale(1);
}

.swiper-slide .product-item:last-child {
  margin-bottom: 0px;
}

.filter-area {
  padding-bottom: 20px;
}
.filter-area .filter-option span {
  font-size: 14px;
  margin-right: 6px;
}
.filter-area .filter-option .select-sorted {
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background-color: white;
}
.filter-area .filter-option .select-sorted:focus {
  outline: none;
  box-shadow: none;
  border-color: #204498;
}

.pagination .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #204498;
  border-color: #204498;
}
.pagination .page-link {
  color: #204498;
}
.pagination .page-link:hover {
  background-color: #204498;
  color: white;
}
.pagination .page-item.disabled {
  display: none;
}

@media only screen and (min-width: 1440px) {
  .product-list-landing .col-lg-3 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.sub-category-container-tag {
  padding: 0;
  margin-bottom: 30px;
  justify-content: flex-start;
}

.swiper-pagination-fraction {
  display: flex;
  justify-content: flex-end;
  font-size: 22px;
  font-weight: 600;
}
.swiper-pagination-fraction .swiper-pagination-current {
  color: #204498;
}

.our-company {
  padding-top: 60px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .our-company {
    padding-top: 90px;
    padding-bottom: 40px;
  }
}

.rfl-counter-up {
  margin-top: 40px;
}
.rfl-counter-up .counter-item {
  margin-bottom: 30px;
  text-align: center;
}
.rfl-counter-up .counter-item .count-number {
  display: block;
  font-size: 22px;
  font-family: "Lato", sans-serif;
  color: #204498;
  font-weight: 700;
}
.rfl-counter-up .counter-item .text {
  font-size: 13px;
  font-weight: 700;
  color: #1b2030;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 992px) {
  .rfl-counter-up .counter-item {
    text-align: left;
  }
  .rfl-counter-up .counter-item .count-number {
    font-size: 32px;
  }
  .rfl-counter-up .counter-item .text {
    font-size: 16px;
  }
}

.company-content {
  margin-top: 20px;
  text-align: center;
}
.company-content .explore {
  font-size: 18px;
  font-weight: 700;
  color: #1b2030;
  transition: all 0.3s ease;
}
.company-content .explore:hover {
  color: #204498;
}
@media only screen and (min-width: 992px) {
  .company-content {
    margin-top: 40px;
    text-align: left;
  }
}

.our-company {
  position: relative;
}
.our-company .section-wrapper {
  position: relative;
  z-index: 1;
}
.our-company .section-wrapper .company-image {
  border-radius: 20px;
  overflow: hidden;
}
.our-company .section-wrapper .company-image img {
  max-width: 100%;
}
.our-company:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 40%;
  top: 0;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .our-company:before {
    width: 45%;
    height: 100%;
  }
}

.blog-post-item {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}
.blog-post-item .thumb {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.blog-post-item .thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.blog-post-item .thumb .play-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -30px;
  margin-left: -30px;
  transition: all 0.3s ease;
}
.blog-post-item .thumb .play-icon svg {
  fill: white;
  margin-left: 2px;
}
.blog-post-item .thumb .play-icon:after {
  border-radius: 50%;
}
@media only screen and (min-width: 1200px) {
  .blog-post-item .thumb .play-icon {
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
  }
}
.blog-post-item .content {
  width: 100%;
  padding: 20px 15px;
}
.blog-post-item .content .post-meta {
  padding-left: 0;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.blog-post-item .content .post-meta li {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #204498;
}
.blog-post-item .content .post-meta li .icon {
  color: #fff;
  margin-right: 6px;
}
.blog-post-item .content h5 .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  display: block;
}
.blog-post-item .content h5 .title:hover {
  color: #fff;
}
.blog-post-item .content .blog-btn {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  font-family: "Lato", sans-serif;
}
.blog-post-item .content .blog-btn svg {
  transition: all 0.3s ease;
  fill: #fff;
}
.blog-post-item .content .blog-btn:hover {
  color: #fff;
}
.blog-post-item .content .blog-btn:hover svg {
  margin-left: 4px;
  fill: #fff;
}
@media only screen and (min-width: 1200px) {
  .blog-post-item .content {
    padding: 20px 30px;
  }
  .blog-post-item .content h5 .title {
    font-size: 22px;
  }
}
.blog-post-item.hover1:hover {
  transform: scale(1.07);
  z-index: 9;
}
.blog-post-item.hover2:hover .thumb img {
  transform: scale(1.1);
}
.blog-post-item.grid {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .blog-post-item.list-style {
    display: flex;
    background: #204498;
  }
  .blog-post-item.list-style .thumb {
    width: 50%;
  }
  .blog-post-item.list-style .content {
    width: 50%;
  }
  .blog-post-item.list-style.larg-post .thumb {
    width: 55%;
  }
  .blog-post-item.list-style.larg-post .content {
    width: 45%;
    padding-left: 60px;
  }
}

.blog-slider-container {
  position: relative;
  padding-top: 20px;
  padding-bottom: 60px;
}
.blog-slider-container .navigation-pagination-area {
  bottom: 0;
}
.blog-slider-container .swiper-slide-prev {
  opacity: 0;
}
.blog-slider-container .swiper-slide-duplicate-active {
  opacity: 0.1;
}

.blog-post-item {
  border-radius: 10px;
}
.blog-post-item img {
  transition: all 0.3s ease;
}
.blog-post-item .content h5 .title {
  font-size: 18px;
  color: #fff;
}
.blog-post-item .content p {
  font-size: 14px;
  color: #fff;
}

.blog-section .blog-post-item {
  background-color: #204498;
  border-radius: 10px;
}
.blog-section .blog-post-item img {
  transition: all 0.3s ease;
}
.blog-section .blog-post-item .content h5 .title {
  color: white;
}
.blog-section .blog-post-item .content .post-meta li {
  color: white;
}
.blog-section .blog-post-item .content .post-meta li .icon {
  color: white;
}
.blog-section .blog-post-item .content h5 .title {
  font-size: 18px;
  color: #fff;
}
.blog-section .blog-post-item .content p {
  color: white;
  font-size: 14px;
}
.blog-section .blog-post-item .content .blog-btn {
  color: white;
}
.blog-section .blog-post-item .content .blog-btn svg {
  fill: white;
}
.blog-section .blog-post-item:hover img {
  transform: translate(1.1);
}

.our-achivement-section {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .our-achivement-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.our-achivement-section .section-heading {
  margin-bottom: 0;
}
.our-achivement-section .section-wrapper {
  position: relative;
  z-index: 1;
}
.our-achivement-section:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 45%;
  top: 0;
  background-color: white;
}
@media only screen and (min-width: 992px) {
  .our-achivement-section:before {
    width: 45%;
    height: 100%;
  }
}

.our-achivement-container {
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .our-achivement-container {
    overflow: visible;
  }
}
.our-achivement-container .navigation-pagination-area {
  bottom: 0;
}
@media only screen and (min-width: 992px) {
  .our-achivement-container .navigation-pagination-area {
    bottom: -80px;
  }
}
.our-achivement-container .achivement-body .content {
  transform: translateX(-100px);
  opacity: 0;
  transition: all 1s ease;
}
.our-achivement-container .achivement-body .content h3 a {
  color: #204498;
  margin-bottom: 20px;
  display: block;
}
.our-achivement-container .achivement-body .content .blog-btn {
  font-size: 14px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
.our-achivement-container .achivement-body .content .blog-btn svg {
  transition: all 0.3s ease;
}
.our-achivement-container .achivement-body .content .blog-btn:hover {
  color: #204498;
}
.our-achivement-container .achivement-body .content .blog-btn:hover svg {
  margin-left: 4px;
  fill: #204498;
}
.our-achivement-container .achivement-body .content h3 {
  font-size: 18px;
  line-height: 1.7;
}
@media only screen and (min-width: 992px) {
  .our-achivement-container .achivement-body .content h3 {
    font-size: 30px;
    line-height: 1.4;
  }
}
.our-achivement-container .achivement-body .image {
  transform: translateX(30px);
  opacity: 0;
  transition: all 1s ease;
  border-radius: 20px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.our-achivement-container .achivement-body .image img {
  max-width: 100%;
  border-radius: 20px;
}
@media only screen and (min-width: 1200px) {
  .our-achivement-container .achivement-body .image {
    transform: translateX(20px);
  }
}
@media only screen and (min-width: 1440px) {
  .our-achivement-container .achivement-body .image {
    transform: translateX(100px);
  }
}
@media only screen and (min-width: 992px) {
  .our-achivement-container .achivement-body .image {
    overflow: visible;
    min-height: 300px;
  }
  .our-achivement-container .achivement-body .image img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.our-achivement-container .swiper-slide-active .achivement-body .content {
  transform: translateX(0px);
  opacity: 1;
}
.our-achivement-container .swiper-slide-active .achivement-body .image {
  transform: translateX(0px);
  opacity: 1;
}

.contact-location-section {
  padding: 40px 0;
}
@media only screen and (min-width: 992px) {
  .contact-location-section {
    padding: 80px 0;
  }
}

.contact-location-content h4 {
  color: #204498;
  margin-bottom: 10px;
  display: block;
}
.contact-location-content p {
  color: #333333;
  margin-bottom: 10px;
}
.cl-btn {
  color: #204498;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 700;
}
.cl-btn:hover {
  text-decoration: none;
}

.footer {
  background-color: #204498;
  padding-top: 70px;
}
.footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.363);
  padding: 20px 15px;
}
.footer .footer-bottom .footer-menu {
  padding-left: 0;
  margin-bottom: 0;
}
.footer .footer-bottom .footer-menu li a {
  color: white;
  padding: 10px 15px;
  transition: all 0.3s ease;
}
.footer .footer-bottom .footer-menu li a:hover {
  color: white;
}
.footer .footer-bottom .footer-menu li:first-child a {
  padding-left: 0;
}
.footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: white;
}
.footer .footer-bottom .copyright p a {
  color: inherit;
  transition: all 0.3s ease;
}
.footer .footer-bottom .copyright p a:hover {
  color: white;
}

.footer-widget {
  margin-bottom: 30px;
}
.footer-widget .footer-logo {
  display: block;
  margin-bottom: 20px;
  
}

.footer-widget .footer-logo img {
    width: 200px;
}

.footer-widget address {
  color: white;
  line-height: 2;
}
.footer-widget .footer-widget-title {
  font-size: 17px;
  margin-bottom: 15px;
  color: white;
}
.footer-widget .footerr-links-list {
  padding-left: 0;
  margin-bottom: 0;
}
.footer-widget .footerr-links-list li {
  line-height: 2.5;
}
.footer-widget .footerr-links-list li a {
  color: white;
  transition: all 0.3s ease;
}
.footer-widget .footerr-links-list li a:hover {
  color: white;
}

.page-header {
  box-shadow: 0px 10px 15px 0px rgba(79, 79, 79, 0.06);
  padding: 15px 0;
}
.page-header .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
}
.page-header .breadcrumb li {
  font-size: 14px;
  color: #204498;
  margin-right: 20px;
  position: relative;
}
.page-header .breadcrumb li a {
  font-size: 14px;
  color: #c2c2c2;
}
.page-header .breadcrumb li a:hover {
  color: #204498;
}
.page-header .breadcrumb li:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #c2c2c2;
  border-radius: 50%;
}
.page-header .breadcrumb li:last-child {
  margin-right: 0;
}
.page-header .breadcrumb li:last-child:after {
  display: none;
}


/* ===== PAGE HEADER ===== */
.page-header2 {
  position: relative;
  overflow: hidden;
}

.page-header2 .page-header-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: scale(1.15);
  animation: zoomOut 6s ease forwards;
}

/* Zoom-out animation */
@keyframes zoomOut {
  0% { transform: scale(1.15); }
  100% { transform: scale(1); }
}

/* Overlay effect */
.page-header2::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* হালকা কালো overlay */
  z-index: 1;
}

/* ===== INNER PAGE CONTENT ===== */
.bg-gray3.sp-60 {
  position: relative;
  margin-top: 0; /* ডিফল্ট, section নিজের স্থানে থাকবে */
  z-index: 2;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
  padding: 60px 30px 30px 30px;
}

/* Section wrapper: উপরে তুলতে */
.section-wrapper.upper {
  position: relative;
  top: -150px;           /* হেডারের 85px উপরে উঠবে */
  z-index: 3;           /* overlay এর ওপর থাকবে */
  background-color: #fff;
  padding: 60px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  border-top: 12px solid #204498;
  border-radius: 0px;
}

/* Export images responsive */
.export-images {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 20px;
}

.export-images img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%;
  border-radius: 6px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .section-wrapper.upper {
    top: -110px; /* মোবাইল/ট্যাব জন্য উপরে ওঠা কমানো */
      padding: 30px;
  }
}

@media (max-width: 576px) {
  .section-wrapper.upper {
    top: -100px; /* মোবাইলের জন্য আরও কম */
      padding: 20px;
  }

  .export-images img {
    flex: 1 1 100%;
  }
}




.page-header2 .page-header-content h3 {
  color: white;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .page-header2 .page-header-content h3 {
    font-size: 30px;
  }
}
.page-header2 .page-header-content p {
  color: white;
}

.contact-us-container {
  background-color: white;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.contact-us-container .contact-form-info {
  max-width: 450px;
}
@media only screen and (min-width: 992px) {
  .contact-us-container {
    padding: 40px;
  }
}

.contact-form .input-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .contact-form .input-item {
    margin-bottom: 40px;
  }
}
.contact-form .input-item label {
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #464646;
}
.contact-form .input-item input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
  .contact-form .input-item input {
    padding: 15px 20px;
  }
}
.contact-form .input-item textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  min-height: 120px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
  .contact-form .input-item textarea {
    padding: 15px 20px;
  }
}
.contact-form .submit {
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.06);
}
@media only screen and (min-width: 992px) {
  .contact-form .submit {
    padding: 20px 40px;
  }
}

.contact-address-info .contact-image {
  margin-bottom: 40px;
}
.contact-address-info .contact-image img {
  width: 100%;
}

.contact-address {
  background-color: #f9f9f9;
  padding: 30px 20px 15px 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
.contact-address ul {
  padding-left: 0;
  margin-bottom: 0;
}
.contact-address ul li {
  margin-bottom: 10px;
  display: block;
}
.contact-address ul li .icon {
  width: 20px;
}
.contact-address ul li .icon svg {
  width: 18px;
  height: 18px;
}
.contact-address ul li .content {
  width: calc(100% - 20px);
  padding-left: 10px;
}
.contact-address ul li .content h6 {
  color: #464646;
  font-size: 14px;
}
.contact-address ul li .content p {
  color: #464646;
  margin-bottom: 0;
  font-size: 13px;
}
@media only screen and (min-width: 992px) {
  .contact-address {
    padding: 50px 40px 25px 40px;
  }
  .contact-address ul li {
    margin-bottom: 20px;
  }
  .contact-address ul li .icon {
    width: 30px;
  }
  .contact-address ul li .icon svg {
    width: 25px;
    height: 25px;
  }
  .contact-address ul li .content {
    width: calc(100% - 30px);
    padding-left: 15px;
  }
  .contact-address ul li .content h6 {
    font-size: 16px;
  }
  .contact-address ul li .content p {
    font-size: 15px;
  }
}

.widget.widget-head {
  padding: 15px 20px;
  margin-bottom: 10px;
}
.widget.widget-head h6 {
  font-size: 14px;
}
.widget.widget-head a {
  font-size: 14px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .widget.widget-head {
    padding-bottom: 15px !important;
  }
}

.sidebar .widget {
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .sidebar .widget {
    margin-bottom: 30px;
  }
}
.sidebar .widget > .widget-title {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 15px 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .widget > .widget-title.collapsed {
  background-color: white;
}
.sidebar .widget-wrapper {
  padding: 0 20px;
}
.sidebar .catagory-menu {
  padding-left: 0;
}
.sidebar .catagory-menu > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 15px 0px;
}
.sidebar .catagory-menu > li:last-child > a {
  border-bottom: none;
}
.sidebar .catagory-submenu {
  padding-top: 10px;
  padding-left: 0px;
  padding-bottom: 10px;
}
.sidebar .checkbox-item {
  position: relative;
  padding: 6px 0;
}
.sidebar .checkbox-item input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.sidebar .checkbox-item .checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  border-radius: 1px;
}
.sidebar .checkbox-item .checkbox:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0px;
  width: 53%;
  height: 80%;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  transform: rotate(36deg);
  opacity: 0;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .checkbox {
  border-color: #204498;
  background-color: #204498;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .checkbox:after {
  opacity: 1;
  border-color: white;
}
.sidebar .checkbox-item input[type=checkbox]:checked ~ .label {
  color: #204498;
}
.sidebar .checkbox-item .label {
  font-size: 13px;
  color: #464646;
  text-transform: uppercase;
  margin-left: 3px;
}
.sidebar .catagory-menu li > a .plus-minus:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #fff;
  margin-left: -4.5px;
  margin-top: -0.5px;
}
.sidebar .catagory-menu li > a .plus-minus:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  height: 1px;
  background-color: #fff;
  margin-left: -4.5px;
  margin-top: -0.5px;
  transform-origin: middle;
}
.sidebar .catagory-menu > li > a > .plus-minus {
  background-color: #204498;
  width: 21px;
  height: 21px;
  border-radius: 3px;
  position: relative;
}
.sidebar .catagory-menu > li > a.collapsed > .plus-minus:after {
  background-color: white;
}
.sidebar .catagory-menu > li > a.collapsed > .plus-minus:before {
  transform: rotate(90deg);
  background-color: white;
}
.sidebar .catagory-menu li > a.collapsed .plus-minus {
  width: 21px;
  height: 21px;
  background-image: linear-gradient(to bottom right, #f2f2f2, #f2f2f2);
  border-radius: 3px;
  position: relative;
}

.about-sidebar {
  width: 100%;
  background-color: #ffdadb;
  position: relative;
}
.about-sidebar .sidebar-toggle-icon {
  position: absolute;
  right: -30px;
  top: 240px;
  width: 30px;
  height: 30px;
  background-color: #204498;
  color: white;
  border-radius: 1px;
  text-align: center;
  line-height: 30px;
  font-size: 24px;
}
.about-sidebar ul {
  padding-left: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}
.about-sidebar ul li a {
  display: block;
  color: #204498;
  padding: 12px 25px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.about-sidebar ul li a.active {
  background-color: white;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.06);
  text-decoration: underline;
  position: relative;
}
.about-sidebar ul li a.active:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #204498;
}
.about-sidebar .about-sidebar-image {
  padding: 10px 15px;
}
.about-sidebar .about-sidebar-image img {
  width: 100%;
}

@media only screen and (max-width: 990px) {
  .about-sidebar-wrapper {
    position: fixed;
    width: 300px;
    left: -300px;
    top: 0px;
    padding-left: 0;
    padding-right: 0;
    transition: all 0.3s ease;
    z-index: 999;
  }
  .about-sidebar-wrapper.open-sidemenu {
    left: 0;
  }
  .about-sidebar-wrapper .about-sidebar ul li a {
    font-size: 14px;
  }
}
.innner-page-content-section {
  position: relative;
}

@media (max-width: 990px) {
  .sidemenu-area {
    position: absolute;
    left: -260px;
    top: 0;
    max-width: 300px;
    height: 100%;
    z-index: 9;
    padding: 0px;
    transition: all 0.3s ease;
  }
  .sidemenu-area.open-sidemenu {
    left: 0;
  }
  .sidemenu-area .sidemenu-toggle {
    width: 42px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #204498;
    border-radius: 0px 3px 3px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sidemenu-area .sidemenu-toggle svg {
    width: 30px;
    fill: white;
  }
  .sidemenu-area .sidebar {
    width: 260px;
    background-color: #fff;
    height: 100%;
    overflow-y: auto;
  }
  .sidemenu-area .sidebar .widget {
    margin-bottom: 20px;
  }
  .sidemenu-area .sidebar .widget:last-child {
    margin-bottom: 0px;
  }
  .sidemenu-area .sidebar .widget .catagory-menu {
    margin-bottom: 0px;
  }
  .sidemenu-area .sidebar .widget .widget-wrapper {
    padding-left: 30px;
  }
  .sidemenu-area .sidebar .widget .filter-option {
    padding: 10px 14px;
  }
  .sidemenu-area .sidebar .widget .filter-area .filter-option .select-sorted {
    padding: 13px 9px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    background-color: white;
    width: 100%;
  }
  .sidemenu-area .sidebar .widget .widget-title {
    font-size: 15px;
    padding: 11px 20px;
    background-color: #dcdada;
  }
  .sidemenu-area .sidebar .widget .widget-title.collapsed {
    background-color: #dcdada;
  }
}
.product-zoom-area .product-slick {
  background-color: white;
  width: 100%;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-zoom-area .product-slick img {
  width: 100%;
}
.product-zoom-area .slider-nav .slick-list {
  padding: 0 !important;
}
.product-zoom-area .slider-nav .slick-slide {
  margin: 10px;
}
.product-zoom-area .slider-nav .slick-slide > div {
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
.product-zoom-area .slider-nav .slick-slide.slick-current > div {
  border-color: #204498;
}

.product-details-content .brand-item {
  width: 110px;
  height: 100px;
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}
.product-details-content .product-name {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
}
@media only screen and (min-width: 992px) {
  .product-details-content .product-name {
    font-size: 28px;
  }
}
.product-details-content .product-summery {
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .product-details-content .product-summery {
    font-size: 16px;
  }
}
.product-details-content .desc {
  margin-bottom: 20px;
}
.product-details-content .product-varitation {
  padding-left: 0;
}
.product-details-content .product-varitation > li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.product-details-content .product-varitation > li strong {
  margin-right: 10px;
}
.product-details-content .product-varitation > li p {
  margin-bottom: 0;
  line-height: 1;
}
.product-details-content .share-social-meida {
  display: flex;
  align-items: center;
}
.product-details-content .share-social-meida h6 {
  font-size: 14px;
  margin-right: 20px;
}
@media only screen and (min-width: 992px) {
  .product-details-content .share-social-meida h6 {
    font-size: 16px;
  }
}

.pro-details-color2-content .swatch-element {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 7px 8px 5px 0;
  position: relative;
}
.pro-details-color2-content .swatch-element input[type=checkbox] {
  display: none;
}
.pro-details-color2-content .swatch-element .custom-control-label1 {
  border-radius: 50px;
  cursor: pointer;
  display: block;
  height: 14px;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 14px;
  margin: 0px;
}
.pro-details-color2-content .swatch-element.black .custom-control-label1 {
  background-color: #222;
}
.pro-details-color2-content .swatch-element.blue .custom-control-label1 {
  background-color: #6051cf;
}
.pro-details-color2-content .swatch-element.green .custom-control-label1 {
  background-color: #2fd6b9;
}
.pro-details-color2-content .swatch-element.yellow .custom-control-label1 {
  background-color: #ffd27c;
}
.pro-details-color2-content .swatch-element.pink .custom-control-label1 {
  background-color: pink;
}
.pro-details-color2-content .swatch-element input:checked + label {
  position: relative;
}
.pro-details-color2-content .swatch-element input:checked + label:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 50%;
  border: 1px solid #454545;
}
.pro-details-color2-content .swatch-element input:disabled + label {
  opacity: 0.4;
  cursor: not-allowed;
  display: none;
}

.pro-details-size2-content .swatch-element {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 7px 8px 5px 0;
  position: relative;
}
.pro-details-size2-content .swatch-element input[type=checkbox] {
  display: none;
}
.pro-details-size2-content .swatch-element .custom-control-label1 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  line-height: 38px;
  text-align: center;
  margin: 0px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}
.pro-details-size2-content .swatch-element .custom-control-label1:hover {
  color: white;
  background-color: #204498;
}
.pro-details-size2-content .swatch-element input:checked + label {
  color: white;
  background-color: #204498;
}
.pro-details-size2-content .swatch-element input:disabled + label {
  opacity: 0.4;
  cursor: not-allowed;
  display: none;
}
.pro-details-size2-content .swatch-element input:disabled + label:hover {
  color: initial;
  background-color: transparent;
}

.description-review-topbar {
  position: relative;
}
.description-review-topbar:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
}

.description-review-topbar a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 90px 0px 0px;
  padding: 18px 0px;
  position: relative;
}
.description-review-topbar a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.description-review-topbar a:last-child {
  margin: 0 0px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .description-review-topbar a {
    margin: 0 5px 0px 0;
    padding: 18px 5px;
    font-size: 14px;
  }
}
.description-review-topbar a.active {
  background-color: transparent;
  color: #204498;
}
.description-review-topbar a.active:after {
  background-color: #204498;
}

.description-review-bottom {
  padding: 33px 0 0;
}

.description-review-bottom .product-description-wrapper p {
  margin: 0 0 25px;
}

.description-review-bottom .product-description-wrapper p:last-child {
  margin: 0 0 0px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li {
  color: #333;
  font-size: 14px;
  list-style: outside none none;
  margin: 0 0 13px;
}

.description-review-bottom .product-anotherinfo-wrapper ul li span {
  color: #15273e;
  display: inline-block;
  font-weight: 500;
  margin: 0 26px 0 0;
  min-width: 85px;
}

.description-review-area p {
  margin-bottom: 30px;
}
.description-review-area p:last-child {
  margin-bottom: 0;
}
.description-review-area ul li svg {
  color: #204498;
  margin-right: 6px;
}

.product-description-wrapper ul li svg {
  color: #204498;
  margin-right: 6px;
}

.review-comments-section h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.review-comment-list {
  padding: 30px;
  border: 1px solid #eaeaea;
  margin-bottom: 40px;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
  background-color: white;
}

.review-comment-item {
  border-bottom: 1px solid #f2ecec;
  padding: 20px 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .review-comment-item {
    text-align: left;
  }
}
.review-comment-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.review-comment-item:first-child {
  padding-top: 0px;
}
.review-comment-item .thumb {
  width: 100px;
  display: inline-block;
  margin-bottom: 20px;
}
.review-comment-item .thumb img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .review-comment-item .thumb {
    display: block;
    margin-bottom: 0;
  }
}
.review-comment-item .content {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .review-comment-item .content {
    padding-left: 20px;
    width: calc(100% - 100px);
    text-align: left;
  }
}
.review-comment-item .content .head {
  margin-bottom: 6px;
}
.review-comment-item .content .head .rating i {
  color: #F5A623;
}
.review-comment-item .content .name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.review-comment-item .content .post-time {
  font-size: 13px;
  line-height: 22px;
  color: #a6a3a3;
}
.review-comment-item .content .review-body p {
  font-size: 14px;
  line-height: 23px;
}
.review-comment-item .content .review-body p:last-child {
  margin-bottom: 0;
}

.review-form {
  padding: 30px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.03);
  background-color: white;
}
.review-form .input-item {
  margin-bottom: 15px;
}
.review-form .input-item label {
  font-size: 13px;
  font-weight: 500;
}
.review-form .input-item input {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
}
.review-form .input-item textarea {
  width: 100%;
  padding: 6px 15px;
  border: 1px solid #eaeaea;
  min-height: 150px;
  border-radius: 3px;
}
.review-form .input-item .rating i {
  color: #F5A623;
}
.review-form .review-submit {
  font-size: 15px;
  font-weight: 600;
  padding: 8px 30px;
  background-color: #59b828;
  color: white;
  border: none;
  border-radius: 3px;
  outline: none;
  transition: all 0.3s ease;
}
.review-form .review-submit:hover {
  background-color: rgba(89, 184, 40, 0.8);
}

.review-form .card-body {
  padding: 0;
}
.review-form .rating {
  border: none;
  margin-right: 0px;
  margin-top: 35px;
}
.review-form .myratings {
  font-size: 48px;
  color: green;
}
.review-form .rating > [id^=star] {
  display: none;
}
.review-form .rating > label:before {
  margin: 5px;
  font-size: 2.25em;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  content: "";
}
.review-form .rating > .half:before {
  content: "";
  position: absolute;
}
.review-form .rating > label {
  color: #ddd;
  float: right;
}
.review-form .rating > [id^=star]:checked ~ label,
.review-form .rating:not(:checked) > label:hover,
.review-form .rating:not(:checked) > label:hover ~ label {
  color: #FFD700;
}
.review-form .rating > [id^=star]:checked + label:hover,
.review-form .rating > [id^=star]:checked ~ label:hover,
.review-form .rating > label:hover ~ [id^=star]:checked ~ label,
.review-form .rating > [id^=star]:checked ~ label:hover ~ label {
  color: #FFED85;
}
.review-form input.reset-option {
  display: none;
}

.rfl-product-information .description-review-topbar {
  position: sticky;
  left: 0;
  top: 50px;
  right: 0;
  background-color: #fff;
  padding: 15px 15px;
  z-index: 9;
}
@media only screen and (min-width: 992px) {
  .rfl-product-information .description-review-topbar {
    top: 90px;
  }
}
.rfl-product-information .description-review-topbar ul {
  white-space: nowrap;
  overflow-y: auto;
  flex-wrap: unset;
}
.rfl-product-information .description-review-topbar li.active a:after {
  background-color: #204498;
}
.rfl-product-information .description-review-topbar li {
  padding: 0px 15px;
}
.rfl-product-information .description-review-topbar li:first-child {
  padding-left: 0px;
}
.rfl-product-information .description-review-topbar li a {
  padding: 15px 0px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .rfl-product-information .description-review-topbar li a {
    margin-bottom: 0;
  }
}
.rfl-product-information .tab-pane1 {
  padding-top: 30px;
  padding-bottom: 40px;
  min-height: 100px;
}
.rfl-product-information .description-review-bottom .tab-pane1:nth-child(even) {
  background-color: #fff;
}
.rfl-product-information .description-review-bottom .product-description-wrapper h4 {
  font-size: 22px;
  position: relative;
  padding-left: 10px;
}
.rfl-product-information .description-review-bottom .product-description-wrapper h4:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background-color: #204498;
}

.description-review-area {
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.list-with-icon {
  padding-left: 0;
}
.list-with-icon li {
  padding-left: 30px;
  line-height: 2;
  margin-bottom: 20px;
  background-image: url(../images/check-icon.png);
  background-repeat: no-repeat;
  background-position: 0px 8px;
}
.list-with-icon li:last-child {
  margin-bottom: 0;
}

.image img {
  max-width: 100%;
}

.video-image {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .video-image {
    border-radius: 15px;
  }
}
.video-image img {
  max-width: 100%;
}
.video-image .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -25px;
  transition: all 0.3s ease;
  width: 60px;
}
.video-image .play-icon img {
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .video-image .play-icon {
    width: 90px;
    margin-left: -45px;
    margin-top: -33px;
  }
}
.video-image .play-icon:hover {
  box-shadow: 0px 3px 5px 0px rgba(237, 28, 36, 0.07);
  transform: translateY(-3px);
}

.catalouge-item-list {
  margin-left: -15px;
  margin-right: -15px;
}
.catalouge-item-list .catalouge-list-item-outer {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .catalouge-item-list .catalouge-list-item-outer {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .catalouge-item-list .catalouge-list-item-outer {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .catalouge-item-list .catalouge-list-item-outer {
    width: 25%;
  }
}
@media only screen and (min-width: 1440px) {
  .catalouge-item-list .catalouge-list-item-outer {
    width: 20%;
  }
}

.catalouge-list-item {
  background-color: white;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.01);
}
.catalouge-list-item .thumb {
  position: relative;
  overflow: hidden;
}
.catalouge-list-item .thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.catalouge-list-item .thumb:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all 0.3s ease;
}
.catalouge-list-item .thumb .preview-download-btn-group {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -30px;
  display: flex;
  align-items: center;
  width: 140px;
  z-index: 1;
  transform: scale(0.2);
  opacity: 0;
  transition: all 0.3s ease;
}
.catalouge-list-item .thumb .preview-download-btn-group a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
}
.catalouge-list-item .thumb .preview-download-btn-group a:last-child {
  border-right: none;
}
.catalouge-list-item .thumb .preview-download-btn-group a .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #204498;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 3px;
}
.catalouge-list-item .thumb .preview-download-btn-group a .icon svg {
  fill: white;
}
.catalouge-list-item .thumb .preview-download-btn-group a .icon:after {
  border-radius: 50%;
}
.catalouge-list-item .thumb .preview-download-btn-group a .text {
  display: block;
  font-size: 12px;
  color: white;
}
.catalouge-list-item .content {
  padding: 20px 20px;
}
.catalouge-list-item .content .catalouge-name {
  font-size: 16px;
  line-height: 24px;
  color: #363636;
}
.catalouge-list-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.catalouge-list-item:hover .thumb img {
  transform: scale(1.1);
}
.catalouge-list-item:hover .thumb:after {
  opacity: 1;
}
.catalouge-list-item:hover .thumb .preview-download-btn-group {
  transform: scale(1);
  opacity: 1;
}

.event-item {
  background-color: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.01);
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 40px;
}
.event-item .thumb {
  overflow: hidden;
}
.event-item .thumb img {
  width: 100%;
  transition: all 0.3s ease;
}
.event-item .content {
  display: flex;
  padding: 25px 15px;
}
.event-item .content .date {
  width: 75px;
  font-size: 20px;
  color: #212121;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
.event-item .content .date:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 80%;
  background-color: #204498;
}
.event-item .content .date span {
  color: #204498;
}
.event-item .content .content-inner {
  width: calc(100% - 75px);
  padding-left: 15px;
}
.event-item .content .content-inner .event-name {
  font-size: 20px;
  font-weight: 700;
  color: #212121;
  margin-bottom: 10px;
  display: block;
}
.event-item .content .content-inner .event-name:hover {
  color: #204498;
}
.event-item .content .content-inner p {
  line-height: 1.95;
  margin-bottom: 10px;
}
.event-item .content .content-inner .blog-btn {
  font-weight: 600;
  color: #363636;
  display: flex;
  align-items: center;
}
.event-item .content .content-inner .blog-btn svg {
  margin-top: 3px;
  transition: all 0.3s ease;
}
.event-item .content .content-inner .blog-btn:hover {
  color: #204498;
}
.event-item .content .content-inner .blog-btn:hover svg {
  margin-left: 6px;
  margin-top: 3px;
  fill: #204498;
}
.event-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}
.event-item:hover .thumb img {
  transform: scale(1.1);
}

.showroom-list {
  border: 1px solid #e6e6e6;
  border-radius: 15px;
  padding: 20px;
  background-color: #f9f9f9;
  height: 730px;
  overflow-y: auto;
}
.showroom-list > h5 {
  background-color: #204498;
  padding: 10px 15px;
  color: white;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}
.showroom-list .nearest-shop-item {
  background-color: white;
  border-radius: 15px;
  display: flex;
  padding: 25px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}
.showroom-list .nearest-shop-item .map-icon {
  width: 70px;
}
.showroom-list .nearest-shop-item .map-icon img {
  max-width: 100%;
}
.showroom-list .nearest-shop-item .nearest-shop-content {
  width: calc(100% - 70px);
  padding-left: 25px;
}
.showroom-list .nearest-shop-item .nearest-shop-content h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.showroom-list .nearest-shop-item .nearest-shop-content p {
  font-size: 14px;
  margin-bottom: 0px;
  line-height: 1.9;
}
.showroom-list .nearest-shop-item .nearest-shop-content .map-control-btn-span {
  color: #204498;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 4px;
}

#locatmap.map-details {
  width: 100%;
  height: 730px;
  border-radius: 15px;
  overflow: hidden;
  background-color: white;
}
#locatmap.map-details .tab-content, #locatmap.map-details .tab-pane {
  height: 100%;
  width: 100%;
}
#locatmap.map-details iframe {
  width: 100%;
  height: 100%;
}

.store-locator {
  padding-top: 60px;
  padding-bottom: 60px;
}
.store-locator form select {
  width: 100%;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  appearance: none;
  background-image: url(../images/caret-down-icon.png);
  background-position: 96% 50%;
  background-repeat: no-repeat;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
  outline: none;
}
.store-locator form select:focus {
  border: 1px solid #204498;
}
.store-locator form label {
  font-size: 16px;
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */

/*# dayal css portion */

.btn-contact {
  background: #1d4ed8;
  border-radius: 4px;
  padding: 8px 16px; /* padding একটু কম */
  line-height: 1.5;
}

.btn-contact a{
  color: #fff!important;

}

/*--------------------------------Best seller Product  css-----------------------*/

.title-best-seller {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}

.product-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.product-card {
  background: white;
  padding: 20px;
  width: 260px;
  border-radius: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease;
  text-align: center;
}

.product-card:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.product-description {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin-bottom: 15px;
  min-height: 60px;
}

.product-image img {
  max-width: 100%;
  height: auto;
}


.details-btn {
  display: inline-block;
  background-color: #204498;  
  color: #fff;                
  padding: 8px 20px;         
  border-radius: 5px;        
  text-decoration: none;     
  transition: 0.3s ease;  
  margin-top: -5px;    
}

.details-btn:hover {
  background-color: #204498;
  color: #fff;
  transform: translateY(-2px);
}

.export-images {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.export-images img {
  max-width: 100%;
  height: auto;
  flex: 1 1 45%; /* প্রতি ইমেজ প্রায় 45% প্রস্থ নেবে */
  border-radius: 6px;
}

.sn-section-wrapper img {
  max-width: 100%;  /* কনটেইনারের চেয়ে বড় হবে না */
  height: auto;     /* প্রোপোরশন বজায় রাখে */
  display: block;   /* নিচের ফাঁকা গ্যাপ দূর করে */
  margin: 0 auto;   /* মাঝখানে রাখে */
}


/*------------about us css----------------*/

.about-section-heading {
      color: #8a8a8a;
      font-weight: 700;
      font-size: 28px;
      line-height: 1.2;
      margin-bottom: 20px;
    }
    .about-section-image img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      object-fit: cover;
    }
    .about-section-text p {
      font-size: 15px;
      line-height: 1.8;
      text-align: justify;
      color: #666;
    }


  /*--------------concerns css------------------*/
  .con-image-row {
  display: flex;
  gap: 80px;
    justify-content: center;
  flex-wrap: wrap;
}

.con-image-card {
  width: 45%;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  
}

.con-image-wrapper {
  position: relative;
  overflow: hidden;
}

.con-image-wrapper img {
  width: 100%;
  height: auto;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center;
}

/* ================= Overlay ================= */
.con-overlay {
  position: absolute;
  left: 40px;
  right: 40px;
  bottom: 0;
  height: 100%;
  background: #204498;
  color: #fff;
  
  overflow: hidden;

  /* Start hidden (only bottom 40px visible) */
  transform: translateY(calc(100% - 40px));
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.con-overlay-content {
  position: relative;
  padding: 10px 20px;
}

.con-overlay-content h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
    color: #fff;
}

.con-overlay-content p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease 0.2s; /* একটু delay */
}

.con-arrow {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 18px;
  transition: opacity 0.3s ease;
}

/* ================ Hover Effects ================ */
.con-image-card:hover img {
  transform: scale(1.08);
}

.con-image-card:hover .con-overlay {
  transform: translateY(0);
}

.con-image-card:hover .con-overlay-content p {
  display: block;
  opacity: 1;
  color: #fff;
}

.con-image-card:hover .con-arrow {
  opacity: 0;
}

/* ================= Responsive Design ================= */

/* ট্যাবলেট ও মাঝারি স্ক্রিনের জন্য */
@media (max-width: 1024px) {
  .con-image-row {
    gap: 50px;
  }

  .con-image-card {
    width: 48%;
  }

  .con-overlay {
    left: 30px;
    right: 30px;
  }

  .con-overlay-content h3 {
    font-size: 16px;
  }

  .con-overlay-content p {
    font-size: 13px;
  }
}

/* ছোট ট্যাবলেট ও বড় মোবাইলের জন্য */
@media (max-width: 768px) {
  .con-image-row {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }

  .con-image-card {
    width: 80%;
  }

  .con-overlay {
    left: 25px;
    right: 25px;
  }

  .con-overlay-content {
    padding: 10px 15px;
  }

  .con-overlay-content h3 {
    font-size: 16px;
  }

  .con-overlay-content p {
    font-size: 13px;
  }
}

/* ছোট মোবাইলের জন্য */
@media (max-width: 480px) {
  .con-image-row {
    gap: 40px;
  }

  .con-image-card {
    width: 90%;
  }

  .con-overlay {
    left: 15px;
    right: 15px;
  }

  .con-overlay-content {
    padding: 8px 12px;
  }

  .con-overlay-content h3 {
    font-size: 15px;
  }

  .con-overlay-content p {
    font-size: 12px;
    line-height: 1.4;
  }

  .con-arrow {
    right: 15px;
    top: 8px;
    font-size: 16px;
  }
}



/*--------------------------------Best seller Product  css-----------------------*/

/*# dayal css portion */

