@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v37/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbGmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bWmT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjammT.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v49/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtammT.ttf) format('truetype');
}
@-webkit-keyframes spin {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@keyframes spin {
  50%,
  100% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
}
@-webkit-keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes animationFade {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
body {
  scroll-behavior: smooth;
}
html {
  scroll-behavior: smooth;
}
a {
  text-decoration: none;
}
.white-btn {
  padding: 10px 25px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease;
  border: 1px solid;
  background-color: #fff;
  color: #fa2851;
  border-color: #fa2851;
}
.white-btn:hover {
  background-color: #fa2851;
  color: #fff;
  border-color: #fa2851;
}
.pink-btn {
  padding: 10px 25px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease;
  border: 1px solid;
  background-color: #fa2851;
  color: #fff;
  border-color: #fa2851;
}
.pink-btn:hover {
  background-color: #202020;
  color: #fff;
  border-color: #202020;
}
.pink-btn:focus {
  color: #fff;
}
.yellow-btn {
  padding: 10px 25px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease;
  border: 1px solid;
  background-color: #ffc107;
  color: #fff;
  border-color: #ffc107;
}
.yellow-btn:hover {
  background-color: #202020;
  color: #fff;
  border-color: #202020;
}
.btn-slider {
  padding: 10px 25px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease;
  border: 1px solid;
}
.btn-main {
  padding: 10px 25px;
  cursor: pointer;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: 0.5s ease;
  border: 1px solid;
  padding: 10px 35px;
}
.bg-white {
  background-color: #fff;
}
.text-yellow {
  color: #ffc107;
}
.text-black {
  color: #202020;
}
.height {
  height: 100vh;
}
.height1 {
  height: 100%;
}
.mt-40 {
  margin-top: 40px;
}
.mt-90 {
  margin-top: 90px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-20 {
  margin-top: 1.9rem;
}
.mb-50 {
  margin-bottom: 50px;
}
.small-view {
  display: none;
}
.section-padding {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .section-padding {
    overflow: hidden;
    padding-bottom: 50px;
  }
}
.relative {
  position: relative;
}
.z-10 {
  z-index: 10;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #ffc107;
  border-right: 25px;
}
::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
svg {
  position: absolute;
  right: 0;
  height: 152%;
  fill: #ffc107;
  top: -147px;
  bottom: 0;
  z-index: -1;
}
svg.left-square {
  left: 0;
  height: 100%;
  top: 0;
}
svg.yellow-square {
  right: 0;
  height: 100%;
  top: 0;
}
svg.right-square {
  right: 0;
  height: 100%;
  top: 0;
}
svg.contact-square {
  top: -256px;
  height: 135%;
}
.small-heading {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: normal;
}
.sub-heading {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.main-heading {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .main-heading {
    font-size: 36px;
  }
}
.heading {
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.banner-icons {
  padding-right: 60px;
}
.banner-icons a .icons {
  margin: 0 8px 5px 0;
  font-size: 19px;
  background-color: #202020;
  padding: 8px;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s ease;
  cursor: pointer;
}
.banner-icons a .icons:hover {
  color: #fff;
}
.banner-icons a .fb:hover {
  background-color: #3b5998 !important;
}
.banner-icons a .inst:hover {
  background-color: red !important;
}
.banner-icons a .twt:hover {
  background-color: #00acee !important;
}
.loader-area {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fff;
  z-index: 999999;
}
.loader {
  width: 111px;
  height: 111px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.loader > div {
  border-radius: 50%;
  position: absolute;
  animation-name: spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.5s;
}
.loader .one {
  width: 100%;
  height: 100%;
  transform: rotate(45deg);
  border-top: 11.1px solid orange;
  border-left: 11.1px solid transparent;
  border-right: 11.1px solid transparent;
  border-bottom: 11.1px solid transparent;
  animation-delay: 0s;
}
.loader .two {
  width: 74px;
  height: 74px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 11.1px solid #202020;
  border-left: 11.1px solid rgba(255, 255, 255, 0.5);
  border-right: 11.1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 11.1px solid rgba(255, 255, 255, 0.5);
  animation-delay: 0.25s;
}
.loader .three {
  width: 37px;
  height: 37px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  border-top: 11.1px solid #fa2851;
  border-left: 11.1px solid rgba(255, 255, 255, 0.5);
  border-right: 11.1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 11.1px solid rgba(255, 255, 255, 0.5);
  animation-delay: 0.5s;
}
/* card */
.card {
  border: none;
  cursor: pointer;
  -webkit-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-box-shadow: 2px 2px 10px #e1e1e1;
  box-shadow: 2px 2px 10px #e1e1e1;
}
.card .feature-icon {
  font-size: 120px;
  -webkit-transform: translateY(-30%);
  color: #202020;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.card:hover {
  background-color: #ffc107;
}
.card:hover .feature-icon {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  color: #202020;
}
.navbar {
  z-index: 11;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 130px;
  padding: 10px 15px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .navbar {
    height: 80px;
  }
}
.navbar .logo {
  padding: 10px 0;
}
.navbar .logo img {
  max-height: 130px;
}
@media screen and (max-width: 768px) {
  .navbar .logo img {
    max-height: 80px;
  }
}
.navbar-nav .nav-link {
  padding: 10px 0 2px 0 !important;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
}
.small-screen {
  display: none;
}
@media screen and (max-width: 768px) {
  .small-screen {
    display: block;
  }
}
.bg-trans-color {
  background-color: transparent !important;
}
.bg-trans-color .navbar-nav .nav-link {
  color: #202020;
  transition: 0.8s ease;
}
.bg-trans-color .navbar-nav .nav-item {
  margin: 12px 23px;
}
.transparent-bar.navbar.fixed-menu.margin-nav {
  margin-top: 0;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #222;
}
.navbar-light .navbar-nav .nav-link.active {
  color: #ffc107;
}
.navbar.fixed-menu {
  z-index: 1111;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  height: 100px;
  background: #fff;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.15);
  animation-name: animationFade;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.navbar.fixed-menu .logo img {
  max-height: 100px;
}
@media screen and (max-width: 768px) {
  .navbar.fixed-menu {
    max-height: 80px;
  }
  .navbar.fixed-menu .logo img {
    max-height: 80px;
  }
}
.side-menu {
  width: 40%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s ease;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .side-menu {
    width: 80%;
  }
}
.side-menu .navbar-brand {
  margin: 0 0 2.5rem 0;
}
.side-menu .btn-close {
  height: 33px;
  width: 33px;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 25px;
  cursor: pointer;
}
.side-menu .btn-close::before,
.side-menu .btn-close::after {
  position: absolute;
  left: 16px;
  content: " ";
  height: 24px;
  width: 2px;
  background: #202020;
  top: 5px;
}
.side-menu .btn-close::before {
  transform: rotate(45deg);
}
.side-menu .btn-close::after {
  transform: rotate(-45deg);
}
.side-menu .inner-wrapper {
  padding: 3.5rem 5rem;
  height: 100%;
  position: relative;
  overflow-y: auto;
  display: flex;
  align-items: center;
  text-align: left;
  flex-wrap: wrap;
}
.side-menu .side-nav {
  margin-bottom: 30px;
  display: block;
}
.side-menu p {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.side-menu.left {
  left: 0;
  right: auto;
  transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
  width: 280px;
  transform: translate3d(0, 0, 0);
}
.side-menu.before-side .btn-close {
  display: none;
}
.side-menu.side-menu-active {
  transform: translate3d(0, 0, 0);
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
  transform: translateY(0);
  opacity: 1;
}
.pul-menu .side-menu.side-menu-active {
  visibility: visible;
  opacity: 1;
}
#close_side_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #202020;
  transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  display: none;
  z-index: 1031;
  opacity: 0.4;
}
.sidemenu_btn {
  transition: all 0.3s linear;
  width: 40px;
  padding: 6px;
  margin-right: 1rem;
  position: absolute;
  right: 15px;
  display: inline-block;
}
.sidemenu_btn span {
  height: 2px;
  width: 100%;
  background: #202020;
  display: block;
}
.sidemenu_btn span:nth-child(2) {
  margin: 5px 0;
}
.pul-menu.pushwrap .side-menu .inner-wrapper {
  padding: 3.5rem 2.5rem;
}
.side-nav .navbar-nav .nav-item {
  display: block;
  margin: 15px 0;
  padding: 0 !important;
  opacity: 0;
  transition: all 0.8s ease 500ms;
  transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:nth-child(1) {
  transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
  transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
  transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
  transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
  transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
  transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
  transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
  transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
  transition-delay: 0.9s;
}
.side-nav .navbar-nav .nav-link {
  display: inline-table;
  color: #202020;
  padding: 2px 0 3px 0 !important;
  font-size: 1.5rem;
  line-height: normal;
  position: relative;
  border-radius: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}
.side-nav .navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  background: #202020;
  display: inline-block;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after {
  width: 100%;
}
.side-nav .navbar-nav .nav-link.active::after {
  width: 100%;
  background: transparent;
}
.social-icons-simple {
  margin-bottom: 0;
  margin-left: -10px;
}
.social-icons-simple li {
  display: inline-block;
}
.side-footer p {
  color: #202020;
}
.home {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 0;
}
.home .hero-content {
  position: relative;
  top: 10%;
}
.home .hero-content h1 {
  font-size: 32px;
  color: #ffc107;
}
.home .hero-content .hero-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.home .hero-content .hero-img img {
  width: 33.3%;
}
.home svg {
  position: absolute;
  right: 0;
  height: 280%;
  top: -220px;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .home svg {
    height: 350%;
    top: -50%;
  }
}
@media screen and (max-width: 768px) {
  .home svg {
    height: 100%;
  }
}
.home .large-logo {
  position: absolute;
  z-index: 9;
  width: 75%;
  left: 40%;
  top: 25%;
}
@media screen and (max-width: 768px) {
  .home {
    padding-top: 110px;
  }
}
/* feature */
.feature {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .feature {
    padding-top: 50px;
  }
}
/* about  */
.about svg {
  height: 120%;
}
@media screen and (max-width: 768px) {
  .about svg {
    display: none;
  }
}
/* network */
.network .row {
  align-items: center;
}
.network .large-logo {
  background: #fff;
  border-radius: 50%;
  padding: 20px;
}
.network svg {
  height: 180%;
}
@media screen and (max-width: 768px) {
  .network svg {
    display: none;
  }
}
.network ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}
.network ul li::before {
  font-family: "Font Awesome 6 free";
  font-weight: 900;
  content: "\f061";
  color: #ffc107;
  position: absolute;
  left: 0;
  top: 0;
}
/* products */
.products .product-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.products .product-wrapper .product-cat {
  position: relative;
  text-align: center;
  margin: 20px 15px;
  width: calc(25% - 30px);
  border: 1px solid #ff9343;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1200px) {
  .products .product-wrapper .product-cat {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .products .product-wrapper .product-cat {
    width: calc(50% - 30px);
  }
}
.products .product-wrapper .product-cat h5 {
  font-size: 16px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .products svg {
    height: 100%;
  }
}
/* contact/*/
.contact {
  position: relative;
}
.contact .contact-list {
  padding-left: 0;
}
.contact .contact-list li {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  list-style: none;
  margin-bottom: 5px;
}
.contact .margin_form {
  margin-top: auto;
  margin-bottom: auto;
}
.contact ul.contact-list a:hover {
  color: #23ced5;
}
.contact .form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.75rem 2rem;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #8799a3;
}
.contact .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.25);
}
.contact .form-group {
  margin-bottom: 1.4rem;
}
.contact .address-icon {
  color: #ffc107;
  font-size: 25px;
}
.contact .address p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: rgba(37, 37, 37, 0.702);
  font-weight: 400;
}
.contact .contact-plant {
  position: absolute;
  top: 116%;
}
.contact .shadow-contact {
  position: absolute;
  top: 148%;
  left: 6%;
}
@media screen and (max-width: 768px) {
  .contact svg {
    height: 100%;
  }
}
/* Footer/*/
.footer {
  padding-top: 110px !important;
}
.footer ul.footer_ul {
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
.footer li.footer_list i {
  display: inline-block;
  margin-right: 14px;
  font-size: 22px;
  color: #2a2a2a;
  cursor: pointer;
  width: 50px;
  height: 50px;
  text-align: center;
  background-color: transparent;
  border-radius: 50px;
  padding-top: 13px;
  transition: 0.5s ease;
}
.footer li.footer_list .fb:hover {
  color: #fff;
  background-color: #3b5998;
}
.footer li.footer_list .link:hover {
  color: #fff;
  background-color: #0e76a8;
}
.footer li.footer_list .twt:hover {
  color: #fff;
  background-color: #00acee;
}
.footer li.footer_list .gogle:hover {
  color: #fff;
  background-color: #ffc107;
}
.footer li.footer_list .inst:hover {
  color: #fff;
  background-color: red;
}
.footer li.footer_list .gmail:hover {
  color: #fff;
  background-color: darkred;
}
.footer .footer_text {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  color: #888888;
  font-weight: 400;
}
.scroll-top-arrow {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  background: #ffc107;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: background 0.3s ease;
  cursor: pointer;
}
.scroll-top-arrow:hover {
  background: #ecb100;
}
