body {
  background-color: #f9f9f9;
}

* {
  font-family: iranyekan;
}

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

ul {
  padding-right: 0;
}

ul li {
  list-style: none;
}

@font-face {
  font-family: iranyekan;
  src: url(../../../../fonts/IRANYekanRegularFaNum.ttf);
}

@font-face {
  font-family: iranyekanLight;
  src: url(../../../../fonts/IRANYekanLightFaNum.ttf);
}

@font-face {
  font-family: iranyekanBold;
  src: url(../../../../fonts/IRANYekanBoldFaNum.ttf);
}

@font-face {
  font-family: iranyekanEBold;
  src: url(../../../../fonts/IRANYekanExtraBoldFaNum.ttf);
}

@font-face {
  font-family: iranyekanregBold;
  src: url(../../../../fonts/IRANYekanBold.ttf);
}

@font-face {
  font-family: iranyekanreregLight;
  src: url(../../../../fonts/IRANYekanLight.ttf);
}

@font-face {
  font-family: iranyekanregRegular;
  src: url(../../../../fonts/IRANYekanRegular.ttf);
}

.btn-top {
  position: fixed;
  display: none;
  right: 25px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  background-color: #ff2d55;
  padding: 5px 12px;
  z-index: 99;
}

.btn-top .button-top .fas {
  font-size: 22px;
  color: #fff;
}

.header {
  position: relative;
}

.header header {
  position: relative;
}

.header header #header-slide {
  position: relative;
}

.header header #header-slide .carousel-indicators {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 45%;
  right: 30%;
  margin-left: 0;
}

.header header #header-slide .carousel-indicators li {
  background-color: transparent;
  border: 2.5px solid #fff;
  margin-top: 15px;
}

.header header #header-slide .carousel-indicators li:nth-of-type(1) {
  margin-top: 0;
}

.header header #header-slide .carousel-indicators li.active {
  background-color: #fff;
}

.header header #header-slide .carousel-inner .modal {
  z-index: 999999;
}

.header header #header-slide .carousel-inner .modal .modal-dialog {
  position: absolute;
  right: 0;
  top: 0;
  width: 250px;
  height: 100%;
  margin: 0;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content {
  overflow: hidden;
  background-color: #1d2188;
  height: 100%;
  position: absolute;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body {
  text-align: justify;
  padding-top: 10px;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo .close {
  color: #fff;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo img {
  z-index: 99;
  border-radius: 50%;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .title {
  margin-top: 40px;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .title h5 {
  font-family: iranyekanBold;
  color: #fff;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list {
  margin-top: 4rem;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li {
  margin-top: 25px;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li a {
  font-size: 15px;
  color: #cecece;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li a .rotate-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li a:not(.collapsed) .rotate-icon {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li:hover a {
  color: #fff;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list .drop .coll-side ul {
  margin-top: 9px;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list .drop .coll-side ul li {
  margin-top: 13px;
  padding-right: 3px;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list .drop .coll-side ul li:hover a {
  color: #fff;
}

.header header #header-slide .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list .drop .coll-side ul li a {
  color: #cecece;
  font-size: 12.5px;
  margin-top: 10px;
}

.header header #header-slide .carousel-inner .carousel-item {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  max-height: 100vh;
  overflow: hidden;
}

.header header #header-slide .carousel-inner .carousel-item figure {
  overflow: hidden;
  width: 100%;
}

.header header #header-slide .carousel-inner .carousel-item figure img {
  background-color: rgba(20, 20, 20, 0.4);
  -webkit-animation: zoom 17s 0s infinite linear;
          animation: zoom 17s 0s infinite linear;
}

@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption {
  bottom: 35%;
  right: 11%;
  left: 11%;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .title {
  font-family: iranyekanBold;
  text-shadow: 2px 2px 9px #1b1b1b;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .sub {
  margin: 30px 0 35px 0;
  font-size: 20px;
  text-shadow: 2px 2px 5px #1a1a1a;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button {
  text-align: center;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button .slide-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 45px;
  line-height: 42px;
  font-size: 17.5px;
  border-radius: 22px;
  border: 1px solid #fff;
  color: #fff;
  background-color: #5e44ee;
  overflow: hidden;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button .slide-btn span {
  position: absolute;
  left: 30%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button .slide-btn span.one {
  color: #fff;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button .slide-btn span.two {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
  color: #fff;
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button .slide-btn:hover span.one {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}

.header header #header-slide .carousel-inner .carousel-item .carousel-caption .button .slide-btn:hover span.two {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header header .navbar {
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 1%;
  z-index: 999;
}

.header header .navbar .navbar-nav .nav-item {
  position: relative;
  margin-left: 30px;
}

.header header .navbar .navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  bottom: -8px;
  right: 1%;
  width: 100%;
  height: 0.5px;
  opacity: 0;
  visibility: hidden;
  background-color: #e9e9e9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.header header .navbar .navbar-nav .nav-item:hover::before {
  bottom: -3px;
  opacity: 1;
  visibility: visible;
}

.header header .navbar .navbar-nav .nav-item.dropdown::before {
  width: 0;
}

.header header .navbar .navbar-nav .nav-item:nth-of-type(6) {
  margin-left: 0;
}

.header header .navbar .navbar-nav .nav-item .nav-link {
  text-shadow: 1px 1px 4px #1b1b1b;
  color: #fff;
  font-size: 14px;
  font-family: iranyekanLight;
  padding: 5px 10px;
}

.header header .navbar .navbar-nav .nav-item .nav-link .fas {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.header header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  top: 25px;
  right: -20px;
  width: 60%;
  border-radius: 7px;
}

.header header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  font-size: 12.5px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.header header .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  visibility: visible;
  top: 40px;
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.header header #btn-side {
  display: none;
  position: absolute;
  color: #fff;
  z-index: 9;
  right: 25px;
  top: 14px;
  font-size: 20px;
}

.header header #btn-side img {
  width: 23px;
}

.header .header-row {
  position: absolute;
  bottom: -30%;
  width: 100%;
  z-index: 9999;
}

.header .header-row .container .box {
  -webkit-box-shadow: 1px 1px 20px #38383849;
          box-shadow: 1px 1px 20px #38383849;
  bottom: 20%;
  z-index: 999;
  width: 100%;
  height: 300px;
  border-radius: 10px;
  background-color: #fff;
  border: 1.5px solid #d3d3d3;
  background-color: #fff;
}

.header .header-row .container .box .row {
  padding: 20px;
}

.header .header-row .container .box .row .content {
  position: relative;
  text-align: center;
}

.header .header-row .container .box .row .content::after {
  content: "";
  position: absolute;
  left: -17px;
  top: 25px;
  width: 1px;
  height: 200px;
  background-color: #ececec;
}

.header .header-row .container .box .row .content.three::after {
  display: none;
}

.header .header-row .container .box .row .content h5 {
  margin-top: 15px;
}

.header .header-row .container .box .row .content p {
  font-size: 13.5px;
  font-family: iranyekanLight;
  line-height: 2;
  margin: 15px;
}

.header .header-row .container .box .row .content .btn {
  width: 120px;
  padding: 7px 10px;
}

.feature {
  position: relative;
  margin-top: 20rem;
}

.feature .container .title {
  position: relative;
  text-align: justify;
}

.feature .container .title::after {
  content: "";
  position: absolute;
  right: 16%;
  width: 85%;
  bottom: 13px;
  height: 1px;
  background-color: #09b3d1;
}

.feature .container .title h3 {
  display: inline-block;
}

.feature .container .title p {
  position: absolute;
  font-size: 13.5px;
  font-family: iranyekanLight;
  margin-top: 5px;
}

.feature .container .row {
  margin-top: 5rem;
}

.feature .container .row .col {
  padding: 0 10px;
}

.feature .container .row .card {
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-shadow: 0 0 10px #f1f1f1;
          box-shadow: 0 0 10px #f1f1f1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 15px;
}

.feature .container .row .card::before, .feature .container .row .card::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 0.5px;
  background-color: #111dc5af;
  -webkit-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
  border-radius: 20px;
}

.feature .container .row .card::before {
  right: 45%;
  width: 0;
}

.feature .container .row .card::after {
  left: 45%;
  width: 0;
}

.feature .container .row .card:hover::before, .feature .container .row .card:hover::after {
  width: 48%;
}

.feature .container .row .card:hover {
  -webkit-box-shadow: 1px 1px 20px #e0e0e0;
          box-shadow: 1px 1px 20px #e0e0e0;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.feature .container .row .card img {
  width: 30%;
  margin: 20px auto 10px auto;
}

.feature .container .row .card .card-body {
  padding: 20px 17px;
}

.feature .container .row .card .card-body .card-text {
  margin-top: 20px;
  font-family: iranyekanLight;
  font-size: 13px;
  line-height: 2.2;
}

.info {
  margin-top: 6rem;
}

.info .background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.6)), to(rgba(20, 20, 20, 0.4))), url("../../../../images/static/icon/info/inf.jpg") no-repeat center center/cover;
  background: linear-gradient(to bottom, rgba(20, 20, 20, 0.6), rgba(20, 20, 20, 0.4)), url("../../../../images/static/icon/info/inf.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  height: 400px;
  width: 100%;
}

.info .background .container {
  padding: 30px 0 20px 0;
}

.info .background .container .text p {
  color: #f5f5f5;
}

.info .background .container .text h2 {
  position: relative;
  color: #fff;
  font-family: iranyekanEBold;
}

.info .background .container .text h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 43%;
  width: 15%;
  height: 1px;
  background-color: #f5f5f5;
}

.info .background .container .row {
  margin-top: 80px;
}

.info .background .container .row .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.info .background .container .row .item img {
  width: 70px;
}

.info .background .container .row .item span {
  font-family: iranyekanregBold;
  font-size: 30px;
  color: #fff;
  margin: 10px 0 6px 0;
}

.info .background .container .row .item p {
  font-size: 19px;
  color: #fff;
  font-family: iranyekanLight;
}

.about-us {
  position: relative;
  margin-top: 6rem;
}

.about-us .container .title {
  position: relative;
  text-align: justify;
}

.about-us .container .title::after {
  content: "";
  position: absolute;
  right: 14.5%;
  width: 87%;
  bottom: 13px;
  height: 1px;
  background-color: #09b3d1;
}

.about-us .container .title h3 {
  display: inline-block;
}

.about-us .container .title p {
  position: absolute;
  font-size: 13.5px;
  font-family: iranyekanLight;
  margin-top: 5px;
}

.about-us .container .row {
  margin-top: 5rem;
}

.about-us .container .row .text {
  text-align: justify;
}

.about-us .container .row .text p {
  font-size: 14.5px;
  font-family: iranyekanLight;
  line-height: 3;
}

.about-us .container .row .text .about-btn {
  display: block;
  width: 20%;
  border: 2px solid #09b3d1;
  color: #fff;
  background-color: #09b3d1;
  -webkit-box-shadow: 2px 2px 10px #09b3d152;
          box-shadow: 2px 2px 10px #09b3d152;
  border-radius: 5px;
  padding: 4.5px 30px;
  font-size: 13px;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.about-us .container .row .text .about-btn:hover {
  background-color: #fff;
  color: #09b3d1;
}

.about-us .shape {
  position: absolute;
  left: 0;
  top: 0px;
  z-index: -9999;
}

.about-us .shape img {
  width: 500px;
  height: 550px;
}

.products {
  position: relative;
  margin-top: 6.5rem;
}

.products .container .title {
  position: relative;
  text-align: justify;
}

.products .container .title::after {
  content: "";
  position: absolute;
  right: 19%;
  width: 82%;
  bottom: 13px;
  height: 1px;
  background-color: #09b3d1;
}

.products .container .title h3 {
  display: inline-block;
}

.products .container .title p {
  position: absolute;
  font-size: 13.5px;
  font-family: iranyekanLight;
  margin-top: 5px;
}

.products .container-fluid {
  margin-top: 5.5rem;
}

.products .container-fluid .row .content .owl-carousel .item .image {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products .container-fluid .row .content .owl-carousel .item .image img {
  border: 3px solid #5599f3;
  padding: 2px;
  border-radius: 6px;
}

.products .container-fluid .row .content .owl-carousel .item .image .over-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(20, 20, 20, 0.9)), to(rgba(20, 20, 20, 0.3)));
  background: linear-gradient(to top, rgba(20, 20, 20, 0.9), rgba(20, 20, 20, 0.3));
  width: 100%;
  display: block;
  position: absolute;
  text-align: right;
  color: #fff;
  bottom: 0;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding-right: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
  text-shadow: 1px 1px 5px #1a1a1a;
  font-size: 22px;
}

