@import url("https://fonts.googleapis.com/css2?family=Jost:wght@900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&amp;family=Poppins:wght@500;600;700&amp;display=swap");
@import url("bootstrap.min.css");
@import url("../../../../../../../cdn.jsdelivr.net/npm/bootstrap-icons%401.10.2/font/bootstrap-icons.css");
@import url("slick.css");
@import url("slick-theme.css");
@import url("animate.min.css");
@import url("gallery.css");
@import url("https://fonts.googleapis.com/css2?family=Anta&family=Protest+Riot&family=Skranji:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mali:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap")
  /*-- font style --*/ /*-- media query --*/ * {
  outline: none;
}

html,
body,
ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  color: #f30603;
}

a:hover,
a:active,
a:focus {
  transition: all ease-in-out 0.3s;
  color: rgb(33 51 104);
}

:focus-visible {
  outline: none;
}

button:focus:not(:focus-visible) {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

a,
a:hover {
  text-decoration: none;
}

.form-control:focus {
  background-color: #fff;
  border-color: #f30603;
  box-shadow: 0 0 0 0.25rem rgba(255, 184, 0, 0.25);
  color: #212733;
  outline: 0;
}

.form-select,
.form-control {
  color: #3b3737;
}
#contact-form {
  box-shadow:
    rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  padding: 15px;
}
.form-floating:not(.form-control:disabled)::before {
  z-index: -1;
}
.form-floating {
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: #ffffff;
  background-color: rgb(33 51 104);
  border-color: transparent;
  opacity: 1;
}
.btn.disabled:hover {
  background-color: #f30603 !important;
}
html {
  font-size: 1rem;
}
.abcde a {
  color: #000;
}
.abcde a:hover {
  color: rgb(33 51 104);
}

body {
  font-family: "Poppins", sans-serif;
}

.font-small {
  font-size: 17px;
}

.font-extra-small {
  font-size: 0.75rem;
}

.font-black {
  font-weight: 900;
}

.theme-heading,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

.theme-bg-primary {
  background-color: #223369;
}

.theme-bg-secondary {
  background-color: #212733;
}

.theme-bg-accent-one {
  background-color: #000000;
}

.theme-bg-accent-two {
  background-color: #f2f3f8;
}

.theme-text-white {
  color: #ffffff;
}

.theme-text-primary {
  color: #f30603;
}

.theme-text-secondary {
  color: #223369;
}

.theme-text-accent-one {
  color: #3b3737;
}

.theme-text-accent-two {
  color: #f2f3f8;
}

.theme-border-radius {
  border-radius: 0.5rem;
}

.theme-box-shadow {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  background: rgb(34, 51, 105);
  background: linear-gradient(34deg, rgba(34, 51, 105, 1) 0%, rgba(234, 33, 39, 1) 100%);
}

.theme-text-shadow {
  text-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

.custom-btn-primary {
  background-color: rgb(33 51 104);
  color: #ffffff;
  min-width: 120px;
  min-height: 50px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-btn-secondary {
  background-color: #f2f3f8;
  color: #f30603;
  min-width: 120px;
  min-height: 50px;
  border: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.custom-link {
  background-color: #f2f3f8;
  color: #f30603;
  min-width: 120px;
  min-height: 40px;
}
.custom-link:hover {
  background-color: transparent;
  color: #212733;
  border: 2px solid #f30603;
}

.add-btn {
  min-width: 100px;
  min-height: 40px;
}

.custom-button .button-effect {
  transition: 0.3s ease all;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.custom-button .button-effect::before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: "";
  background-color: #f30603;
  z-index: -1;
}
.custom-button .button-effect:hover,
.custom-button .button-effect:focus {
  color: #ffffff;
}
.custom-button .button-effect:hover::before,
.custom-button .button-effect:hover::after,
.custom-button .button-effect:focus::before,
.custom-button .button-effect:focus::after {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
  background-color: #f30603;
}

.icon-wrapper {
  box-shadow: 0 0 0px 0px rgba(33, 39, 51, 0.5);
  cursor: pointer;
  border-radius: 50%;
  transition: 250ms color;
  animation-name: wave;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes wave {
  0% {
    box-shadow: 0 0 0px 0px rgba(255, 184, 0, 0.5);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(255, 184, 0, 0);
  }
}

.para-highlight {
  position: relative;
  color: #3b3737;
  font-weight: 600;
}
.para-highlight::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #f30603;
  top: 25px;
  left: 0px;
  border-radius: 65px;
}

.highlight-text {
  position: relative;
  color: #ffff !important;
}
.highlight-text::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #f30603;
  top: -10px;
  left: 45%;
}

.img-effect img {
  transition: all 0.4s ease-in-out;
}
.img-effect:hover img {
  transform: scale(1.5);
}

.flood-effect {
  transition: 0.25s ease-in-out;
  overflow: hidden;
  display: block;
  text-align: center;
}
.flood-effect:hover {
  box-shadow: inset 10rem 0 0 0 #212733;
}
.flood-effect:hover:hover a {
  color: #ffffff;
}

@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #f30603;
  }
  50% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.img-lt {
  filter: opacity(0.5);
  transition: 0.5s ease-in-out;
}
.img-lt:hover {
  filter: opacity(1);
}

.cart-menu {
  width: 520px !important;
}

.quick-btn {
  background-color: #ffffff;
  color: #f30603;
  border-radius: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.quick-btn:hover {
  background-color: #f30603;
  color: #ffffff;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(255, 184, 0, 0.1);
  color: #212733;
}

.text-link {
  color: #f30603;
  border-bottom: 1px solid #f30603;
  transition: all;
}
.text-link:hover {
  color: #212733;
  border-bottom: 1px solid #212733;
}

/*-- slick slider custom arrow --*/
.slick-arrow {
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  background-repeat: no-repeat;
  background-position: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #f30603;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.slick-arrow i {
  color: #f30603;
}

.slick-arrow.slick-next {
  right: 20px;
}
.slick-arrow.slick-next:before {
  content: "\f285";
  font-family: "bootstrap-icons";
}
.slick-arrow.slick-prev {
  left: 20px;
}
.slick-arrow.slick-prev:before {
  content: "\f284";
  font-family: "bootstrap-icons";
}
.slick-arrow:hover {
  background-color: #f30603;
}
.slick-arrow:hover i {
  color: #ffffff;
}

.cl {
  clear: both;
}

.wsmobileheader {
  display: none;
}

.overlapblackbg {
  display: none;
}

.wsmenu {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0;
  position: relative;
  width: 100%;
}

.wsmenu-list {
  display: table;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  width: 100%;
}

.wsmenu-list > li {
  display: table-cell;
  text-align: center;
}

.wsmenu-list li:first-child a {
  border-radius: 0;
  background: transparent;
}

.wsmenu-list li:last-child a {
  border-radius: 0 4px 0 0;
  border-right: 0 solid;
}

.wsmenu-list li a .arrow::after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #212733;
  content: "";
  float: right;
  height: 0;
  margin: 0 0 0 9px;
  position: absolute;
  text-align: right;
  top: 22px;
  width: 0;
}

.wsmenu-list > li > a {
  background-color: transparent;
  color: #fff;
  display: block;
  line-height: 48px;
  padding: 0 14px;
  position: relative;
  text-decoration: none;
  font-size: 18px;
}

.wsmenu-list li a:hover .arrow::after {
  border-top-color: #212733;
}

.wsmenu-list li a.active .arrow::after {
  border-top-color: #ffffff;
}

.main-nav.bg-light .wsmenu-list li a.active .arrow::after {
  border-top-color: rgb(242 7 3);
}

.wsmenu-list li:hover > a .arrow::after {
  border-top-color: #ffffff;
}

.wsmenu-list li > .wsmenu-submenu {
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}

.wsmenu-list li:hover > .wsmenu-submenu {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.wsmenu-submenu li > .wsmenu-submenu-sub {
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}

.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
  transform: rotateX(-75deg);
  transform-style: preserve-3d;
  visibility: hidden;
}

.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
  opacity: 1;
  transform: rotateX(0deg);
  visibility: visible;
}

