@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700;800;900&display=swap");
/* font-family: 'Montserrat', sans-serif; */
body {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  overflow-x: hidden;
  text-transform: initial !important;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", sans-serif;
  color: #9e9e9e;
  font-weight: 700;
  margin-bottom: 0;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 26px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 14px;
}

p {
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}

a {
  text-decoration: none;
  color: #000000;
}

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

[lang=tr] {
  text-transform: uppercase;
}

/* Section Title */
.section-title {
  position: relative;
}
.section-title h2 {
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.section-title h2::before {
  content: "";
  width: 120px;
  height: 3px;
  background-color: #4256f9;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 480px) {
  .section-title h2 {
    font-size: 23px;
  }
  .section-title h2::before {
    width: 85px;
  }
}
@media (max-width: 575.98px) {
  .section-title h2 {
    font-size: 23px;
  }
  .section-title h2::before {
    width: 85px;
  }
}
@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 23px;
  }
  .section-title h2::before {
    width: 85px;
  }
}
/* Section Btn */
.section-btn {
  border: 1px solid #4256f9;
  display: inline-block;
  padding: 18px 40px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #4256f9;
}
.section-btn:hover {
  background-color: #4256f9;
}
.section-btn:hover span {
  color: #ffffff;
}

.section-btn-text {
  display: inline-block;
  padding: 12px 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.section-btn-text:hover span {
  color: #9e9e9e !important;
}

/* Back to Top */
#backToTop {
  display: inline-block;
  background-color: #9e9e9e;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 51px;
  right: 30px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backToTop:after {
  content: "\e903";
  font-family: "icon";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
#backToTop:hover {
  cursor: pointer;
  background-color: #000000;
}
#backToTop:active {
  background-color: #9e9e9e;
}
#backToTop.show {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  #backToTop {
    bottom: 63px;
  }
}
@media (max-width: 575.98px) {
  #backToTop {
    right: 18px;
  }
}
@media (max-width: 320px) {
  #backToTop {
    bottom: 38px;
  }
}
/* Owl carousel controls */
.owl-nav {
  margin-top: 0 !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}
.owl-nav .owl-prev {
  position: absolute;
  left: 65px;
  background: rgba(255, 255, 255, 0.3) !important;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 0 !important;
}
.owl-nav .owl-prev:hover {
  color: #4256f9 !important;
  text-decoration: none;
}
.owl-nav .owl-prev i {
  display: block;
  font-size: 30px;
}
.owl-nav .owl-next {
  position: absolute;
  right: 65px;
  background: rgba(255, 255, 255, 0.3) !important;
  width: 60px;
  height: 60px;
  border-radius: 0 !important;
}
.owl-nav .owl-next:hover {
  color: #4256f9 !important;
  text-decoration: none;
}
.owl-nav .owl-next i {
  display: block;
  font-size: 30px;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #4256f9 !important;
}