.products .container-fluid .row .content .owl-carousel .item .image .over-title p {
  font-size: 12px;
  font-family: iranyekanLight;
  margin-top: 4px;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay {
  position: absolute;
  direction: rtl;
  bottom: 6%;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
  margin: 0 auto;
  width: 80%;
  height: auto;
  padding: 15px 13px 10px 13px;
  text-align: justify;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
  text-align: center;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
  margin-bottom: 7px;
  position: relative;
  text-align: right;
  margin-top: 15px;
  font-size: 12px;
  font-family: iranyekanLight;
  line-height: 2.2;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  left: 15%;
  top: 80%;
  font-size: 12px;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li {
  margin-left: 7px;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li:nth-of-type(3) {
  margin-left: 0;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
  font-size: 16px;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a.tel {
  color: #068edd;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a.ins {
  color: #dd063c;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a.what {
  color: #31dd06;
}

.products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
  font-size: 11px;
  background-color: #ff2d55;
  color: #fff;
  border-radius: 3px;
  padding: 2px 13px;
}

.products .container-fluid .row .content .owl-carousel .item .image::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.products .container-fluid .row .content .owl-carousel .item .image:hover::after {
  background: rgba(7, 41, 73, 0.6);
}

.products .container-fluid .row .content .owl-carousel .item .image:hover .over-title {
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.products .container-fluid .row .content .owl-carousel .item .image:hover .overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  -webkit-transition: 0.4s 0.2s;
  transition: 0.4s 0.2s;
}

.products .container-fluid .row .content .owl-carousel .owl-nav {
  position: absolute;
  bottom: 100% !important;
  left: 10px;
}

.products .container-fluid .row .content .owl-carousel .owl-nav button {
  font-size: 24px;
  color: #068edd;
}

.products .container-fluid .row .content .owl-carousel .owl-nav .owl-prev {
  margin-left: 20px;
}

.honors {
  position: relative;
  margin-top: 3rem;
}

.honors .container .title {
  position: relative;
  text-align: justify;
}

.honors .container .title::after {
  content: "";
  position: absolute;
  right: 19%;
  width: 82%;
  bottom: 13px;
  height: 1px;
  background-color: #09b3d1;
}

.honors .container .title h3 {
  display: inline-block;
}

.honors .container .title p {
  position: absolute;
  font-size: 13.5px;
  font-family: iranyekanLight;
  margin-top: 5px;
}

.honors .container .row {
  margin-top: 6rem;
}

.honors .container .row .col {
  padding: 0 7px;
}

.honors .container .row .content .item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 19px 1px 19px;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
}

.honors .container .row .content .item::before, .honors .container .row .content .item::after {
  content: "";
  position: absolute;
  right: 0;
  width: 4px;
  border-radius: 70px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.honors .container .row .content .item-one::before, .honors .container .row .content .item-one::after {
  background-color: #d606ddd2;
}

.honors .container .row .content .item-two::before, .honors .container .row .content .item-two::after {
  background-color: #059605d2;
}

.honors .container .row .content .item-three::before, .honors .container .row .content .item-three::after {
  background-color: #126fc0d2;
}

.honors .container .row .content .item::before {
  top: 49%;
  height: 0;
}

.honors .container .row .content .item::after {
  bottom: 49%;
  height: 0;
}

.honors .container .row .content .item:hover::before {
  height: 25%;
}

.honors .container .row .content .item:hover::after {
  height: 25%;
}

.honors .container .row .content .item .image {
  width: 160px;
  height: 82px;
  line-height: 57px;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  border: 4px solid #e1e1f5;
}

.honors .container .row .content .item .image .inner {
  background-color: #e1e1f5;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.honors .container .row .content .item .image img {
  width: 30px;
}

.honors .container .row .content .item .image.image-two {
  border-color: #caeed1;
}

.honors .container .row .content .item .image.image-two .inner {
  background-color: #caeed1;
}

.honors .container .row .content .item .image.image-three {
  border-color: #cbe6eb;
}

.honors .container .row .content .item .image.image-three .inner {
  background-color: #cbe6eb;
}

.honors .container .row .content .item:hover {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-box-shadow: -2px -2px 35px #dddddd;
          box-shadow: -2px -2px 35px #dddddd;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
}

.honors .container .row .content .item .text {
  text-align: justify;
  margin-right: 15px;
}

.honors .container .row .content .item .text .title-top {
  font-family: iranyekanBold;
}

.honors .container .row .content .item .text p {
  color: #000;
  margin-top: 10px;
  font-size: 12px;
  line-height: 2;
  font-family: iranyekanLight;
}

.honors .container .row-two {
  margin-top: 2rem;
}

.users {
  margin-top: 6rem;
}

.users .content {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(40, 40, 40, 0.6)), to(rgba(40, 40, 40, 0.5))), url("../../../../images/static/users/bg.jpg") no-repeat center center/cover;
  background: linear-gradient(to top, rgba(40, 40, 40, 0.6), rgba(40, 40, 40, 0.5)), url("../../../../images/static/users/bg.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  height: 550px;
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}

.users .content .title {
  text-align: center;
}

.users .content .title p {
  color: #f5f5f5;
}

.users .content .title h2 {
  position: relative;
  color: #fff;
  font-family: iranyekanEBold;
}

.users .content .title h2::after {
  content: "";
  position: absolute;
  bottom: -15px;
  right: 43%;
  width: 13.5%;
  height: 1px;
  background-color: #f5f5f5;
}

.users .content .row {
  margin-top: 4.5rem;
}

.users .content .row .owl-carousel .item {
  padding: 5px;
}

.users .content .row .owl-carousel .item .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  text-align: justify;
  padding: 37px 20px 25px 20px;
}

.users .content .row .owl-carousel .item .box::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: -12px;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #fff;
}

.users .content .row .owl-carousel .item .box .fas {
  font-size: 28px;
  color: #dd3106;
}

.users .content .row .owl-carousel .item .box p {
  color: #000;
  padding: 0 15px;
  font-size: 13px;
  font-family: iranyekanLight;
  line-height: 2.8;
}

.users .content .row .owl-carousel .item .person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 17px;
}

.users .content .row .owl-carousel .item .person img {
  width: 80px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 3px;
}

.users .content .row .owl-carousel .item .person .text {
  text-align: justify;
  margin-right: 10px;
}

.users .content .row .owl-carousel .item .person .text h6 {
  color: #fff;
  text-shadow: 1px 1px 4px #000;
}

.users .content .row .owl-carousel .item .person .text p {
  font-size: 14px;
  color: #d9dd06;
  margin: -2px 0 0 0;
}

.users .content .row .owl-carousel .owl-nav {
  display: none;
}

.footer {
  margin-top: 13rem;
  position: relative;
}

.footer .top-footer .container .row .box {
  position: absolute;
  bottom: -60px;
  width: 100%;
  height: 150px;
  padding: 5px;
  border: 4px solid #5e44ee;
  border-radius: 15px;
}

.footer .top-footer .container .row .box .inner {
  height: 100%;
  background-color: #5e44ee;
  -webkit-box-shadow: 0 0 10px #00000062;
          box-shadow: 0 0 10px #00000062;
  border-radius: 15px;
  z-index: 999;
}

.footer .top-footer .container .row .box .inner .text {
  text-shadow: 1px 1px 4px #1a1a1a;
  color: #fff;
  font-size: 1.7rem;
  font-family: iranyekanBold;
}

.footer .top-footer .container .row .box .inner .social li {
  position: relative;
  margin-bottom: 0;
  margin-left: 40px;
}

.footer .top-footer .container .row .box .inner .social li:nth-of-type(4)::before {
  display: none;
}

.footer .top-footer .container .row .box .inner .social li::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 3px;
  height: 45px;
  width: 1px;
  background-color: #7b64ff;
}

.footer .top-footer .container .row .box .inner .social li a {
  color: #fff;
  font-size: 38px;
}

.footer .top-footer .container .row .box .inner .social li a .fab {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .top-footer .container .row .box .inner .social li a .fab:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.footer .page-footer {
  height: auto;
  padding: 40px 10px 30px 10px;
  background-color: #181818;
}

.footer .page-footer .container {
  margin-top: 5rem;
}

.footer .page-footer .container .row .content {
  text-align: justify;
}

.footer .page-footer .container .row .content .title {
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
}

.footer .page-footer .container .row .content.about .text {
  margin-top: 15px;
  font-family: iranyekanLight;
  font-size: 13px;
  line-height: 2.5;
}

.footer .page-footer .container .row .content.about .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.footer .page-footer .container .row .content.about .social li {
  margin-left: 17px;
  width: 40px;
  height: 40px;
  border: 1px solid #acacac;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(1) {
  border-color: #dd3806;
  background-color: #dd3806;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(1) a.ins .fab {
  color: #fff;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(2) {
  border-color: #31c2ee;
  background-color: #31c2ee;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(2) a.tel .fab {
  color: #fff;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(3) {
  border-color: #05a70b;
  background-color: #05a70b;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(3) a.what .fab {
  color: #fff;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(4) {
  border-color: #116be2;
  background-color: #116be2;
}

.footer .page-footer .container .row .content.about .social li:hover:nth-of-type(4) a.twi .fab {
  color: #fff;
}

.footer .page-footer .container .row .content.about .social li a {
  font-size: 22px;
}

.footer .page-footer .container .row .content.about .social li a .fab {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.footer .page-footer .container .row .content.about .social li a.ins .fab {
  color: #dd3806;
}

.footer .page-footer .container .row .content.about .social li a.tel .fab {
  color: #31c2ee;
}

.footer .page-footer .container .row .content.about .social li a.what .fab {
  color: #06dd0d;
}

.footer .page-footer .container .row .content.about .social li a.twi .fab {
  color: #116be2;
}

.footer .page-footer .container .row .content.features ul {
  margin-top: 15px;
}

.footer .page-footer .container .row .content.features ul li {
  margin-top: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .page-footer .container .row .content.features ul li a {
  position: relative;
  font-size: 12.5px;
  font-family: iranyekanLight;
  color: #cacaca;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .page-footer .container .row .content.features ul li a::before {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 8px;
  width: 10px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  background-color: #e9e9e9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer .page-footer .container .row .content.features ul li:hover a {
  margin-right: 10px;
  color: #fff;
}

.footer .page-footer .container .row .content.features ul li:hover a::before {
  opacity: 1;
  visibility: visible;
}

.footer .page-footer .container .row .content.contact ul {
  margin-top: 15px;
}

.footer .page-footer .container .row .content.contact ul li {
  text-align: right;
  font-family: iranyekanLight;
  font-size: 12.5px;
  margin-top: 13px;
  line-height: 2;
  color: #cacaca;
}

.footer .page-footer .container .row .content.nemad ul {
  margin-top: 15px;
  text-align: center;
}

.footer .page-footer .container .row .content.nemad ul li {
  margin-top: 10px;
}

.footer .footer-copyright {
  height: auto;
  background-color: #1d1d1dfb;
  padding: 13px 0;
}

.footer .footer-copyright .container .row {
  margin: 0 auto;
}

.footer .footer-copyright .container .row p {
  font-size: 12.5px;
  color: #838383;
  margin-bottom: 0;
  text-align: center;
}

.footer .footer-copyright .container .row p a {
  color: #838383;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.footer .footer-copyright .container .row p a:hover {
  color: #b3b1b1;
}

#question-header .head .row .top {
  text-align: center;
}

#question-header .head .row .top .title {
  font-family: iranyekanBold;
}

#question-header .head .row .top p {
  margin-top: 27px;
}

#question-header .head .row .top .go-down {
  margin-top: 50px;
  -webkit-animation: bounce 2.3s ease infinite;
          animation: bounce 2.3s ease infinite;
}

#question-header .head .row .top .go-down a {
  font-size: 14px;
  color: #ff2d55;
}

#question-header .head .row .shape {
  position: relative;
}

#question-header .head .row .shape .image {
  position: absolute;
  left: 12%;
  top: 30%;
}

#question-header .head .home {
  position: absolute;
  right: 70px;
  top: 30px;
  color: #ff2d55;
  border: 2px solid #ff2d55;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  width: 120px;
  height: 33px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#question-header .head .home:hover {
  color: #fff;
  background-color: #ff2d55;
}

#question-header .head .home .fas {
  font-size: 13px;
  padding-left: 3px;
}

#question-header .head .phone {
  position: absolute;
  right: 200px;
  top: 30px;
  color: #5e44ee;
  border: 2px solid #5e44ee;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  width: 120px;
  height: 33px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#question-header .head .phone:hover {
  color: #fff;
  background-color: #5e44ee;
}

#question-header .head .phone .fas {
  font-size: 13px;
  padding-left: 3px;
}

#breadcrumb {
  margin-top: 2rem;
}

#breadcrumb .breadcrumb {
  width: 90%;
  margin: 0 auto;
  background-color: #f0f0f09d;
}

#breadcrumb .breadcrumb .breadcrumb-item a {
  font-size: 13px;
}

#breadcrumb .breadcrumb .breadcrumb-item.active a {
  color: #104aeb;
}

#breadcrumb .breadcrumb .breadcrumb-item::before {
  padding: 0 5px;
}

#question-main {
  position: relative;
  margin: 3rem 0 8rem 0;
}

#question-main .container .row .accordion {
  max-height: 575px;
  overflow-y: scroll;
}

#question-main .container .row .accordion::-webkit-scrollbar {
  width: 7px;
}

#question-main .container .row .accordion::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #09b3d1;
}

#question-main .container .row .accordion::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f1f1f1;
}

#question-main .container .row .accordion .card {
  margin-left: 10px;
  position: relative;
  border-radius: 5px;
  margin-top: 9px;
  border-bottom: 0;
  border: 1px solid #8954dd36;
}

#question-main .container .row .accordion .card::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 8px;
  height: 100%;
  opacity: 0.8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #5e44ee;
}

#question-main .container .row .accordion .card .card-header {
  padding: 25px 30px;
  text-align: center;
}

#question-main .container .row .accordion .card .card-header a {
  font-size: 14.5px;
}

#question-main .container .row .accordion .card .card-header a .fa {
  font-size: 12.5px;
  color: #5e44ee;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-top: 5px;
}

#question-main .container .row .accordion .card .card-body {
  text-align: justify;
  padding: 10px 40px;
}

#question-main .container .row .accordion .card .card-body p {
  font-family: iranyekanLight;
  font-size: 13px;
  line-height: 2.7;
}

#question-main .shape {
  position: absolute;
  right: -30px;
  top: 5%;
  z-index: -999;
}

#ques-footer {
  margin-top: 12.5rem;
}

#about-header .head {
  position: relative;
  background: url("../../../../images/static/shape/cart.png") no-repeat center center/cover;
  width: 100%;
  height: 350px;
}

#about-header .head .home {
  position: absolute;
  left: 155px;
  top: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  width: 120px;
  height: 33px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#about-header .head .home:hover {
  color: #ff2d55;
  background-color: #fff;
}

#about-header .head .home .fas {
  font-size: 13px;
  padding-left: 3px;
}

#about-header .head .phone {
  position: absolute;
  left: 25px;
  top: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  width: 120px;
  height: 33px;
  line-height: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#about-header .head .phone:hover {
  color: #5e44ee;
  background-color: #fff;
}

#about-header .head .phone .fas {
  font-size: 13px;
  padding-left: 3px;
}

#about-header .head .top {
  padding-top: 18rem;
  text-align: center;
}

#about-header .head .top .title {
  font-family: iranyekanBold;
}

#about-header .head .top p {
  margin-top: 27px;
}

#about-header .head .top .go-down {
  margin-top: 50px;
  -webkit-animation: bounce 2.3s ease infinite;
          animation: bounce 2.3s ease infinite;
}

#about-header .head .top .go-down a {
  font-size: 14px;
  color: #ff2d55;
}

.breadcrumb-about {
  margin-top: 12rem !important;
}

#history {
  position: relative;
  margin-top: 6rem;
}

#history .container .title {
  position: relative;
}

#history .container .title::after, #history .container .title::before {
  content: "";
  position: absolute;
  bottom: 25%;
  width: 20%;
  height: 1px;
  background-color: #5e44ee;
}

#history .container .title::after {
  left: 19%;
}

#history .container .title::before {
  right: 19%;
}

#history .container .title h2 {
  display: inline-block;
  font-family: iranyekanBold;
}

#history .container .row {
  margin-top: 4rem;
}

#history .container .row .timeline-main .timeline li .circle {
  background-color: #5e44ee;
}

#history .container .row .timeline-main .timeline li::after {
  background-color: #e2e2e2;
}

#history .container .row .timeline-main .timeline li .step-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px 15px 20px;
  margin-left: 20px;
  text-align: justify;
  direction: rtl;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

#history .container .row .timeline-main .timeline li .step-content:hover {
  -webkit-box-shadow: 3px 3px 17px #c9c8c8 !important;
          box-shadow: 3px 3px 17px #c9c8c8 !important;
}

#history .container .row .timeline-main .timeline li .step-content .caption {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

#history .container .row .timeline-main .timeline li .step-content .time {
  font-size: 12.5px;
  font-family: iranyekanLight;
  color: #6d6d6d;
}

#history .container .row .timeline-main .timeline li .step-content .time .far {
  padding-left: 3px;
}