.wsmenu-submenu {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  margin: 0;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 48px;
  transform-origin: 0 0 0;
  transition: opacity 0.3s ease 0s;
  z-index: 1000;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}

.wsmenu-submenu li a {
  background: #ffffff none repeat scroll 0 0 !important;
  border-right: 0 none !important;
  color: #212733 !important;
  display: block;
  letter-spacing: normal;
  padding: 6px 12px;
  text-align: left;
  text-transform: none;
  text-decoration: none;
}

.wsmenu-submenu li {
  margin: 0;
  padding: 0;
  position: relative;
}

.wsmenuexpandermain {
  display: none;
}

.wsmenu-list li:hover .wsmenu-submenu {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
  left: 100%;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 0 0;
  transition: opacity 0.4s ease 0s;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  list-style: outside none none;
  opacity: 1;
  padding: 2px;
}

.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
  display: block;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
  left: 100%;
  margin: 0;
  min-width: 220px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: 0 0 0;
  transition: opacity 0.4s ease 0s;
}

.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  list-style: outside none none;
  opacity: 1;
  padding: 2px;
}

.wsmenu-submenu li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}

.wsmenu-click {
  display: none;
}
.wsmenu-click::before {
  content: "▼";
}
.wsmenu-click02 {
  display: none;
}

.wsmenu-list li:hover > a {
  background-color: rgb(242 7 3) !important;
  text-decoration: none;
}

.wsmenu-list > li > a:hover {
  background-color: rgb(242 7 3) !important;
  text-decoration: none;
  color: #ffffff;
}

.wsmenu-list > li > a.active {
  color: rgb(255 255 255);
  background-color: rgb(242 7 3) !important;
}

.main-nav.bg-light .wsmenu-list > li > a.active,
.main-nav.bg-light .wsmenu-list li:first-child a {
  color: #f30603;
}

.wsmenu-submenu > li > a:hover {
  background-color: #0070da !important;
  border-radius: 0 !important;
  text-decoration: none;
}