.owl-dots .owl-dot span {
  background: #ffffff;
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999;
}
.preloader .status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../images/status.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/* Icons */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?ba9jj");
  src: url("../fonts/icon.eot?ba9jj#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?ba9jj") format("truetype"), url("../fonts/icon.woff?ba9jj") format("woff"), url("../fonts/icon.svg?ba9jj#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  font-family: "icon" !important;
  speak-as: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-zoom-plus-solid:before {
  content: "\e90d";
}

.icon-angle-down-solid:before {
  content: "\e900";
}

.icon-angle-left-solid:before {
  content: "\e901";
}

.icon-angle-right-solid:before {
  content: "\e902";
}

.icon-angles-up-solid:before {
  content: "\e903";
}

.icon-bars-solid:before {
  content: "\e904";
}

.icon-envelope-solid:before {
  content: "\e905";
}

.icon-facebook-f:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-location-solid:before {
  content: "\e908";
}

.icon-phone-solid:before {
  content: "\e909";
}

.icon-whatsapp:before {
  content: "\e90a";
}

.icon-xmark-solid:before {
  content: "\e90b";
}

.icon-youtube:before {
  content: "\e90c";
}

/* Components */
/* Header Top */
.header-top-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0px;
}
.header-top-wrapper .left i {
  font-size: 26px;
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-top-wrapper .left a {
  font-size: 17px;
  font-weight: 800;
  color: #9e9e9e;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-top-wrapper .left:hover a {
  color: #4256f9;
}
.header-top-wrapper .left:hover i {
  color: #4256f9;
}
.header-top-wrapper .right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-wrapper .right ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top-wrapper .right ul li:hover a {
  color: #4256f9;
}
.header-top-wrapper .right ul li:hover i {
  color: #26d366;
}
.header-top-wrapper .right ul li:not(:last-child) {
  margin-right: 40px;
}
.header-top-wrapper .right ul li .wt {
  font-size: 32px;
  color: #26d366;
}
.header-top-wrapper .right ul li i {
  color: #9e9e9e;
  font-size: 26px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-top-wrapper .right ul li a {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-top-wrapper .right ul li a.wtText {
  color: #26d366;
  font-size: 16px;
  font-weight: 700;
}
.header-top-wrapper .right ul li.socials a {
  background-color: #9e9e9e;
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.header-top-wrapper .right ul li.socials a:not(:last-child) {
  margin-right: 10px;
}
.header-top-wrapper .right ul li.socials a:hover {
  background-color: #4256f9;
}
.header-top-wrapper .right ul li.socials i {
  margin-right: 0;
  color: #ffffff;
  font-size: 17px;
}

@media (max-width: 991.98px) {
  .header-top-wrapper .right ul li.socials a {
    width: 30px;
    height: 30px;
  }
  .header-top-wrapper .right ul li.socials i {
    font-size: 17px;
  }
  .header-top-wrapper .right ul li a {
    font-size: 13px;
  }
  .header-top-wrapper .left a {
    font-size: 15px;
  }
  .header-top-wrapper .left i {
    font-size: 23px;
  }
  .header-top-wrapper .right li:first-child {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .header-top-wrapper .right ul li.socials a {
    width: 30px;
    height: 30px;
  }
  .header-top-wrapper .right ul li.socials i {
    font-size: 17px;
  }
  .header-top-wrapper .right ul li a {
    font-size: 13px;
  }
  .header-top-wrapper .left a {
    font-size: 15px;
  }
  .header-top-wrapper .left i {
    font-size: 23px;
  }
}
@media (max-width: 575.98px) {
  .header-top-wrapper .right li:first-child {
    display: none !important;
  }
  .header-top-wrapper .right ul li.socials a {
    width: 30px;
    height: 30px;
  }
  .header-top-wrapper .right ul li.socials i {
    font-size: 17px;
  }
  .header-top-wrapper .right ul li a {
    font-size: 13px;
  }
  .header-top-wrapper .left a {
    font-size: 15px;
  }
  .header-top-wrapper .left i {
    font-size: 23px;
  }
}
@media (max-width: 480px) {
  .left {
    display: none;
  }
  .header-top-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 360px) {
  .left {
    display: none;
  }
  .header-top-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media (max-width: 320px) {
  .left {
    display: none;
  }
  .header-top-wrapper {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
.header {
  background: #4256f9;
}

.menu-rapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-rapper .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu-rapper .main-menu nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-rapper .main-menu nav ul {
  margin: 0;
  padding: 0;
}
.menu-rapper .main-menu nav li {
  display: inline-block;
  position: relative;
  padding: 32px 0;
}
.menu-rapper .main-menu nav li i {
  color: #ffffff;
  font-size: 12px;
}
.menu-rapper .main-menu nav li:not(:last-child) {
  margin-right: 15px;
}
.menu-rapper .main-menu nav li.active a {
  color: #ffffff;
  opacity: 0.5;
}
.menu-rapper .main-menu nav li:hover ul.sub-menu {
  display: block;
}
.menu-rapper .main-menu nav li:last-child {
  padding-right: none;
}
.menu-rapper .main-menu nav li ul.sub-menu {
  position: absolute;
  background: #4256f9;
  width: 220px;
  top: 100%;
  display: none;
  -webkit-box-shadow: -2px 10px 11px -1px rgba(0, 0, 0, 0.24);
          box-shadow: -2px 10px 11px -1px rgba(0, 0, 0, 0.24);
}
.menu-rapper .main-menu nav li ul.sub-menu li {
  display: block;
  padding: 10px 0px;
  position: relative;
  margin-right: 0;
}
.menu-rapper .main-menu nav li ul.sub-menu li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.menu-rapper .main-menu nav li ul.sub-menu li a {
  color: #ffffff !important;
  opacity: 1 !important;
  padding: 0 25px;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}
.menu-rapper .main-menu nav li ul.sub-menu li a i {
  float: right;
  margin-top: 4px;
  font-size: 15px;
}
.menu-rapper .main-menu nav li ul.sub-menu li:hover {
  background: #4256f9;
}
.menu-rapper .main-menu nav li ul.sub-menu li:hover ul.sub-menu {
  display: block;
}
.menu-rapper .main-menu nav li ul.sub-menu li:hover a {
  color: #ffffff;
  opacity: 0.5 !important;
  text-decoration: none;
}
.menu-rapper .main-menu nav li ul.sub-menu li:last-child {
  border-bottom: none;
}
.menu-rapper .main-menu nav li ul.sub-menu li ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
.menu-rapper .main-menu nav li ul.sub-menu li.active a {
  color: #ffffff !important;
  opacity: 0.5 !important;
}
.menu-rapper .main-menu nav a {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.menu-rapper .main-menu nav a:hover {
  color: #ffffff;
  opacity: 0.5;
}
.menu-rapper .main-menu nav a i {
  font-size: 14px;
  margin-left: 7px;
}

@media (max-width: 1199.98px) {
  .menu-rapper .logo img {
    width: 85%;
  }
  .menu-toggle i {
    color: #ffffff;
    font-size: 31px;
  }
  .menu-toggle i.icon-bars-solid:before {
    display: block;
  }
  .menu-rapper .main-menu nav li {
    padding: 30px 6px;
  }
  .menu-rapper .main-menu nav a i {
    margin-left: 4px;
  }
  .menu-rapper .main-menu nav a {
    font-size: 12px;
  }
  .menu-rapper .main-menu nav li:not(:last-child) {
    margin-right: 0px;
  }
}
@media (max-width: 991.98px) {
  /* Mobil Menu */
  .header {
    padding: 15px 0;
  }
  .menu-rapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu ul {
    width: 71%;
    margin: 0 auto !important;
  }
  .menu-rapper .main-menu {
    position: absolute;
    background: #4256f9;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }
  .menu-rapper .main-menu nav {
    padding: 20px 0;
  }
  .menu-rapper .main-menu nav li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .menu-rapper .main-menu nav li ul.sub-menu li {
    margin-left: 0px;
  }
  .menu-rapper .main-menu nav li {
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    position: relative;
  }
  .menu-rapper .main-menu nav li i {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li a {
    color: #fff;
  }
  .menu-rapper .main-menu nav li:hover ul.sub-menu {
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu {
    position: static;
    background: #4256f9;
    width: 100%;
    top: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu > li > ul.sub-menu {
    position: static;
    margin-left: 15px;
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
  }
  .menu-rapper .main-menu nav li ul.sub-menu li:hover ul.sub-menu {
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li:last-child {
    padding-bottom: 0;
  }
  .menu-rapper .main-menu nav li:not(:last-child) {
    margin-right: 0;
  }
  .menu-toggle i {
    color: #ffffff;
    font-size: 31px;
  }
  .menu-toggle i.icon-bars-solid:before {
    display: block;
  }
}
@media (max-width: 767.98px) {
  /* Mobil Menu */
  .header {
    padding: 15px;
  }
  .header-top-wrapper .right ul li.socials a {
    width: 30px;
    height: 30px;
  }
  .header-top-wrapper .right ul li.socials i {
    font-size: 17px;
  }
  .header-top-wrapper .right ul li a {
    font-size: 13px;
  }
  .header-top-wrapper .left a {
    font-size: 15px;
  }
  .header-top-wrapper .left i {
    font-size: 23px;
  }
  .menu-rapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu ul {
    width: 73%;
    margin: 0 auto !important;
  }
  .menu-rapper .main-menu nav li:not(:last-child) {
    margin-right: 0;
  }
  .menu-rapper .main-menu {
    position: absolute;
    background: #4256f9;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }
  .menu-rapper .main-menu nav li {
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
    position: relative;
  }
  .menu-rapper .main-menu nav li:last-child {
    border-bottom: none;
  }
  .menu-rapper .main-menu nav li i {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li a {
    color: #fff;
  }
  .menu-rapper .main-menu nav li:hover ul.sub-menu {
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu {
    position: static;
    background: #4256f9;
    width: 100%;
    top: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu > li > ul.sub-menu {
    position: static;
    margin-left: 15px;
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
  }
  .menu-rapper .main-menu nav li ul.sub-menu li:hover ul.sub-menu {
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li:last-child {
    padding-bottom: 0;
  }
  .menu-toggle i {
    color: #ffffff;
    font-size: 31px;
  }
  .menu-toggle i.icon-bars-solid:before {
    display: block;
  }
  .logo img {
    width: 85% !important;
  }
}
@media (max-width: 575.98px) {
  .menu-rapper .logo img {
    width: 85%;
  }
  .header-top-wrapper .right li:first-child {
    display: none !important;
  }
  .header-top-wrapper .right ul li.socials a {
    width: 30px;
    height: 30px;
  }
  .header-top-wrapper .right ul li.socials i {
    font-size: 17px;
  }
  .header-top-wrapper .right ul li a {
    font-size: 13px;
  }
  .header-top-wrapper .left a {
    font-size: 15px;
  }
  .header-top-wrapper .left i {
    font-size: 23px;
  }
  /* Mobil Menu */
  .header {
    padding: 20px;
  }
  .menu-rapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .main-menu ul {
    width: 82%;
    margin: 0 auto !important;
  }
  .menu-rapper .main-menu {
    position: absolute;
    background: #4256f9;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
  }
  .menu-rapper .main-menu nav li {
    display: block;
    text-transform: uppercase;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
    position: relative;
  }
  .menu-rapper .main-menu nav li:last-child {
    border-bottom: none;
  }
  .menu-rapper .main-menu nav li i {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li a {
    color: #fff;
  }
  .menu-rapper .main-menu nav li:hover ul.sub-menu {
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu {
    position: static;
    background: #4256f9;
    width: 100%;
    top: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu > li > ul.sub-menu {
    position: static;
    margin-left: 15px;
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.231372549);
  }
  .menu-rapper .main-menu nav li ul.sub-menu li:hover ul.sub-menu {
    display: none;
  }
  .menu-rapper .main-menu nav li ul.sub-menu li:last-child {
    padding-bottom: 0;
  }
  .menu-rapper .main-menu nav {
    padding: 20px 0;
  }
  .menu-toggle i {
    color: #ffffff;
    font-size: 31px;
  }
  .menu-toggle i.icon-bars-solid:before {
    display: block;
  }
}
@media (max-width: 480px) {
  .logo img {
    width: 75% !important;
  }
}
@media (max-width: 360px) {
  .logo img {
    width: 75% !important;
  }
}
@media (max-width: 320px) {
  .logo img {
    width: 75% !important;
  }
}
.home-hero .single-slider {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 700px;
}
.home-hero .single-slider::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.home-hero .single-slider-content {
  position: relative;
  z-index: 99;
}
.home-hero .single-slider-content h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-hero .single-slider-content p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px;
}
.home-hero:hover .owl-nav {
  display: block;
}

@media (max-width: 1399.98px) {
  .owl-nav .owl-prev {
    left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  .owl-nav .owl-prev {
    left: 0;
  }
  .owl-nav .owl-next {
    right: 0;
  }
  .home-hero .single-slider-content {
    text-align: center;
  }
  .home-hero .single-slider {
    min-height: 550px;
  }
}
@media (max-width: 575.98px) {
  .home-hero .container {
    padding-right: var(--bs-gutter-x, 2rem);
    padding-left: var(--bs-gutter-x, 2rem);
  }
  .owl-theme .owl-nav {
    display: none !important;
  }
  .home-hero .single-slider {
    min-height: 300px;
  }
  .home-hero .single-slider-content {
    display: none;
  }
}
.products {
  padding-top: 110px;
}
.products-content {
  margin-top: 100px;
  margin-bottom: 40px;
}
.products-content:hover .owl-nav {
  display: block;
}
.products-content .product-single {
  border: 1px solid #9e9e9e;
  cursor: pointer;
  position: relative;
}
.products-content .product-single::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.products-content .product-single-img {
  width: 100%;
}
.products-content .product-single-img .logo {
  width: 93px;
  height: 60px;
  position: absolute;
  top: 20px;
  left: 20px;
}
.products-content .product-single-img .title {
  position: absolute;
  top: 70px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.products-content .product-single-img .title h2 {
  color: #ffffff;
  font-size: 20px;
}
.products-content .product-single-content {
  position: absolute;
  bottom: -95px;
  background: rgba(0, 0, 0, 0.5);
  padding: 23px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 100% !important;
}
.products-content .product-single-content h3 {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  /* &:hover {
      color: $blackColor;
  } */
}
.products-content .product-single:hover .product-single-content {
  bottom: 0;
}
.products-content .product-single:hover .title {
  display: none;
}
.products-content .owl-nav .owl-prev {
  left: 0;
  width: 50px;
  height: 50px;
}
.products-content .owl-nav .owl-next {
  right: 0;
  width: 50px;
  height: 50px;
}
.products-content .owl-nav .owl-next i {
  display: block;
  font-size: 20px;
}
.products-content .owl-nav .owl-prev i {
  display: block;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .section-btn {
    padding: 15px 30px;
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .products-content .product-single-img .title h2 {
    font-size: 15px;
  }
  .products-content .product-single-img .title {
    top: 54px;
  }
  .products-content .product-single-content h3 {
    font-size: 14px;
  }
  .section-btn {
    padding: 13px 20px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .products-content .product-single-img .title h2 {
    font-size: 18px;
  }
  .products-content .product-single-content {
    width: 100%;
  }
  .products-content .product-single-content h3 {
    font-size: 18px;
  }
}
.recent-works {
  margin-top: 80px;
  padding: 80px 0;
  background-color: #f8f8f8;
  min-height: 630px;
  border-top: 1px solid #4256f9;
  border-bottom: 1px solid #4256f9;
  cursor: pointer;
}
.recent-works-content {
  margin-top: 80px;
}
.recent-works-content .recent-works-single {
  border: 1px solid #9e9e9e;
  height: 300px;
}
.recent-works-content .recent-works-single::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
}
.recent-works-content .recent-works-single-img {
  width: 100%;
}
.recent-works-content .recent-works-single-img img {
  height: 300px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.recent-works-content .recent-works-single-title {
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent-works-content .recent-works-single-title h2 {
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.recent-works-content .recent-works-single-content {
  position: absolute;
  bottom: -61px;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.recent-works-content .recent-works-single-content h2 {
  font-size: 17px;
  color: #ffffff;
  text-align: center;
}
.recent-works-content .recent-works-single:hover .recent-works-single-content {
  bottom: 0;
}
.recent-works-content .recent-works-single:hover .recent-works-single-title {
  display: none;
}
.recent-works-content:hover .owl-nav {
  display: block;
}
.recent-works-content .owl-nav .owl-prev {
  left: 0;
  width: 40px;
  height: 40px;
}
.recent-works-content .owl-nav .owl-next {
  right: 0;
  width: 40px;
  height: 40px;
}
.recent-works-content .owl-nav .owl-next i {
  display: block;
  font-size: 20px;
}
.recent-works-content .owl-nav .owl-prev i {
  display: block;
  font-size: 20px;
}
.recent-works .section-btn {
  margin-top: 30px;
  padding: 12px 28px;
}

@media (max-width: 1399.98px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 1199.98px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 991.98px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 330px;
  }
}
@media (max-width: 767.98px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 575.98px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 320px) {
  .work-wrapper .owl-carousel .owl-item img {
    width: 100%;
    height: 300px;
  }
  .work-wrapper .recent-works .section-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    margin: auto;
  }
}
.shutter-systems {
  padding: 100px 0;
}
.shutter-systems-wrapper {
  margin-top: 50px;
}
.shutter-systems-wrapper .shutter-content {
  position: relative;
  /*  background-color: #f8f8f8; */
  border: 1px solid #9e9e9e;
}
.shutter-systems-wrapper .shutter-content img {
  width: 100%;
}
.shutter-systems-wrapper .shutter-content .text-content {
  padding: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 76%;
  background-color: rgba(0, 0, 0, 0.6);
}
.shutter-systems-wrapper .shutter-content .text-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.shutter-systems-wrapper .shutter-content .text-content a h2 {
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.shutter-systems-wrapper .shutter-content .text-content a:hover h2 {
  color: #9e9e9e;
}
.shutter-systems-wrapper .shutter-content .text-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.shutter-systems-wrapper .btn-wrp {
  position: absolute;
  bottom: 0px;
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .shutter-systems-wrapper .shutter-content .text-content {
    padding: 26px;
  }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .shutter-systems-wrapper .shutter-content .text-content {
    width: 80%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .shutter-systems-wrapper .shutter-content .text-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.brands {
  padding: 100px 0;
}
.brands-content {
  margin-top: 50px;
}
.brands-content .brands-single {
  width: 100%;
  height: 100%;
  border: 1px solid #9e9e9e;
  position: relative;
  overflow: hidden;
}
.brands-content .brands-single:hover .brands-overlay {
  bottom: 0;
}
.brands-content .brands-single img {
  width: 100%;
}
.brands-content .brands-single .brands-overlay {
  background: rgba(66, 85, 249, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -292px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.brands-content .brands-single .brands-overlay h2 {
  color: #ffffff;
  font-size: 22px;
}

@media (min-width: 1400px) {
  .brands-content .brands-single .brands-overlay {
    bottom: -306px;
  }
}
/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
  .brands-content .brands-single .brands-overlay {
    bottom: -306px;
  }
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .brands-content .brands-single .brands-overlay {
    bottom: -371px;
  }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
/* `md` applies to small devices (landscape phones, less than 768px) */
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .brands-content .container-fluid {
    padding-right: var(--bs-gutter-x, 3rem);
    padding-left: var(--bs-gutter-x, 3rem);
  }
  .brands-content .brands-single .brands-overlay {
    bottom: -481px;
  }
}
@media (max-width: 480px) {
  .brands-content .container-fluid {
    padding-right: var(--bs-gutter-x, 3rem);
    padding-left: var(--bs-gutter-x, 3rem);
  }
}
@media (max-width: 360px) {
  .brands-content .container-fluid {
    padding-right: var(--bs-gutter-x, 3rem);
    padding-left: var(--bs-gutter-x, 3rem);
  }
}
@media (max-width: 320px) {
  .brands-content .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.page-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
.page-header::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-header-content .page-header-title h2 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  /*  text-transform: uppercase; */
}
.page-header-content .page-header-title h2::before {
  content: "";
  width: 90px;
  height: 4px;
  background-color: #4256f9;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.page-header .page-breadcrumb {
  position: absolute;
  bottom: 19px;
}
.page-header .page-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header .page-breadcrumb ul li {
  color: #9e9e9e;
  font-size: 15px;
  font-weight: 600;
}
.page-header .page-breadcrumb ul li a {
  color: #ffffff;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.page-header .page-breadcrumb ul li a:hover {
  color: #4256f9;
}
.page-header .page-breadcrumb ul li i {
  color: #ffffff;
  font-size: 10px;
}
.page-header .page-breadcrumb ul li:not(:last-child) {
  margin-right: 10px;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
/* `xl` applies to large devices (desktops, less than 1200px) */
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .page-header-content .page-header-title h2 {
    font-size: 35px;
  }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .page-header-content .page-header-title h2 {
    font-size: 35px;
  }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .side-menu .container {
    padding-right: var(--bs-gutter-x, 3rem);
    padding-left: var(--bs-gutter-x, 3rem);
  }
}
@media (max-width: 480px) {
  .side-menu .right .brand img {
    width: 250px !important;
  }
  .page-header-content .page-header-title h2 {
    font-size: 25px;
  }
  .page-header {
    min-height: 400px;
  }
  .side-menu .right .product-list-single .product-single-img .single-list-title h2 {
    font-size: 21px;
    padding: 0 20px;
  }
  .side-menu .right .product-list-single .product-list-content {
    padding: 20px 30px !important;
  }
}
@media (max-width: 360px) {
  .side-menu .right .brand img {
    width: 250px !important;
  }
  .page-header-content .page-header-title h2 {
    font-size: 25px;
  }
  .page-header {
    min-height: 400px;
  }
  .side-menu .right .product-list-single .product-single-img .single-list-title h2 {
    font-size: 21px;
    padding: 0 20px;
  }
  .side-menu .right .product-list-single .product-list-content {
    padding: 20px 30px !important;
  }
}
@media (max-width: 320px) {
  .side-menu .right .brand img {
    width: 250px !important;
  }
  .page-header-content .page-header-title h2 {
    font-size: 25px;
  }
  .page-header {
    min-height: 400px;
  }
  .side-menu .right .product-list-single .product-single-img .single-list-title h2 {
    font-size: 21px;
    padding: 0 20px;
  }
  .side-menu .right .product-list-single .product-list-content {
    padding: 20px 30px !important;
  }
}
.page-content {
  padding-top: 100px;
}
.page-content .page-title {
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.page-content .page-title h4 {
  color: #4256f9;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.page-content p {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-transform: initial;
}
.page-content img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}

.side-menu {
  padding: 100px 0 !important;
}
.side-menu .left-side h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #9e9e9e;
  padding-bottom: 7px;
}
.side-menu .left-side ul li {
  padding: 15px 0;
  border-bottom: 1px solid #9e9e9e;
}
.side-menu .left-side ul li a {
  font-size: 18px;
  font-weight: 600;
  text-transform: initial;
  color: #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.side-menu .left-side ul li a:hover {
  color: #4256f9;
}
.side-menu .left-side ul li.active a {
  color: #4256f9;
}
.side-menu .right-side .brand {
  border-bottom: 1px solid #9e9e9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  position: relative;
}
.side-menu .right-side .brand h2 {
  padding-bottom: 20px;
}
.side-menu .right-side .brand img {
  width: initial;
  margin: initial;
}
.side-menu .right-side .brand .product-title {
  position: absolute;
  bottom: 8px;
  left: 0;
}
.side-menu .right-side .product-list-single {
  position: relative;
  overflow: hidden;
  border: 1px solid #9e9e9e;
}
.side-menu .right-side .product-list-single .product-single-img {
  position: relative;
}
.side-menu .right-side .product-list-single .product-single-img img {
  margin: initial;
}
.side-menu .right-side .product-list-single .product-single-img .single-list-title {
  position: absolute;
  top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.side-menu .right-side .product-list-single .product-single-img .single-list-title h2 {
  font-size: 22px;
  color: #ffffff;
}
.side-menu .right-side .product-list-single.product-page {
  position: relative;
}
.side-menu .right-side .product-list-single.product-page img {
  margin: initial;
}
.side-menu .right-side .product-list-single.product-page .logo {
  position: absolute !important;
  top: 15px !important;
  left: 15px !important;
}
.side-menu .right-side .product-list-single.product-page .logo img {
  z-index: 99 !important;
  position: relative !important;
}
.side-menu .right-side .product-list-single.product-page .single-list-title {
  position: absolute;
  top: 75px;
  left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  z-index: 99;
  padding: 0 10px;
}
.side-menu .right-side .product-list-single.product-page .single-list-title h2 {
  font-size: 22px;
  color: #ffffff;
}
.side-menu .right-side .product-list-single .product-list-content {
  position: absolute;
  bottom: -103px;
  width: 100%;
  padding: 40px 30px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.side-menu .right-side .product-list-single .product-list-content h3 {
  color: #ffffff;
  text-align: center;
}
.side-menu .right-side .product-list-single::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
}
.side-menu .right-side .product-list-single:hover .product-list-content {
  bottom: 0;
}
.side-menu .right-side .product-list-single:hover .single-list-title {
  display: none;
}
.side-menu .right-side .product-list .product-list-ditail img {
  margin: initial;
  width: 100%;
  border: 1px solid #9e9e9e;
}
.side-menu .right-side .product-list .product-list-ditail h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: initial;
  color: #4256f9;
}
.side-menu .right-side .product-list .product-list-tab #pills-tab {
  border-bottom: 1px solid #9e9e9e;
}
.side-menu .right-side .product-list .product-list-tab .nav-link {
  color: #9e9e9e;
  text-transform: uppercase;
  font-weight: 700;
}
.side-menu .right-side .product-list .product-list-tab .nav-pills .nav-link.active,
.side-menu .right-side .product-list .product-list-tab .nav-pills .show > .nav-link {
  color: #fff;
  background-color: transparent;
  color: #4256f9 !important;
}

.right-side-single img {
  width: 100%;
  margin: initial;
  height: 306px;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-side-single-title h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  text-transform: initial;
}
.right-side-single-image {
  position: relative;
  overflow: hidden;
  border: 1px solid #9e9e9e;
}
.right-side-single-image.home_img img {
  width: 100%;
  margin: initial;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.right-side-single-image-overlay {
  background-color: rgba(66, 86, 249, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: none;
}
.right-side-single-image-overlay i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 32px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.right-side-single-image-overlay i:hover {
  color: #000000;
}
.right-side-single-image-overlay.video-icon i {
  position: absolute;
  left: 0;
  right: 0;
  top: 49%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
  font-size: 64px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.right-side-single-image-overlay.video-icon i:hover {
  color: #000000;
}
.right-side-single:hover .right-side-single-image-overlay {
  display: block;
}

.page-content-brand img {
  border: 1px solid #9e9e9e;
  margin: initial;
}
.page-content-brand .brand-title h3 {
  text-align: center;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 23px;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .side-menu .right .product-list-single .product-single-img .single-list-title {
    padding: 0 30px;
  }
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .product-list-tab .nav-link {
    padding: 0.5rem 6px;
    font-size: 15px;
  }
  .side-menu .right .product-list .product-list-ditail h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  .product-title h2 {
    font-size: 18px;
  }
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 24px;
    margin-top: 20px;
  }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .page-content-brand .brand-title h3 {
    font-size: 16px;
  }
  .side-menu .right-side .brand {
    margin-top: 20px;
  }
  .right-side-single img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .side-menu .container {
    padding-right: var(--bs-gutter-x, 3rem);
    padding-left: var(--bs-gutter-x, 3rem);
  }
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .page-content-brand .brand-title h3 {
    font-size: 16px;
  }
  .right-side-single img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 480px) {
  .side-menu .right-side .brand img {
    width: 250px !important;
  }
  .side-menu .right-side .product-list-single .product-single-img .single-list-title h2 {
    font-size: 21px;
    padding: 0 20px;
  }
  .side-menu .right-side .product-list-single .product-list-content {
    padding: 20px 30px !important;
  }
  .side-menu .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .product-title h2 {
    font-size: 18px;
  }
  .side-menu .right-side .brand .product-title {
    bottom: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 21px;
    margin-top: 20px;
  }
  .page-content p {
    font-size: 14px;
  }
  .side-menu .right-side .product-list .product-list-tab #pills-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side-menu .right-side .product-list .product-list-tab #pills-tab {
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
  .page-content-brand .brand-title h3 {
    font-size: 14px;
  }
  .right-side-single img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 360px) {
  .side-menu .right-side .brand img {
    width: 250px !important;
  }
  .side-menu .right-side .product-list-single .product-single-img .single-list-title h2 {
    font-size: 21px;
    padding: 0 20px;
  }
  .side-menu .right-side .product-list-single .product-list-content {
    padding: 20px 30px !important;
  }
  .side-menu .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .product-title h2 {
    font-size: 18px;
  }
  .side-menu .right-side .brand .product-title {
    bottom: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 21px;
    margin-top: 20px;
  }
  .page-content p {
    font-size: 14px;
  }
  .side-menu .right-side .product-list .product-list-tab #pills-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-content-brand .brand-title h3 {
    font-size: 14px;
  }
  .right-side-single img {
    height: 300px;
  }
}
@media (max-width: 320px) {
  .side-menu .right-side .brand img {
    width: 250px !important;
  }
  .side-menu .right-side .product-list-single .product-single-img .single-list-title h2 {
    font-size: 21px;
    padding: 0 20px;
  }
  .side-menu .right-side .product-list-single .product-list-content {
    padding: 20px 30px !important;
  }
  .side-menu .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .product-title h2 {
    font-size: 18px;
  }
  .side-menu .right-side .brand .product-title {
    bottom: -32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side-menu .right-side .product-list .product-list-ditail h2 {
    font-size: 21px;
    margin-top: 20px;
  }
  .page-content p {
    font-size: 14px;
  }
  .side-menu .right-side .product-list .product-list-tab #pills-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-content-brand .brand-title h3 {
    font-size: 14px;
  }
  .right-side-single img {
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.references-bg {
  /*  margin-top: 80px !important; */
  padding: 80px 0 !important;
  background-color: #f8f8f8 !important;
  border-top: 1px solid #4256f9 !important;
  border-bottom: 1px solid #4256f9 !important;
  cursor: pointer;
}
.references-bg.referencesbg-light {
  background-color: transparent !important;
  border-top: transparent !important;
  border-bottom: transparent !important;
}
.references-bg .references {
  margin: 40px 0;
}
.references-bg .references-single {
  border: 1px solid #9e9e9e;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  cursor: initial;
}
.references-bg .references-single-img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.references-bg .references-single-title {
  position: absolute;
  bottom: -62px;
  background-color: #4256f9;
  text-align: center;
  padding: 10px 30px;
  width: 100%;
  height: 60px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.references-bg .references-single-title h3 {
  font-size: 15px;
  color: #fff;
}
.references-bg .references-single:hover .references-single-title {
  bottom: 0;
}

.page-404 {
  padding: 100px 0;
  height: calc(100vh - 415px);
}
.page-404 h1 {
  font-weight: 900;
  font-size: 40px;
  margin-bottom: 20px;
}
.page-404 h2 {
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
.page-404 p {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-404 .section-btn:hover {
  color: #ffffff;
}

.contact .contact-text-title {
  border-bottom: 1px solid #9e9e9e;
  margin-bottom: 20px;
}
.contact .contact-text-title h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contact .contact-text-title p {
  font-size: 20px;
  margin-bottom: 10px;
}
.contact .contact-text-list {
  margin-bottom: 30px;
}
.contact .contact-text-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact-text-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contact .contact-text-list ul li p {
  margin-bottom: 0;
}
.contact .contact-text-list ul li i {
  margin-right: 10px;
  font-size: 24px;
}
.contact .contact-text-list ul li a:hover {
  color: #4256f9;
}
.contact .contact-text-list ul li.list-phone a {
  font-weight: 700;
}
.contact .contact-text-list ul li.list-phone a:hover {
  color: #4256f9;
}
.contact .contact-text .contact-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .contact-text .contact-social ul li {
  background: #9e9e9e;
  width: 40px;
  height: 40px;
  line-height: 43px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.contact .contact-text .contact-social ul li:not(:last-child) {
  margin-right: 10px;
}
.contact .contact-text .contact-social ul li a i {
  font-size: 18px;
  color: #ffffff;
}
.contact .contact-text .contact-social ul li:hover {
  background-color: #4256f9;
}
.contact .contact-text .contact-form input {
  width: 100%;
  height: 40px;
  margin-bottom: 18px;
  padding: 10px;
  border: 1px solid #9e9e9e;
  font-size: 15px;
}
.contact .contact-text .contact-form input::-webkit-input-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form input::-moz-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form input:-ms-input-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form input::-ms-input-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form input::placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form textarea {
  width: 100%;
  border: 1px solid #9e9e9e;
  padding: 10px;
  font-size: 15px;
}
.contact .contact-text .contact-form textarea::-webkit-input-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form textarea::-moz-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form textarea:-ms-input-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form textarea::-ms-input-placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form textarea::placeholder {
  font-size: 15px;
}
.contact .contact-text .contact-form .form-btn {
  background-color: #4256f9;
  border: transparent;
  padding: 10px 20px;
  color: #ffffff;
  margin-top: 15px;
}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
  .contact .contact-text-title h2 {
    font-size: 20px;
  }
  .contact .contact-text-title p {
    font-size: 16px;
  }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
  .contact .contact-text-title h2 {
    font-size: 19px;
  }
  .contact .contact-text-title p {
    font-size: 14px;
  }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
  .contact .contact-text-title h2 {
    font-size: 19px;
  }
  .contact .contact-text-title p {
    font-size: 14px;
  }
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .contact .contact-text-title h2 {
    font-size: 19px;
  }
  .contact .contact-text-title p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .contact .contact-text-title h2 {
    font-size: 19px;
  }
  .contact .contact-text-title p {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .contact .contact-text-title h2 {
    font-size: 19px;
  }
  .contact .contact-text-title p {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .contact .contact-text-title h2 {
    font-size: 19px;
  }
  .contact .contact-text-title p {
    font-size: 14px;
  }
}
.footer {
  background-color: #4256f9;
  padding-top: 40px;
  overflow-x: hidden;
}
.footer .footer-logo {
  margin-bottom: 32px;
}
.footer .footer-logo img {
  width: 187px;
}
.footer .footer-contact {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 10px;
}
.footer .footer-contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-contact ul li {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 300;
}
.footer .footer-contact ul li:not(:last-child) {
  margin-right: 40px;
}
.footer .footer-contact ul li:hover a {
  color: #000000;
}
.footer .footer-contact ul li i {
  font-size: 25px;
  margin-right: 10px;
}
.footer .footer-contact ul li a {
  color: #ffffff;
  font-family: 300;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.footer .footer-contact ul li span {
  font-size: 14px;
}
.footer .footer-menu {
  margin: 25px 0;
}
.footer .footer-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .footer-menu ul li:not(:last-child) {
  margin-right: 30px;
}
.footer .footer-menu ul li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.footer .footer-menu ul li.active a {
  color: #ffffff;
  opacity: 0.5;
}
.footer .footer-buttom {
  background-color: rgba(255, 255, 255, 0.1);
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .footer-buttom p {
  color: #ffffff;
  font-size: 12px;
}
.footer #whatsApp {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 25px;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  cursor: pointer;
  background-color: #26d366;
  height: 50px;
  width: 50px;
  padding: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer #whatsApp i {
  font-size: 35px;
  color: white;
  margin-top: 3px;
  display: inline-block;
  margin-left: 2px;
}
.footer #whatsApp a {
  z-index: 999;
}
.footer .whatsAppShow {
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 1199.98px) {
  .footer .footer-contact ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-contact ul li {
    margin-right: 0;
    padding-bottom: 10px;
  }
  .footer .footer-menu ul li a {
    font-size: 11px;
  }
  .footer .footer-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer .footer-menu ul {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
  .footer .footer-menu ul li {
    margin-right: auto;
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 575.98px) {
  .footer .footer-contact ul li:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .footer .footer-contact ul li:not(:last-child) {
    margin-right: 0 !important;
  }
  .footer .footer-contact ul li {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 320px) {
  .footer .footer-contact {
    width: 85%;
  }
  .footer .footer-menu ul {
    width: 90%;
  }
  .footer .footer-menu ul li:not(:last-child) {
    margin-right: 11px;
  }
  .footer .footer-buttom p {
    font-size: 11px;
  }
}/*# sourceMappingURL=main.css.map */