#history .container .row .timeline-main .timeline li .step-content .text {
  margin-top: 12px;
  font-family: iranyekanLight;
  font-size: 13px;
  line-height: 2.3;
}

#history .container .row .timeline-main .timeline li.timeline-inverted .step-content {
  margin-right: 20px;
}

#history .shape {
  position: absolute;
  z-index: -99;
}

#history .shape.one {
  left: 0;
  top: 7%;
}

#history .shape.two {
  right: 0;
  bottom: 7%;
}

#about-footer {
  margin-top: 12rem;
}

.contact-header .head {
  background: url("../../../../images/static/shape/contact/top.png") no-repeat center center/cover !important;
}

.contact-header .head .top {
  padding-top: 1.5rem !important;
}

.contact-header .head .home-contact {
  position: absolute;
  left: 45px;
  top: 20px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
  width: 110px;
  height: 30px;
  line-height: 27px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact-header .head .home-contact:hover {
  color: #ff2d55;
  background-color: #fff;
}

.contact-header .head .home-contact .fas {
  font-size: 13px;
  padding-left: 3px;
}

#contact-main {
  margin-top: 2rem;
}

#contact-main .container-fluid {
  padding: 25px;
}

#contact-main .container-fluid .row {
  height: 730px;
}

#contact-main .container-fluid .row .right {
  border: 2px solid #d1d1d1;
  overflow: hidden;
  height: 100%;
  width: 100%;
  text-align: justify;
  -webkit-box-shadow: 1px 1px 15px #afafaf;
          box-shadow: 1px 1px 15px #afafaf;
  border-radius: 10px;
  padding: 25px;
}

#contact-main .container-fluid .row .right .title {
  text-align: center;
}

#contact-main .container-fluid .row .right .title h3 {
  display: inline-block;
  font-family: iranyekanBold;
  padding-bottom: 7px;
  border-bottom: 1px solid #a3a3a3;
}

#contact-main .container-fluid .row .right .item {
  margin-top: 38px;
}

#contact-main .container-fluid .row .right .item .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contact-main .container-fluid .row .right .item .tit .fas {
  color: #5e44ee;
  padding-left: 11px;
  font-size: 22px;
}

#contact-main .container-fluid .row .right .item p {
  margin-top: 15px;
  font-family: iranyekanLight;
  font-size: 15.5px;
  color: #000;
}

#contact-main .container-fluid .row .right .item ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#contact-main .container-fluid .row .right .item ul li {
  margin-left: 0;
}

#contact-main .container-fluid .row .right .item ul li a .fab {
  font-size: 17px;
}

#contact-main .container-fluid .row .right .item ul li a.btn-tel {
  background-color: #1668ff;
}

#contact-main .container-fluid .row .right .note {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  padding: 18px 15px;
  border-left: 0;
  border-right: 6px solid #76bdff;
}

#contact-main .container-fluid .row .left {
  border: 2px solid #d1d1d1;
  overflow: hidden;
  height: 100%;
  -webkit-box-shadow: 1px 1px 15px #afafaf;
          box-shadow: 1px 1px 15px #afafaf;
  border-radius: 10px;
}

#contact-main .container-fluid .row .left iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

#contact-footer {
  margin-top: 11rem;
}

.breadcrumb-contact {
  margin-top: 1rem !important;
}

.products-header .head {
  background: url("../../../../images/static/shape/product/top.png") no-repeat center center/cover !important;
}

.products-header .head .home {
  right: 25px;
}

.products-header .head .phone {
  right: 155px;
}

.breadcrumb-products {
  margin-top: 12rem !important;
}

#main-products {
  position: relative;
  margin-top: 4rem;
}

#main-products .container {
  width: 85%;
  margin: auto;
  height: auto;
}

#main-products .container .row .card .view {
  border-radius: 10px;
  border: 2px solid #104aeb;
}

#main-products .container .row .card .view img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

#main-products .container .row .card .card-body {
  border-radius: 7px;
  padding: 12px 8px 10px 8px;
  margin-top: -3.8rem;
  text-align: center;
  border-bottom: 2.5px solid #09b3d1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#main-products .container .row .card .card-body .card-title {
  font-family: iranyekanBold;
  display: inline-block;
  border-bottom: 1px solid #09b3d1;
  padding-bottom: 7px;
  margin-bottom: 9px;
}

#main-products .container .row .card .card-body .card-text {
  margin-bottom: 8px;
  font-family: iranyekanLight;
  font-size: 12px;
  line-height: 2.2;
  color: #000;
}

#main-products .container .row .card .card-body .bottom {
  text-align: right;
  margin-top: 4px;
}

#main-products .container .row .card .card-body .bottom .btn-buy {
  display: block;
  width: 90px;
  height: 26px;
  line-height: 24px;
  font-size: 10.5px;
  text-align: center;
  background-color: #09b3d1;
  color: #fff;
  border-radius: 4px;
}

#main-products .container .row .card:hover .card-body {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

#main-products .container .pagination {
  margin-top: 4rem;
}

#main-products .container .pagination .page-item {
  margin-left: 20px;
}

#main-products .container .pagination .page-item .page-link {
  color: #747474;
}

#main-products .container .pagination .page-item.active .page-link {
  background-color: #5e44ee;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
}

#main-products .container .lightbox {
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

#main-products .container .lightbox img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  margin: auto;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 30px #222;
          box-shadow: 0px 0px 30px #222;
}

#main-products .container .lightbox .close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 40px !important;
  color: #fff !important;
  cursor: pointer;
}

#main-products .shape {
  position: absolute;
  left: 0;
  top: 12%;
  z-index: -999;
}

#main-products #modal-buy .modal-dialog {
  max-width: 60%;
  margin: auto;
}

#main-products #modal-buy .modal-dialog .modal-content {
  border-radius: 10px;
}

#main-products #modal-buy .modal-dialog .modal-content .modal-body {
  border-radius: 10px;
  border: 4px solid #09b3d1;
  padding: 30px 5px;
}

#main-products #modal-buy .modal-dialog .modal-content .modal-body .content .info-text {
  font-size: 17.5px;
  margin-bottom: 0;
}

#main-products #modal-buy .modal-dialog .modal-content .modal-body .content .info-text .fas {
  padding-left: 6px;
  font-size: 30px;
  color: #09b3d1;
}

#main-products #modal-buy .modal-dialog .modal-content .modal-body .content .info-text a {
  color: #104aeb;
  border-bottom: 1px dashed #104aeb;
}

#main-products #modal-buy .modal-dialog .modal-content .modal-body .content .title {
  font-family: iranyekanBold;
  color: #09b3d1;
  font-size: 17px;
}

#products-footer {
  margin-top: 12rem;
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    padding: 11px 8px 9px 8px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    margin-bottom: 0;
  }
  #main-products .container .row .card .card-body .card-title {
    font-size: 14.5px;
  }
  #main-products .container .row .card .card-body .card-text {
    font-size: 11px;
    margin-bottom: 0;
  }
  #main-products .container .row .card .card-body .bottom .btn-buy {
    font-size: 9.5px;
  }
  #main-products #modal-buy .content .title {
    font-size: 16px;
  }
  #main-products #modal-buy .content .info-text {
    font-size: 16.5px !important;
  }
}