@media only screen and (min-width: 780px) and (max-width: 1023px) {
  .wsmenu-list li a {
    white-space: nowrap !important;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1200px) {
  .wsmenu-list li a .arrow::after {
    display: none !important;
  }
}
@media only screen and (min-width: 781px) {
  .wsmenu-list li:hover > .wsmenu-submenu {
    display: block !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    display: block !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    display: block !important;
  }
}
@media only screen and (max-width: 780px) {
  .wsoffcanvasopener .wsmenu {
    left: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .wsmenucontainer.wsoffcanvasopener {
    display: block;
    margin-left: 240px;
  }
  .wsmobileheader {
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
  }
  .wsmenu-list > li:hover > a {
    background-color: rgba(0, 0, 0, 0.08) !important;
    text-decoration: none;
  }
  .overlapblackbg {
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .wsoffcanvasopener .overlapblackbg {
    display: block !important;
  }
  .wsmenu-submenu > li:hover > a {
    background-color: #f30603;
    color: #ffffff;
    display: block;
  }
  .wsmenu > .wsmenu-list > li > a.active {
    background-color: #f30603 !important;
    color: #ffffff;
  }
  .wsmenu > .wsmenu-list > li > a:hover {
    background-color: #f30603 !important;
    color: #ffffff;
  }
  .wsmenu-list li:hover .wsmenu-submenu {
    display: none;
  }
  .wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
    display: none;
  }
  .wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: none;
    list-style: outside none none;
    padding: 2px;
  }
  .wsmenu-list li:first-child a {
    border-radius: 0;
  }
  .wsmenu-list li:last-child a {
    border-radius: 0;
    border-right: 0 solid;
  }
  .wsmenucontainer {
    backface-visibility: hidden;
    overflow: hidden;
    transition: all 0.4s ease-in-out 0s;
  }
  .wsmenu-click {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .wsmenu-click {
    background-size: 25px auto;
    /* color: rgba(0, 0, 0, 0.25) !important; */
    display: block;
    float: right;
    height: 23px;
    margin-right: 8px;
    margin-top: 11px;
    width: 25px;
  }
  .ws-activearrow > i {
    transform: rotate(180deg);
  }
  .wsmenu-rotate {
    transform: rotate(180deg);
  }
  .wsmenu-submenu-sub {
    border: 0 solid !important;
    display: none;
    left: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }
  .wsmenu-submenu-sub li {
    margin: 0 !important;
    padding: 0;
    position: relative;
  }
  .wsmenu-submenu-sub a {
    border-bottom: 1px solid #f30603;
    display: block;
    font-weight: normal;
    padding: 10px 25px;
  }
  .wsmenu-submenu-sub li a.active {
    color: #f30603 !important;
  }
  .wsmenu-submenu-sub li:hover > a {
    background-color: #212733 !important;
    color: #ffffff;
  }
  .wsmenu-submenu-sub-sub {
    border: 0 solid !important;
    display: none;
    left: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: static !important;
    top: 0 !important;
    transform: none !important;
    visibility: visible !important;
    width: 100% !important;
  }
  .wsmenu-submenu-sub-sub li {
    margin: 0 !important;
  }
  .wsmenu-submenu-sub-sub a {
    background: #000 none repeat scroll 0 0 !important;
    border-bottom: 1px solid #f2f3f8;
    color: #f30603;
    display: block;
    font-weight: normal;
    padding: 10px 25px;
  }
  .wsmenu-submenu-sub-sub li a.active {
    color: #212733 !important;
  }
  .wsmenu-submenu-sub-sub li:hover > a {
    background-color: #3b3737 !important;
    color: #ffffff;
  }
  .wsmenu {
    position: relative;
  }
  .wsmenu .wsmenu-list {
    display: block !important;
    height: 100%;
    overflow-y: auto;
  }
  .wsmenu .wsmenu-list > li {
    background-color: transparent;
    border-right: medium none;
    display: block;
    float: none;
    position: relative;
    white-space: inherit;
    width: 100%;
  }
  .wsmenu > .wsmenu-list > li > a {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.13);
    border-right: 0 solid;
    color: #213368;
    line-height: 25px;
    padding: 9px 32px 9px 17px;
    position: static;
    text-align: left;
    display: block !important;
    font-weight: 600;
  }
  .wsmenu .wsmenu-list li a .arrow::after {
    display: none !important;
  }
  .mobile-sub .wsmenu-submenu {
    background-color: #ffffff;
    border: 1px solid #f2f3f8;
    display: none;
    opacity: 1 !important;
    padding: 0;
    position: relative !important;
    top: 0;
    transform: none !important;
    visibility: visible !important;
  }
  .mobile-sub .wsmenu-submenu li a {
    background-color: #f2f3f8 !important;
    color: #000000;
    line-height: 20px;
    padding: 10px 0 10px 18px;
    border-bottom: 1px solid #cecece;
  }
  .mobile-sub .wsmenu-submenu li a:hover {
    background-color: #f2f3f8 !important;
    color: #212733;
  }
  .mobile-sub .wsmenu-submenu li a:hover:hover {
    background-color: #f30603 !important;
  }
  .mobile-sub .wsmenu-submenu li:hover > a {
    background-color: #f2f3f8 !important;
    color: #212733;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
    background-color: #f2f3f8 !important;
    border-bottom: medium none;
    height: 36px;
    line-height: 20px;
    padding-left: 28px;
  }
  .mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
    background-color: #f2f3f8 !important;
    border-bottom: medium none !important;
    color: #212733;
    height: 36px;
    line-height: 20px;
    padding-left: 38px;
  }
  .wsmenu {
    background-color: #ffffff !important;
    border: medium none !important;
    border-radius: 0;
    height: 100%;
    left: -240px;
    margin: 0;
    position: fixed;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 240px;
    z-index: 103;
  }
  .animated-arrow {
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    z-index: 102;
    display: flex;
    justify-content: center;
    border-radius: 50%;
  }
  .wsoffcanvasopener .animated-arrow {
    left: 220px;
  }
  .animated-arrow {
    cursor: pointer;
    margin: 7px 20px;
    padding: 20px 20px 20px 20px;
    background: #000000;
  }
  .animated-arrow span,
  .animated-arrow span::before,
  .animated-arrow span::after {
    background: #f2f3f8 none repeat scroll 0 0;
    content: "";
    cursor: pointer;
    display: block;
    height: 3px;
    position: absolute;
    width: 23px;
  }
  .animated-arrow span::before {
    top: -7px;
  }
  .animated-arrow span::after {
    bottom: -7px;
  }
  .animated-arrow span,
  .animated-arrow span::before,
  .animated-arrow span::after {
    transition: all 500ms ease-in-out 0s;
  }
  .wsoffcanvasopener .animated-arrow span {
    background-color: transparent;
    top: 12px;
  }
  .wsoffcanvasopener .animated-arrow span::before,
  .animated-arrow.active span::after {
    top: 7px;
  }
  .wsoffcanvasopener .animated-arrow span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .wsoffcanvasopener .animated-arrow span::after {
    transform: rotate(-45deg);
  }
  .wsmenu-list li > .wsmenu-submenu {
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-list li:hover > .wsmenu-submenu {
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li > .wsmenu-submenu-sub {
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu li:hover > .wsmenu-submenu-sub {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
  .wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rotating {
  animation: rotating 2s linear infinite;
}

.halfdiv {
  left: auto;
  right: 0 !important;
  width: auto;
}

@media only screen and (min-width: 230px) and (max-width: 780px) {
  .header {
    min-height: 55px;
  }
  .header {
    box-shadow: none !important;
    background-image: none !important;
  }
}
.breadcrumb-area {
  position: relative;
  z-index: 1;
  background-image: url(../images/new/bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.breadcrumb-area::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.084);
  left: 0;
  top: 0;
  opacity: 1;
  z-index: -1;
}
.breadcrumb-area .breadcrumb-content h2 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}
.breadcrumb-area .breadcrumb-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 0;
}
.breadcrumb-area .breadcrumb-content ul li {
  color: rgb(33 51 104);
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-size: 17px;
  margin-left: 0px;
  margin-right: 20px;
}
.breadcrumb-area .breadcrumb-content ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 11px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgb(33 51 104);
}
.breadcrumb-area .breadcrumb-content ul li:last-child::before {
  display: none;
}
.breadcrumb-area .breadcrumb-content ul li a {
  display: inline-block;
  color: #ffffff;
  transition: 0.4s;
}
.breadcrumb-area .breadcrumb-content ul li a:hover {
  color: #f30603;
}

@media (min-width: 992px) {
  .offcanvas-collapse {
    background-color: transparent;
    bottom: auto !important;
    display: block;
    height: auto !important;
    left: auto !important;
    position: static;
    right: auto !important;
    top: auto !important;
    transform: none !important;
    visibility: visible;
    width: 100% !important;
  }
}

.nav-category .nav-item .nav-link {
  color: #3b3737;
}
.nav-category .nav-item .nav-link:hover {
  color: #f30603;
}

.form-check-input:checked {
  background-color: #f30603;
  border-color: #f30603;
}

#offcanvasCategory .form-check-label {
  color: #3b3737;
}

.slider-area {
  display: flex;
  align-items: center;
  width: 94%;
  -webkit-backdrop-filter: blur(100px);
  backdrop-filter: blur(100px);
  margin-left: 5px;
}
.slider-area-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.slider-area #skip-value-lower,
.slider-area #skip-value-upper {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-area .noUi-target {
  flex: 1;
  position: relative;
  background: #f2f3f8;
  border-radius: 50px;
}
.slider-area .noUi-target.noUi-horizontal {
  height: 10px;
}
.slider-area .noUi-target .noUi-base,
.slider-area .noUi-target .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.slider-area .noUi-target .noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
.slider-area .noUi-target .noUi-connects .noUi-connect {
  height: 100%;
  width: 100%;
  transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
  background-color: #f30603;
}
.slider-area .noUi-target .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 0;
  width: 100%;
}
.slider-area .noUi-target .noUi-origin .noUi-handle {
  border-radius: 50px;
  background: #fff;
  cursor: default;
  background-color: #f30603;
  backface-visibility: hidden;
  position: absolute;
  width: 21px;
  height: 21px;
  right: -10px;
  top: -6px;
}
.slider-area .noUi-target .noUi-origin .noUi-handle .noUi-touch-area {
  height: 100%;
  width: 100%;
  background: #212733;
  border: transparent;
  border-radius: 100%;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}
.slider-area .noUi-draggable {
  cursor: ew-resize;
}

.pagination li a.page-link {
  border: 2px solid #f2f3f8;
  border-radius: 0.5rem;
  color: #f30603;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.pagination li a.page-link:hover {
  color: #ffffff;
  background: #f30603;
  border-color: #f2f3f8;
}
.pagination li a.page-link:first-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li a.page-link:last-child {
  border-radius: 0;
  border-radius: 0.5rem;
}
.pagination li .page-link.active {
  background-color: #f30603;
  color: #ffffff;
}

.whishlist-thumb {
  height: 4rem;
  line-height: 4rem;
  width: 4rem;
}

.input-spinner .button-minus,
.input-spinner .button-plus {
  background-color: transparent;
  border-color: #ecf0ef;
  height: 2rem;
  width: 1.5rem;
}

