@font-face {
  font-family: "Santral Light";
  font-style: normal;
  font-weight: normal;
  src: local("Santral Light"),
    url("../../plugins/santral/santral_light.woff") format("woff");
}
@font-face {
  font-family: "Santral Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Santral Light Italic"),
    url("../../plugins/santral/santral_lightitalic.woff") format("woff");
}
@font-face {
  font-family: OpenSans-SemiBold;
  src: url(../../plugins/Open_Sans/OpenSans-SemiBold.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../../plugins/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
  font-family: OpenSans-Medium;
  src: url(../../plugins/Open_Sans/OpenSans-Medium.ttf);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../../plugins/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-ExtraBold;
  src: url(../../plugins/Open_Sans/OpenSans-ExtraBold.ttf);
}
:root {
  --brownColor: #72282f;
  --blueColor: #041831;
  --greyColor: #383838;
}
main {
  overflow-x: hidden;
}
body {
  font-family: "Santral Light";
  /*font-family: 'Roboto', sans-serif;*/
}

a {
  color: #000;
  text-decoration: none;
  background: linear-gradient(currentColor, currentColor) bottom/0 0.1em
    no-repeat;
  transition: 0.5s background-size;
}
a:hover {
  color: #000;
  opacity: 1;
}
.navbar-nav ul li a:hover,
.bannerServiceList .title:hover,
footer ul li a:hover,
.line a:hover {
  background-size: 100% 0.1em;
}
.bannerServiceList .title{
  background: linear-gradient(currentColor, currentColor) bottom / 0 0.1em no-repeat;
  transition: 0.5s background-size;
}
.navbar-nav ul li a.left,
footer ul li a.left,
.bannerServiceList .title.left,
.line a.left {
  background-position: left bottom;
}
.line a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-position: left bottom;
}

.line {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background-position: left bottom;
  display: block;
}
.line:hover {
  background-size: 100% 0.1em;
}

.itemCard a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer ul li .underline:after {
  background-color: #000;
}


ul {
  /*list-style-type: none;*/
}
.sans-medium {
  font-family: "Santral Light";
}
.sans-bold {
  font-family: "Santral Light";
}
.sans-extrabold {
  font-family: "Santral Light";
}
.sans-semibold {
  font-family: "Santral Light";
}
.sans {
  font-family: "Santral Light";
}
.text-danger {
  color: #7f2c34 !important;
}
.bg-danger {
  background-color: #7f2c34 !important;
}
.bg-brown {
  background-color: var(--brownColor) !important;
}
.text-shadow {
  text-shadow: 0px 0px 2px #313516;
}
.text-black {
  color: #232323;
}
.text-muted {
  color: #a8a8a8 !important;
}
.text-lime {
  color: #ddffbc;
}
.bg-muted {
  background-color: #f5f5f5 !important;
}
.bg-gri {
  background-color: #e2e5d6;
}
.bg-ocean {
  background-color: #041831;
}
.fs-20 {
  font-size: 20px !important;
}
.mt-100 {
  margin-top: 130px;
}
.mt-150 {
  margin-top: 150px;
}
.mb-150 {
  margin-bottom: 150px;
}
.mt-120 {
  margin-top: 120px;
}
.mt--120 {
  margin-top: -120px;
}
.border-basket {
  border-color: #2c3114 !important;
}
.border-basket2 {
  border-color: #7f2c34 !important;
}
.prileHeadline {
  background-color: #fbfbfb !important;
}
.z-9 {
  z-index: 99;
}
.widgetSlider {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 99;
  transition: all 0.2s ease-in-out;
  height: auto;
  background-color: transparent;
  text-align: center;
  line-height: 40px;
}
.img-gradient {
	/*
  position: relative;
  display: inline-block;
  */
}
.img-gradient:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  /*
  background: linear-gradient(164deg, #72282f 10%, rgba(0, 0, 0, 0) 100%) 0% 0%
    no-repeat padding-box padding-box transparent;
	*/
}
.img-gradient img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.projectBanner .img-gradient:after {
  background: linear-gradient(164deg, #041831 10%, rgba(0, 0, 0, 0) 100%) 0% 0%
    no-repeat padding-box padding-box transparent;
}
.carousel-fade .carousel-indicators {
  bottom: -40px;
  background: linear-gradient(0deg, whitesmoke 0%, white 100%);
}
.carousel-indicators .active span {
  border: none;
  color: #000 !important;
  border-color: #000 !important;
}
.carousel-fade .carousel-indicators .active span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 32px;
  left: 40%;
  border-style: solid;
  border-width: 14px;
  transform: rotate(0deg);
  border-color: transparent transparent #fff;
  z-index: 123;
}
.carousel-fade .carousel-inner img {
  /*max-height: 960px;*/
  width: 100%;
}
.dropdown .dropdown-toggle.show {
  position: relative;
}
.dropdown .dropdown-toggle.show::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 127px;
  left: 30%;
  border-style: solid;
  border-width: 14px;
  transform: rotate(0deg);
  border-color: transparent transparent #fff;
  z-index: 123;
}
/*
.megamenu::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: 35px;
  left: 40%;
  border-style: solid;
  border-width: 20px;
  transform: rotate(0deg);
  border-color: transparent transparent #fff;
  z-index: 999;
}
*/
.loginHolder {
  right: 10px;
  z-index: 999999;
}
.login::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  background-color: #fff;
  right: -2px;
  top: 39%;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.pagesNavs .navbar-nav .nav-link {
  color: #000;
}
.header.active .navbar-light .navbar-nav .nav-link {
  color: #000;
}
.headerPages .meuitems .has-megamenu .dropdown-toggle.show::before {
  display: none;
}
.navbar-brand:hover {
  opacity: 1 !important;
}
.text-darkmuted {
  color: #6c6c6c;
}
.nav-tabs {
  width: 50%;
}
.fs-7 {
  font-size: 15px !important;
}
.fs-8 {
  font-size: 14px !important;
}
/*
img {
  width: 100%;
}
*/
a {
  text-decoration: none;
}
i {
  transition: 0.5s;
}
button {
  outline: none;
}