@media (min-width: 992px) and (max-width: 1025px) {
  #history .container {
    max-width: 890px;
  }
  #history .container .row .timeline-main .stepper-vertical {
    padding: 0 41px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content {
    margin-bottom: 1rem;
  }
  #history .container .row .timeline-main .stepper-vertical li::after {
    left: 50% !important;
  }
  #history .container .row .timeline-main .stepper-vertical li a {
    left: 50%;
  }
  #history .container .row .timeline-main .stepper-vertical li a .circle {
    width: 19px !important;
    height: 19px !important;
    margin-left: -11px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content {
    position: relative;
    left: -47.5% !important;
    float: left;
    width: 50%;
    border-radius: 2px;
  }
  #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content::before, #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content::after {
    right: -15px;
    border-left-width: 15px;
    border-right-width: 0;
    left: 100%;
  }
  #history .container .row .timeline-main .stepper-vertical li.timeline-inverted .step-content {
    margin-right: 14px;
    position: relative;
    float: right;
    left: 3rem;
    width: 51% !important;
    border-radius: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #header header .navbar {
    top: 0;
  }
  #header header .navbar .navbar-brand img {
    width: 45px;
  }
  #header header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 13px;
  }
  #header header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    margin-top: 0;
    font-size: 11.5px;
    padding: 7px 10px;
  }
  #header header .carousel .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  #header header .carousel .carousel-inner .carousel-item figure img {
    height: 80vh;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 29%;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 3.4rem;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .sub {
    font-size: 17px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn {
    width: 162px;
    height: 37px;
    line-height: 36px;
    font-size: 14.5px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn span {
    left: 31%;
  }
  #header .header-row {
    bottom: -25%;
  }
  #header .header-row .container .box {
    height: 260px;
  }
  #header .header-row .container .box .row {
    padding: 15px;
  }
  #header .header-row .container .box .row .content img {
    width: 45px;
  }
  #header .header-row .container .box .row .content h5 {
    font-size: 1rem;
  }
  #header .header-row .container .box .row .content p {
    margin: 0;
    font-size: 12.5px;
  }
  #header .header-row .container .box .row .content .btn {
    margin-top: 15px;
    width: 112px;
    padding: 5px 9px;
  }
  #service {
    margin-top: 14rem;
  }
  #service .container .title::after {
    width: 83%;
  }
  #service .container .title h3 {
    font-size: 1.5rem;
  }
  #service .container .title p {
    font-size: 12.5px;
  }
  #service .container .row {
    margin-top: 4.5rem;
  }
  #service .container .row .col {
    padding: 0 7px;
  }
  #service .container .row .col .card .card-img-top {
    width: 27%;
  }
  #service .container .row .col .card .card-body {
    padding: 19px 11px;
  }
  #service .container .row .col .card .card-body .card-title {
    font-size: 16.5px;
  }
  #service .container .row .col .card .card-body .card-text {
    font-size: 11.5px;
  }
  #info {
    margin-top: 4.5rem;
  }
  #info .background {
    height: 320px;
  }
  #info .background .text p {
    font-size: 15px;
  }
  #info .background .text h2 {
    font-size: 1.7rem;
  }
  #info .background .row {
    margin-top: 55px;
  }
  #info .background .row .item img {
    width: 50px;
  }
  #info .background .row .item span {
    font-size: 23px;
  }
  #info .background .row .item p {
    font-size: 17px;
  }
  #about-us {
    margin-top: 4rem;
  }
  #about-us .container .title::after {
    width: 83%;
  }
  #about-us .container .title h3 {
    font-size: 1.5rem;
  }
  #about-us .container .title p {
    font-size: 12.5px;
  }
  #about-us .container .row {
    margin-top: 4.5rem;
  }
  #about-us .container .row .text p {
    font-size: 13px;
  }
  #about-us .container .row .text .about-btn {
    padding: 3.5px 30px;
    font-size: 12px;
  }
  #about-us .shape img {
    width: 363px;
    height: 530px;
  }
  #products {
    margin-top: 4.5rem;
  }
  #products .container .title::after {
    width: 79%;
  }
  #products .container .title h3 {
    font-size: 1.5rem;
  }
  #products .container .title p {
    font-size: 12.5px;
  }
  #products .container-fluid {
    margin-top: 5rem;
  }
  #products .container-fluid .row .content .owl-carousel .item .image img {
    height: 330px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
    font-size: 20px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title p {
    font-size: 11.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    width: 85%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
    font-size: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    font-size: 11px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
    font-size: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
    font-size: 10.5px;
  }
  #products .container-fluid .row .content .owl-carousel .owl-nav button {
    font-size: 21px;
  }
  #honors {
    margin-top: 2rem;
  }
  #honors .container .title::after {
    width: 80%;
    left: 18%;
  }
  #honors .container .title h3 {
    font-size: 1.5rem;
  }
  #honors .container .title p {
    font-size: 12.5px;
  }
  #honors .container .row {
    margin-top: 5rem;
  }
  #honors .container .row .content .item .image {
    width: 161px;
    height: 73px;
    line-height: 50px;
  }
  #honors .container .row .content .item .image .inner img {
    width: 28px;
  }
  #honors .container .row .content .item .text .title-top {
    font-size: 15px;
  }
  #honors .container .row .content .item .text p {
    font-size: 11.5px;
  }
  #honors .container .row-two {
    margin-top: 2rem;
  }
  #users {
    margin-top: 5rem;
  }
  #users .content .container .title p {
    font-size: 15px;
  }
  #users .content .container .title h2 {
    font-size: 1.7rem;
  }
  #users .content .container .row {
    margin-top: 5rem;
  }
  #users .content .container .row .owl-carousel .item .box {
    padding: 26px 13px 13px 13px;
  }
  #users .content .container .row .owl-carousel .item .box .fas {
    font-size: 26px;
  }
  #users .content .container .row .owl-carousel .item .box p {
    font-size: 12.5px;
  }
  #users .content .container .row .owl-carousel .item .person img {
    width: 75px;
  }
  #users .content .container .row .owl-carousel .item .person .text h6 {
    font-size: 15px;
  }
  #users .content .container .row .owl-carousel .item .person .text p {
    font-size: 13px;
  }
  .products-header #contact-head .top {
    padding-top: 16rem;
  }
  .breadcrumb-products {
    margin-top: 10rem !important;
  }
  #main-products {
    margin-top: 3rem;
  }
  #main-products .container .row .col-pro {
    padding-left: 6px;
    padding-right: 6px;
  }
  #main-products .container .row .card .card-body {
    padding: 9px 6px 8px 6px;
    margin-top: -2.8rem;
  }
  #main-products .container .row .card .card-body .card-title {
    font-size: 13.5px;
  }
  #main-products .container .row .card .card-body .card-text {
    font-size: 10.5px;
    margin-bottom: 0;
  }
  #main-products .container .row .card .card-body .bottom .btn-buy {
    font-size: 9.5px;
    width: 81px;
    height: 22px;
    line-height: 21px;
  }
  #main-products .container .lightbox .close {
    font-size: 29px !important;
  }
  #main-products .container .lightbox[style='display: block;'] img {
    width: 73% !important;
  }
  #main-products .container #modal-buy .modal-dialog {
    max-width: 72%;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text {
    font-size: 16px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text i {
    font-size: 29px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .title {
    font-size: 14px;
  }
  #main-products .container .pagination .page-item a {
    font-size: 13px;
  }
  #main-products .shape img {
    width: 88%;
  }
  .contact-header .head .home-contact {
    left: 38px;
  }
  .contact-header .head .top .title {
    font-size: 3rem !important;
  }
  .contact-header .head .top .txt {
    font-size: 15px !important;
  }
  .contact-header .head .top .go-down {
    margin-top: 25px !important;
  }
  #contact-main .container-fluid .row .right .item {
    margin-top: 27px;
  }
  #contact-main .container-fluid .row .right .item .tit {
    font-size: 1rem;
  }
  #contact-main .container-fluid .row .right .item .tit .fas {
    font-size: 20px;
  }
  #contact-main .container-fluid .row .right .item p {
    font-size: 13.5px;
    line-height: 2;
  }
  #contact-main .container-fluid .row .right ul li a {
    width: 34px;
    height: 34px;
  }
  #contact-main .container-fluid .row .right ul li a .fab {
    font-size: 26px;
    line-height: 34px;
  }
  #contact-main .container-fluid .row .right .title h3 {
    font-size: 1.4rem;
  }
  #contact-main .container-fluid .row .right .note {
    line-height: 2;
    font-size: 12px;
    padding: 18px 5px;
  }
  #question-header .head .row .top .title {
    font-size: 3rem;
  }
  #question-header .head .row .top p {
    font-size: 15px;
  }
  #question-header .head .row .top .go-down {
    margin-top: 45px;
  }
  #question-header .head .row .top .go-down a {
    font-size: 13.5px;
  }
  #question-header .head .row .shape img {
    width: 95%;
  }
  #question-header .head .row .shape .image {
    width: 55%;
  }
  #question-header .head .row .home,
  #question-header .head .row .phone {
    font-size: 13px;
  }
  #question-header .head .row .home .fas,
  #question-header .head .row .phone .fas {
    font-size: 12.5px;
  }
  #question-header .head .row .home {
    right: 45px;
    top: 22px;
  }
  #question-header .head .row .phone {
    right: 184px;
    top: 22px;
  }
  #question-main {
    margin: 2rem 0 8rem 0;
  }
  #question-main .container .row .accordion {
    max-height: 567px;
  }
  #question-main .container .row .accordion .card .card-header a {
    font-size: 14px;
  }
  #question-main .container .row .accordion .card .cols .card-body p {
    font-size: 12px;
  }
  #question-main .shape {
    right: -55px;
  }
  .btn-top {
    bottom: 12px;
    right: 22px;
    width: 37px;
    height: 37px;
    line-height: 32px;
  }
  .btn-top a .fas {
    font-size: 21px;
  }
  #about-header .head .home,
  #about-header .head .phone {
    font-size: 12px;
  }
  #about-header .head .top .title {
    font-size: 3.2rem;
  }
  #about-header .head .top p {
    font-size: 15.5px;
  }
  #about-header .head .top .go-down a {
    font-size: 13px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  .breadcrumb-about {
    margin-top: 11rem !important;
  }
  #history {
    margin-top: 5rem;
  }
  #history .container .title h2 {
    font-size: 1.9rem;
  }
  #history .container .title::before {
    right: 18%;
  }
  #history .container .title::after {
    left: 18%;
  }
  #history .container .row .timeline-main .timeline li .step-content {
    padding: 18px 18px 8px 18px;
  }
  #history .container .row .timeline-main .timeline li .step-content .caption {
    font-size: 1rem;
  }
  #history .container .row .timeline-main .timeline li .step-content .time {
    font-size: 11.5px;
  }
  #history .container .row .timeline-main .timeline li .step-content .text {
    margin-top: 9px;
    font-size: 12px;
  }
  #history .shape.one img {
    width: 80%;
  }
  #history .shape.two img {
    left: -31px;
    height: 500px;
  }
  .footer {
    margin-top: 9rem !important;
  }
  .footer .top-footer .container .row .box {
    height: 135px;
    padding: 4px;
  }
  .footer .top-footer .container .row .box .inner .text {
    font-size: 1.6rem;
  }
  .footer .top-footer .container .row .box .inner .social li a {
    font-size: 34px;
  }
  .footer .top-footer .container .row .box .inner .social li::before {
    top: 1px;
  }
  .footer .page-footer {
    padding: 30px 10px 25px 10px;
  }
  .footer .page-footer .container .row .content .title h6 {
    font-size: 14.5px;
  }
  .footer .page-footer .container .row .content.about .text {
    font-size: 12.5px;
  }
  .footer .page-footer .container .row .content.about .social li {
    margin-left: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .footer .page-footer .container .row .content.about .social li a {
    font-size: 21px;
  }
  .footer .page-footer .container .row .content.features ul li a {
    font-size: 12px;
  }
  .footer .page-footer .container .row .content.contact ul li {
    font-size: 11.5px;
  }
  .footer .page-footer .container .row .content.nemad ul li img {
    width: 60%;
  }
  .footer .footer-copyright {
    padding: 10px 0;
  }
  .footer .footer-copyright .container .row .right,
  .footer .footer-copyright .container .row .left {
    font-size: 11.5px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #header header .navbar {
    top: -4px;
  }
  #header header .navbar .navbar-brand img {
    width: 38px;
  }
  #header header .navbar .navbar-nav .nav-item {
    margin-left: 20px;
  }
  #header header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 12px;
  }
  #header header .navbar .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    margin-top: 0;
    font-size: 10.5px;
    padding: 5px 7px;
  }
  #header header .carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
    margin-top: 12px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 30%;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 2.8rem;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .sub {
    margin: 22px 0 25px 0;
    font-size: 15px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn {
    width: 149px;
    height: 35px;
    line-height: 36px;
    font-size: 13.5px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn span {
    left: 31%;
  }
  #header header .carousel .carousel-inner .carousel-item figure img {
    height: 70vh;
  }
  #header .header-row {
    bottom: -26%;
  }
  #header .header-row .container .box {
    height: 240px;
  }
  #header .header-row .container .box .row {
    padding: 12px;
  }
  #header .header-row .container .box .row .content img {
    width: 38px;
  }
  #header .header-row .container .box .row .content h5 {
    font-size: 15px;
  }
  #header .header-row .container .box .row .content p {
    margin: 0;
    font-size: 11.5px;
  }
  #header .header-row .container .box .row .content .btn {
    margin-top: 15px;
    width: 100px;
    padding: 3.5px 9px;
    font-size: 12px;
  }
  #service {
    margin-top: 12rem;
  }
  #service .container {
    max-width: 750px;
  }
  #service .container .title::after {
    width: 80%;
    right: 19%;
  }
  #service .container .title h3 {
    font-size: 1.3rem;
  }
  #service .container .title p {
    font-size: 11.5px;
  }
  #service .container .row {
    margin-top: 4rem;
  }
  #service .container .row .col {
    padding: 0 4px;
  }
  #service .container .row .col .card .card-img-top {
    width: 23%;
  }
  #service .container .row .col .card .card-body {
    padding: 17px 8px;
  }
  #service .container .row .col .card .card-body .card-title {
    font-size: 15.5px;
  }
  #service .container .row .col .card .card-body .card-text {
    margin-top: 15px;
    font-size: 11px;
  }
  #info {
    margin-top: 4rem;
  }
  #info .background {
    height: 290px;
  }
  #info .background .container {
    padding: 17px 0 0px 0;
  }
  #info .background .container .text p {
    font-size: 13.5px;
  }
  #info .background .container .text h2 {
    font-size: 1.5rem;
  }
  #info .background .container .row {
    margin-top: 55px;
  }
  #info .background .container .row .item img {
    width: 45px;
  }
  #info .background .container .row .item span {
    font-size: 20px;
  }
  #info .background .container .row .item p {
    font-size: 16px;
  }
  #about-us {
    margin-top: 3.5rem;
  }
  #about-us .container .title::after {
    width: 82%;
    right: 17%;
  }
  #about-us .container .title h3 {
    font-size: 1.3rem;
  }
  #about-us .container .title p {
    font-size: 11.5px;
  }
  #about-us .container .row {
    margin-top: 4rem;
  }
  #about-us .container .row .text p {
    font-size: 12px;
  }
  #about-us .container .row .text .about-btn {
    width: 22%;
    padding: 3px 26px;
    font-size: 11px;
  }
  #about-us .shape img {
    width: 263px;
    height: 480px;
  }
  #products {
    margin-top: 4rem;
  }
  #products .container .title::after {
    width: 75%;
    right: 23%;
  }
  #products .container .title h3 {
    font-size: 1.3rem;
  }
  #products .container .title p {
    font-size: 11.5px;
  }
  #products .container-fluid {
    margin-top: 4.5rem;
  }
  #products .container-fluid .row .content .owl-carousel .item .image img {
    height: 300px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
    font-size: 18px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title p {
    font-size: 10.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay {
    bottom: 4%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    padding: 12px 11px 8px 11px;
    width: 85%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
    font-size: 14.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    margin: 13px 0;
    font-size: 10.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
    font-size: 14px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
    font-size: 10px;
  }
  #products .container-fluid .row .content .owl-carousel .owl-nav button {
    font-size: 19px;
  }
  #honors {
    margin-top: 1.5rem;
  }
  #honors .container {
    max-width: 735px;
  }
  #honors .container .title::after {
    width: 75%;
    right: 22%;
  }
  #honors .container .title h3 {
    font-size: 1.3rem;
  }
  #honors .container .title p {
    font-size: 11.5px;
  }
  #honors .container .row {
    margin-top: 4.5rem;
  }
  #honors .container .row .content .item {
    padding: 9px 6px 0 11px;
  }
  #honors .container .row .content .item:hover {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  #honors .container .row .content .item::before {
    width: 2px;
  }
  #honors .container .row .content .item::after {
    width: 2px;
  }
  #honors .container .row .content .item .image {
    width: 125px;
    height: 53px;
    line-height: 30px;
  }
  #honors .container .row .content .item .image .inner img {
    width: 23px;
  }
  #honors .container .row .content .item .text .title-top {
    font-size: 14px;
  }
  #honors .container .row .content .item .text p {
    font-size: 10.5px;
  }
  #honors .container .row-two {
    margin-top: 2rem;
  }
  #users {
    margin-top: 4rem;
  }
  #users .content {
    height: 437px;
  }
  #users .content .container .title p {
    font-size: 13.5px;
  }
  #users .content .container .title h2 {
    font-size: 1.5rem;
  }
  #users .content .container .row {
    margin-top: 3rem;
  }
  #users .content .container .row .owl-carousel .item .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px 5px 10px;
  }
  #users .content .container .row .owl-carousel .item .box .fas {
    font-size: 23px;
  }
  #users .content .container .row .owl-carousel .item .box p {
    line-height: 2.3;
    padding: 0 8px;
    font-size: 11px;
  }
  #users .content .container .row .owl-carousel .item .person img {
    width: 65px;
  }
  #users .content .container .row .owl-carousel .item .person .text h6 {
    font-size: 14px;
  }
  #users .content .container .row .owl-carousel .item .person .text p {
    font-size: 12px;
  }
  .products-header #contact-head .top {
    padding-top: 16rem;
  }
  .breadcrumb-products {
    margin-top: 9rem !important;
  }
  #main-products {
    margin-top: 3rem;
  }
  #main-products .container {
    width: 90%;
    max-width: 765px;
  }
  #main-products .container .row {
    margin-right: -34px;
    margin-left: -34px;
  }
  #main-products .container .row .col-pro {
    padding-left: 4px;
    padding-right: 4px;
  }
  #main-products .container .row .card .card-body {
    padding: 8px 4px 6px 4px;
    margin-top: -2.8rem;
  }
  #main-products .container .row .card .card-body .card-title {
    font-size: 12.5px;
  }
  #main-products .container .row .card .card-body .card-text {
    font-size: 10px;
    margin-bottom: 0;
  }
  #main-products .container .row .card .card-body .bottom .btn-buy {
    font-size: 9px;
    width: 81px;
    height: 22px;
    line-height: 21px;
  }
  #main-products .container .lightbox .close {
    font-size: 26px !important;
  }
  #main-products .container .lightbox[style='display: block;'] img {
    width: 76% !important;
  }
  #main-products .container #modal-buy .modal-dialog {
    max-width: 90%;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text {
    font-size: 15px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text i {
    font-size: 27px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .title {
    font-size: 13.5px;
  }
  #main-products .container .pagination .page-item {
    margin-left: 16px;
  }
  #main-products .container .pagination .page-item a {
    font-size: 12px;
  }
  #main-products .shape {
    top: 15%;
  }
  #main-products .shape img {
    width: 75%;
  }
  .products-header .head .phone {
    right: 138px;
  }
  .contact-header .head {
    height: 340px !important;
  }
  .contact-header .head .home-contact {
    left: 26px;
    font-size: 11.5px;
    width: 105px;
    height: 28px;
    line-height: 24px;
  }
  .contact-header .head .home-contact .fas {
    font-size: 11.5px;
  }
  .contact-header .head .top .title {
    font-size: 2.5rem !important;
  }
  .contact-header .head .top .txt {
    font-size: 14px !important;
  }
  .contact-header .head .top .go-down {
    margin-top: 25px !important;
    font-size: 14px;
  }
  #contact-main .container-fluid .row .col-contact {
    padding-left: 7px;
    padding-right: 2px;
  }
  #contact-main .container-fluid .row .right {
    height: 90%;
  }
  #contact-main .container-fluid .row .right .title h3 {
    font-size: 1.2rem;
  }
  #contact-main .container-fluid .row .right .item {
    margin-top: 24px;
  }
  #contact-main .container-fluid .row .right .item .tit {
    font-size: 14px;
  }
  #contact-main .container-fluid .row .right .item .tit .fas {
    font-size: 18px;
  }
  #contact-main .container-fluid .row .right .item p {
    margin-top: 6px;
    text-align: right;
    font-size: 12px;
    line-height: 2;
  }
  #contact-main .container-fluid .row .right ul li a {
    width: 32px;
    height: 32px;
    margin-left: 5px;
  }
  #contact-main .container-fluid .row .right ul li a .fab {
    font-size: 25px;
    line-height: 32px;
  }
  #contact-main .container-fluid .row .right .note {
    line-height: 2;
    font-size: 11px;
    padding: 14px 5px;
  }
  #contact-main .container-fluid .row .left {
    height: 90%;
  }
  #contact-footer {
    margin-top: 2.5rem !important;
  }
  #question-header .head .row .top .title {
    margin-top: 100px;
    font-size: 2.5rem;
  }
  #question-header .head .row .top p {
    font-size: 14px;
  }
  #question-header .head .row .top .go-down {
    margin-top: 45px;
  }
  #question-header .head .row .top .go-down a {
    font-size: 13px;
  }
  #question-header .head .row .shape .image {
    width: 55%;
  }
  #question-header .head .row .home,
  #question-header .head .row .phone {
    width: 117px;
    height: 30px;
    line-height: 27px;
    font-size: 12px;
  }
  #question-header .head .row .home .fas,
  #question-header .head .row .phone .fas {
    font-size: 12px;
  }
  #question-header .head .row .home {
    right: 34px;
    top: 14px;
  }
  #question-header .head .row .phone {
    right: 168px;
    top: 14px;
  }
  #question-main {
    margin: 2rem 0 8rem 0;
  }
  #question-main .container .row .accordion {
    max-height: 514px;
  }
  #question-main .container .row .accordion::-webkit-scrollbar {
    width: 6px;
  }
  #question-main .container .row .accordion .card .card-header {
    padding: 22px 30px;
  }
  #question-main .container .row .accordion .card .card-header a {
    font-size: 13px;
  }
  #question-main .container .row .accordion .card .card-header .fa {
    font-size: 11.5px !important;
  }
  #question-main .container .row .accordion .card .cols .card-body p {
    font-size: 12px;
  }
  #question-main .shape {
    right: -65px;
  }
  .btn-top {
    bottom: 12px;
    right: 22px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 27px;
  }
  .btn-top a .fas {
    font-size: 17px !important;
  }
  #about-header .head .home,
  #about-header .head .phone {
    width: 105px;
    height: 30px;
    line-height: 28px;
    font-size: 11px;
  }
  #about-header .head .home .fas,
  #about-header .head .phone .fas {
    font-size: 11px;
  }
  #about-header .head .home {
    left: 140px;
  }
  #about-header .head .top .title {
    font-size: 2.9rem;
  }
  #about-header .head .top p {
    font-size: 14.5px;
  }
  #about-header .head .top .go-down a {
    font-size: 12.5px;
  }
  #breadcrumb .breadcrumb {
    padding: 8px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 11px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #c2c2c2;
  }
  .breadcrumb-about {
    margin-top: 10rem !important;
  }
  #history {
    margin-top: 3.5rem;
  }
  #history .container {
    max-width: 735px;
  }
  #history .container .title h2 {
    font-size: 1.5rem;
  }
  #history .container .title::before {
    right: 12%;
    width: 25%;
  }
  #history .container .title::after {
    left: 12%;
    width: 25%;
  }
  #history .container .row {
    margin-top: 2rem;
  }
  #history .container .row .timeline-main .stepper-vertical {
    padding: 15px 41px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content {
    margin-bottom: 0;
    padding: 18px 18px 3px 18px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .caption {
    font-size: 14px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .time {
    font-size: 10.5px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .text {
    margin-top: 9px;
    font-size: 11px;
  }
  #history .container .row .timeline-main .stepper-vertical li::after {
    left: 50% !important;
  }
  #history .container .row .timeline-main .stepper-vertical li a {
    left: 50%;
  }
  #history .container .row .timeline-main .stepper-vertical li a .circle {
    width: 19px !important;
    height: 19px !important;
    margin-left: -11px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content {
    position: relative;
    left: -47.5% !important;
    float: left;
    width: 50%;
    border-radius: 2px;
  }
  #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content::before, #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content::after {
    right: -15px;
    border-left-width: 15px;
    border-right-width: 0;
    left: 100%;
  }
  #history .container .row .timeline-main .stepper-vertical li.timeline-inverted .step-content {
    margin-right: 14px;
    position: relative;
    float: right;
    left: 3rem;
    width: 51% !important;
    border-radius: 2px;
  }
  #history .shape.one img {
    width: 60%;
  }
  #history .shape.two img {
    left: -25px;
    height: 400px;
  }
  .footer {
    margin-top: 9rem !important;
  }
  .footer .top-footer .container .row .box {
    height: 120px;
    padding: 4px;
  }
  .footer .top-footer .container .row .box .inner .text {
    font-size: 1.3rem;
  }
  .footer .top-footer .container .row .box .inner .social li {
    margin-left: 35px;
  }
  .footer .top-footer .container .row .box .inner .social li a {
    font-size: 30px;
  }
  .footer .top-footer .container .row .box .inner .social li::before {
    top: 0;
    height: 41px;
  }
  .footer .page-footer {
    padding: 25px 10px 25px 10px;
  }
  .footer .page-footer .container .row .content .title h6 {
    font-size: 13.5px;
  }
  .footer .page-footer .container .row .content.about .text {
    font-size: 11.5px;
  }
  .footer .page-footer .container .row .content.about .social li {
    margin-left: 11px;
    width: 32px;
    height: 32px;
    line-height: 33px;
  }
  .footer .page-footer .container .row .content.about .social li a {
    font-size: 18px;
  }
  .footer .page-footer .container .row .content.features ul li a {
    font-size: 11.5px;
  }
  .footer .page-footer .container .row .content.contact ul li {
    font-size: 10.5px;
  }
  .footer .page-footer .container .row .content.nemad ul li img {
    width: 58%;
  }
  .footer .footer-copyright {
    padding: 9px 0;
  }
  .footer .footer-copyright .container .row .right,
  .footer .footer-copyright .container .row .left {
    font-size: 11px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .row {
    margin-left: -11px;
  }
  #header header .navbar {
    display: none;
  }
  #header header #btn-side {
    display: block;
  }
  #header header .carousel .carousel-indicators li {
    width: 5px;
    height: 5px;
    margin-top: 10px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption {
    right: 3%;
    left: 3%;
    bottom: 36%;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 2.5rem;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .sub {
    margin: 22px 0 25px 0;
    font-size: 17px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn {
    width: 142px;
    height: 37px;
    line-height: 35px;
    font-size: 14px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn span {
    left: 27%;
  }
  #header header .carousel .carousel-inner .carousel-item figure img {
    height: 70vh;
  }
  #header .header-row {
    bottom: -18%;
  }
  #header .header-row .container {
    max-width: 100%;
  }
  #header .header-row .container .box {
    height: auto;
  }
  #header .header-row .container .box .row {
    padding: 7px;
  }
  #header .header-row .container .box .row .content {
    overflow: hidden;
  }
  #header .header-row .container .box .row .content img {
    width: 38px;
  }
  #header .header-row .container .box .row .content h5 {
    font-size: 16px;
  }
  #header .header-row .container .box .row .content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.8;
  }
  #header .header-row .container .box .row .content .btn {
    margin-top: 15px;
    width: 80px;
    padding: 6px 9px;
    font-size: 11px;
  }
  #service {
    margin-top: 10rem;
  }
  #service .container {
    max-width: 750px;
  }
  #service .container .title::after {
    width: 72%;
    right: 126px;
  }
  #service .container .title h3 {
    font-size: 1.2rem;
  }
  #service .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #service .container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3.5rem;
  }
  #service .container .row .col {
    padding: 0 3px;
    margin-top: 7px;
  }
  #service .container .row .col .card {
    overflow: hidden;
    height: 100%;
  }
  #service .container .row .col .card::before {
    bottom: 1px;
  }
  #service .container .row .col .card::after {
    bottom: 1px;
  }
  #service .container .row .col .card .card-img-top {
    width: 19%;
  }
  #service .container .row .col .card .card-body {
    padding: 12px 4px;
  }
  #service .container .row .col .card .card-body .card-title {
    font-size: 14.5px;
  }
  #service .container .row .col .card .card-body .card-text {
    margin-top: 15px;
    font-size: 12.5px;
  }
  #info {
    margin-top: 3.5rem;
  }
  #info .background {
    height: 255px;
  }
  #info .background .container {
    padding: 14px 0 0 0;
  }
  #info .background .container .text p {
    font-size: 14.5px;
  }
  #info .background .container .text h2 {
    font-size: 1.4rem;
  }
  #info .background .container .row {
    margin-top: 55px;
  }
  #info .background .container .row .item img {
    width: 40px;
  }
  #info .background .container .row .item span {
    margin: 5px 0 0 0;
    font-size: 18px;
  }
  #info .background .container .row .item p {
    font-size: 15px;
  }
  #about-us {
    margin-top: 3.5rem;
  }
  #about-us .container .title::after {
    width: 76%;
    right: 109px;
  }
  #about-us .container .title h3 {
    font-size: 1.2rem;
  }
  #about-us .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #about-us .container .row {
    margin-top: 3rem;
  }
  #about-us .container .row .text p {
    font-size: 13.5px;
  }
  #about-us .container .row .text .about-btn {
    width: 23%;
    padding: 5px 26px;
    font-size: 11.5px;
  }
  #about-us .shape img {
    width: 200px;
    height: 590px;
  }
  #products {
    margin-top: 3.5rem;
  }
  #products .container .title::after {
    width: 73%;
    right: 147px;
  }
  #products .container .title h3 {
    font-size: 1.2rem;
  }
  #products .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #products .container-fluid {
    margin-top: 4rem;
  }
  #products .container-fluid .row .content .owl-carousel .item .image img {
    height: 250px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
    font-size: 18px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title p {
    font-size: 11px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay {
    bottom: 4%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    padding: 11px 10px 7px 10px;
    width: 85%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
    font-size: 14px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    margin: 11px 0;
    font-size: 11.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom {
    margin-top: 10px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
    font-size: 18px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
    font-size: 11px;
  }
  #products .container-fluid .row .content .owl-carousel .owl-nav button {
    font-size: 17px;
  }
  #honors {
    margin-top: 1.5rem;
  }
  #honors .container {
    max-width: 735px;
  }
  #honors .container .title::after {
    width: 70%;
    right: 143px;
  }
  #honors .container .title h3 {
    font-size: 1.2rem;
  }
  #honors .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #honors .container .row {
    margin-top: 4rem;
  }
  #honors .container .row .col-3 {
    margin-top: 20px;
  }
  #honors .container .row .content .item {
    padding: 9px 6px 0 11px;
  }
  #honors .container .row .content .item:hover {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  #honors .container .row .content .item::before {
    width: 2px;
  }
  #honors .container .row .content .item::after {
    width: 2px;
  }
  #honors .container .row .content .item .image {
    width: 105px;
    height: 51px;
    line-height: 27px;
  }
  #honors .container .row .content .item .image .inner img {
    width: 25px;
  }
  #honors .container .row .content .item .text .title-top {
    font-size: 14px;
  }
  #honors .container .row .content .item .text p {
    font-size: 12px;
    text-align: right;
  }
  #honors .container .row-two {
    margin-top: 2rem;
  }
  #users {
    margin-top: 3rem;
  }
  #users .content {
    padding: 14px 0;
    height: 410px;
  }
  #users .content .container .title p {
    font-size: 14.5px;
  }
  #users .content .container .title h2 {
    font-size: 1.4rem;
  }
  #users .content .container .row {
    margin-top: 15px;
  }
  #users .content .container .row .owl-carousel .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #users .content .container .row .owl-carousel .item .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 5px 5px 5px;
  }
  #users .content .container .row .owl-carousel .item .box .fas {
    font-size: 16px;
  }
  #users .content .container .row .owl-carousel .item .box p {
    margin-bottom: 0;
    line-height: 2.2;
    padding: 0 6px;
    font-size: 12px;
  }
  #users .content .container .row .owl-carousel .item .box::after {
    right: 80%;
    top: -8px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    border-width: 10px;
  }
  #users .content .container .row .owl-carousel .item .person img {
    width: 45px;
  }
  #users .content .container .row .owl-carousel .item .person .text {
    margin-right: 7px;
  }
  #users .content .container .row .owl-carousel .item .person .text h6 {
    margin-bottom: 3px;
    font-size: 14px;
  }
  #users .content .container .row .owl-carousel .item .person .text p {
    font-size: 12px;
  }
  #footer {
    margin-top: 7rem !important;
  }
  .products-header #product-head .top {
    padding-top: 13rem !important;
  }
  .products-header #product-head .top .sub {
    font-size: 18px;
  }
  .breadcrumb-products {
    margin-top: 8rem !important;
  }
  #main-products {
    margin-top: 3rem;
  }
  #main-products .container {
    width: 95%;
    max-width: 570px;
  }
  #main-products .container .row .col-last {
    margin-top: 30px;
  }
  #main-products .container .row .card .card-body {
    padding: 8px 4px 6px 4px;
    margin-top: -2.8rem;
  }
  #main-products .container .row .card .card-body .card-title {
    font-size: 15px;
  }
  #main-products .container .row .card .card-body .card-text {
    font-size: 12.5px;
    margin-bottom: 10px;
  }
  #main-products .container .row .card .card-body .bottom .btn-buy {
    font-size: 10.5px;
    width: 87px;
    height: 24px;
    line-height: 22px;
  }
  #main-products .container .lightbox .close {
    font-size: 23px !important;
  }
  #main-products .container .lightbox[style='display: block;'] img {
    width: 80% !important;
  }
  #main-products .container #modal-buy .modal-dialog {
    max-width: 96%;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body {
    padding: 26px 5px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text {
    font-size: 13px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text i {
    font-size: 25px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .title {
    font-size: 15px;
  }
  #main-products .container .pagination {
    margin-top: 3rem;
  }
  #main-products .container .pagination .page-item {
    margin-left: 10px;
  }
  #main-products .container .pagination .page-item a {
    font-size: 11px;
  }
  #main-products .shape {
    top: 30%;
  }
  #main-products .shape img {
    width: 70%;
  }
  .products-header .head {
    height: 285px !important;
  }
  .products-header .head .phone {
    right: 123px;
  }
  .contact-header .head {
    height: 305px !important;
  }
  .contact-header .head .home-contact {
    left: 20px;
    font-size: 12px;
    width: 95px;
    height: 27px;
    line-height: 23px;
  }
  .contact-header .head .home-contact .fas {
    font-size: 11px;
  }
  .contact-header .head .top .title {
    font-size: 2.2rem !important;
  }
  .contact-header .head .top .txt {
    font-size: 15.5px !important;
  }
  .contact-header .head .top .go-down {
    margin-top: 25px !important;
    font-size: 14px;
  }
  #contact-main {
    margin-top: 1rem;
  }
  #contact-main .container-fluid .row .col-contact {
    padding-left: 7px;
    padding-right: 2px;
  }
  #contact-main .container-fluid .row .right {
    height: 100%;
  }
  #contact-main .container-fluid .row .right .title h3 {
    font-size: 1.2rem;
  }
  #contact-main .container-fluid .row .right .item {
    margin-top: 24px;
  }
  #contact-main .container-fluid .row .right .item .tit {
    font-size: 15.5px;
  }
  #contact-main .container-fluid .row .right .item .tit .fas {
    font-size: 18px;
  }
  #contact-main .container-fluid .row .right .item p {
    margin-top: 6px;
    text-align: right;
    font-size: 13.5px;
    line-height: 2;
  }
  #contact-main .container-fluid .row .right ul li a {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }
  #contact-main .container-fluid .row .right ul li a .fab {
    font-size: 22px;
    line-height: 34px;
  }
  #contact-main .container-fluid .row .right .note {
    line-height: 2;
    font-size: 12px;
    padding: 14px 5px;
  }
  #contact-main .container-fluid .row .left {
    margin-top: 20px;
    height: 450px;
  }
  #contact-footer {
    margin-top: 32rem !important;
  }
  #question-header .head .row {
    position: relative;
  }
  #question-header .head .row .col-back {
    left: 0;
    top: 0;
    position: absolute;
  }
  #question-header .head .row .top {
    z-index: 9999;
    text-align: right;
  }
  #question-header .head .row .top .title {
    margin-top: 100px;
    font-size: 2.2rem;
  }
  #question-header .head .row .top p {
    margin-top: 22px;
    font-size: 15.5px;
  }
  #question-header .head .row .top .go-down {
    display: none;
  }
  #question-header .head .row .shape {
    bottom: 19px;
  }
  #question-header .head .row .shape .image {
    width: 35%;
    left: 18%;
  }
  #question-header .head .row .home,
  #question-header .head .row .phone {
    width: 102px;
    height: 29px;
    line-height: 27px;
    font-size: 11.5px;
  }
  #question-header .head .row .home .fas,
  #question-header .head .row .phone .fas {
    font-size: 11px;
  }
  #question-header .head .row .home {
    right: 41px;
    top: 14px;
  }
  #question-header .head .row .phone {
    right: 156px;
    top: 14px;
  }
  .breadcrumb-ques {
    margin-top: 4rem !important;
  }
  #question-main {
    margin: 1.5rem 0 8rem 0;
  }
  #question-main .container {
    max-width: 585px;
  }
  #question-main .container .row .accordion::-webkit-scrollbar {
    width: 5px;
  }
  #question-main .container .row .accordion .card .card-header {
    padding: 20px 10px 20px 15px;
  }
  #question-main .container .row .accordion .card .card-header a {
    font-size: 13.5px;
  }
  #question-main .container .row .accordion .card .card-header .fa {
    font-size: 12px !important;
  }
  #question-main .container .row .accordion .card .cols .card-body {
    padding-top: 0;
  }
  #question-main .container .row .accordion .card .cols .card-body p {
    font-size: 13px;
  }
  #question-main .shape {
    right: -85px;
  }
  .btn-top {
    bottom: 12px;
    right: 22px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 25px;
  }
  .btn-top a .fas {
    font-size: 16px !important;
  }
  #about-header .head {
    height: 290px;
  }
  #about-header .head .home,
  #about-header .head .phone {
    width: 90px;
    height: 27px;
    line-height: 22px;
    font-size: 11px;
  }
  #about-header .head .home .fas,
  #about-header .head .phone .fas {
    font-size: 10.5px;
  }
  #about-header .head .home {
    left: 125px;
  }
  #about-header .head .top {
    padding-top: 14rem;
  }
  #about-header .head .top .title {
    font-size: 2.4rem;
  }
  #about-header .head .top p {
    font-size: 16px;
  }
  #about-header .head .top .go-down {
    margin-top: 28px;
  }
  #about-header .head .top .go-down a {
    font-size: 12px;
  }
  #breadcrumb .breadcrumb {
    padding: 7px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #c2c2c2;
  }
  .breadcrumb-about {
    margin-top: 7.5rem !important;
  }
  #history {
    margin-top: 3.5rem;
  }
  #history .container .title h2 {
    font-size: 1.5rem;
  }
  #history .container .title::before {
    right: 9%;
    width: 25%;
  }
  #history .container .title::after {
    left: 9%;
    width: 25%;
  }
  #history .container .row {
    margin-top: 2rem;
  }
  #history .container .row .timeline-main .stepper-vertical {
    padding: 12px 40px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content {
    margin-bottom: 0;
    padding: 12px 16px 0 16px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .caption {
    font-size: 15px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .time {
    font-size: 11px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .text {
    margin-top: 3px;
    font-size: 12px;
  }
  #history .container .row .timeline-main .stepper-vertical li::after {
    left: 50% !important;
  }
  #history .container .row .timeline-main .stepper-vertical li a {
    left: 50%;
  }
  #history .container .row .timeline-main .stepper-vertical li a .circle {
    width: 17px !important;
    height: 17px !important;
    margin-left: -9px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content {
    position: relative;
    left: -47.5% !important;
    float: left;
    width: 50%;
    border-radius: 2px;
  }
  #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content::before, #history .container .row .timeline-main .stepper-vertical li.left-timeline .step-content::after {
    right: -15px;
    border-left-width: 15px;
    border-right-width: 0;
    left: 100%;
  }
  #history .container .row .timeline-main .stepper-vertical li.timeline-inverted .step-content {
    margin-right: 14px;
    position: relative;
    float: right;
    left: 3rem;
    width: 51% !important;
    border-radius: 2px;
  }
  #history .shape.one img {
    width: 50%;
  }
  #history .shape.two img {
    left: -25px;
    height: 300px;
  }
  .footer {
    margin-top: 6rem !important;
  }
  .footer .top-footer .container .row .box {
    bottom: -43px;
    height: 100px;
    padding: 4px;
  }
  .footer .top-footer .container .row .box .inner .text {
    font-size: 1.2rem;
  }
  .footer .top-footer .container .row .box .inner .social li {
    margin-left: 32px;
  }
  .footer .top-footer .container .row .box .inner .social li a {
    font-size: 27px;
  }
  .footer .top-footer .container .row .box .inner .social li::before {
    top: 0;
    height: 34px;
  }
  .footer .page-footer {
    padding: 10px 10px 25px 10px;
  }
  .footer .page-footer .container {
    padding-right: 5px;
    padding-left: 5px;
  }
  .footer .page-footer .container .row .column-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer .page-footer .container .row .column-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer .page-footer .container .row .column-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer .page-footer .container .row .column-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .footer .page-footer .container .row .content .title h6 {
    font-size: 14.5px;
  }
  .footer .page-footer .container .row .content.about .text {
    font-size: 12.5px;
  }
  .footer .page-footer .container .row .content.about .social li {
    margin-left: 18px;
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
  .footer .page-footer .container .row .content.about .social li a {
    font-size: 18px;
  }
  .footer .page-footer .container .row .content.features ul li a {
    font-size: 12px;
  }
  .footer .page-footer .container .row .content.contact ul li {
    font-size: 12px;
  }
  .footer .page-footer .container .row .content.nemad ul li img {
    width: 32%;
  }
  .footer .footer-copyright {
    padding: 8px 0;
  }
  .footer .footer-copyright .container .row .right,
  .footer .footer-copyright .container .row .left {
    font-size: 11px;
  }
}