.input-spinner .button-minus:hover,
.input-spinner .button-plus:hover {
  background-color: #ecf0ef;
  border-color: #ecf0ef;
}

.input-spinner .form-input {
  background: 0 0;
  border: 1px solid #ecf0ef;
  height: 100%;
  min-height: 2rem;
  text-align: center;
  width: 1.5rem !important;
  padding: 0;
}

.product-tools {
  position: relative;
}
.product-tools .thumbnails {
  margin: 10px 0;
  text-align: center;
}
.product-tools .thumbnails li img {
  border-radius: 6px;
  max-width: 100%;
  height: auto;
}

div.zoom {
  background-position: 50% 50%;
  border-radius: 0.5rem;
  cursor: zoom-in;
  overflow: hidden;
  position: relative;
  width: 100%;
}
div.zoom img {
  display: block;
  transition: opacity 0.5s;
  width: 100%;
}
div.zoom img:hover {
  opacity: 0;
}

.icon-lg {
  height: 3rem;
  line-height: 3rem;
  width: 3rem;
}

.avatar-lg {
  height: 3.5rem;
  width: 3.5rem;
}

.nav-lb-tab {
  border-bottom: 1px solid #f2f3f8;
}
.nav-lb-tab .nav-item {
  margin-right: 2rem;
}
.nav-lb-tab .nav-item .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  color: #5c6c75;
  font-weight: 500;
  margin-bottom: -1px;
  padding: 16px 0;
  white-space: nowrap;
  background: none;
  font-size: 0.875rem;
}
.nav-lb-tab .nav-item .nav-link:hover {
  background-color: transparent;
  border-bottom: 2px solid #f30603;
  color: #f30603;
}

.review-pic {
  border-radius: 0.5rem;
  height: 3rem;
  min-height: 105px;
  padding: 0;
  position: relative;
  width: 105px;
  cursor: pointer;
  background: #ffffff;
}
.review-pic .upload-message {
  text-align: center;
  margin: 2em 0;
  font-size: 0.75rem;
}
.review-pic .upload-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font-size: 0.75rem;
  cursor: pointer;
  outline: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

#accordionFlushExample .accordion-item a {
  color: #212733;
  font-weight: bold;
}

.login-app-title {
  position: relative;
}
.login-app-title::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #3b3737;
  position: absolute;
  top: 12px;
  left: -70px;
}
.login-app-title::before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #3b3737;
  position: absolute;
  top: 12px;
  right: -70px;
}

.login-app {
  list-style: none;
  display: flex;
  justify-content: center;
}
.login-app li {
  padding: 1rem 0.5rem;
}
.login-app li a {
  display: inline-block;
  background: url(../images/icons/app-icon.png) no-repeat;
  width: 60px;
  height: 60px;
}
.login-app li .fb {
  background-position: 0 0;
}
.login-app li .go {
  background-position: 0 -72px;
}
.login-app li .in {
  background-position: 0 -148px;
}

ul#dashboard li a {
  display: block;
}
ul#dashboard li.active a {
  color: #f30603;
}

.edit-btn {
  position: absolute;
  bottom: -5px;
  border: 2px solid #ffffff;
  background-color: #212733;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-btn i {
  color: #ffffff;
  font-size: 0.875rem;
}
.edit-btn:hover {
  background-color: #ffffff;
}
.edit-btn:hover i {
  color: #212733;
}

.profile {
  width: 100%;
  height: 5px;
  background-color: #f2f3f8;
}

.complete-100 {
  width: 100%;
  background-color: green;
}

/*-- price plan css --*/
.price-sec {
  padding: 4rem 0;
}
.price-sec .price-box {
  text-align: center;
  position: relative;
  transition: all 0.2s ease-out;
}
.price-sec .price-box:hover {
  margin-top: -10px;
}
.price-sec .price-box .top-sec {
  margin-top: 1rem;
}
.price-sec .price-box .pricing-rate {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.price-sec .price-box .pricing-rate .price {
  font-weight: 900;
  margin: 1rem 0;
}
.price-sec .price-box .pricing-rate .supper {
  vertical-align: super;
  font-size: 1.5rem;
}
.price-sec .price-box .list ul li {
  line-height: 2rem;
}
.price-sec .price-box .list ul li i {
  color: #3b3737;
  padding-right: 0.5rem;
}
.price-sec .price-box .tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 12px;
  background-color: #f30603;
  color: #ffffff;
  min-width: 70px;
}
.price-sec .price-box .tag:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 38px;
  border-left: 35px solid #f30603;
  border-right: 35px solid #f30603;
  border-bottom: 20px solid transparent;
}

.error-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.error-box .error-link {
  text-align: center;
}
.error-box .error-link li {
  display: inline-block;
  font-size: 16px;
  color: #f30603;
  font-weight: 600;
  padding: 0 0;
  margin: 0 20px 0 0;
  line-height: 50px;
}
@media (max-width: 575px) {
  .error-box .error-link li {
    display: block;
    margin-right: 0px;
  }
}
.error-box .error-link li:last-child {
  margin-right: 0;
}
.error-box .error-link li a {
  display: block;
  border: 2px solid #f30603;
  color: #f30603;
  padding: 0;
  border-radius: 40px;
  min-width: 134px;
  min-height: 50px;
}
.error-box .error-link li a:hover,
.error-box .error-link li a:active {
  background: #f30603;
  color: #fff;
}

.portfolio-box {
  min-height: 60vh;
}
.portfolio-box #filters {
  margin: 30px auto;
  padding: 0;
  list-style: none;
  text-align: center;
}
.portfolio-box #filters li {
  margin: 10px 5px;
  display: inline-block;
}

.portfolio-box #filters li span a {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #ffffff;
  background: #223369;
  cursor: pointer;
  font-size: 13px;
  text-transform: capitalize;
  border-radius: 50px;
  transition: 0.3s all;
}
.portfolio-box #filters li span a:hover {
  background: #f30603 !important;
}
.portfolio-box #filters li span a.active {
  background: #f30603 !important;
}
.portfolio-box #portfoliolist .portfolio {
  box-sizing: border-box;
  margin: 0px 0px 0 0;
  display: none;
  overflow: hidden;
}
.portfolio-box #portfoliolist .portfolio .portfolio-wrapper figure {
  /* min-height: 350px;
  height: 350px; */
}

.service-ico {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  border: 5px solid #ffffff;
  display: inline-block;
  border-radius: 100%;
  background: #3b3737;
  position: relative;
  transition: all 0.25s ease-in-out 0s;
  margin-bottom: 1.5rem;
}
.service-ico:hover {
  border: 5px solid #f30603;
  display: inline-block;
  border-radius: 50%;
}
.service-ico a {
  display: inline-block;
  width: 100%;
}
.service-ico a i {
  font-size: 2.2em;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
}

.cta {
  width: 100%;
  background: url(../images/section/services-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.service-list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  ul.service-list {
    flex-direction: column;
  }
}
ul.service-list li {
  display: inline-flex;
  justify-content: center;
  flex-grow: 1;
}
@media (max-width: 767px) {
  ul.service-list li {
    margin-bottom: 2rem;
  }
}
ul.service-list li a {
  color: #212733;
  text-align: center;
}
ul.service-list li a:hover {
  opacity: 0.8;
}
ul.service-list li a img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 0 20px 0;
}