.headerPages .navbar {
  min-height: 122px;
}
.navbar .dropdown-menu {
  padding: 10px;
  border-radius: 0;
  margin-top: 0px;
  border: 0px;
  padding-bottom: 0;
}
.fa-phone-volume {
  transform: rotate(-35deg);
}
.btn-basket,
.btn-basket:hover {
  background-color: var(--brownColor) !important;
  border-color: var(--brownColor) !important;
  color: #fff;
}
.btn-basket-2 {
  background-color: #8a2432;
  border-color: #8a2432;
  color: #fff !important;
}
.text-basket {
  color: #7f2c34 !important;
}
.bg-ultralight {
  background-color: #fcfcfc;
}
.text-dark {
  color: var(--greyColor) !important;
}
.bg-dark {
  background-color: var(--greyColor) !important;
}
.border-danger {
  border-color: var(--brownColor) !important;
}
.carousel-indicators {
  bottom: 2%;
  margin: 0px;
  display: inline-block;
  text-align: center;
}
.carousel-indicators button {
	text-indent: inherit !important;
	height: inherit !important;
	width: inherit !important;
	/*
  display: inline-block;
  text-indent: inherit;
  background: #fff;
  opacity: 1;
  padding: 0;
  height: initial;
  width: inherit;
  border: 0px;
  border-radius: 5px;
  width: 10px;
  height: 10px;
  margin: 8px;
  */
}
.carousel-indicators .active {
  position: relative;
  background: transparent;
  opacity: 1;
  color: var(--brownColor);
  border: none;
}
.homeCarousel .carousel-caption {
  position: absolute;
  bottom: 37%;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  text-align: left;
  transition: 0.5s;
  z-index: 2;
}
.lineStyle:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #7f2c34;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.carousel-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background: #1b1b1b;
  background: linear-gradient(
    331deg,
    rgba(27, 27, 27, 0.0368522409) 33%,
    #72282f 96%
  );
}
.carousel-holder2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.7;
  background: transparent
    linear-gradient(137deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 63%) 0% 0%
    no-repeat padding-box;
}
.moreButton {
  background-color: #7f2c34;
  border: 1px solid #7f2c34;
  color: #fff;
  margin-top: 95px;
}
.moreButton:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #7f2c34;
}
.owl-next {
  position: absolute;
  right: -8px;
  font-size: 45px !important;
  top: 34%;
  text-align: center;
}
.owl-prev {
  position: absolute;
  left: -8px;
  font-size: 45px !important;
  top: 34%;
  text-align: center;
}
.card-body .lable {
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 12px;
  padding-top: 6px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.card-body .lable:hover button i {
  color: #da0000 !important;
  font-weight: bold;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.headerPages .navbar-light .navbar-nav .nav-link:hover,
.headerPages .navbar-light .navbar-nav .nav-link:focus {
  color: #000;
}

.navbar .megamenu {
  z-index: 22;
}
.caption .sale {
  text-align: center;
  width: 40px;
  height: 40px;
  font-size: 12px;
  color: #fff;
  padding-top: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.hoverBox button {
  width: 100%;
  font-size: 14px;
  height: 39px;
}
.item .link .hoverBox button:hover {
  background-color: #7f2c34 !important;
  color: #fff !important;
}
.hoverBox button:hover > span {
  display: none;
}
.hoverBox button:hover > i {
  display: block !important;
}
button:focus {
  outline: unset;
  outline: unset;
}
.item .link:hover > .hoverBox {
  display: block;
}
.bannerBackgorund {
  width: 92%;
  height: 545px;
  background: var(--unnamed-color-8a2432) 0% 0% no-repeat padding-box;
  background: #8a2432 0% 0% no-repeat padding-box;
  opacity: 1;
}
.widgetProduct-title .bannerBackgorund {
  width: 101%;
  position: absolute;
  top: -6px;
  height: 100%;
}
.widgetBanner .imgHolder {
  left: 55px;
  top: 55px;
  z-index: 9999;
  transition: transform 0.3s ease;
  transform: translateZ(0px);
}
.widgetProduct-title {
  left: 5px !important;
  top: 5px !important;
  z-index: 9999;
  transition: transform 0.3s ease;
  transform: translateZ(0px);
}
.widgetProduct-title .imgHolder {
  left: -16px;
  top: 11px;
  z-index: 9999;
  transition: unset;
  transform: translateZ(0px);
}
.widgetBanner .imgHolder:hover {
  transform: translate3d(10px, 10px, 10px);
}
.widgetProduct-title .imgHolder:hover {
  transform: translatez(0);
}
.widgetBanner .imgHolder .title {
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
}
.widgetBanner .imgHolder .title h1 {
  font-size: 145px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 29px;
}
.textLineA::after {
  content: "";
  width: 57px;
  height: 1px;
  background-color: #8a2432;
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: 11px;
}
.textLineB::before {
  content: "";
  width: 57px;
  height: 1px;
  background-color: #8a2432;
  display: inline-block;
  position: relative;
  bottom: 5px;
  right: 11px;
}
.textLineTechno::before {
  content: "";
  width: 268px;
  height: 1px;
  background-color: #8a2432;
  display: inline-block;
  position: relative;
  bottom: 5px;
  left: 0;
  margin-right: 20px;
}
.widgetBanner .contentHolder p:nth-child(2) {
  width: 89%;
}
.itemHolder {
  height: 300px;
}
.itemHolder .img {
  height: 96px;
  width: 100%;
  overflow: hidden;
}
.itemHolder .img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shadow-danger {
  box-shadow: 0 0.5rem 3rem rgba(131, 43, 55, 0.7803921569) !important;
}
.itemHolder:hover {
  background-color: var(--brownColor);
}
.itemHolder:hover h3,
.itemHolder:hover span {
  color: #fff !important;
}
.widgetTech .content ul li {
  margin-bottom: 10px;
}
.widgetTech .swiper-pagination-bullet-active {
  border: none;
  text-align: center;
  position: relative;
  background: #c4c4c4;
  width: 35px;
  border-radius: 10px;
}
.widgetTech .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -21%;
  left: 17%;
  width: 100%;
  display: flex;
}
.dowloadButton::before {
  height: 100%;
  width: 5px;
  background-color: var(--brownColor);
  content: "";
  display: block;
  position: absolute;
}
.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.linehight75 {
  line-height: 75px;
}
.linehight35 {
  line-height: 35px;
}
.widgetProduct-title img {
  border-radius: 0px;
}
.carousel-indicators2 li {
  background: #b5b5b5;
}
.carousel-indicators2 .active {
  background: #b5b5b5 !important;
  position: relative;
  width: 51px;
}
.ellipsis4 {
  font-size: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.bgHolder {
  overflow: hidden;
}
.proHolder {
  height: 545px;
}
.bgHolder img {
  transition: transform 0.5s ease;
}
.bgHolder2 {
  overflow: hidden;
}
.bgHolder2 img {
  transition: transform 0.5s ease;
}
.contentProduct {
  top: 97px;
  left: -39%;
  width: 80%;
}
.contentProduct2 {
  top: 97px;
  right: -39%;
  width: 80%;
  text-align: right;
}
.contentProduct2 i:hover {
  transform: scale(1.3);
}
.contentProduct i:hover {
  transform: scale(1.3);
}
.textLinePro::before {
  content: "";
  width: 268px;
  height: 1px;
  background-color: #8a2432;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  margin-right: 20px;
  left: -279px;
  top: 13px;
}
.textLinePro2::after {
  content: "";
  width: 268px;
  height: 1px;
  background-color: #8a2432;
  display: inline-block;
  position: absolute;
  bottom: 5px;
  margin-right: 20px;
  right: -294px;
  top: 13px;
  z-index: 99999;
}
.bgMapp {
  background-image: url("../../../docs/home/map/map.svg");
  width: 100%;
  height: 500px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom;
}
.bgGri-map {
  height: 323px;
  background: #f5f5f5;
  opacity: 0.5;
}
.contentMap {
  width: 423px;
  top: 71px;
  left: 41px;
}
.widgetInfo {
  background-image: url("../../../docs/footer.png");
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.footer {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: #f5f5f5;
	margin-top: 45px;
  position: relative;
  box-shadow: inset 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.list-group-flush > .list-group-item {
    border-width: 0;
}
.list-group-flush .childrens .list-group-item {
  border-width: 0;
  font-size: 13px;
  line-height: 30px;
}
.footerMiddle .social i {
  border: 1px solid #fff;
  text-align: center;
  margin: 0 auto;
  padding: 7px;
  font-size: 18px;
  border-radius: 50%;
}
.social a {
  text-decoration: none;
}
.widgetInfo h2 {
  font-size: 54px;
}
.fs-10 {
  font-size: 12px;
}
.fs-18 {
  font-size: 18px;
}
.widgetInfo .card .footeSvg {
  border: 5px solid #8a2432;
  width: 150px;
  height: 150px;
  padding: 34px;
  position: relative;
  margin-bottom: 45px !important;
}
.widgetInfo .card .footeSvg::after {
  content: "";
  width: 2px;
  height: 19px;
  background-color: #8a2432;
  text-align: center;
  position: absolute;
  bottom: -38px;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.bankCards img {
  width: 65px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: 2px solid #7f2c34;
  outline: none;
  background-color: transparent;
  color: #7f2c34;
  cursor: pointer;
  padding: 5px 15px;
  border-radius: 5px;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: block;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.owl-next span,
.owl-prev span {
  color: #fff;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #7f2c34;
  border-color: #7f2c34;
}
.btn-outline-dark:hover {
  background-color: #7f2c34;
  border-color: #7f2c34;
}
.btn-outline-dark:hover > span {
  color: #fff !important;
}
.btn-outline-dark:hover > i {
  color: #fff !important;
}
.navbar-expand-lg .navbar-nav .megamenu {
  position: absolute;
  background: #fff;
  color: #000;
}
.headerPages .navbar-expand-lg .navbar-nav .megamenu {
  position: absolute;
  background: #fff;
  color: #000;
}
.navbar-expand-lg .navbar-nav .megamenu .dropdown-item {
  color: #000;
  padding: 0px;
  font-size: 13px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  line-height: 35px;
}
.megamenu .container-fluid {
  padding: 0 20px;
}
.navbar-brand:hover {
  text-decoration: none;
}
.megamenu .dropdown-item.active,
.megamenu .dropdown-item:active,
.megamenu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.megamenu .popup {
  margin: 0;
  top: -6px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  left: 68px;
  padding: 0 5px;
  display: flex;
  height: 22px;
  justify-content: center;
  align-items: center;
  border-radius: 6px !important;
  font-size: 10px !important;
}
.textLineDetail::after {
  content: "";
  width: 121px;
  height: 2px;
  background-color: #8a2432;
  display: inline-block;
  position: relative;
  bottom: 5px;
  margin-right: 20px;
  right: -14px;
  top: -7px;
  z-index: 99;
}
.bgDetail {
  position: relative;
  right: 226px;
  top: 92px;
}
.gallery-container {
  position: static;
  width: 100%;
  justify-content: space-between;
  overflow: hidden;
}
.gallery-title {
  position: absolute;
  top: 15px;
  right: 15px;
  font-family: "Epilogue", sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  color: #fff;
}
.widgetAccessori .patternHolder .pop:hover::after,
.widgetAccessori .patternHolder .pop.active::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  width: 40px;
  height: 40px;
  background-color: #8a2432;
  position: absolute;
  top: -14px;
  right: -11px;
  color: #fff;
  display: grid;
  justify-content: center;
  align-content: center;
}
.widgetProduct-color .pattern {
  height: 433px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.patternHolder .color {
  width: 100%;
  height: 200px;
}
.pattern .patternHolder:nth-child(1) .color {
  background-color: #989898;
}
.pattern .patternHolder:nth-child(2) .color {
  border: 1px solid #989898;
  background-color: #fff;
}
.patternHolder:nth-child(3) .color {
  background-color: #2e2e2e;
}
.patternHolder:nth-child(4) .color {
  background-color: #fff7d6;
}
.patternHolder:nth-child(5) .color {
  background-color: #ff4848;
}
.patternHolder:nth-child(6) .color {
  background-color: #898baf;
}
.swiper-button-prev2 {
  position: absolute;
  top: -31px;
  right: 49px;
  left: auto;
}
.swiper-button-next2 {
  right: 0;
  left: auto;
  top: -31px;
}
.swiper-button-prev2:after,
.swiper-button-next2:after {
  color: #cbcbcb;
  font-size: 20px;
}
.detailHolder {
  margin-top: -230px;
}
.md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
  float: right;
}
.gallery-similer h2 {
  white-space: nowrap;
  position: absolute;
  top: 70px;
  left: 55px;
  z-index: 333;
}
.gallery-similer a {
  position: absolute;
  bottom: 36px;
  left: 36px;
}
.gallery-similer .textLineDetail::after {
  content: "";
  width: 189px;
}
.swiper-button-prev3 {
  position: absolute;
  top: 70%;
  align-items: center;
  display: flex;
  justify-content: right;
  padding: 17px;
  left: 10px;
  z-index: 9999;
  text-decoration: underline;
  color: #cdcdcd;
}
.swiper-button-next3 {
  position: absolute;
  top: 20%;
  display: flex;
  justify-content: left;
  padding: 17px;
  right: 10px;
  z-index: 9999;
  text-decoration: underline;
  color: #cdcdcd;
}
.swiper-button-prev3:after,
.swiper-button-next3:after {
  font-size: 25px;
}
.bannedBackgorund {
  width: 100%;
  height: 545px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.opacityBackgorund {
  background-color: #f5f5f5;
  opacity: 90%;
  height: 460px;
  top: 40px;
}
.widgetBanner .bannerContents {
  position: absolute;
  top: 122px;
  left: 95px;
  width: 67%;
}
.opacityBackgorund2 {
  background-color: #f5f5f5;
  opacity: 90%;
  height: 460px;
  top: 40px;
}
.widgetBanner .bannerContents2 {
  position: absolute;
  top: 122px;
  right: 95px;
  width: 67%;
}
.form-control {
  border: 1px solid rgba(101, 101, 101, 0.1607843137);
}
#profile li button.active {
  font-size: 25px !important;
  border-bottom: 3px solid var(--brownColor) !important;
  background-color: #f6f6f6 !important;
  font-family: OpenSans-ExtraBold;
}
#ItemsCarousel .owl-next span,
.owl-prev span {
  color: #0a0a0a;
}
#ItemsCarousel .owl-nav button.owl-prev {
  left: -48px;
}
#ItemsCarousel .owl-nav button.owl-next {
  right: -48px;
}
#pills-tab .nav-item button.active {
  background-color: rgba(127, 44, 52, 0.5019607843) !important;
  border-right: 6px solid var(--blueColor) !important;
}
#pills-tab-map .nav-item button.active {
  background-color: var(--brownColor) !important;
  color: #fff !important;
  font-weight: 100;
}
#pills-tab-mapContent .tab-pane {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 714px;
  width: 100%;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0;
}
.widgetnews .imgHolders {
  height: 598px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-darkblue {
  background-color: var(--blueColor);
}
.h379 {
  height: 273px;
}
.productsHolder {
  background-color: #f1f1f1;
}
.productsHolder:hover {
  background-color: var(--brownColor) !important;
  color: #fff;
}
.productsHolder:hover h5 {
  color: #fff !important;
}
.headerPages .login::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 17px;
  background-color: #000;
  right: -2px;
  top: 39%;
}
.refrancesHolder:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2509803922);
}
.ProfileInfo {
  width: 75%;
  margin: 0 auto;
  margin-top: -183px;
}
.widgetSlider-project {
  background-position: center;
  background-size: cover;
  background-color: #6f252c;
  padding-top: 100px;
  background-image: url(../../../assets/docs/home/banner/dortek-slider1.jpg);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: unset !important;
  background-color: transparent !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  font-weight: bold;
}
.nav-pills .nav-link .check-circle::after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  width: 40px;
  height: 40px;
  background-color: gray;
  position: absolute;
  top: -29px;
  right: -60px;
  color: #fff;
  display: grid;
  justify-content: center;
  align-content: center;
}
.nav-pills .nav-link.active .check-circle.check-circle::after {
  background-color: #8a2432;
  box-shadow: 0px 0px 8px 1px #8a2432;
}
.widgetProduct-slider .swiper-button-prev:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #000;
  font-size: 19px;
}
.widgetProduct-slider .swiper-button-next {
  right: -32px;
}
.widgetProduct-slider .swiper-button-prev {
  left: -32px;
}
.widgetProduct-slider .swiper-button-next:after {
  font-family: "Font Awesome 5 Pro";
  content: "";
  color: #000;
  font-size: 19px;
}
.selectHolder i {
  position: absolute;
  right: 34px;
  top: 17px;
  font-size: 39px;
}
.gallery-container .gallery-main img,
.gallery-container .gallery-main2 img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100vh;
}
.widgetImg .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.widgetImg .swiper-slide {
  background-size: cover;
  background-position: center;
}
.widgetImg .gallery-thumbs {
  height: 80%;
  width: 100%;
}
.widgetImg .gallery-detail {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.widgetImg .gallery-detail .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.widgetImg .gallery-detail .swiper-slide-thumb-active {
  opacity: 1;
}
.widgetImg .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #d1d1d1;
}
.breadcrumbHolder {
  padding-left: 150px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #1e2125;
  background-color: transparent;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.verticalSwiper {
  width: 100%;
  height: 100%;
}
.verticalSwiper .swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.verticalSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  left: 9%;
}
.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  color: #fff;
  text-align: center;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.widgetTech .swiper-pagination-bullet .verticalSwiper .content {
  left: 12% !important;
}
.content ul li a:hover i {
  background: var(--brownColor);
}
.swiper-pagination-bullet-active {
  border: 2px solid #fff;
  text-align: center;
  position: relative;
}
.sliderHolder2 {
  margin: 0 auto;
  padding: 0 1rem;
  width: 38% !important;
  z-index: 111;
  height: 100vh;
  overflow: hidden;
  -webkit-animation: spin var(--duration) var(--delay) linear infinite;
  animation: spin var(--duration) var(--delay) linear infinite;
  transform-style: preserve-3d;
  perspective: 25rem;
  float: right;
  right: 0;
  top: 30%;
}
.iconsNav .dropdown-menu {
  position: absolute;
  right: unset;
  top: auto;
}
@media (min-width: 992px) {
  .navbar .megamenu {
    left: 27%;
    right: 0;
    width: 73%;
    margin-top: 0;
  }
  .navbar .nav-link {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.iconsNav .dropdown-menu {
  position: absolute;
  right:1%;
  top: auto;
}
.header .navbar {
  min-height: 80px;
}
}
@media only screen and (max-width: 1880px) {
  .navbar-brand {
    width: 230px;
  }
  .navbar-brand:before {
    left: 75%;
  }
  .navbar .megamenu {
    left: 23%;
  }
  .navbar-brand img {
    width: 50%;
  }
}
@media only screen and (max-width: 1600px) {
  .contentProduct,
  .contentProduct2 {
    width: 100%;
    top: 60px;
  }
  .contentProduct h1,
  .contentProduct2 h1 {
    font-size: 1.4rem !important;
  }
  .contentProduct p,
  .contentProduct2 p {
    font-size: 1rem !important;
  }
}
@media only screen and (max-width: 1500px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 15px !important;
  }
  .widgetSlider .content {
    width: 100%;
    margin-left: 5%;
    top: 20%;
  }
}
@media only screen and (max-width: 1300px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 12px !important;
  }
  .widgetBanner .contentHolder p:nth-child(2) {
    font-size: 28px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .navbar-brand:before {
    left: 64%;
  }
  .navbar-brand img {
    width: 55%;
  }
}
@media only screen and (max-width: 1200px) {
  .navbar-brand {
    width: 15%;
  }
  .homeCarousel .carousel-caption {
    width: 90%;
    top: 0;
  }
  .saleTicket p,
  .saleTicket span,
  .salelable p,
  .salelable span {
    font-size: 18px !important;
  }
  .contentProduct {
    position: static !important;
  }
  .contentProduct2 {
    position: static !important;
  }
  .textLinePro2::after {
    display: none;
  }
  .textLinePro::before {
    display: none;
  }
  .textLineTechno::before {
    display: none;
  }
  .widgetTech .content {
    margin-left: 0px;
  }
  .bgMapp {
    background-size: contain;
  }
  .bgGri-map {
    display: none;
  }
  .contentMap {
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
  }
  .contentMap h2 {
    width: 100% !important;
    font-size: 20px !important;
  }
  .carousel-indicators {
    bottom: -19px;
  }
}
@media only screen and (max-width: 991px) {
  .verticalSwiper .content {
    left: 10px !important;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }
  .breadcrumbHolder {
    padding: 15px;
  }
  .bannerBackgorund {
    display: none;
  }
  .widgetBanner .imgHolder {
    position: static !important;
  }
  .widgetProduct-slider .swiper-button-next {
    right: 10px;
  }
  .widgetProduct-slider .swiper-button-prev {
    left: 10px;
  }
  .swiper-button-next3,
  .swiper-button-prev3 {
    display: none;
  }
  .widgetSlider-project {
    padding-top: 15px;
  }
  #pills-tab-mapContent .tab-pane {
    background-size: contain;
    height: 361px;
  }
  .ProfileInfo {
    margin-top: 20px;
    width: 100%;
  }
  .itemCard .w-50 {
    width: 100% !important;
  }
  .loginHolder {
    position: relative !important;
    text-align: right;
  }
  .headerPages .navbar {
    min-height: 52px;
  }
  .navbar-nav {
    text-align: left;
  }
  .header {
    background-color: #fff;
    position: relative;
  }
  .header.active {
    display: none;
  }
  .serach {
    display: block;
  }
  .navbar-brand img {
    width: 45% !important;
  }
  .nav-tabs {
    width: 70%;
  }
  .widgetSale .detail {
    top: 28% !important;
    width: 86%;
  }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: 0px;
  }
  .owl-prev {
    left: -27px;
    font-size: 16px !important;
    width: 31px;
    height: 31px;
    top: 27%;
  }
  .owl-next {
    right: -27px;
    font-size: 16px !important;
    width: 31px;
    height: 31px;
    top: 27%;
  }
  .widgetTech {
    margin-top: 50px;
  }
  .iconsNav {
    display: block !important;
  }
  .navbar-brand {
    position: relative;
    background-color: transparent;
    padding: 5px;
    left: 0;
    top: 0;
    height: auto;
    border-radius: 0;
    box-shadow: unset !important;
  }
  .navbar-brand:before {
    display: none;
  }
  .navbar-brand img {
    position: static;
    padding: 0;
  }
  .menuitems {
    margin: 0 !important;
  }
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-light .navbar-nav .nav-link {
    font-size: 16px !important;
	color:#000;
  }
	.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
		color: #000;
	}
  .navbar .megamenu {
    left: 0;
  }
  .banneritem .salelable {
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    padding: 0 !important;
    line-height: 11px;
    padding-top: 14px !important;
    text-align: center;
  }
  .salelable p,
  .salelable span {
    font-size: 13px !important;
  }
  .contentMap {
    width: 100%;
  }
  .bgDetail {
    display: none;
  }
  .megamenu .container-fluid {
    padding: 0;
  }
  .navbar-expand-lg .navbar-nav .megamenu {
    position: relative !important;
  }
  .sliderHolder2 {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .megamenu .borders {
    border: 0px !important;
  }
  .opacityBackgorund {
    display: none;
  }
  .opacityBackgorund2 {
    display: none;
  }
  .widgetBanner .bannerContents {
    width: 100%;
    left: 0;
    background-color: #f5f5f5;
  }
  .widgetBanner .bannerContents2 {
    width: 100%;
    left: 0;
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 550px) {
  .navbar-brand {
    width: 35%;
  }
  .carousel-caption h1 {
    font-size: 18px !important;
  }
  .moreButton {
    width: 50%;
    margin: -6px !important;
    font-size: 16px !important;
    padding: 5px !important;
  }
  .categoriTitle h2:before {
    display: none;
  }
  .categoriTitle h2:after {
    display: none;
  }
  .ellipsis2 {
    line-height: 37px;
  }
  .homeCarousel .carousel-caption {
    top: 0px;
  }
  .header.active .navbar-brand img {
    padding: 10px;
  }
  .meuitems {
    text-align: left;
  }
  .gallery-similer a {
    bottom: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .nav-link {
    padding: 0.5rem 5px !important;
  }
}
@-webkit-keyframes winanim {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes winanim {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.navbar .megamenu {
  padding: 1rem;
}
@media all and (min-width: 992px) {
  .navbar .has-megamenu {
    position: static !important;
  }
  .navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .navbar.fixed-top .navbar-collapse,
  .navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
}
.widgetSlider {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-size: cover;
}
.widgetSlider .content {
  width: 32%;
  margin-left: 20px;
  top: 30%;
}
.sliderHolder {
  position: relative;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  height: 60vh;
  overflow: hidden;
  -webkit-animation: spin var(--duration) var(--delay) linear infinite;
  animation: spin var(--duration) var(--delay) linear infinite;
  transform-style: preserve-3d;
  perspective: 25rem;
  float: right;
}
.widgetSlider .sliderHolder img {
  --duration: 40s;
  --name: float-up-1;
  position: absolute;
  top: 0;
  left: 0;
  width: 25vw;
  transform: translateY(200vh);
  -webkit-animation: var(--name) var(--duration) linear infinite;
  animation: var(--name) var(--duration) linear infinite;
  box-shadow: 1px 3px 15px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.swiper-1 {
  position: relative;
  overflow: hidden;
}
.swiper-1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-1 .swiper-button-prev:after,
.swiper-1 .swiper-container-rtl .swiper-button-next:after,
.swiper-1 .swiper-button-next:after,
.swiper-1 .swiper-container-rtl .swiper-button-prev:after {
  color: var(--brownColor);
}
.swiper-1 .swiper-slide img {
  padding: 15px;
}
.swiper-1 .swiper-slide img:hover {
  padding: 8px;
}
.widgetTech .swiper-button-prev {
  top: 70%;
  left: 3%;
  right: auto;
  font-weight: 700;
  color: #fff;
}
.widgetTech .swiper-button-next {
  top: 70%;
  left: auto;
  right: 3%;
  font-weight: 700;
  color: #fff;
}

.footer-content .card-header{
  color:#212529;
}
.footer-content ul li a {
  font-size: 13px;
  color: #212529;;
  padding-bottom: 8px;
}
.widget-cards .card img {
  max-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.btn-primary {
  color: #fff;
  background-color: #0274bb;
  border-color: #0274bb;
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 44% !important;
  text-align: center;
  left: 0 !important;
  top: auto !important;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  border: none;
  opacity: 1;
  background: #c2c9cf;
  width: 51px;
}
.blog-slider__pagination .swiper-pagination-bullet-active::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
.product .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product .product-mySwiper img {
  max-height: 200px;
}
.product .swiper {
  overflow: hidden;
  max-height: 470px;
}
.product-mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.product-mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.product-mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.text-active {
  color: #18eb6c;
}
.model-slider__item {
  display: flex;
  align-items: center;
}
.model-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.model-slider .swiper-pagination-custom,
.model-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.model-slider__pagination {
  position: absolute;
  z-index: 9999;
  text-align: center;
  left: -30% !important;
  top: auto !important;
  justify-content: center;
  bottom: 1% !important;
}
.model-slider .swiper-button-next {
  position: absolute;
  bottom: 8%;
  top: auto;
  right: 21%;
  background: #fff;
  color: #000;
}
.model-slider .swiper-button-prev {
  position: absolute;
  bottom: 8%;
  top: auto;
  right: 24%;
  background: #fff;
  color: #000;
  left: auto;
}
.model-slider .swiper-button-next:after,
.model-slider .swiper-button-prev:after {
  font-size: 23px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .model-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.model-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .model-slider__pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 5px 0;
  }
}
.model-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #000;
  transition: all 0.3s;
}
.model-slider__pagination .swiper-pagination-bullet-active {
  border: none;
  opacity: 1;
  background: #000;
  width: 51px;
}
.model-slider__pagination .swiper-pagination-bullet-active::after {
  content: "";
}
@media screen and (max-width: 768px) {
  .model-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
.model-slider__item-2 {
  display: flex;
  align-items: center;
  max-height: 750px;
}
.model-slider-2 .swiper-container-horizontal > .swiper-pagination-bullets-2,
.model-slider-2 .swiper-pagination-custom,
.model-slider-2 .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.model-slider__pagination-2 {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 100% !important;
  text-align: center;
  left: 0 !important;
  top: auto !important;
}
@media screen and (max-width: 768px) {
  .model-slider__pagination-2 {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.model-slider__pagination-2.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}
@media screen and (max-width: 768px) {
  .model-slider__pagination-2.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 5px 0;
  }
}
.model-slider__pagination-2 .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background: #fff;
  transition: all 0.3s;
}
.model-slider__pagination-2 .swiper-pagination-bullet-active {
  border: none;
  opacity: 1;
  background: #fff;
  width: 51px;
}
.model-slider__pagination-2 .swiper-pagination-bullet-active::after {
  content: "";
}
.model-search .card .card-img-overlay i {
  background: var(--brownColor);
  padding: 9px;
  border-radius: 33px;
  color: #fff;
  width: 35px;
  height: 35px;
}
.model-search .card-img-overlay {
  top: auto;
  left: auto;
  border: 1px solid var(--brownColor);
  padding: 2px;
  margin: 10px;
  border-radius: 50%;
}
.model-search-scrool {
  max-height: 700px;
  overflow-y: scroll;
  margin-bottom: 100px;
}
.swiper-2 {
  position: relative;
  overflow: hidden;
}
.swiper-2 .swiper-slide img {
  width: 100%;
  height: 100%;
  max-height: 770px;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-2 .swiper-button-prev:after,
.swiper-2 .swiper-container-rtl .swiper-button-next:after,
.swiper-2 .swiper-button-next:after,
.swiper-2 .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}
.number-button {
  background: transparent;
  border: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.homeBanner .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  width: 24%;
  height: 44px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  opacity: 1;
}
.homeBanner .carousel-indicators {
  bottom: -6%;
  left: 0;
}
.homeBanner .carousel-indicators span {
  border-right: 1px solid #000;
  padding: 10px 15px;
}
.carousel-caption {
  bottom: 60%;
  left: 8%;
}
.footer ul li {
  margin-bottom: 3px;
}
.project1 .order-0:hover {
  background-color: #fff;
}
.project1 .order-0:hover h5,
.project1 .order-0:hover h3,
.project1 .order-0:hover p {
  color: #000;
}
.headerPages .navbar-expand-lg .navbar-nav .bg-danger {
  color: #fff !important;
}
.swiper-media img {
  max-height: 545px;
  width: 100%;
}
.header .dropdown-toggle::after {
  display: none !important;
}
.wrapper {
  margin: 0 auto;
}
.zoom-effect-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.image-card img {
  transition: 0.4s ease;
}
.zoom-effect-container:hover .image-card img {
  transform: scale(1.08);
}
.widgetMap-page .nav-pills {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
}
.widgetMap-page .nav-pills ::-webkit-scrollbar {
  height: 3px;
}
.image-hover ul li {
  display: inline;
}
.mydiv {
  display: none;
  text-align: center;
}
.screen-darken {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: none;
  pointer-events: none;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  position: fixed;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
@media screen and (max-width: 768px) {
  .model-slider__pagination-2 .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
@-webkit-keyframes float-up-3 {
  from {
    transform: translateY(200vh) translateZ(-50vh);
  }
  to {
    transform: translateY(-200vh) translateZ(-50vh);
  }
}
@keyframes float-up-3 {
  from {
    transform: translateY(200vh) translateZ(-50vh);
  }
  to {
    transform: translateY(-200vh) translateZ(-50vh);
  }
}
@-webkit-keyframes float-up-2 {
  from {
    transform: translateY(150vh) translateZ(-25vh);
  }
  to {
    transform: translateY(-150vh) translateZ(-25vh);
  }
}
@keyframes float-up-2 {
  from {
    transform: translateY(150vh) translateZ(-25vh);
  }
  to {
    transform: translateY(-150vh) translateZ(-25vh);
  }
}
@-webkit-keyframes float-up-1 {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(-100vh);
  }
}
@keyframes float-up-1 {
  from {
    transform: translateY(100vh);
  }
  to {
    transform: translateY(-100vh);
  }
}
@-webkit-keyframes spin {
  10%,
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes spin {
  10%,
  100% {
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes shrink {
  0% {
    transform: scale(1) translateX(0);
  }
  2.5% {
    transform: scale(0.75) translateX(5%);
  }
  7.5% {
    transform: scale(0.75) translateX(-5%);
  }
  10%,
  100% {
    transform: scale(1);
  }
}
@keyframes shrink {
  0% {
    transform: scale(1) translateX(0);
  }
  2.5% {
    transform: scale(0.75) translateX(5%);
  }
  7.5% {
    transform: scale(0.75) translateX(-5%);
  }
  10%,
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1700px) {
  .swiper-media img {
    max-height: 450px;
  }
  .carousel-fade .carousel-inner img {
    max-height: 740px;
  }
}
@media (max-width: 1400px) {
  
}
@media (max-width: 1200px) {
  .swiper-media img {
    max-height: 360px;
  }
  .carousel-fade .carousel-indicators {
    display: flex;
    overflow-x: scroll;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .carousel-fade .carousel-indicators::-webkit-scrollbar {
    height: 3px;
  }
  /*
  .carousel-fade .carousel-item {
    height: 530px;
  }
  */
  .widgetTech .swiper-button-next,
  .widgetTech .swiper-button-prev {
    top: 40%;
  }
  .carousel-fade .carousel-indicators .active span::after {
    display: none;
  }
}
@media (max-width: 992px) {
  .widgetSlider .content {
    width: 100%;
    margin-left: 5%;
    top: 20%;
  }
  #carouselHome .carousel-caption .summary{
    font-size:12px !important
  }
}

@media (max-width: 1024px) {
.carousel-fade .carousel-indicators {
    width: 100%;
}
}
@media screen and (max-width: 470px) {
	
.carousel-fade .carousel-item {
    height: initial;
}
	
  .mobile-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .carousel-fade .carousel-indicators {
    display: flex;
    overflow-x: scroll;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 0px !important;
	width: 100%;
  }
  .carousel-fade .carousel-indicators button {
    min-width: 55%;
  }
  .carousel-fade .carousel-indicators::-webkit-scrollbar {
    height: 3px;
  }
  .fs-20 {
    font-size: 15px !important;
  }
  .carousel-caption {
    bottom: 90%;
    left: 0;
  }
  .carousel-fade h2 {
    font-size: 20px;
  }
  .swiper-1 .swiper-slide img {
    padding: 50px;
  }
  .mt-150 {
    margin-top: 50px;
  }
  .mydiv {
    position: relative !important;
  }
  .mt-75 {
    margin-top: 200px !important;
  }
  .widgetTech .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 58%;
    left: 70%;
    width: 100%;
    display: flex;
  }
  .text-right {
    text-align: left !important;
  }
  .widgetTech .content {
    padding: 15px !important;
    background-color: #f5f5f5 !important;
  }
  .content {
    padding: 10px 30px !important;
  }

  .breadcrumbHolder .row {
    flex-wrap: wrap !important;
  }
  .breadcrumb li a {
    font-size: 14px;
  }
  .carousel-caption content {
    padding: 10px;
  }
  .widgetTech .swiper-button-prev,
  .widgetTech .swiper-button-next {
    top: 20%;
  }
  .w-75 {
    width: 100% !important;
  }
  .h379 {
    height: 420px;
  }
  .widgetProduct .content {
    padding: 10px 15px !important;
  }
  .loginHolder .nav-link {
    float: left;
    padding: 0 13px;
  }
  .mt--120 {
    margin-top: 0;
  }
  .model-slider .swiper-button-prev {
    right: 30%;
  }
  .model-slider__pagination.swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 10px 5px;
  }
  .bg-blue {
    background-color: #041831;
  }
  .bg-blue .position-absolute {
    position: relative !important;
  }
  .mt-100 {
    margin-top: 20px;
  }
  .headerIcons .fs-7 {
    font-size: 12px !important;
  }
  .headerIcons {
    height: 0;
  }
  .bg-blue h3 {
    font-size: 20px !important;
  }
  .widgetTech .fs-5 {
    font-size: 14px !important;
  }

}
.city {
    fill: #ffffff;
    fill-opacity: 1;
    stroke: #727272;
    stroke-opacity: 1;
    stroke-width: 0.5;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    cursor: pointer;
}
.city.active {
    fill: #ebebeb;
}

.nav_branch .nav-item a {
    color: #000 !important;
    font-weight: 100;
    border-radius: 0px;
    padding: 15px;
}
.nav_branch .nav-item a.active {
	background-color: #72282F !important;
    color: #fff !important;
}


@media screen and (max-width: 570px) {
	.cardFooterMenu .card-body {
		display: none;
	}
	.cardFooterMenu .card-body.show {
		display: block;
	}
}

.btn-outline-dark.btn-option:hover {
    color: #fff;
}
.btn-check.btn-checkOption:checked + .btn {
	background-color: #000;
	border-color: #000;
    color: #fff;
}
.btn-outline-dark_01:hover {
	background-color: #b5b5b5;
	border-color: #b5b5b5;
    color: #fff;
}
.btn-outline-dark_01:hover {
	background-color: #b5b5b5;
	border-color: #b5b5b5;
    color: #fff;
}
.productSlider .productSlider-pagination{
    position: absolute;
    z-index: 222;
    left: 30px !important;
    bottom: 30px !important;
}
.productSlider .productSlider-button-prev,
.productSlider .productSlider-button-next{
	color: #00000080;
    right: 20px;
    bottom: 20px;
    left: inherit;
    top: inherit;
}
.productSlider .productSlider-button-prev{
	right: 60px;
}
.carouselVariant .carouselVariant-button-prev,
.carouselVariant .carouselVariant-button-next{
	color: #00000080;
}



.detailSlider .detailSlider-button-prev,
.detailSlider .detailSlider-button-next{
	color: #00000080;
    right: 20px;
    bottom: 20px;
    left: inherit;
    top: inherit;
}
.detailSlider .detailSlider-button-prev{
	right: 60px;
}

.headerPages .dropdown .dropdown-toggle {
	border-top: 4px solid #0000;
}
.headerPages .dropdown .dropdown-toggle.show {
	border-top: 4px solid #000;
}


.cardHover-overlay{
	position: relative;

	
}
.cardHover-overlay:hover .overlay{
	background: #26262675;
	backdrop-filter: blur(5px);
}
.cardHover-overlay:hover .overlay-line {
    width: 100%;
    left: 0px;
}
.cardHover-overlay:hover .overlay-series {
  transform: translateX(100%);
  text-align: left;
}
.cardHover-overlay:hover .overlay-series {
	opacity: 1;
    right: 60%;
    transform: translateX(0%);
}

.cardHover-overlay .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: left;
    top: 0px;
    left: 0px;
    margin: auto;
    padding: 80px 30px;
	/*
	background: #26262675;
	*/
	/*
	margin: auto;
	display: table-cell;
	vertical-align: middle;
	display: table;
	text-align: center;
    top: 0px;
    left: 0px;
    background: blue;
    width: 100%;
    height: 100%;
	*/
}


.cardHover-overlay .overlay-line {
    background: none repeat scroll 0 0 transparent;
    display: block;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0px;
    bottom: 110px;
    position: absolute;
}
.cardHover-overlay .overlay-series {
	color: #FFF;
    opacity: 0;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    display: inline-block;
    position: relative;
    right: -60%;
    transform: translateX(-100%);
    transition: right 1s, transform 1s;
    bottom: 115px;
    position: absolute;
}
.cardHover-overlay .overlay-title {
	color: #FFF;
    text-align: left;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.cardHover-overlay .overlay-title .name{

}
.cardHover-overlay .overlay-title .door{
	font-weight: 200;
}

/*
.cardHover-overlay .overlay-line {
  display: inline-block;
  position: relative;
  color: #0087ca;
}

.cardHover-overlay .overlay-line:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #0087ca;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
*/

/*

*/

/*
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
*/



@media (min-width: 576px){
.modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
    width: fit-content;
}
}



/*

@media (max-width: 1400px){
	.container {
		max-width: 100%;
	}
}
@media (min-width: 1450px){
	.container {
		max-width: 2000px;
	}
}
*/

:focus {
  outline-width: 0;
}