@media (min-width: 500px) and (max-width: 576px) {
  #products .container-fluid .row {
    margin-right: 0;
  }
  #products .container-fluid .row .content .owl-carousel .item .image img {
    height: 220px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
    font-size: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title p {
    font-size: 9.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay {
    bottom: 4%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    border-radius: 6px;
    padding: 9px 9px 5px 9px;
    width: 86%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
    font-size: 13px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    margin: 11px 0;
    font-size: 10.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom {
    margin-top: 12px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
    font-size: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
    font-size: 10px;
    padding: 3px 7px;
  }
  #products .container-fluid .row .content .owl-carousel .owl-nav button {
    font-size: 15px;
  }
}

@media (min-width: 400px) and (max-width: 500px) {
  #products .container-fluid {
    margin-top: 4rem;
  }
  #products .container-fluid .row {
    margin-right: 0;
  }
  #products .container-fluid .row .content .owl-carousel .item .image img {
    height: 220px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
    font-size: 19px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title p {
    font-size: 12px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay {
    bottom: 4%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    border-radius: 6px;
    padding: 9px 9px 5px 9px;
    width: 86%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
    font-size: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    margin: 11px 0;
    font-size: 12px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom {
    margin-top: 12px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li {
    margin-left: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
    font-size: 17px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
    font-size: 11px;
    padding: 5px 9px;
  }
  #products .container-fluid .row .content .owl-carousel .owl-nav button {
    font-size: 15px;
  }
}

@media (min-width: 400px) and (max-width: 576px) {
  #header header .navbar {
    display: none;
  }
  #header header #btn-side {
    display: block;
  }
  #header header #btn-side img {
    width: 18px;
  }
  #header header .carousel .carousel-indicators li {
    border-width: 2px;
    width: 5px;
    height: 5px;
    margin-top: 13px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog {
    width: 227px !important;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo .close {
    font-size: 1.3rem !important;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo img {
    width: 37px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .title h5 {
    font-size: 1.1rem;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li a {
    font-size: 13.5px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li.drop .coll-side ul li a {
    font-size: 11.5px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption {
    right: 1%;
    left: 1%;
    bottom: 30%;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 1.8rem;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .sub {
    margin: 18px 0 20px 0;
    font-size: 14px;
    line-height: 2;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn {
    width: 110px;
    height: 28px;
    line-height: 27px;
    font-size: 12px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn span {
    left: 25%;
  }
  #header header .carousel .carousel-inner .carousel-item figure img {
    height: 50vh;
  }
  #header .header-row {
    position: relative;
  }
  #header .header-row .container .box {
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 20%;
    z-index: 999;
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    border: 0;
  }
  #header .header-row .container .box .row {
    padding: 12px;
  }
  #header .header-row .container .box .row .content {
    padding: 13px 5px 8px 5px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ececec;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 10px #e2e2e2;
            box-shadow: 1px 1px 10px #e2e2e2;
    overflow: hidden;
  }
  #header .header-row .container .box .row .content img {
    width: 41px;
  }
  #header .header-row .container .box .row .content h5 {
    font-size: 16px;
  }
  #header .header-row .container .box .row .content p {
    margin: 0;
    margin-top: 12px;
    font-size: 12.5px;
    line-height: 1.8;
  }
  #header .header-row .container .box .row .content .btn {
    margin-top: 15px;
    width: 95px;
    padding: 5px 9px;
    font-size: 11.5px;
  }
  #service {
    margin-top: 2rem;
  }
  #service .container .title::after {
    width: 70%;
    right: 105px;
  }
  #service .container .title h3 {
    font-size: 16.5px;
  }
  #service .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #service .container .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
  }
  #service .container .row .col {
    padding: 0 5px;
    margin-top: 9px;
  }
  #service .container .row .col .card {
    width: 95%;
    margin: auto;
    overflow: hidden;
    height: 100%;
  }
  #service .container .row .col .card::before {
    bottom: 1px;
  }
  #service .container .row .col .card::after {
    bottom: 1px;
  }
  #service .container .row .col .card .card-img-top {
    width: 22%;
  }
  #service .container .row .col .card .card-body {
    padding: 10px 4px;
  }
  #service .container .row .col .card .card-body .card-title {
    font-size: 13.5px;
  }
  #service .container .row .col .card .card-body .card-text {
    margin-top: 10px;
    font-size: 12px;
  }
  #info {
    margin-top: 3rem;
  }
  #info .background {
    height: 230px;
  }
  #info .background .container {
    padding: 15px 0 0 0;
  }
  #info .background .container .text p {
    margin-bottom: 7px;
    font-size: 13px;
  }
  #info .background .container .text h2 {
    font-size: 1.2rem;
  }
  #info .background .container .text h2::after {
    bottom: -9px;
  }
  #info .background .container .row {
    margin-top: 45px;
  }
  #info .background .container .row .item img {
    width: 30px;
  }
  #info .background .container .row .item span {
    margin: 5px 0 0 0;
    font-size: 16px;
  }
  #info .background .container .row .item p {
    font-size: 14.5px;
  }
  #about-us {
    margin-top: 3rem;
  }
  #about-us .container .title::after {
    width: 71%;
    right: 96px;
  }
  #about-us .container .title h3 {
    font-size: 16.5px;
  }
  #about-us .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #about-us .container .row {
    margin-right: 0;
    margin-top: 2.5rem;
  }
  #about-us .container .row .text p {
    font-size: 13px;
  }
  #about-us .container .row .text .about-btn {
    width: 27%;
    padding: 3px 20px;
    font-size: 11.5px;
  }
  #about-us .container .row .image {
    margin-top: 20px;
  }
  #about-us .container .row .image img {
    width: 92% !important;
    margin: auto;
  }
  #about-us .shape {
    display: none;
  }
  #products {
    margin-top: 2rem;
  }
  #products .container .title::after {
    width: 62%;
    right: 125px;
  }
  #products .container .title h3 {
    font-size: 16.5px;
  }
  #products .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #honors {
    margin-top: 1rem;
  }
  #honors .container {
    max-width: 735px;
  }
  #honors .container .title::after {
    width: 63%;
    right: 118px;
  }
  #honors .container .title h3 {
    font-size: 16.5px;
  }
  #honors .container .title p {
    margin-top: 0;
    font-size: 12px;
  }
  #honors .container .row {
    margin-right: 0;
    margin-top: 3.5rem;
  }
  #honors .container .row .content .item {
    margin-top: 7px;
    -webkit-box-shadow: 1px 1px 10px #e6e6e6;
            box-shadow: 1px 1px 10px #e6e6e6;
    padding: 9px 6px 0 11px;
  }
  #honors .container .row .content .item:hover {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  #honors .container .row .content .item::before {
    width: 2px;
  }
  #honors .container .row .content .item::after {
    width: 2px;
  }
  #honors .container .row .content .item .image {
    width: 85px;
    height: 50px;
    line-height: 25px;
  }
  #honors .container .row .content .item .image .inner img {
    width: 22px;
  }
  #honors .container .row .content .item .text {
    margin-right: 10px;
  }
  #honors .container .row .content .item .text .title-top {
    font-size: 14px;
  }
  #honors .container .row .content .item .text p {
    font-size: 11.5px;
    text-align: right;
  }
  #honors .container .row-two {
    margin-top: 1rem;
  }
  #users {
    margin-top: 2.5rem;
  }
  #users .content {
    padding: 12px 0;
    height: 370px;
  }
  #users .content .container .title p {
    margin-bottom: 7px;
    font-size: 13px;
  }
  #users .content .container .title h2 {
    font-size: 1.2rem;
  }
  #users .content .container .row {
    margin-right: 0;
    margin-top: 45px;
  }
  #users .content .container .row .owl-carousel .item .box {
    padding: 14px 9px 10px 9px;
  }
  #users .content .container .row .owl-carousel .item .box .fas {
    font-size: 15px;
  }
  #users .content .container .row .owl-carousel .item .box p {
    margin-bottom: 0;
    line-height: 2.3;
    padding: 0 6px;
    font-size: 12px;
  }
  #users .content .container .row .owl-carousel .item .person img {
    width: 50px;
  }
  #users .content .container .row .owl-carousel .item .person .text {
    margin-right: 7px;
  }
  #users .content .container .row .owl-carousel .item .person .text h6 {
    margin-bottom: 3px;
    font-size: 13px;
  }
  #users .content .container .row .owl-carousel .item .person .text p {
    font-size: 12px;
  }
  .breadcrumb-products {
    margin-top: 7rem !important;
  }
  #main-products {
    margin-top: 2rem;
  }
  #main-products .container {
    width: 340px;
  }
  #main-products .container .row .col-pro {
    margin-top: 20px;
  }
  #main-products .container .row .card .card-body {
    padding: 8px 4px 6px 4px;
    margin-top: -2.6rem;
  }
  #main-products .container .row .card .card-body .card-title {
    font-size: 15px;
  }
  #main-products .container .row .card .card-body .card-text {
    font-size: 13px;
    margin-bottom: 10px;
  }
  #main-products .container .row .card .card-body .bottom .btn-buy {
    font-size: 10.5px;
    width: 82px;
    height: 25px;
    line-height: 23px;
  }
  #main-products .container .lightbox .close {
    font-size: 23px !important;
  }
  #main-products .container .lightbox[style='display: block;'] img {
    width: 85% !important;
  }
  #main-products .container #modal-buy .modal-dialog {
    max-width: 90%;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body {
    padding: 22px 5px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content {
    text-align: right;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text {
    line-height: 2.2;
    font-size: 12.5px;
    display: inline-block !important;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text a {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text i {
    padding-left: 3px;
    font-size: 15px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .title {
    font-size: 15px;
  }
  #main-products .container .pagination {
    margin-top: 2.8rem;
  }
  #main-products .container .pagination .page-item {
    margin-left: 10px;
  }
  #main-products .container .pagination .page-item a {
    font-size: 13px;
  }
  #main-products .shape {
    top: 40%;
  }
  #main-products .shape img {
    width: 50%;
  }
  .products-header .head {
    height: 255px !important;
  }
  .products-header .head .top .sub {
    font-size: 16px !important;
  }
  .products-header .head .phone {
    right: 117px;
  }
  .products-header .head .phone, .products-header .head .home {
    border-width: 1px !important;
  }
  .contact-header .head {
    height: 265px !important;
  }
  .contact-header .head .home-contact {
    left: 10px;
    font-size: 10.5px;
    width: 90px;
    height: 27px;
    line-height: 24px;
    top: 13px;
    border-width: 1px;
  }
  .contact-header .head .home-contact .fas {
    font-size: 10px;
  }
  .contact-header .head .top {
    padding-top: 2.9rem !important;
  }
  .contact-header .head .top .title {
    font-size: 1.8rem !important;
  }
  .contact-header .head .top .txt {
    margin-top: 13px !important;
    font-size: 13.5px !important;
  }
  .contact-header .head .top .go-down {
    margin-top: 22px !important;
    font-size: 14px;
  }
  .breadcrumb-contact {
    margin-top: 0 !important;
  }
  #contact-main {
    margin-top: 10px;
  }
  #contact-main .container-fluid .row .col-contact {
    padding-left: 0;
    padding-right: 4px;
  }
  #contact-main .container-fluid .row .right {
    padding: 25px 15px;
    height: 100%;
  }
  #contact-main .container-fluid .row .right .title h3 {
    font-size: 1.1rem;
  }
  #contact-main .container-fluid .row .right .item {
    margin-top: 22px;
  }
  #contact-main .container-fluid .row .right .item .tit {
    font-size: 14.5px;
  }
  #contact-main .container-fluid .row .right .item .tit .fas {
    font-size: 16px;
  }
  #contact-main .container-fluid .row .right .item p {
    margin-top: 6px;
    text-align: right;
    font-size: 12.5px;
    line-height: 2;
  }
  #contact-main .container-fluid .row .right ul li a {
    width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  #contact-main .container-fluid .row .right ul li a .fab {
    font-size: 16px !important;
    line-height: 29px;
  }
  #contact-main .container-fluid .row .right .note {
    margin-top: 19px;
    line-height: 2;
    font-size: 11px;
    padding: 10px 5px;
  }
  #contact-main .container-fluid .row .left {
    margin-top: 20px;
    height: 450px;
  }
  #contact-footer {
    margin-top: 27rem !important;
  }
  #question-header .head .row {
    position: relative;
  }
  #question-header .head .row .col-text {
    padding-right: 1.9rem !important;
  }
  #question-header .head .row .col-back {
    width: 55%;
    left: 0;
    top: 0;
    position: absolute;
  }
  #question-header .head .row .top {
    z-index: 9999;
    text-align: right;
  }
  #question-header .head .row .top .title {
    margin-top: 90px;
    font-size: 1.7rem;
  }
  #question-header .head .row .top p {
    margin-top: 17px;
    font-size: 14px;
  }
  #question-header .head .row .top .go-down {
    display: none;
  }
  #question-header .head .row .shape {
    bottom: 19px;
  }
  #question-header .head .row .shape .image {
    width: 35%;
    left: 18%;
  }
  #question-header .head .row .home,
  #question-header .head .row .phone {
    width: 85px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    border-width: 1px;
  }
  #question-header .head .row .home .fas,
  #question-header .head .row .phone .fas {
    font-size: 11px;
  }
  #question-header .head .row .home {
    right: 25px;
    top: 14px;
  }
  #question-header .head .row .phone {
    right: 120px;
    top: 14px;
  }
  .breadcrumb-ques {
    margin-top: 2rem !important;
  }
  #question-main {
    margin: 1.5rem 0 5rem 0;
  }
  #question-main .container .col-main {
    padding-left: 7px;
    padding-right: 7px;
  }
  #question-main .container .row .accordion {
    max-height: 485px;
  }
  #question-main .container .row .accordion::-webkit-scrollbar {
    width: 4px;
  }
  #question-main .container .row .accordion .card::before {
    width: 5px;
  }
  #question-main .container .row .accordion .card .card-header {
    padding: 18px 0 18px 8px;
  }
  #question-main .container .row .accordion .card .card-header a {
    font-size: 12px;
  }
  #question-main .container .row .accordion .card .card-header .fa {
    font-size: 10px !important;
  }
  #question-main .container .row .accordion .card .cols .card-body {
    padding: 4px 22px;
  }
  #question-main .container .row .accordion .card .cols .card-body p {
    font-size: 12px;
  }
  #question-main .shape {
    top: -7%;
    right: -125px;
  }
  #ques-footer {
    margin-top: 10.5rem;
  }
  .row {
    margin-left: 0 !important;
  }
  .btn-top {
    bottom: 7px;
    right: 17px;
    width: 30px;
    height: 30px;
    line-height: 22px;
  }
  .btn-top a .fas {
    font-size: 15px !important;
  }
  #about-header .head {
    height: 250px;
  }
  #about-header .head .home,
  #about-header .head .phone {
    width: 85px;
    height: 26px;
    line-height: 22px;
    font-size: 11.5px;
  }
  #about-header .head .home .fas,
  #about-header .head .phone .fas {
    font-size: 10.5px;
  }
  #about-header .head .home {
    left: 109px;
    top: 15px;
  }
  #about-header .head .phone {
    left: 16px;
    top: 15px;
  }
  #about-header .head .top {
    padding-top: 12.5rem;
  }
  #about-header .head .top .title {
    font-size: 2rem;
  }
  #about-header .head .top p {
    font-size: 15px;
  }
  #about-header .head .top .go-down {
    margin-top: 28px;
  }
  #about-header .head .top .go-down a {
    font-size: 11.5px;
  }
  #breadcrumb .breadcrumb {
    padding: 6px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 12px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #c2c2c2;
  }
  .breadcrumb-about {
    margin-top: 6rem !important;
  }
  #history {
    margin-top: 3rem;
  }
  #history .container .title h2 {
    font-size: 1.3rem;
  }
  #history .container .title::before {
    right: 8%;
    width: 23%;
  }
  #history .container .title::after {
    left: 8%;
    width: 23%;
  }
  #history .container .row {
    margin-top: 1.5rem;
  }
  #history .container .row .timeline-main .stepper-vertical {
    padding: 12px 40px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content {
    left: 2.4rem;
    margin-bottom: 10px;
    padding: 12px 16px 0 16px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .caption {
    margin-bottom: 3px;
    font-size: 15px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .time {
    font-size: 11px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .text {
    margin-top: 3px;
    font-size: 12px;
  }
  #history .container .row .timeline-main .stepper-vertical li::after {
    left: 10% !important;
  }
  #history .container .row .timeline-main .stepper-vertical li a {
    left: 10%;
  }
  #history .container .row .timeline-main .stepper-vertical li a .circle {
    width: 16px !important;
    height: 16px !important;
    margin-left: -9px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li.timeline-inverted .step-content {
    margin-right: 48px !important;
  }
  #history .shape.one img {
    width: 40%;
  }
  #history .shape.two img {
    left: -40px;
    height: 200px;
  }
  .footer {
    margin-top: 6rem !important;
  }
  .footer .top-footer .container .row {
    margin-right: 0 !important;
  }
  .footer .top-footer .container .row .box {
    left: -6%;
    bottom: -43px;
    height: 88px;
    padding: 3px;
    width: 111%;
  }
  .footer .top-footer .container .row .box .inner .text {
    font-size: 16.5px;
  }
  .footer .top-footer .container .row .box .inner .social li {
    margin-left: 24px;
  }
  .footer .top-footer .container .row .box .inner .social li a {
    font-size: 21px;
  }
  .footer .top-footer .container .row .box .inner .social li::before {
    left: -9px;
    top: 3px;
    height: 21px;
  }
  .footer .page-footer {
    padding: 10px 10px 25px 10px;
  }
  .footer .page-footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer .page-footer .container .row .content .title h6 {
    font-size: 14px;
  }
  .footer .page-footer .container .row .content.about .text {
    font-size: 12px;
  }
  .footer .page-footer .container .row .content.about .social li {
    margin-left: 16px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .footer .page-footer .container .row .content.about .social li a {
    font-size: 18.5px;
  }
  .footer .page-footer .container .row .content.features {
    margin-top: 15px;
  }
  .footer .page-footer .container .row .content.features ul li a {
    font-size: 12.5px;
  }
  .footer .page-footer .container .row .content.contact {
    margin-top: 15px;
  }
  .footer .page-footer .container .row .content.contact ul li {
    font-size: 12.5px;
  }
  .footer .page-footer .container .row .content.nemad ul li img {
    width: 24%;
  }
  .footer .footer-copyright {
    padding: 8px 0;
  }
  .footer .footer-copyright .container .row .right,
  .footer .footer-copyright .container .row .left {
    font-size: 11px;
  }
  .footer .footer-copyright .container .row .left {
    margin-top: 5px;
  }
}