.privacy-list li {
  font-size: 0.875rem;
  color: #3b3737;
  line-height: 2;
  list-style: disc;
  margin-left: 1.125rem;
}

.news-card .date-tags {
  bottom: 20px;
  left: -10px;
  z-index: 1;
  display: block;
  background: #f30603;
  cursor: pointer;
  border-radius: 0.5rem;
  overflow: hidden;
}
.news-card .date-tags a {
  color: #ffffff;
  padding: 0.25rem 1rem;
  display: inline-block;
}

.post-wrap {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.post-wrap p i {
  line-height: 2rem;
  font-size: 0.875rem;
  border-left: 2px solid #f30603;
  height: 100%;
  display: block;
  padding: 1rem;
  background: rgba(255, 184, 0, 0.04);
  text-align: justify;
}
.post-wrap .post-head {
  font-size: 1.5rem;
  margin: 2rem 0;
  font-weight: bold;
}
.post-wrap .post-desc {
  font-size: 0.875rem;
  line-height: 2rem;
  text-align: justify;
}

.blog-post-social {
  border-top: 2px solid #f2f3f8;
  border-bottom: 2px solid #f2f3f8;
  padding: 25px 0px;
  margin-bottom: 55px;
}

.post-tag-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.post-tag-list li {
  font-weight: bold;
  color: #212733;
  margin-right: 8px;
}
.post-tag-list li:first-child {
  margin-right: 15px;
}
.post-tag-list li a {
  font-size: 0.875rem;
  color: #3b3737;
  font-weight: normal;
}
.post-tag-list li a:hover {
  color: #212733;
}

.blog-icon-list {
  display: flex;
  justify-content: start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.blog-icon-list li {
  margin-left: 1rem;
}
.blog-icon-list li:first-child {
  font-weight: bold;
  color: #212733;
}
.blog-icon-list li a {
  display: block;
  transition: 0.4s ease;
}
.blog-icon-list li a i {
  color: #212733;
}
.blog-icon-list li a:hover {
  transform: scale(1.2);
}

.comment-box {
  border-radius: 0.5rem;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
}
.comment-box .comment-head {
  padding: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.comment-box .user-comment-card {
  margin-top: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.comment-box .user-comment-card li {
  position: inherit;
}
.comment-box .user-comment-card .userPic {
  position: relative;
}
.comment-box .user-comment-card .userName {
  font-weight: bold;
  text-transform: uppercase;
  margin-left: 1rem;
  font-size: 0.875rem;
}
.comment-box .comment-title {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
}
.comment-box .comment-title .comment-meta span {
  color: #3b3737;
  font-size: 0.875rem;
}
.comment-box .comment-body p {
  font-size: 0.875rem;
  line-height: 1.5;
  color: #3b3737;
}
.comment-box h4 {
  margin-bottom: 2rem;
}

.blog-list-head {
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  color: #212733;
  font-weight: bold;
}
.blog-list-head :after {
  content: "";
  width: 20px;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: #f30603;
}

.widget-categories li :first-child {
  margin-top: 0;
}
.widget-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  padding: 10px 15px;
  padding-left: 15px;
  position: relative;
  transition: all 0.2s;
}
.widget-categories li a:hover {
  background: rgba(255, 184, 0, 0.04);
  color: #212733;
}
.widget-categories li a:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.widget-categories li a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #212733;
  border-radius: 2px 0px 0px 2px;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.2s;
  transform: translateX(-5px);
}

.tags-blog {
  list-style-type: none;
  border-radius: 0.5rem;
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  padding: 1rem;
}
.tags-blog li {
  padding: 1rem 0.5rem;
  margin: 0 0;
  display: inline-block;
}
.tags-blog li a {
  color: #212733;
  font-weight: 600;
  border-radius: 0.5rem;
  background: #f2f3f8;
  padding: 0.5rem;
}
.tags-blog li a:hover {
  background: #212733;
  color: #ffffff;
}

.search-form {
  border: 1px solid #f30603;
  border-radius: 0.5rem;
}
.search-form input {
  font-size: 0.875rem !important;
}
.search-form button {
  background-color: #f30603;
  min-width: 50px;
  min-height: 50px;
  border: 0px solid #f30603;
}
.search-form button i {
  color: #ffffff;
}
.search-form button:hover {
  background-color: #212733;
}

/*-- preloader css --*/
.page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #ffffff;
  z-index: 9999;
  overflow: visible;
}
.page-loader .spinner {
  position: relative;
  top: 35%;
  width: 5rem;
  height: 5rem;
  margin: 0 auto;
  background-color: #f30603;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*-- header css start*/
.topheader {
  position: relative;
}
.topheader .circle-high {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  padding: 0.5rem;
  background-color: #223369;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.topheader .circle-high::before {
  content: "";
  position: absolute;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: rgb(255 7 8 / 38%);
}
.topheader .circle-high i {
  color: #ffffff;
  z-index: 1;
  font-size: 22px;
}
.topheader .circle-high:hover {
  background-color: rgb(0, 0, 0);
}
.topheader .social a {
  color: #3b3737;
}
.topheader .social a:hover {
  color: #f30603;
}

.main-nav {
  position: relative;
  z-index: 111;
  left: 0;
  right: 0;
  background: #265c9a;
  border-bottom: 1px solid #a0a0a0;
}
.main-nav .site-menu li a {
  color: #212733;
}
.main-nav .site-menu li a:hover {
  color: #ffffff;
}

.main-nav.bg-light .site-menu li a {
  color: #212733;
}
.main-nav.bg-light .site-menu li a:hover {
  color: #f30603;
}

/*-- hero slider css --*/
.hero {
  position: relative;
}
.hero .slider-item {
  min-height: 760px;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 575px) {
  .hero .slider-item {
    min-height: 560px;
  }
}
.hero .slider-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 39, 51, 0.5);
  z-index: -1;
}
.hero .slider1 {
  background-image: url(../images/slider/s1.jpg);
}
.hero .slider2 {
  background-image: url(../images/slider/s2.jpg);
}
.hero .slick-dots {
  bottom: 20px;
}
.hero .slick-dots li button:before {
  font-size: 1rem;
}
.hero .slick-dots li.slick-active button:before {
  color: #f30603;
}
.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}

/*-- hero text animation --*/
@keyframes herofadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.hero-ele {
  opacity: 0;
  animation: herofadeInUp 1s ease-in-out 0s forwards;
}
.hero-ele.first {
  animation-delay: 5s;
}
.hero-ele.second {
  animation-delay: 7s;
}
.hero-ele.third {
  animation-delay: 9s;
}
.hero-ele.fourth {
  animation-delay: 11s;
}
.hero-ele.fifth {
  animation-delay: 13s;
}
.hero-ele.sixth {
  animation-delay: 15s;
}
.hero-ele.seven {
  animation-delay: 17s;
}
.hero-ele.eight {
  animation-delay: 19s;
}

