@font-face {
  font-family: "bold";
  src: url(../fonts/gotham/bold.otf);
}

@font-face {
  font-family: "book";
  src: url(../fonts/gotham/book.otf);
}

@font-face {
  font-family: "medium";
  src: url(../fonts/gotham/medium.otf);
}

:root {
  --primary: #083333;
  --secondary: #C49A6C;
  --filterPrimary:  invert(14%) sepia(12%) saturate(3005%) hue-rotate(131deg) brightness(96%) contrast(94%);
  --filterSecondary: invert(90%) sepia(95%) saturate(5267%) hue-rotate(302deg) brightness(81%) contrast(87%);
  --filterWhite: invert(99%) sepia(0%) saturate(4787%) hue-rotate(41deg) brightness(127%) contrast(96%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "book";
  scroll-behavior: smooth;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background-color: #eee;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

body {
  direction: ltr;
  overflow-x: hidden;
}

div::-webkit-scrollbar {
  height: 5px;
}

.fw-bold {
  font-family: "bold";
}

.fw-medium {
  font-family: "medium";
  font-weight: 500;
}

/**********************************************
   Start Global Style
**********************************************/
.color-gray {
  color: #ccc;
}

.color-gray2 {
  color: #888;
}

.color-dark {
  color: #1B2021;
}

.color-primary {
  color: var(--primary);
}

.color-secondary {
  color: var(--secondary);
}

.filterPrimary {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.filterSecondary {
  -webkit-filter: var(--filterSecondary);
          filter: var(--filterSecondary);
}

.filterWhite {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

p,
.p {
  font-size: 16px;
  color: #424242;
  line-height: 2rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none !important;
}

a:hover {
  color: var(--secondary) !important;
}

a:focus {
  outline: 0;
}

del,
.del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

ul {
  list-style-type: none;
  padding: 0;
}

button {
  border: none;
  padding: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  background-color: transparent;
}

button:focus {
  border: none;
  -webkit-box-shadow: transparent;
          box-shadow: transparent;
  outline: 0;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
  padding: 0.375rem 1.75rem;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--secondary) !important;
}

form input,
form select {
  height: 60px !important;
}

form .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

form textarea {
  resize: none;
}

form .form-check-input {
  height: 1em !important;
}

.progress-wrap {
  position: fixed;

  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
          box-shadow: inset 0 0 0 2px rgba(51, 51, 51, 0.2);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: translateY(130%);
          transform: translateY(130%);
  z-index: 99;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
   left: unset !important;
    right: unset !important;
  bottom: 20px !important;
  inset-inline-end: 20px !important;
 
}

.progress-wrap::after {
  background: url(../images/icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  color: var(--primary);
    left: 10px;
    top: 12px;
    height: 26px;
    width: 25px;
  display: block;
}

.progress-wrap svg path {
  fill: #f8f8f8;
}

.progress-wrap svg.progress-circle path {
  stroke: var(--primary);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

.bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.position-unset {
  position: unset;
}

.underline {
  text-decoration: underline !important;
}

.trans_3 {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

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

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

.slide_ltr {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.slide_ltr.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_ltr.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slide_rtl {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
          clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.slide_rtl.animated {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.slide_rtl.no_scale {
  -webkit-transform: scale(1);
          transform: scale(1);
}

@-webkit-keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes puff-in {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-filter: blur(4px);
            filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.puff-in {
  -webkit-animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
          animation: puff-in 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/**********************************************
    Start Public Classes
**********************************************/
.section {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.swiper-container .swiper-pagination {
  bottom: 0;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--primary);
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  background-image: unset;
  width: 40px;
  height: 40px;
  border: 1px solid transparent;
  border-radius: 50%;
  background-image: unset;
  background-color: #f5f5f5;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next::before,
.swiper-container .swiper-button-prev::before {
  background: url(../images/icons/next_swiper.png) no-repeat center;
  background-size: 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 15px;
  color: var(--secondary);
  content: '';
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
  background-color: var(--primary);
  opacity: 1;
}

.swiper-container .swiper-button-next:hover::before,
.swiper-container .swiper-button-prev:hover::before {
  color: #fff;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-container-rtl .swiper-button-prev {
  right: 2%;
  left: auto;
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-container-rtl .swiper-button-next {
  left: 2%;
  right: auto;
}

.swiper-container .swiper-button-prev::before,
.swiper-container .swiper-container-rtl .swiper-button-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.butn {
  position: relative;
  padding: .8rem 1.9rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 18px;
  border: 1px solid transparent;
  border-radius: 15px;
  overflow: hidden;
  text-transform: capitalize;
}

.butn span {
  font-family: "bold";
}

.butn i {
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.butn.sm_butn {
  padding: 0;
  width: 50px;
  height: 50px;
}

.butn.primary_butn {
  background-color: var(--primary);
  color: var(--secondary);
  background-image: -webkit-gradient(linear, left top, right top, from(#083333), to(#10514B));
  background-image: linear-gradient(to right, #083333, #10514B);
}

.butn.primary_butn::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#9f7a52), to(#C49A6C));
  background-image: linear-gradient(to right, #9f7a52, #C49A6C);
}

.butn.primary_butn:hover {
  color: var(--primary) !important;
}

.butn.primary_border_butn {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
}

.butn.secondary_butn {
  background-color: var(--secondary);
  color: var(--primary);
}

.butn.secondary_butn::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#083333), to(#10514B));
  background-image: linear-gradient(to right, #083333, #10514B);
}

.butn.secondary_butn:hover {
  color: var(--secondary) !important;
}

.butn.secondary_border_butn {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  background-color: transparent;
}

.butn.white_butn {
  background-color: #fff;
  color: #333;
}

.butn.white_border_butn {
  background-color: #fff;
  border: 1px solid #D6D3D3;
}

.butn::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  width: 0;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  height: 300%;
  position: absolute;
  top: -130%;
  left: -20%;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}

.butn:hover {
  border-color: #9f7a52;
}

.butn:hover::before {
  width: 150%;
}

.butn:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.icon-18 {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.icon-15 {
  width: 15px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_head .icon {
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sec_head .txt .small {
  font-size: 16px;
}

.sec_head .txt .title {
  font-size: 24px;
}

.whatsapp_butn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  inset-inline-end: 20px;
  bottom: 20px;
  z-index: 999;
  border-radius: 10px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
}

.whatsapp_butn .icon {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pagination-wrapper .pagination .page-link {
  border-radius: 5px !important;
  background-color: transparent;
  color: var(--primary);
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 45px;
  height: 40px;
}

.pagination-wrapper .pagination .page-link:hover, .pagination-wrapper .pagination .page-link.active {
  background-color: var(--primary);
  color: #fff !important;
}

.modal-content {
  padding: 20px;
  border-radius: 20px;
}

.letterModal .ixon {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
}

.text-justify {
  text-align: justify;
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container .navbar {
  z-index: 9;
  padding: 1rem;
}

.navs-container .navbar.home_nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #0000000d;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}

.navs-container .navbar.home_nav .nav_end .search_box .form-control {
  background-color: #fff;
  border-color: #fff;
}

.navs-container .navbar .logo {
  width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  color: var(--primary);
  font-size: 15px;
  margin: 0 7px;
  font-family: "medium";
  font-weight: 500;
  text-transform: capitalize;
}

.navs-container .navbar .nav-link.active {
  color: var(--secondary);
}

.navs-container .navbar .has_dropdown {
  position: relative;
}

.navs-container .navbar .has_dropdown .drop_down {
  background-color: #fff;
  position: absolute;
  width: 255px;
  -webkit-box-shadow: 3px 6px 10px 0 #0001;
          box-shadow: 3px 6px 10px 0 #0001;
  border: 1px solid #eee;
  border-radius: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  visibility: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  z-index: 55;
}

.navs-container .navbar .has_dropdown .drop_down a {
  font-size: 13px;
  display: block;
  padding: .95rem 1rem;
  background-color: #fff;
  width: 100%;
  text-transform: capitalize;
}

.navs-container .navbar .has_dropdown .drop_down a .logoBrand {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  padding: 4px;
}

.navs-container .navbar .has_dropdown .drop_down a:hover {
  background-color: #c49a6c1f;
}

.navs-container .navbar .has_dropdown .drop_down a:first-child {
  border-radius: 10px 10px 0 0;
}

.navs-container .navbar .has_dropdown .drop_down a:last-child {
  border-radius: 0 0 10px 10px;
}

.navs-container .navbar .has_dropdown:hover .drop_down {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  visibility: visible;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown::after {
  content: '\f105';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  inset-inline-end: 14px;
  top: 20px;
  font-size: 9px;
  color: #777;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown:first-child a {
  border-radius: 10px 10px 0 0;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown:last-child a {
  border-radius: 0 0 10px 10px;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown .sub_dropdown {
  left: 100% !important;
  opacity: 0 !important;
  -webkit-transform: translateY(10px) !important;
          transform: translateY(10px) !important;
  visibility: hidden !important;
  top: 0;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown .sub_dropdown a {
  border-radius: 0;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown .sub_dropdown a:first-child {
  border-radius: 10px 10px 0 0;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown .sub_dropdown a:last-child {
  border-radius: 0 0 10px 10px;
}

.navs-container .navbar .has_dropdown .has_sub_dropdown:hover .sub_dropdown {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) !important;
          transform: translateY(0px) !important;
  visibility: visible !important;
}

.navs-container .navbar .nav_end .search_box .form-control {
  width: 260px;
  border-radius: 25px;
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  height: 50px !important;
  font-size: 12px;
}

.navs-container .navbar .nav_end .search_box .search_butn {
  position: absolute;
  right: 13px;
  top: 10px;
}

.navs-container .navbar .nav_end .cart_butn {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.navs-container .navbar .nav_end .cart_butn .icon {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav_end .cart_butn .num_badge {
  width: 13px;
  height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 9px;
  background-color: var(--secondary);
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
}

.navs-container .navbar .nav_end .lang_butn {
  width: 40px;
  height: 40px;
  font-size: 13px;
  border-radius: 50%;
}

.navs-container .navbar .navbar-toggler {
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: rgba(221, 221, 221, 0.3);
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 25px;
  height: 2px;
  background: var(--primary);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 2px;
  background: var(--primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -6px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 6px;
  right: 0px;
}

.footer .newsletter_outer {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#C49A6C), to(#F2C481));
  background-image: linear-gradient(to right, #C49A6C, #F2C481);
}

.footer .newsletter_outer .text_box .icon {
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.footer .newsletter_outer .text_box .txt {
  width: calc(100% - 70px);
}

.footer .newsletter_outer .form-group .form-control {
  border-radius: 25px;
  border-color: #fff;
  height: 50px !important;
  font-size: 12px;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.footer .newsletter_outer .form-group .submit_butn {
  padding: 0.5rem 1.7rem;
  font-size: 15px;
  position: absolute;
  top: 5px;
  right: 5px;
  border-radius: 25px;
}

.footer .newsletter_outer .form-group .icon {
  color: var(--primary);
  position: absolute;
  top: 14px;
  left: 15px;
}

.footer .newsletter_outer .iconPattern {
  position: absolute;
  right: -26px;
  top: 50%;
  width: 75px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .5;
}

.footer .footer_outer {
  background-color: var(--primary);
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.footer .footer_outer .content {
  margin-bottom: 30px;
}

.footer .footer_outer .content .logo {
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-bottom: 25px;
}

.footer .footer_outer .content .p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
}

.footer .footer_outer .content .social_icons a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.footer .footer_outer .content .social_icons a .icon {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.footer .footer_outer .content .social_icons a:hover {
  background-color: var(--secondary);
}

.footer .footer_outer .content .social_icons a:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.footer .footer_outer .content .links a {
  display: block;
  color: #fff;
  font-size: 15px;
  margin-bottom: 15px;
}

.footer .footer_outer .content .links a:hover {
  color: var(--secondary) !important;
}

.footer .footer_outer .content .contact_foot .item {
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  position: relative;
  color: #fff;
  margin-bottom: 18px;
  font-size: 14px;
}

.footer .footer_outer .content .contact_foot .item .icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.footer .footer_outer .copyright_p {
  color: #BEBEBE;
}

.footer .footer_outer .copyright_p .alyom_logo {
  width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 5px;
}

.footer .footer_outer .iconPattern {
  width: 40%;
  height: 450px;
  position: absolute;
  top: 5%;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.social_icons a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.social_icons a .icon {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.social_icons a:hover {
  background-color: var(--secondary);
}

.social_icons a:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

/**********************************************
    Start Edit Home Page
**********************************************/
.header {
  padding: 0;
}

.header .item {
  padding: 150px 0 70px 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .item .text_box .title {
  font-size: calc(1vw + 30px);
  font-family: "bold";
}

.header .item .iconPattern {
  width: 30%;
  opacity: .1;
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.header .item video::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.about_sec .img_box {
  position: relative;
  height: 570px;
}

.about_sec .img_box .img1 {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.about_sec .img_box .img2_box {
  width: 50%;
  height: 100%;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  position: relative;
}

.about_sec .img_box .img2_box .img2 {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 70px;
  z-index: 5;
  width: 100%;
  position: relative;
}

.about_sec .img_box .img2_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: var(--primary);
  border-radius: 70px;
  width: 250px;
  left: -20px;
}

.about_sec .text_box {
  padding: 3vw;
}

.about_sec .text_box .p {
  text-align: justify;
}

.partners_sec {
  background-color: #F6F6F6;
}

.partners_sec .partner_logo {
  height: 115px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  max-width: 70%;
}

.partners_sec .partner_logo:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.brands_sec .brand_card {
  border-radius: 25px;
  position: relative;
  background-color: #F1F1F1;
  padding: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 30px;
}

.brands_sec .brand_card .img_box {
  position: relative;
  z-index: 5;
}

.brands_sec .brand_card .img_box .brandImg {
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 10px auto;
  display: block;
  max-width: 85%;
}

.brands_sec .brand_card .img_box .sec-img {
  height: 130px;
  border-radius: 25px;
  position: relative;
  z-index: 5;
}

.brands_sec .brand_card .img_box .butn {
  padding: 0.5rem 0.5rem;
  font-size: 11px;
  border-radius: 15px 0 0 15px;
  position: absolute;
  bottom: 10px;
  left: 0;
}

.brands_sec .brand_card .card-body {
  position: relative;
  z-index: 5;
  padding: 1rem 0 0.5rem 0;
}

.brands_sec .brand_card .card-body .p {
  font-size: 12px;
  text-align: center;
  color: #eee;
  margin-bottom: 0;
  height: 70px;
  overflow: hidden;
  line-height: 1.9;
}

.brands_sec .brand_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-image: -webkit-gradient(linear, left top, right top, from(#083333), to(#10514B));
  background-image: linear-gradient(to right, #083333, #10514B);
  height: 130px;
  top: unset;
  border-radius: 0 0 25px 25px;
}

.brands_sec .brand_card::after {
  content: '';
  width: 59%;
  height: 115px;
  background: url(../images/icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 45px;
  right: 6px;
  opacity: .1;
}

.brands_sec .brand_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 3px 6px 10px 0 #0002;
          box-shadow: 3px 6px 10px 0 #0002;
}

.products_sec .prod_card {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.products_sec .prod_card .img_box {
  height: 200px;
  display: block;
  margin: auto;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.products_sec .prod_card .img_box .sec-img {
  border-radius: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.products_sec .prod_card .img_box .img1 {
  -webkit-filter: blur(0);
          filter: blur(0);
}

.products_sec .prod_card .img_box .hvr_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: 0;
  object-fit: contain;
}

.products_sec .prod_card .img_box .offer_badge {
  background-color: var(--secondary);
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 11px;
  font-weight: bold;
  padding: .5rem;
  border-radius: 15px 0;
}

.products_sec .prod_card .card-body {
  margin-top: 10px;
}

.products_sec .prod_card .card-body .prod_name {
    height: 41px;
    overflow: hidden;
  text-align: center;
  font-size: 17px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.products_sec .prod_card .card-body .butns .qty-container {
  padding: 0 .5rem;
  border-radius: 15px;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.products_sec .prod_card .card-body .butns .qty-container .qty-btn-minus,
.products_sec .prod_card .card-body .butns .qty-container .qty-btn-plus {
  width: 30px;
  padding: 0;
}

.products_sec .prod_card .card-body .butns .qty-container .input-qty {
  max-width: 40px;
}

.products_sec .prod_card .card-body .butns .butn {
  width: 40px;
  height: 40px;
  font-size: 12px;
}

.products_sec .prod_card:hover .img1 {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

.products_sec .prod_card:hover .hvr_img {
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.products_sec .prod_card:hover .prod_name {
  color: var(--secondary);
}

.features_sec {
  background-color: #F6F7F7;
}

.features_sec .feature_card {
  position: relative;
  margin: 15px 0;
}

.features_sec .feature_card .icon {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-margin-end: 25px;
          margin-inline-end: 25px;
}

.features_sec .feature_card .txt {
  width: calc(100% - 65px);
}

.features_sec .feature_card .txt .title {
  font-size: 16px;
}

.features_sec .feature_card .txt .p {
  color: #5A5A5A;
  line-height: 1.5;
  font-size: 14px;
}

/**********************************************
    Start Edit pg-header
**********************************************/
.pg_header {
  padding: 100px 0;
}

.pg_header .bread .item {
  color: #000000;
  font-size: 14px;
  margin: 0 5px;
  text-transform: capitalize;
}

.pg_header::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}

/**********************************************
    Start Edit about Page
**********************************************/
.statics_sec .statics_item {
  text-align: center;
  margin: 10px 0;
}

.statics_sec .statics_item .icon {
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 25px auto;
}

.statics_sec .statics_item .num {
  font-size: 45px;
}

.statics_sec .statics_item .label {
  font-size: 14px;
}

/**********************************************
    Start Edit content Page
**********************************************/
.content_pg .sec-img {
  height: 450px;
  border-radius: 50px;
}

.content_pg .p {
  color: #424242;
  font-size: 17px;
  line-height: 2;
  padding: 0 1vw;
}

.faq_pg .accordion .accordion-item {
  border: transparent;
  border-bottom: transparent;
  margin-bottom: 25px;
  border-radius: 40px;
  background-color: #F7F7F7;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}

.faq_pg .accordion .accordion-item .accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--primary);
}

.faq_pg .accordion .accordion-item .accordion-button:not(.collapsed)::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_pg .accordion .accordion-item .accordion-button {
  padding: 2rem 2.3rem;
  font-weight: bold;
  color: #333;
  font-size: 17px;
  border-radius: 40px 40px 0 0;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom: 1px solid #eee !important;
  background-color: transparent;
}

.faq_pg .accordion .accordion-item .accordion-button::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  background-image: unset;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  inset-inline-end: 30px;
  top: 32px;
  color: #1C1C1C;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.faq_pg .accordion .accordion-item .accordion-button:focus {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-bottom-color: #eee !important;
}

.faq_pg .accordion .accordion-item .accordion-body {
  padding: 2rem 1.5rem;
  border-radius: 0 0 15px 15px;
}

.faq_pg .accordion .accordion-item .accordion-body .p {
  font-size: 15px;
  color: #888;
}

/**********************************************
    Start Edit contact Page
**********************************************/
.contact_pg .contact_item {
  position: relative;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
  min-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-family: "medium";
  color: #555;
}

.contact_pg .contact_item .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact_pg .follow_links .follow_span {
  font-size: 16px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  position: relative;
  top: 13px;
}

.contact_pg .follow_links .social_icons a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F5F5F5;
  border-radius: 50%;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.contact_pg .follow_links .social_icons a .icon {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.contact_pg .follow_links .social_icons a:hover {
  background-color: var(--secondary);
}

.contact_pg .follow_links .social_icons a:hover .icon {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.contact_pg .bg_light {
  background-color: #EFEFEF;
}

.contact_pg .form_box .form-control {
  border-radius: 35px;
  border-color: #fff;
  -webkit-padding-start: 45px;
          padding-inline-start: 45px;
}

.contact_pg .form_box .phone_group .form-control {
  -webkit-padding-start: 140px;
          padding-inline-start: 140px;
}

.contact_pg .form_box .phone_group .phoneSelect {
  border: none !important;
  position: absolute;
  left: 45px;
  top: 0;
  width: 80px;
  background-color: transparent;
}

.contact_pg .form_box .phone_group .phoneSelect:focus-visible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact_pg .form_box .icon {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 15px;
  top: 19px;
}

.contact_pg .form_box textarea.form-control {
  padding-top: 17px;
}

.contact_pg .form_box .butn {
  padding: 0.8rem 2.9rem;
  border-radius: 35px;
}

.map_box iframe {
  border-radius: 35px;
}

/**********************************************
    Start Edit news Page
**********************************************/
.news_pg .nav-link {
  width: 150px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E4E4E4;
  border-radius: 25px;
  color: #424242;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  font-size: 15px;
}

.news_pg .nav-link small {
  font-size: 12px;
  color: #888;
}

.news_pg .nav-link.active {
  background-color: var(--secondary);
  color: #fff;
}

.news_pg .nav-link.active small {
  color: #fff;
}

.news_pg .news_card {
  border-radius: 25px;
  background-color: #F6F7F7;
  position: relative;
  margin-bottom: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.news_pg .news_card .img_box {
  border-radius: 25px 25px 0 0;
  overflow: hidden;
  height: 270px;
  position: relative;
}

.news_pg .news_card .img_box .badge {
  position: absolute;
  left: 10px;
  top: 10px;
  border-radius: 25px;
  padding: .5rem .9rem;
  -webkit-box-shadow: 3px 6px 5px 0 #0001;
          box-shadow: 3px 6px 5px 0 #0001;
}

.news_pg .news_card .img_box .badge.color1 {
  background: #fef9c3;
  color: #854d0e;
}

.news_pg .news_card .img_box .badge.color2 {
  background: #fce7f3;
  color: #9d174d;
}

.news_pg .news_card .img_box .badge.color3 {
  background: #dbeafe;
  color: #1e40af;
}

.news_pg .news_card .img_box .badge.color4 {
  background: #fee2e2;
  color: #991b1b;
}

.news_pg .news_card .card-body {
  padding: 2rem 1.5rem;
}

.news_pg .news_card .card-body .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
}

.news_pg .news_card .card-body .data {
  font-size: 12px;
  color: #6A6F6F;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.news_pg .news_card .card-body .data i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.news_pg .news_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/**********************************************
    Start Edit blog_det Page
**********************************************/
.blog_det .blog_header {
  padding: 50px 0;
  position: relative;
}

.blog_det .blog_header .txt_box {
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
}

.blog_det .blog_header .txt_box .badge {
    min-width: 150px;
    width: fit-content;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary);
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
}

.blog_det .blog_header .txt_box .data {
  font-size: 16px;
  color: #eee;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.blog_det .blog_header .txt_box .data i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.blog_det .blog_header .sec-img {
  height: 420px;
  border-radius: 30px;
  border: 2px solid #eee;
}

.blog_det .blog_header::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: var(--primary);
  width: 70%;
  right: unset;
  border-radius: 0 30px 30px 0;
}

.blog_det .p {
  color: #424242;
  font-size: 17px;
  line-height: 2;
  padding: 0 1vw;
}

/**********************************************
    Start Edit gallery Page
**********************************************/
.gallery_pg .nav-link {
  width: 150px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E4E4E4;
  border-radius: 25px;
  color: #424242;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.gallery_pg .nav-link small {
  font-size: 12px;
  color: #888;
}

.gallery_pg .nav-link.active {
  background-color: var(--secondary);
  color: #fff;
}

.gallery_pg .nav-link.active small {
  color: #fff;
}

.gallery_pg .main_cont {
  padding: 50px 0;
  position: relative;
  margin: 70px 0 100px;
}

.gallery_pg .main_cont .txt_box {
  -webkit-padding-end: 2vw;
          padding-inline-end: 2vw;
}

.gallery_pg .main_cont .txt_box .badge {
  width: 150px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary);
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
}

.gallery_pg .main_cont .txt_box .data {
  font-size: 16px;
  color: #eee;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
}

.gallery_pg .main_cont .txt_box .data i {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.gallery_pg .main_cont .sec-img {
  height: 420px;
  border-radius: 30px;
  border: 2px solid #eee;
}

.gallery_pg .main_cont::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: var(--primary);
  width: 70%;
  right: unset;
  border-radius: 0 30px 30px 0;
}

.gallery_pg .gallery_box {
  height: 360px;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #eee;
}

.gallery_pg .gallery_box .sec-img {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .gallery_box:hover .sec-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-color: var(--secondary);
}

.gallery_pg .vid_box .icon {
  position: absolute;
  left: 50%;
  top: 130px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 50px;
  color: #fff;
  z-index: 2;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .vid_box .title {
  z-index: 2;
  position: absolute;
  padding: 25px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .vid_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.gallery_pg .vid_box::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: rgba(196, 154, 108, 0.75);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

.gallery_pg .vid_box:hover::before {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
}

.gallery_pg .vid_box:hover::after {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.gallery_pg .vid_box:hover .title,
.gallery_pg .vid_box:hover .icon {
  color: var(--primary);
}

/**********************************************
    Start Edit branches Page
**********************************************/
.branches_pg .branch_card {
  background-color: #F6F7F7;
  border-radius: 30px;
  padding: 0px;
  position: relative;
  margin-bottom: 30px;
}

.branches_pg .branch_card .sec-img {
  min-height: 150px;
  border-radius: 30px 0 0 30px;
}

.branches_pg .branch_card .txt {
  padding: 20px;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.branches_pg .branch_card .txt .p {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}

.branches_pg .branch_card .txt .p .icon {
  position: absolute;
  left: 0;
  top: 3px;
}

/**********************************************
    Start Edit career Page
**********************************************/
.career_pg .p {
  text-align: justify;
}

.career_pg .inner {
  background-color: #F2F2F2;
  padding: 50px 3vw;
  border-radius: 35px;
}

.career_pg .inner .form-group .form-control {
  border-radius: 35px;
  border-color: #fff;
}

.career_pg .inner .form-group textarea.form-control {
  padding-top: 17px;
}

.career_pg .inner .form-group.phone_group .form-control {
  -webkit-padding-start: 120px;
          padding-inline-start: 120px;
}

.career_pg .inner .form-group.phone_group .phoneSelect {
  border: none !important;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 90px;
  background-color: #f5f5f5;
  border-radius: 35px 0 0 35px;
  padding: 0.5rem 0.6rem;
  height: 58px !important;
}

.career_pg .inner .form-group.phone_group .phoneSelect:focus-visible {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career_pg .inner .uploading_box {
  height: calc(100% - 1.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  border: 1px dashed #8B8B8B;
  border-radius: 30px;
  position: relative;
  padding: 25px;
}

.career_pg .inner .uploading_box .fileName {
  text-align: center;
  border: none;
  height: 45px !important;
}

.career_pg .inner .uploading_box i {
  font-size: 30px;
  color: #8B8B8B;
  display: block;
  margin-bottom: 5px;
}

.career_pg .inner .uploading_box .browse {
  color: #8B8B8B;
}

.career_pg .inner .uploading_box .file {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100% !important;
  top: 0;
  left: 0;
}

/**********************************************
    Start Edit products Page
**********************************************/
.products_pg .categ_box {
  background-color: #F5F5F5;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

.products_pg .categ_box .item {
  margin-bottom: 30px;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.products_pg .categ_box .item .categ_title {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
}

.products_pg .categ_box .item .links .link {
  display: block;
  color: #7E7E7E;
  font-size: 15px;
  margin-bottom: 15px;
  text-transform: capitalize;
}

.products_pg .categ_box .item .links .link.active {
  color: var(--secondary);
}

.products_pg .categ_box .item:last-child {
  margin-bottom: 0;
}

.products_pg .filter_box {
  background-color: #F5F5F5;
  border-radius: 20px;
  position: relative;
}

.products_pg .filter_box .title_box {
  border-radius: 20px 20px 0 0;
  background-color: var(--primary);
  padding: 17px 20px;
}

.products_pg .filter_box .card-body {
  padding: 1.5rem 1.3rem;
}

.products_pg .filter_box .item {
  padding: 0 5px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.products_pg .filter_box .item .collapse_title {
  text-transform: uppercase;
  font-size: 16px;
  color: #282828;
}

.products_pg .filter_box .item .collapse_body {
  padding: 1.25rem 0 0 0;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check {
  position: relative;
  padding: 0;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  margin-bottom: 15px;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-label {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-label .brand_logo {
  width: 35px;
  height: 35px;
  -o-object-fit: contain;
     object-fit: contain;
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-input:checked ~ .form-check-label {
  border-color: var(--primary);
}

.products_pg .filter_box .item .collapse_body .brands_radios .form-check .form-check-input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  opacity: 0;
  cursor: pointer;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check {
  position: relative;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-label {
  color: #7E7E7E;
  font-size: 15px;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-label::before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
  position: absolute;
  inset-inline-start: 4px;
  top: 6px;
  color: var(--primary);
  font-size: 8px;
  opacity: 0;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked {
  background-color: #fff;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked ~ .form-check-label {
  color: var(--primary);
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked ~ .form-check-label::before {
  opacity: 1;
}

.products_pg .filter_box .item .collapse_body .checkboxes .form-check .form-check-input:checked[type=checkbox] {
  background-image: unset;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .ui-slider-horizontal {
  width: 100%;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .ui-slider-horizontal .ui-slider-handle {
  border-radius: 50%;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .ui-widget-header {
  background: var(--primary);
}

.products_pg .filter_box .item .collapse_body .price-wrapper .inputs-wrapper {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .inputs-wrapper .price-range-field {
  width: 90px;
  border: 1px solid #F2F2F2;
  background-color: #F2F2F2;
  border-radius: 30px;
  margin: 0 4px;
  height: 40px !important;
  text-align: center;
}

.products_pg .filter_box .item .collapse_body .price-wrapper .inputs-wrapper .currency_title {
  color: #7E7E7E;
  font-size: 16px;
}

.products_pg .filter_box .item:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}

.products_pg .search_filter {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px 0;
}

.products_pg .search_filter .label {
  width: 70px;
  color: #3F3F3F;
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
  font-size: 14px;
}

.products_pg .search_filter .form-control {
  height: 50px !important;
  background-color: #F5F5F5;
  border-color: #F5F5F5;
  border-radius: 12px;
  border-radius: 25px;
  padding: .35rem 1rem;
}

/**********************************************
    Start Edit product_det Page
**********************************************/
.product_det .swiper_box {
  position: relative;
}

.product_det .swiper_box .lg-slide-swiper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  overflow-x: hidden;
}

.product_det .swiper_box .lg-slide-swiper .img-box {
  position: relative;
  overflow: hidden;
  height: 500px;
  border-radius: 25px;
  background-color: #f7f7f7;
}

.product_det .swiper_box .lg-slide-swiper .img-box .lg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}

.product_det .swiper_box .sm-slide-swiper {
  overflow: hidden;
  height: 100px;
}

.product_det .swiper_box .sm-slide-swiper .swiper-slide {
  border-radius: 25px;
  opacity: .5;
  cursor: pointer;
  padding-bottom: 5px;
}

.product_det .swiper_box .sm-slide-swiper .sm-bg-header {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 4px;
  border-radius: 25px;
  border: 1px solid transparent;
  padding: 0px;
  background-color: #fff;
}

.product_det .swiper_box .sm-slide-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_det .swiper_box .sm-slide-swiper .swiper-slide-thumb-active .sm-bg-header {
  border-color: #888 !important;
}

.product_det .swiper_box .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--primary);
  color: #ddd;
  z-index: 55;
  border-radius: 25px 0;
}

.product_det .swiper_box .badge b {
  color: #fff;
  display: block;
  margin-top: 4px;
}

.product_det .text_box .title {
  font-size: 22px;
}

.product_det .text_box .share_box {
  position: relative;
}

.product_det .text_box .share_box .share_butn {
  width: 100px;
  height: 40px;
  background-color: #f1f1f1;
  color: #454545;
  border-radius: 25px;
  font-weight: bold;
  font-size: 12px;
}

.product_det .text_box .share_box .share-links {
  position: absolute;
  bottom: -50px;
  inset-inline-end: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.product_det .text_box .share_box .share-links.active a {
  -webkit-transform: scaleX(1) translateY(0px);
          transform: scaleX(1) translateY(0px);
  visibility: visible;
  opacity: 1;
}

.product_det .text_box .share_box .share-links a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 5px;
  color: var(--primary);
  background-color: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  border: 1px solid #eee;
  -webkit-transform: scaleX(0) translateY(-30px);
          transform: scaleX(0) translateY(-30px);
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: all .3s linear;
}

.product_det .text_box .share_box .share-links a .icon {
  height: 15px;
}

.product_det .text_box .share_box .share-links a:nth-child(2) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.product_det .text_box .share_box .share-links a:nth-child(3) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.product_det .text_box .share_box .share-links a:nth-child(4) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.product_det .text_box .share_box .share-links a:nth-child(5) {
  -webkit-transition-delay: .4s;
          transition-delay: .4s;
}

.product_det .text_box .share_box .share-links a:hover .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.product_det .text_box .rating i {
  font-size: 15px;
  color: #BDBDBD;
}

.product_det .text_box .rating i.active {
  color: #DE980F;
}

.product_det .text_box .rating .rate_num {
  color: #7E7E7E;
  font-size: 13px;
}

.product_det .text_box .brand_link .icon {
  width: 50px;
  height: 40px;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 5px;
  -o-object-fit: contain;
     object-fit: contain;
}

.product_det .text_box .prices {
  font-size: 25px;
}

.product_det .text_box .label {
  font-size: 18px;
}

.product_det .text_box .butns .cart_butn {
  height: 40px;
  font-size: 13px;
  padding: 0.75rem 2.2rem;
}

.product_det .text_box .qty-container {
  border-radius: 15px;
}

.product_det .product_det_inner .nav-link {
  width: 140px;
  height: 45px;
  border-radius: 20px;
  background-color: #f8f8f8;
  color: #555;
  font-size: 13px;
  font-weight: bold;
  -webkit-margin-end: 7px;
          margin-inline-end: 7px;
}

.product_det .product_det_inner .nav-link.active {
  background-color: var(--secondary);
  color: #fff;
}

.product_det .product_det_inner .tab-content {
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 40px 3vw;
}

.product_det .product_det_inner .tab-content h6 {
  font-size: 15px;
}

.product_det .product_det_inner .tab-content .p {
  font-size: 13px;
  line-height: 2;
  color: #606060;
}

.product_det .product_det_inner .tab-content .table tbody, .product_det .product_det_inner .tab-content .table td, .product_det .product_det_inner .tab-content .table tfoot, .product_det .product_det_inner .tab-content .table th, .product_det .product_det_inner .tab-content .table thead, .product_det .product_det_inner .tab-content .table tr {
  padding: 1rem 1.5rem;
  text-transform: capitalize;
}

.product_det .product_det_inner .tab-content .table th {
  width: 50%;
}

.product_det .product_det_inner .tab-content .review_item {
  position: relative;
  padding: 20px 2vw;
  border-radius: 10px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .avatar {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .name {
  font-size: 13px;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .rating i {
  font-size: 11px;
  color: #BDBDBD;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .rating i.active {
  color: #DE980F;
}

.product_det .product_det_inner .tab-content .review_item .prof_data .rating .date {
  color: #7E7E7E;
  font-size: 11px;
}

.product_det .product_det_inner .tab-content .review_item .review_det {
  color: #606060;
  font-size: 13px;
  margin-bottom: 0;
}

.product_det .product_det_inner .tab-content .form .label {
  font-size: 13px;
  margin-bottom: .6rem;
}

.product_det .product_det_inner .tab-content .form .form-control {
  border-radius: 12px;
  border-color: #f7f7f7;
}

.product_det .product_det_inner .tab-content .form input {
  height: 45px !important;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  font-size: 12px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating i {
  margin: 0 2px;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating input {
  display: none;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating label {
  color: #BDBDBD;
  cursor: pointer;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating :checked ~ label {
  color: #FFB820;
}

.product_det .product_det_inner .tab-content .form .stars-content .star-rating label:hover,
.product_det .product_det_inner .tab-content .form .stars-content .star-rating label:hover ~ label {
  color: #FFD06A;
}

.qty-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #eee;
  border-radius: 25px;
  padding: .2rem;
}

.qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid transparent !important;
  max-width: 60px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
  background-color: transparent;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #777;
}

.qty-container .qty-btn-plus {
  margin-left: -1px;
}

.qty-container .qty-btn-minus {
  margin-right: -1px;
}

/**********************************************
    Start Edit brand Page
**********************************************/
.brand_det .txt_box .brand_logo {
  height: 60px;
  width: 60px;
  padding: 7px;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.brand_det p {
    color : #fff;
}

.brand_det .butn {
  padding: 0.8rem 1.2rem;
  font-size: 16px;
}

/**********************************************
    Start Edit cart Page
**********************************************/
.cart_pg .cart_inner {
  padding: 3vw;
  border-radius: 30px;
  background-color: #F5F5F5;
}

.cart_pg .cart_inner .item {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.cart_pg .cart_inner .item .sec-img {
  border-radius: 30px;
  min-height: 200px;
  height: 100%;
}

.cart_pg .cart_inner .item .txt {
  padding: 10px 0;
}

.cart_pg .cart_inner .item .txt .title {
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cart_pg .cart_inner .item .txt .prices {
  font-size: 22px !important;
}

.cart_pg .cart_inner .item .txt .qty-container {
  background: #fff;
}

.cart_pg .cart_inner .item button.butn.sm_butn.secondary_butn.text-white.rounded-circle {
  background: #666;
}

.cart_pg .cart_inner .item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.cart_pg .summary_box {
  padding: 3vw 1.5vw;
  border-radius: 30px;
  background-color: #F5F5F5;
}

.cart_pg .summary_box .item:last-child {
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.cart_pg .summary_box .item:last-child .label {
  font-weight: bold;
  color: var(--secondary);
}

.cart_pg .summary_box .butn {
  padding: 0.8rem 0.5rem;
  font-size: 13px;
  width: 49%;
}

.quotationModal .form-control {
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}

.quotationModal .phone_group .numInput {
  padding-left: 110px;
  text-align: left;
}

.quotationModal .phone_group .codeSelect {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border: none !important;
  width: 100px;
  background-color: transparent;
  border-radius: 25px;
}

.team_sec .team_card {
  padding: 15px;
  border-radius: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.team_sec .team_card .img_box {
  position: relative;
  overflow: hidden;
  height: 370px;
}

.team_sec .team_card .img_box .sec-img {
  border-radius: 15px;
}

.team_sec .team_card .img_box .social_icons {
  position: absolute;
  bottom: 0;
  padding: 10px;
  width: 100%;
  right: 0;
  left: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.team_sec .team_card .img_box .social_icons a {
  width: 30px;
  height: 30px;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.team_sec .team_card .img_box .social_icons a .icon {
  height: 14px;
}

.team_sec .team_card .img_box .social_icons a:nth-child(2) {
  -webkit-transition-delay: .05s;
          transition-delay: .05s;
}

.team_sec .team_card .img_box .social_icons a:nth-child(3) {
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.team_sec .team_card .img_box .social_icons a:nth-child(4) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}

.team_sec .team_card .img_box .social_icons a:nth-child(5) {
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.team_sec .team_card .img_box .social_icons a:nth-child(6) {
  -webkit-transition-delay: .25s;
          transition-delay: .25s;
}

.team_sec .team_card .img_box .social_icons a:hover {
  background-color: #fff;
}

.team_sec .team_card .img_box .social_icons a:hover .icon {
  -webkit-filter: unset;
          filter: unset;
}

.team_sec .team_card:hover .social_icons a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.team_member_pg .blog_header .sec-img {
  height: 600px;
}

/**********************************************
    Start Edit projects Page
**********************************************/
.projects_pg .search_box {
  padding: 25px;
  border-radius: 15px;
  background-color: #f9f9f9;
}

.projects_pg .search_box form .form-control {
  height: 55px !important;
  border-radius: 15px;
  border-color: #fff;
}

.projects_pg .project_card {
  position: relative;
  padding: 20px;
  margin-bottom: 30px;
}

.projects_pg .project_card .sec-img {
  border-radius: 20px;
  height: 300px;
}

.projects_pg .project_card .text_box {
  margin: 10px 0;
}

.projects_pg .project_card .text_box .badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: .6rem 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--secondary);
  border-radius: 25px;
  color: #fff;
  font-size: 14px;
}

.projects_pg .project_card .text_box .badge.primary_badge {
  background-color: var(--primary);
}

.projects_pg .project_card .text_box .data {
  font-size: 14px;
  font-family: "medium";
}

.projects_pg .project_card .text_box .data i {
  color: var(--secondary);
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.projects_pg .project_card .text_box .p {
  font-size: 13px;
}

.projects_pg .project_card::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(18, 56, 100, 0.3);
  background-color: #f9f9f9;
  width: 85%;
  left: unset;
  z-index: -1;
  border-radius: 0 20px 20px 0;
}

/**********************************************
    Start Edit another Page
**********************************************/
.register_pg .downloading_box {
  border: 1px dashed #ddd;
  border-radius: 25px;
  padding: 40px;
}

.register_pg .downloading_box .icon {
  width: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}

.register_pg .downloading_box .p {
  font-size: 14px;
  line-height: 1.7;
}

.register_pg .downloading_box .butn.secondary_butn {
  background-color: #f7f7f7;
  color: var(--secondary);
}

.register_pg .inner .drop_box {
  overflow: hidden;
  height: 60px;
  background-color: #fff;
  border: 1px solid #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 35px;
}

.register_pg .inner .drop_box .kwt-file {
  width: 100%;
}

.register_pg .inner .drop_box .kwt-file__drop-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.register_pg .inner .drop_box .kwt-file__drop-area.is-active {
  background-color: rgba(196, 154, 108, 0.1);
}

.register_pg .inner .drop_box .kwt-file__choose-file {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 5px;
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  color: #888;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}

.register_pg .inner .drop_box .kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.register_pg .inner .drop_box .kwt-file__choose-file svg {
  width: 19px;
  height: 19px;
  display: block;
}

.register_pg .inner .drop_box .kwt-file__msg {
  color: #888;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.register_pg .inner .drop_box .kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.register_pg .inner .drop_box .kwt-file__input:focus {
  outline: none;
}

.register_pg .inner .drop_box .kwt-file__delete {
  display: none;
  position: absolute;
  inset-inline-end: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.register_pg .inner .drop_box .kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.register_pg .inner .drop_box .kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  background-color: #e79f9f;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.register_pg .inner .drop_box .kwt-file__delete:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(2.2);
          transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}
/*# sourceMappingURL=style.css.map */