@media (max-width: 400px) {
  #header header .navbar {
    display: none;
  }
  #header header #btn-side {
    top: 5px;
    display: block;
  }
  #header header #btn-side img {
    width: 16px;
  }
  #header header .carousel .carousel-indicators li {
    border-width: 1.5px;
    width: 5px;
    height: 5px;
    margin-top: 12px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog {
    width: 208px !important;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo .close {
    font-size: 1.2rem !important;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .logo img {
    width: 35px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .top .title h5 {
    font-size: 15.5px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li {
    margin-top: 20px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li a {
    font-size: 13px;
  }
  #header header .carousel .carousel-inner .modal .modal-dialog .modal-content .modal-body .menu-list li.drop .coll-side ul li a {
    font-size: 11.5px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption {
    right: 1%;
    left: 1%;
    bottom: 30%;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .title {
    font-size: 1.4rem;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .sub {
    margin: 15px 0 15px 0;
    font-size: 12px;
    line-height: 2;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn {
    width: 95px;
    height: 25px;
    line-height: 23px;
    text-align: center;
    font-size: 10px;
  }
  #header header .carousel .carousel-inner .carousel-item .carousel-caption .button .slide-btn span {
    left: 23%;
  }
  #header header .carousel .carousel-inner .carousel-item figure img {
    height: 42vh;
  }
  #header .header-row {
    position: relative;
  }
  #header .header-row .container .box {
    -webkit-box-shadow: none;
            box-shadow: none;
    bottom: 20%;
    z-index: 999;
    width: 100%;
    height: auto;
    border-radius: 0;
    background-color: transparent;
    border: 0;
  }
  #header .header-row .container .box .row {
    padding: 12px;
  }
  #header .header-row .container .box .row .content {
    padding: 13px 5px 8px 5px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ececec;
    margin-top: 10px;
    -webkit-box-shadow: 1px 1px 10px #e2e2e2;
            box-shadow: 1px 1px 10px #e2e2e2;
    overflow: hidden;
  }
  #header .header-row .container .box .row .content img {
    width: 37px;
  }
  #header .header-row .container .box .row .content h5 {
    margin-bottom: 10px;
    font-size: 14.5px;
  }
  #header .header-row .container .box .row .content p {
    margin: 0;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.8;
  }
  #header .header-row .container .box .row .content .btn {
    margin-top: 15px;
    width: 82px;
    padding: 4px 9px;
    font-size: 10.5px;
  }
  #service {
    margin-top: 1.5rem;
  }
  #service .container .title {
    text-align: center;
  }
  #service .container .title::after {
    width: 100%;
    right: 1px;
    bottom: -20px;
  }
  #service .container .title h3 {
    font-size: 15px;
  }
  #service .container .title p {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 11.5px;
  }
  #service .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
  }
  #service .container .row .col {
    max-width: 90%;
    margin: auto;
    padding: 0 5px;
    margin-top: 10px;
  }
  #service .container .row .col .card {
    width: 98%;
    margin: auto;
    overflow: hidden;
    height: 100%;
  }
  #service .container .row .col .card::before {
    bottom: 1px;
  }
  #service .container .row .col .card::after {
    bottom: 1px;
  }
  #service .container .row .col .card .card-img-top {
    width: 15%;
  }
  #service .container .row .col .card .card-body {
    padding: 13px 4px;
  }
  #service .container .row .col .card .card-body .card-title {
    font-size: 13.5px;
  }
  #service .container .row .col .card .card-body .card-text {
    margin-top: 10px;
    font-size: 12px;
  }
  #info {
    margin-top: 3rem;
  }
  #info .background {
    height: auto;
  }
  #info .background .container {
    padding: 15px 0 0 0;
  }
  #info .background .container .text p {
    margin-bottom: 7px;
    font-size: 12.5px;
  }
  #info .background .container .text h2 {
    font-size: 17px;
  }
  #info .background .container .text h2::after {
    bottom: -9px;
  }
  #info .background .container .row {
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 35px;
  }
  #info .background .container .row .item img {
    width: 35px;
  }
  #info .background .container .row .item span {
    margin: 5px 0 0 0;
    font-size: 17px;
  }
  #info .background .container .row .item p {
    font-size: 13.5px;
  }
  #about-us {
    margin-top: 2.5rem;
  }
  #about-us .container .title {
    text-align: center;
  }
  #about-us .container .title::after {
    width: 100%;
    right: 1px;
    bottom: -20px;
  }
  #about-us .container .title h3 {
    font-size: 15px;
  }
  #about-us .container .title p {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 11.5px;
  }
  #about-us .container .row {
    margin-right: 0;
    margin-top: 2.5rem;
  }
  #about-us .container .row .text p {
    font-size: 12.5px;
  }
  #about-us .container .row .text .about-btn {
    width: 30%;
    padding: 4px 26px;
    font-size: 10.5px;
  }
  #about-us .container .row .image {
    margin-top: 20px;
  }
  #about-us .container .row .image img {
    width: 87% !important;
    margin: auto;
  }
  #about-us .shape {
    display: none;
  }
  #products {
    margin-top: 2rem;
  }
  #products .container .title {
    text-align: center;
  }
  #products .container .title::after {
    width: 100%;
    right: 1px;
    bottom: -20px;
  }
  #products .container .title h3 {
    font-size: 15px;
  }
  #products .container .title p {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 11.5px;
  }
  #products .container-fluid {
    margin-top: 3.5rem;
  }
  #products .container-fluid .row {
    margin-right: 0;
  }
  #products .container-fluid .row .content .owl-carousel .item {
    width: 85%;
    margin: auto;
  }
  #products .container-fluid .row .content .owl-carousel .item .image img {
    height: 210px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title .title {
    font-size: 15.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .over-title p {
    font-size: 11px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay {
    bottom: 5%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over {
    border-radius: 6px;
    padding: 9px 8px 5px 8px;
    width: 87%;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over h6 {
    font-size: 12.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over p {
    margin: 13px 0;
    font-size: 11px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom {
    margin-top: 8px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li {
    margin-left: 15px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li:nth-of-type(3) {
    margin-left: 0;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom ul li a {
    font-size: 15.5px;
  }
  #products .container-fluid .row .content .owl-carousel .item .image .overlay .over .bottom .pro-btn {
    font-size: 10px;
    padding: 3px 9px;
  }
  #products .container-fluid .row .content .owl-carousel .owl-nav button {
    font-size: 13px;
  }
  #honors {
    margin-top: 1rem;
  }
  #honors .container .title {
    text-align: center;
  }
  #honors .container .title::after {
    width: 100%;
    right: 1px;
    bottom: -20px;
  }
  #honors .container .title h3 {
    font-size: 15px;
  }
  #honors .container .title p {
    width: 100%;
    text-align: center;
    margin-top: 0;
    font-size: 11.5px;
  }
  #honors .container .row {
    margin-right: 0;
    margin-top: 3rem;
  }
  #honors .container .row .content .item {
    width: 130%;
    left: 16%;
    margin-top: 7px;
    -webkit-box-shadow: 1px 1px 10px #e6e6e6;
            box-shadow: 1px 1px 10px #e6e6e6;
    padding: 9px 6px 0 11px;
  }
  #honors .container .row .content .item:hover {
    -webkit-transform: translateX(-7px);
            transform: translateX(-7px);
  }
  #honors .container .row .content .item::before {
    width: 2px;
  }
  #honors .container .row .content .item::after {
    width: 2px;
  }
  #honors .container .row .content .item .image {
    width: 82px;
    height: 43px;
    line-height: 21px;
  }
  #honors .container .row .content .item .image .inner img {
    width: 20px;
  }
  #honors .container .row .content .item .text .title-top {
    font-size: 13px;
  }
  #honors .container .row .content .item .text p {
    font-size: 11.5px;
    text-align: right;
  }
  #honors .container .row-two {
    margin-top: 12px;
  }
  #users {
    margin-top: 2.5rem;
  }
  #users .content {
    padding: 14px 0;
    height: auto;
  }
  #users .content .container .title p {
    margin-bottom: 7px;
    font-size: 12.5px;
  }
  #users .content .container .title h2 {
    font-size: 17px;
  }
  #users .content .container .row {
    margin-right: 0;
    margin-top: 45px;
  }
  #users .content .container .row .owl-carousel .item .box {
    padding: 12px 9px 8px 9px;
  }
  #users .content .container .row .owl-carousel .item .box .fas {
    font-size: 14px;
  }
  #users .content .container .row .owl-carousel .item .box p {
    margin-bottom: 0;
    line-height: 2.3;
    padding: 0 6px;
    font-size: 11.5px;
  }
  #users .content .container .row .owl-carousel .item .box::after {
    bottom: -6px;
  }
  #users .content .container .row .owl-carousel .item .person {
    margin-top: 7px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  #users .content .container .row .owl-carousel .item .person img {
    width: 39px;
  }
  #users .content .container .row .owl-carousel .item .person .text {
    margin-right: 7px;
  }
  #users .content .container .row .owl-carousel .item .person .text h6 {
    margin-bottom: 3px;
    font-size: 13.5px;
  }
  #users .content .container .row .owl-carousel .item .person .text p {
    font-size: 12px;
  }
  #footer {
    margin-top: 6rem !important;
  }
  .breadcrumb-products {
    margin-top: 6rem !important;
  }
  #main-products {
    margin-top: 2rem;
  }
  #main-products .container .row .col-pro {
    margin-top: 10px;
  }
  #main-products .container .row .card .card-body {
    padding: 10px 2px 10px 2px;
    margin-top: -2.6rem;
  }
  #main-products .container .row .card .card-body .card-title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #main-products .container .row .card .card-body .card-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12.5px;
  }
  #main-products .container .row .card .card-body .bottom .btn-buy {
    font-size: 10px;
    width: 81px;
    height: 23px;
    line-height: 22p;
  }
  #main-products .container .lightbox .close {
    font-size: 21px !important;
  }
  #main-products .container .lightbox[style='display: block;'] img {
    width: 95% !important;
  }
  #main-products .container #modal-buy .modal-dialog {
    max-width: 93%;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body {
    padding: 22px 5px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content {
    text-align: right;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text {
    line-height: 2.2;
    font-size: 11px;
    display: inline-block !important;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .info-text i {
    padding-left: 3px;
    font-size: 15px;
  }
  #main-products .container #modal-buy .modal-dialog .modal-content .modal-body .content .title {
    font-size: 13.5px;
  }
  #main-products .container .pagination {
    margin-top: 2.6rem;
  }
  #main-products .container .pagination .page-item {
    margin-left: 6px;
  }
  #main-products .container .pagination .page-item a {
    font-size: 12px;
  }
  #main-products .shape {
    top: 40%;
  }
  #main-products .shape img {
    width: 40%;
  }
  #products-footer {
    margin-top: 6rem !important;
  }
  .products-header #product-head {
    height: 210px !important;
  }
  .products-header #product-head .top .title {
    font-size: 1.6rem !important;
  }
  .products-header #product-head .top .sub {
    font-size: 15px;
  }
  .products-header #product-head .phone {
    right: 107px;
  }
  .contact-header .head {
    height: 230px !important;
  }
  .contact-header .head .home-contact {
    left: 15px;
    font-size: 10px;
    width: 80px;
    height: 24px;
    line-height: 23px;
    top: 8px;
    border-width: 1px;
  }
  .contact-header .head .home-contact .fas {
    font-size: 9.5px;
  }
  .contact-header .head .top {
    padding-top: 2.5rem !important;
  }
  .contact-header .head .top .title {
    font-size: 1.5rem !important;
  }
  .contact-header .head .top .txt {
    margin-top: 13px !important;
    font-size: 14px !important;
    line-height: 2;
  }
  .contact-header .head .top .go-down a {
    display: none;
  }
  .breadcrumb-contact {
    margin-top: 5px !important;
  }
  #contact-main {
    margin-top: 1rem;
  }
  #contact-main .container-fluid {
    padding: 8px;
  }
  #contact-main .container-fluid .row .col-contact {
    padding-left: 4px;
    padding-right: 13px;
  }
  #contact-main .container-fluid .row .right {
    padding: 15px;
    height: 100%;
    width: 96%;
    margin: auto;
  }
  #contact-main .container-fluid .row .right .title h3 {
    font-size: 15.5px;
  }
  #contact-main .container-fluid .row .right .item {
    margin-top: 19px;
  }
  #contact-main .container-fluid .row .right .item .tit {
    font-size: 14.5px;
  }
  #contact-main .container-fluid .row .right .item .tit .fas {
    font-size: 17px;
  }
  #contact-main .container-fluid .row .right .item p {
    margin-top: 6px;
    text-align: right;
    font-size: 13.5px;
    line-height: 2;
  }
  #contact-main .container-fluid .row .right ul {
    margin-top: 5px;
  }
  #contact-main .container-fluid .row .right ul li a {
    width: 28px;
    height: 28px;
    margin-left: 10px;
  }
  #contact-main .container-fluid .row .right ul li a .fab {
    font-size: 16px !important;
    line-height: 29px;
  }
  #contact-main .container-fluid .row .right .note {
    margin-top: 19px;
    line-height: 2;
    font-size: 11.5px;
    padding: 6px 5px;
  }
  #contact-main .container-fluid .row .left {
    width: 95%;
    margin: auto;
    margin-top: 20px;
    height: 380px;
  }
  #contact-footer {
    margin-top: 23rem !important;
  }
  #question-header .head .row {
    position: relative;
  }
  #question-header .head .row .col-back {
    width: 53%;
    left: 0;
    top: 0;
    position: absolute;
  }
  #question-header .head .row .top {
    z-index: 9999;
    text-align: right;
  }
  #question-header .head .row .top .title {
    margin-top: 90px;
    font-size: 1.5rem;
  }
  #question-header .head .row .top p {
    margin-top: 17px;
    font-size: 13px;
  }
  #question-header .head .row .top .go-down {
    display: none;
  }
  #question-header .head .row .shape {
    bottom: 19px;
  }
  #question-header .head .row .shape .image {
    width: 35%;
    left: 18%;
  }
  #question-header .head .row .home,
  #question-header .head .row .phone {
    width: 73px;
    height: 23px;
    line-height: 21px;
    font-size: 9.5px;
    border-width: 1px;
  }
  #question-header .head .row .home .fas,
  #question-header .head .row .phone .fas {
    font-size: 10px;
  }
  #question-header .head .row .home {
    right: 25px;
    top: 14px;
  }
  #question-header .head .row .phone {
    right: 105px;
    top: 14px;
  }
  .breadcrumb-ques {
    margin-top: 1.5rem !important;
  }
  #question-main {
    margin: 1.5rem 0 6rem 0;
  }
  #question-main .container .col-main {
    padding-left: 3px;
    padding-right: 12px;
  }
  #question-main .container .row .accordion {
    max-height: 569px;
  }
  #question-main .container .row .accordion::-webkit-scrollbar {
    width: 3px;
  }
  #question-main .container .row .accordion .card::before {
    width: 5px;
  }
  #question-main .container .row .accordion .card .card-header {
    padding: 15px 5px 15px 6px;
  }
  #question-main .container .row .accordion .card .card-header a {
    font-size: 11.5px;
    line-height: 2;
  }
  #question-main .container .row .accordion .card .card-header .fa {
    font-size: 9px !important;
  }
  #question-main .container .row .accordion .card .cols .card-body {
    padding: 4px 15px;
  }
  #question-main .container .row .accordion .card .cols .card-body p {
    font-size: 12px;
    text-align: right;
  }
  #question-main .shape {
    top: -7%;
    right: -145px;
  }
  .row {
    margin-left: 0 !important;
  }
  .btn-top {
    bottom: 7px;
    right: 9px;
    width: 28px;
    height: 28px;
    line-height: 22px;
  }
  .btn-top a .fas {
    font-size: 13px !important;
    position: absolute;
    right: 10px;
    top: 8px;
  }
  #about-header .head {
    height: 240px;
  }
  #about-header .head .home,
  #about-header .head .phone {
    width: 76px;
    height: 22px;
    line-height: 18px;
    font-size: 9.5px;
    border-width: 1px;
  }
  #about-header .head .home .fas,
  #about-header .head .phone .fas {
    font-size: 9px;
  }
  #about-header .head .home {
    left: 94px;
    top: 13px;
  }
  #about-header .head .phone {
    left: 11px;
    top: 13px;
  }
  #about-header .head .top {
    padding-top: 11rem;
  }
  #about-header .head .top .title {
    font-size: 1.5rem;
  }
  #about-header .head .top p {
    margin-top: 16px;
    font-size: 13px;
  }
  #about-header .head .top .go-down {
    margin-top: 28px;
  }
  #about-header .head .top .go-down a {
    font-size: 9.5px;
  }
  #breadcrumb .breadcrumb {
    padding: 5px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 11px;
  }
  #breadcrumb .breadcrumb .breadcrumb-item::before {
    color: #d3d3d3;
  }
  .breadcrumb-about {
    margin-top: 2.5rem !important;
  }
  #history {
    margin-top: 2rem;
  }
  #history .container .title h2 {
    font-size: 17px;
  }
  #history .container .title::before {
    right: 8%;
    width: 23%;
  }
  #history .container .title::after {
    left: 8%;
    width: 23%;
  }
  #history .container .row {
    margin-top: 0.5rem;
  }
  #history .container .row .timeline-main .stepper-vertical {
    padding: 12px 10px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content {
    left: 1.7rem;
    margin-bottom: 10px;
    padding: 12px 13px 0 13px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .caption {
    margin-bottom: 3px;
    font-size: 13.5px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .time {
    font-size: 10px;
  }
  #history .container .row .timeline-main .stepper-vertical li .step-content .text {
    text-align: right;
    margin-top: 3px;
    font-size: 11.5px;
  }
  #history .container .row .timeline-main .stepper-vertical li::after {
    left: 3% !important;
  }
  #history .container .row .timeline-main .stepper-vertical li a {
    left: 3%;
  }
  #history .container .row .timeline-main .stepper-vertical li a .circle {
    width: 16px !important;
    height: 16px !important;
    margin-left: -9px !important;
  }
  #history .container .row .timeline-main .stepper-vertical li.timeline-inverted .step-content {
    margin-right: 48px !important;
  }
  #history .shape {
    display: none;
  }
  .footer {
    margin-top: 4rem !important;
  }
  .footer .top-footer .container .row {
    margin-right: 0 !important;
  }
  .footer .top-footer .container .row .box {
    left: -7%;
    width: 114%;
    bottom: -43px;
    height: 88px;
    padding: 3px;
  }
  .footer .top-footer .container .row .box .inner .text {
    font-size: 15px;
    margin-bottom: 0;
  }
  .footer .top-footer .container .row .box .inner .social li {
    margin-left: 18px;
  }
  .footer .top-footer .container .row .box .inner .social li:nth-of-type(4) {
    margin-left: 0;
  }
  .footer .top-footer .container .row .box .inner .social li a {
    font-size: 18px;
  }
  .footer .top-footer .container .row .box .inner .social li::before {
    display: none;
  }
  .footer .page-footer {
    padding: 5px 0 15px 0;
  }
  .footer .page-footer .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer .page-footer .container .row .content .title h6 {
    font-size: 13.5px;
  }
  .footer .page-footer .container .row .content.about .text {
    font-size: 12px;
  }
  .footer .page-footer .container .row .content.about .social li {
    margin-left: 17px;
    width: 29px;
    height: 29px;
    line-height: 29px;
  }
  .footer .page-footer .container .row .content.about .social li a {
    font-size: 17px;
  }
  .footer .page-footer .container .row .content.features {
    margin-top: 15px;
  }
  .footer .page-footer .container .row .content.features ul li a {
    font-size: 11.5px;
  }
  .footer .page-footer .container .row .content.contact {
    margin-top: 15px;
  }
  .footer .page-footer .container .row .content.contact ul li {
    font-size: 12px;
  }
  .footer .page-footer .container .row .content.nemad ul li img {
    width: 23%;
  }
  .footer .footer-copyright {
    padding: 8px 0;
  }
  .footer .footer-copyright .container .row .right,
  .footer .footer-copyright .container .row .left {
    font-size: 10px;
  }
  .footer .footer-copyright .container .row .left {
    margin-top: 5px;
  }
}
/*# sourceMappingURL=style.css.map */