/*-- product section css --*/
.product-sec {
  /* background-color: #F2F3F8; */
  padding: 30px 0;
}

/*-- product card css --*/
.box {
  position: relative;
  max-height: 400px;
  height: 300px;
  background-color: #3b3737;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  border-radius: 15px;
}
.box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.box .content-hover {
  transform: scale(0, 0);
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(33, 39, 51, 0.8);
  transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 2em;
  flex-direction: column;
  z-index: 1;
}
.box .content-hover h1 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.box .content-hover p {
  color: #ffffff;
}
.box .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box .content p {
  text-transform: capitalize;
  margin-top: 15%;
  font-size: 24px !important;
  padding: 20px;
}
.box .content .deal-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.box:hover > .content-hover,
.box:hover > .content-hover2 {
  transform: scale(1, 1);
  cursor: pointer;
}
.box:hover .content {
  opacity: 1;
  display: none;
}

.product01 {
  background-image: url(../images/new/solar2.jpg);
}

.product02 {
  background-image: url(../images/new/solar-heater-2.jpg);
}

.product03 {
  background-image: url(../images/new/Cold-Storage1.jpg);
}
.product04 {
  background-image: url(../images/new/fold.jpg);
}

.product05 {
  background-image: url(../images/new/cooker.jpg);
}

.product06 {
  background-image: url(../images/new/pump.jpg);
}
.product07 {
  background-image: url(../images/new/light.jpg);
}

.product08 {
  background-image: url(../images/new/gl.jpg);
}
.product09 {
  background-image: url(../images/new/cam.jpg);
}
.product10 {
  background-image: url(../images/new/dc.jpg);
}
.product11 {
  background-image: url(../images/new/fen.jpg);
}
.product12 {
  background-image: url(../images/new/charger.jpg);
}

.product13 {
  background-image: url(../images/new/ins.jpg);
}

.product14 {
  background-image: url(../images/new/trafic.jpg);
}

.product15 {
  background-image: url(../images/new/ac1.jpg);
}
.product16 {
  background-image: url(../images/new/clr.jpg);
}
.product17 {
  background-image: url(../images/new/ref.jpg);
}
.product18 {
  background-image: url(../images/new/cap.jpg);
}
.product19 {
  background-image: url(../images/new/clean1.jpg);
}
.product20 {
  background-image: url(../images/new/agr-pump.jpg);
}

.product-gallery .slider-for img {
  width: 100%;
  height: auto;
}
.product-gallery .gallery-thumb {
  margin-top: 1rem;
}
.product-gallery .gallery-thumb img {
  width: 100%;
  height: auto;
  padding: 2%;
}

/*-- about section css --*/
.about-company .about-pic {
  position: relative;
}
.about-company .about-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: #f2f3f8;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .about-company .about-pic::before {
    left: 0px;
  }
}
.about-company .about-pic .experience-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f30603;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  height: 100px;
}
.about-company .about-pic .experience-box p {
  color: #212733;
}
.about-company .about-list {
  border-top: 1px solid #f2f3f8;
  border-bottom: 1px solid #f2f3f8;
  padding: 1rem 0;
}
.about-company .about-list li {
  font-size: 0.875rem;
  line-height: 2rem;
}
.about-company .about-list li i {
  color: #f30603;
  margin-right: 0.8rem;
}
.about-company .call {
  width: 2rem;
  height: 2rem;
  padding: 1.4rem;
  justify-content: center;
  align-items: center;
  display: flex;
}
.about-company .call:hover {
  background-color: #212733;
}

/*-- project gallery css --*/
.project-sec {
  /* background-color: #F2F3F8; */
  padding: 30px 0;
}
.project-sec .project-card {
  position: relative;
  width: 100%;
  border-radius: 20px;
  padding: 20px 0 !important;
}
.project-sec .project-card figure {
  position: relative;
  overflow: hidden;
  margin: 0px;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}
.project-sec .project-card figure img {
  position: relative;
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.8;
}
.project-sec .project-card figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
}
.project-sec .project-card figure figcaption::before,
.project-sec .project-card figure figcaption::after {
  pointer-events: none;
}
.project-sec .project-card figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.project-sec .project-card figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
  position: absolute;
  bottom: 10px;
}
.project-sec .project-card .effect {
  /* background: rgba(0, 0, 0, 0.8); */
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  border-radius: 20px;
}
.project-sec .project-card .effect img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
.project-sec .project-card .effect figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.35s;
  transform: scale3d(1.4, 1.4, 1);
}
.project-sec .project-card .effect h2 {
  transition: transform 0.35s;
}
.project-sec .project-card .effect p {
  opacity: 0;
  transition:
    opacity 0.35s,
    transform 0.35s;
  transform: scale(1.5);
  text-transform: capitalize;
}
.project-sec .project-card .effect:hover img {
  opacity: 1;
}
.project-sec .project-card .effect:hover p {
  opacity: 0.9;
  transform: scale3d(1, 1, 1);
}
.project-sec .project-card .effect:hover figcaption {
  background-color: rgba(0, 0, 0, 0.4);
}
.project-sec .project-card .effect:hover figcaption a {
  color: #ffffff;
  opacity: 1;
  text-indent: 0;
  z-index: 0;
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: #f30603;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.project-sec .project-card .effect:hover figcaption a:hover {
  background-color: #212733;
}
.project-sec .project-card .effect:hover figcaption::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/*-- partner css --*/
.partner {
  position: relative;
}

/*-- benefits css --*/
.benefits {
  padding: 50px 0;
}
.benefits .story-pic {
  position: relative;
}
.benefits .story-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: #f30603;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .benefits .story-pic::before {
    left: 0px;
  }
}

/*-- features css --*/
.features {
  position: relative;
  min-height: 300px;
  padding: 30px 0;
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  background: url(../images/new/strip-bg.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.features .feature-icon {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  background-color: #223369;
  padding: 1rem;
  display: inline-flex;
  margin-bottom: 1rem;
  line-height: 1rem;
  justify-content: center;
  align-items: center;
}
.last {
  border-top: 1px solid #fff;
  padding: 10px 0;
  background-color: #000;
}
.abc {
  color: #fff;
}

.abc .fa {
  padding-right: 15px;
}

.abcd {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px !important;
  padding: 5px 0;
}
.abc a,
.abcd a {
  color: #fff;
}
.abcd a:hover,
.abc a:hover {
  color: #f30603;
}

/*-- why us css --*/
.why-us {
  background-color: #212733;
  position: relative;
  overflow: hidden;
}
.why-us .frame-pic {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
}
@media screen and (max-width: 992px) {
  .why-us .frame-pic {
    position: relative;
  }
}
.why-us .frame-pic img {
  width: 100%;
  height: auto;
}

/*-- testimonials css --*/
.testimonials {
  position: relative;
}
.testimonials .client-pic {
  position: relative;
}
.testimonials .client-pic::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: -20px;
  background-color: #f2f3f8;
  z-index: -1;
}
@media screen and (max-width: 575px) {
  .testimonials .client-pic::before {
    left: 0px;
  }
}
.testimonials .client-con {
  text-align: justify;
}
.testimonials .client-con .qotes-img {
  width: auto;
  height: auto;
  min-height: auto;
  display: inline-block;
}
.testimonials .carouselTestimonials .slick-prev,
.testimonials .carouselTestimonials .slick-next {
  background-color: transparent;
  top: unset;
  bottom: -100px;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #212733;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .carouselTestimonials .slick-prev::before,
.testimonials .carouselTestimonials .slick-next::before {
  font-size: 0rem;
  opacity: 0;
}
.testimonials .carouselTestimonials .slick-prev {
  left: 45%;
  background-image: url(../images/icons/arrow-prev.svg);
}
@media screen and (max-width: 1200px) {
  .testimonials .carouselTestimonials .slick-prev {
    left: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .carouselTestimonials .slick-prev {
    display: none !important;
  }
}
.testimonials .carouselTestimonials .slick-next {
  right: 45%;
  background-image: url(../images/icons/arrow-next.svg);
}
@media screen and (max-width: 1200px) {
  .testimonials .carouselTestimonials .slick-next {
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .testimonials .carouselTestimonials .slick-next {
    display: none !important;
  }
}
.testimonials .carouselTestimonials .slick-prev:hover,
.testimonials .carouselTestimonials .slick-next:hover {
  background-color: #f30603;
}

/*-- our team css --*/
.our-team {
  position: relative;
}
.our-team .team-card {
  cursor: pointer;
}
.our-team .team-card .team-con {
  box-shadow: 0 0 1.375rem rgba(33, 39, 51, 0.1);
  border-top: 2px solid #f30603;
  padding: 10px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  flex-direction: column;
  margin: -10px 10px 0 10px;
  z-index: 1;
  position: relative;
  background: #223369;
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card .team-con p {
  font-size: 17px;
  text-align: center;
  text-transform: capitalize;
}
.our-team .team-card figure {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.our-team .team-card .team-con .team-social {
  display: flex;
}
.our-team .team-card .team-con .team-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3b3737;
  background-color: #f2f3f8;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
}
.our-team .team-card .team-con .team-social li a:hover {
  color: #f30603;
}
.our-team .team-card img {
  transition: all 0.4s ease-out 0s;
}
.our-team .team-card:hover .team-con {
  background-color: #f30603;
}
.our-team .team-card:hover img {
  transform: scale(1.1);
}

/*-- latest news css --*/
.news .news-card .tags {
  bottom: 0;
  left: 20px;
  z-index: 1;
  display: block;
  background: #f30603;
  cursor: pointer;
  width: 80px;
}
.news .news-card .tags a {
  color: #ffffff;
}

/*-- contact section --*/
.contact .video-bg {
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-position: top;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.contact .video-bg::before {
  content: "";
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.contact .video-bg .video-icon {
  border-radius: 50%;
  background-color: #f30603;
  color: #ffffff;
  line-height: 60px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pulseBig infinite 4s linear;
  z-index: 10;
}
.contact .video-bg .video-icon:hover {
  color: #ffffff;
}

/*-- footer section --*/
.footer h1,
.footer h2,
.footer h3,
.footer p {
  color: #ffffff;
}
.footer p {
  /* line-height: 2.2rem; */
}
.footer .footer-link li {
  line-height: 1.9;
  margin-bottom: 8px;
}
.footer .footer-link li a {
  color: #f2f3f8;
  font-size: 17px;
  padding: 0 0 0.5rem 0;
}
.footer .footer-link li a:hover {
  color: #f30603;
}
.clr {
  font-size: 24px !important;
}
.footer .social a,
.footer .social .botom-link {
  color: #ffffff;
}
.footer .social a:hover,
.footer .social .botom-link:hover {
  color: #f30603;
}

/*-- back to top button css --*/
.scrollup {
  overflow: hidden;
  position: fixed;
  height: 2.5rem;
  width: 2.5rem;
  line-height: 2.5rem;
  bottom: -3rem;
  right: 3rem;
  text-align: center;
  z-index: 1;
  background-color: rgb(0 90 170);
  display: block;
  color: white;
  transition: all 0.5s cubic-bezier(0, 0, 0.15, 1.88);
  border-radius: 20px;
}
.scrollup i {
  font-size: 1.5rem;
  display: inline-block;
  transition: all 0.5s ease-out;
}
.scrollup i:hover,
.scrollup i:focus {
  animation: toBottomFromTop 0.5s forwards;
}
.scrollup:hover,
.scrollup:focus {
  color: #f30603;
}

.scrollup.back-top {
  bottom: 20px;
}

@keyframes toBottomFromTop {
  49% {
    transform: translateY(-20%);
  }
  50% {
    opacity: 0;
    transform: translateY(20%);
  }
  51% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
}
/*-- footer menu effect --*/
.footer-link-effect {
  position: relative;
}
.footer-link-effect::before {
  content: "";
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 100%;
  height: 2px;
  border-radius: 0.5rem;
  background: #f30603;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
}
.footer-link-effect:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
} /*# sourceMappingURL=main.css.map */

.padding {
  padding: 20px 0;
}
.line-height {
  line-height: 1.9;
}
.box-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 15px;
}
.list li {
  list-style: disc;
}
.widget-categories li {
  padding: 5px;
  background-color: #0070da;
  border-bottom: 1px solid #fff;
}

.clients {
  padding-top: 50px;
}
.box-content {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  margin: 10px;
  border-radius: 20px;
}
.about-company {
  padding-top: 50px;
}
.tittle {
  font-size: 40px;
  color: #223369;
}
.pic img {
  border-radius: 15px;
}
.text {
  font-size: 17px;
  line-height: 1.6;
  text-align: justify;
}
.sub-tittle,
.sub-heading {
  line-height: 1.9;
  color: #223369 !important;
}
.list li {
  font-size: 17px;
  line-height: 1.9;
}
.box1 {
  padding: 10px;
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 10px 36px 0px,
    rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.content-hover h2 {
  color: rgb(255, 255, 255) !important;
  text-transform: capitalize;
  font-weight: 300 !important;
}
.content-hover .content p {
  display: none !important;
}

/* coursel caption */
.carousel-control {
  /* top:80px; */
}
a {
  text-decoration: none !important;
}
.carousel {
  /* padding-top:140px !important; */
}
.carousel-text {
  position: absolute;
  top: 40%;
  left: 6% !important;
}

.carousel-text h2 {
  font-size: 35px;
  color: #fff;
  text-transform: capitalize;
}
.carousel-text h1 {
  margin-bottom: 20px;
  font-size: 45px;
  color: #fff;
}
.carousel-text1 {
  position: absolute;
  top: 10% !important;
  left: 12%;
}
.carousel-text1 h2 {
  font-size: 35px;
  color: #fff;
}

.carousel-text1 ul li {
  font-size: 20px;
  color: #fff;
}
.footer {
  padding: 50px 0 20px 0;
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .breadcrumb-area .breadcrumb-content h2 {
    font-size: 17px !important;
  }
  .breadcrumb-area .breadcrumb-content h2 .break {
    display: block;
  }
  .bow {
    margin-top: 20px !important;
  }
  .box1 {
    margin-top: 10px;
  }
  .gop b {
    font-size: 16px;
  }
  .tittle {
    font-size: 25px;
    line-height: 1.8;
  }
  .der {
    padding-top: 0px;
    font-size: 12px;
  }
  .dec {
    font-size: 18px !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .carousel {
    /* padding-top:160px !important; */
  }
  .carousel-text {
    position: absolute;
    top: 40% !important;
    left: 15%;
  }

  .carousel-text h2 {
    font-size: 35px;
    color: #fff;
  }
  .carousel-text h1 {
    margin-bottom: 20px;
    font-size: 45px;
    color: #fff;
  }
  .carousel-text1 {
    position: absolute;
    top: 10% !important;
    left: 12%;
  }
  .carousel-text1 h2 {
    font-size: 35px;
    color: #fff;
  }

  .carousel-text1 ul li {
    font-size: 20px;
    color: #fff;
  }
}
@media only screen and (min-width: 320px) and (max-width: 580px) {
  .carousel-control {
    top: 0px;
  }
  .carousel {
    padding-top: 0px !important;
  }
  .carousel-text {
    position: absolute;
    top: 40%;
    left: 15%;
  }

  .carousel-text h2 {
    margin: 0px;
    font-size: 10px;
    color: #fff;
  }
  .carousel-text h1 {
    margin-bottom: 10px;
    font-size: 15px;
    color: #fff;
  }
  .carousel-text1 {
    position: absolute;
    top: 0%;
    left: 12%;
  }
  .carousel-text1 h2 {
    margin: 0px;
    font-size: 15px;
    color: #fff;
  }

  .carousel-text1 ul li {
    font-size: 10px;
    color: #fff;
    font-weight: 300;
  }
  .carousel-text .btn-style-two {
    display: none;
  }
  .carousel-text1 .btn-style-two {
    display: none;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }
}

.box1 span {
  text-align: center !important;
}
.hyd {
  text-align: center !important;
}

/* Whatsapp and phone number */
.whats-app {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  left: 5px;
}
.whats-app1 {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  background-color: #004aad;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  right: 5px;
}
.my-float {
  margin-top: 16px;
}
@media only screen and (min-width: 651px) {
  .down_enquiry.visible-xs.dontdisplaylg {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .whats-app {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    left: 5px;
  }

  .whats-app1 {
    position: fixed;
    width: 35px;
    height: 35px;
    bottom: 20px;
    background-color: #004aad;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    right: 5px;
  }
  .my-float {
    margin-top: 6px;
  }

  .down_enquiry {
    background: #ffa500 repeat scroll 0 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
  }

  .down_enquiry ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .down_enquiry ul li {
    float: left;
    text-align: center;
    width: 50%;
    border-right: 1px solid #000;
  }

  li#t1 {
    background: #25d366;
  }

  .down_enquiry ul li a {
    color: #fff;
    display: block;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
    padding: 10px 0;
  }
}

.section-padding {
  padding: 60px 0;
}
.brand-carousel {
  background: aliceblue;
  margin-top: 15%;
}
.owl-dots {
  text-align: center;
  margin-top: 4%;
}
.owl-dot {
  display: inline-block;
  height: 15px !important;
  width: 15px !important;
  background-color: #878787 !important;
  opacity: 0.8;
  border-radius: 50%;
  margin: 0 5px;
}
.owl-dot.active {
  background-color: #000 !important;
}

@media only screen and (max-width: 600px) {
  #re {
    display: flex;
    flex-direction: column-reverse;
  }
  .padding-top {
    padding-top: 15px;
  }
}
/* animation */
.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}
.reveal1 {
  position: relative;
  transform: translateX(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal1.active {
  transform: translateY(0);
  opacity: 1;
}
.reveal2 {
  position: relative;
  transform: translateX(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal2.active {
  transform: translateY(0);
  opacity: 1;
}
.reveal3 {
  position: relative;
  transform: translateY(-150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal3.active {
  transform: translateY(0);
  opacity: 1;
}
.flex {
  display: flex;
}
.flex .text {
  padding-left: 25px;
}
#center {
  text-align: center !important;
}
.padding1 {
  padding: 0 20px !important;
}
.list-items li {
  display: flex;
}
.list-items li p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 10px !important;
  text-align: justify;
}
.list-items li .fa {
  color: #f30603;
  font-size: 25px;
  padding-right: 10px !important;
  font-weight: 700;
}
#heading {
  font-size: 35px !important;
  font-family: "Anta", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.footer-links .footer-txt {
  display: flex;
}
.footer-links .footer-txt .fa {
  font-size: 25px;
  padding-right: 10px !important;
  font-weight: 700;
  color: #fff;
}
.footer-links .footer-txt p a {
  font-size: 17px;
  color: #fff;
}
.footer-links .footer-txt p a:hover {
  color: #f30603;
}
.carousel-control-next,
.carousel-control-prev {
  width: 8% !important;
}
.box .content {
  display: none !important;
}
@media only screen and (max-width: 760px) {
  .row-reverse {
    display: flex;
  }
  .portfolio-box #filters li {
    display: block;
  }
}

/* light box  */
.content {
  margin: 10px;
  box-shadow:
    rgba(0, 0, 0, 0.16) 0px 3px 6px,
    rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.content img {
  cursor: zoom-in;
}

.content img {
  width: 100%;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}

.lightbox-content {
  width: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 25px;
  user-select: none;
}

.lightbox-content img {
  object-fit: cover;
  border-radius: 4px;
  width: 60%;
}

.lightbox-content i {
  color: white;
  font-size: 60px;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 760px) {
  .lightbox-content {
    width: 90% !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 20px;
    user-select: none;
  }
  .lightbox-content img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
  }
  .lightbox-content i {
    padding: 0 10px !important;
  }
}
@media only screen and (min-width: 780px) {
  .none {
    display: none !important;
  }
}
@media only screen and (max-width: 779px) {
  .hid1 {
    display: none !important;
  }
}

@media only screen and (max-width: 780px) {
  #heading {
    font-size: 25px !important;
  }
  .breadcrumb-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/new/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
  }
  .rpt {
    margin-top: 30px !important;
  }
  .contact .video-bg {
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 145px;
  }
  .logo img {
    width: 280px;
  }
  .align-self-center {
    text-align: center;
  }
  .wsmenu-click > i {
    content: "▲";
  }
  .carousel-text h2 {
    font-size: 12px;
    color: #fff;
  }
  .carousel-text h1 {
    font-size: 15px;
    color: #fff;
  }
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    display: inline-block;
    width: 10px !important;
    height: 10px !important;
  }
  .breadcrumb-area .breadcrumb-content h2 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
  }
}
.fa-angle-down:before {
  content: "\f107";
}
#one {
  display: contents !important;
}
.hid {
  visibility: hidden !important;
}
.social-icon-three {
  margin-bottom: 15px;
}
.social-icon-three li {
  position: relative;
  margin-left: 8px;
  display: inline-block;
}
.social-icon-three li a {
  border-color: rgba(244, 244, 244, 0.07);
}
.social-icon-three li a {
  position: relative;
  width: 40px;
  height: 40px;
  color: #b3b3b3;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #f4f4f4;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
