/**
* Template Name: Arsha - v4.9.0
* Template URL: https://bootstrapmade.com/arsha-free-bootstrap-html-template-corporate/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #fff;
}

a {
  color: #000;
  text-decoration: none;
  /*text-transform: uppercase;*/
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
  font-family: 'Righteous', serif;
}

hr {
  color: inherit;
  border: 1px solid #fff;
  opacity: .25;
  margin: 0;
}

:root {
  --width: 1200px;
  --height: 300px;
  --box: 8;
  /* Total number of Boxes  */
  --numberOfBoxes: 5;
  /* Number of Boxes Show */
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.rating-box {
  padding: 17px 0 17px 0;
}

.rating-box .main-wrapper {
  margin: auto;
  overflow: hidden;
  margin-top: -90px;
  margin-bottom: -90px;

}

.rating-box .main-wrapper .wrapper {
  width: max-content;
  height: var(--height);
  display: flex;
}

.rating-box .main-wrapper .wrapper .box {
  width: calc(var(--width)/var(--numberOfBoxes));
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  left: calc(0px - calc((var(--width)/var(--numberOfBoxes))));

  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-box .main-wrapper .wrapper .box .data .client-logo {
  border: 1px solid #858585;
  border-radius: 4px;
  padding: 18px;
}

@media (max-width:451px) {
  :root {
    --box: 8;
    /* Total number of Boxes  */
    --numberOfBoxes: 8;
    /* Number of Boxes Show */
  }

  .rating-box .main-wrapper {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .rating-box .main-wrapper .wrapper .box .data .client-logo {
    width: 140px;
  }
}

/* =========== add css ======== */


.rating-box1 {
  padding: 17px 0 17px 0;
  background-color: #f5f5f5;
}

.rating-box1 .main-wrapper1 {
  margin: auto;
  overflow: hidden;
  margin-top: -90px;
  margin-bottom: -90px;

}

.rating-box1 .main-wrapper1 .wrapper1 {
  width: max-content;
  height: var(--height);
  display: flex;
}

.rating-box1 .main-wrapper1 .wrapper1 .box1 {
  width: calc(var(--width)/var(--numberOfBoxes));
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
  left: calc(0px - calc((var(--width)/var(--numberOfBoxes))));

  display: flex;
  align-items: center;
  justify-content: center;
}

.rating-box1 .main-wrapper1 .wrapper1 .box1 .data1 .client-logo1 {
  border: 1px solid #858585;
  border-radius: 4px;
  padding: 18px 25px;
}

.Export-heading {
  background-color: #f5f5f5;
}

@media (max-width:451px) {
  :root {
    --box: 8;
    /* Total number of Boxes  */
    --numberOfBoxes: 8;
    /* Number of Boxes Show */
  }

  .rating-box1 .main-wrapper1 {
    margin-top: -65px;
    margin-bottom: -65px;
  }

  .rating-box1 .main-wrapper1 .wrapper1 .box1 .data1 .client-logo1 {
    width: 140px;
  }
}
















/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/*
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #ff6d32;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #ff6d32;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
*/
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #c2c0c1;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #fff;
  border: 1px solid #c2c0c1;
  color: #c2c0c1;
}

.back-to-top:hover i {
  color: #c2c0c1;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.whatapp {
  position: fixed;
  right: 15px;
  bottom: 70px;
  z-index: 999;
  background: #25D366;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.whatapp i {
  font-size: 20px;
  color: #fff;
}

.whatapp:hover {
  background: #fff;
  border: 1px solid #25D366;
  color: #25D366;
}

.whatapp:hover i {
  color: #25D366;
}



.callfloating {
  position: fixed;
  right: 15px;
  bottom: 120px;
  z-index: 999;
  background: #1700ff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.callfloating i {
  font-size: 20px;
  color: #fff;
}

.callfloating:hover {
  background: #fff;
  border: 1px solid #25D366;
  color: #25D366;
}

.callfloating:hover i {
  color: #25D366;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 10px 0 10px 0;
  background: #fff;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: #fff;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 61px;
  position: absolute;
  transform: translateY(-30px);
}

@media screen and (max-width: 991px) {
  #header .logo img {
    max-height: 50px;
    position: absolute;
    transform: translateY(-24px);
  }
}

@media screen and (max-width: 453px) {
  #header .logo {
    margin: 5px;
  }

  #header .logo img {
    max-height: 50px;
  }

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}


.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 15px 10px;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  transition: all 0.4s ease-in-out;
  text-shadow: 0px 0px 1px #fff;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover {
  color: #3333339e;
  position: relative;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #ff6d32;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 170px;
}

.navbar .dropdown ul a {
  padding: 3px 10px;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ff6d32;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #7c7c7cc2;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  font-size: 15px;
  color: #000;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3333339e;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #000;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ff6d32;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/CRSPL Technologies.gif") fixed center center;
  background-size: cover;
}

#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 40px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  text-align: center;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
  text-align: center;
}

#hero a {
  border: 1px solid #000;
  padding: 0px 40px;
  border-radius: 30px;
  font-size: 25px;
  font-weight: 400;
  color: #000;
}

#hero .hero-img {
  margin: auto;
  text-align: center;
  width: 0%;
}

#hero .hero-img a {
  position: relative;
  display: block;
  width: 180px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 30px;
  font-size: 25px;
  color: #fff;
  transition: .5s;
}

#hero .hero-img a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

#hero h2 a:hover::before {
  transform: scale(1.1);
  box-shadow: 0 0 15px #ff6d32;
}

#hero h2 a:hover {
  color: #ff6d32;
  box-shadow: 0 0 5px #ff6d32;
  text-shadow: 0 0 5px #ff6d32;
  border: 1px solid #ff6d32;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #ff6d32;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #ff6d32;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# all blog in a page
--------------------------------------------------------------*/
.blogs {
  padding: 30px 0 30px;
}

.blogs .blogs-box {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  padding: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.blogs .blogs-box .box-inner {
  flex: 0 0 30%;
  width: 30%;
  padding: 10px;
  color: #000;
  margin-bottom: 20px;
  border-left: 1px solid #acacac9c;
  border-right: 1px solid #acacac9c;
}

.blogs .box-inner .inner-img {
  margin: auto;
}

.blogs .box-inner .inner-img img {
  width: 100%;
}

.blogs .box-inner .inner-body {
  margin-top: 20px;
}

.blogs .inner-body .inner-text {
  font-size: 15px;
  text-align: justify;
}

.blogs .box-inner .inner-body .blog-link-btn {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}

.blogs .box-inner .inner-body .blog-link-btn a {
  background: linear-gradient(to right, #004b8e, #fff);
  border: 0;
  padding: 8px 33px;
  color: #000;
  transition: 0.4s;
  flex: 0 0 50%;
  width: 50%;
}

.blogs .box-inner .inner-body .blog-link-btn a:hover {
  background: linear-gradient(to right, #fff, #004b8e);
}

.blogs .box-inner .inner-body .blog-link-btn p {
  flex: 0 0 50%;
  width: 50%;
  float: right;
  text-align: right;
}

@media (max-width:576px) {
  .blogs .blogs-box .box-inner {
   flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width:453px) {
  .blogs .blogs-box .box-inner {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}


/*--------------------------------------------------------------
# single blog page
--------------------------------------------------------------*/
.blogitem {
  padding: 20px 0;
  margin-top: 100px;
}

.blogitem .blogs-entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blogitem .blogs-entry .blog-img {
  /*max-height: 500px; */
  overflow: hidden;
  cursor: pointer;
}

.blogitem .blogs-entry .blog-img img {
  width: 100%;
}

.blogitem .blogs-entry .blog-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blogitem .blogs-entry .blog-title a {
  color: #473d3a;
  transition: 0.3s;
  text-transform: uppercase;

}

.blogitem .blogs-entry .blog-title a:hover {
  color: #004b8e;
}

.blogitem .blogs-entry .blog-meta {
  margin-bottom: 15px;
  color: #afa29e;
}

.blogitem .blogs-entry .blog-content {
  color: #000;
  /*text-transform: uppercase;*/
}

.blogitem .blogs-entry .blog-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blogitem .blogs-entry .blog-meta ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blogitem .blogs-entry .blog-meta ol li+li {
  padding-left: 20px;
  color: #afa29e;
  ;
}

.blogitem .blogs-entry .blog-meta ul li+li {
  padding-left: 20px;
}

.blogitem .blogs-entry .blog-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blogitem .blogs-entry .blog-meta a {
  color: #656262;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blogitem .blogs-entry .blog-content p {
  color: #2a2a2a;
  line-height: 24px;
  margin-top: 5px;
  text-align: justify;
}

.blogitem .blogs-entry .blog-content p a {
  color: blue;
  text-decoration-line: underline;
}

.blogitem .blogs-entry .blog-content ul {
  display: block;
  color: #4c4c4c;
  font-weight: 400;
}

.blogitem .blogs-entry .blog-content h2 {
  font-size: 22px;
  font-weight: 600;
  color: #000;
}

.blogitem .blogs-entry .blog-content h3 {
  font-size: 19px;
  font-weight: 600;
  color: #000;
}

.blogitem .blogs-entry .blog-content hr {
  color: #000;
}

.blogitem .blogs-entry .blog-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgb(66, 66, 66);
}

@media (max-width:451px) {
  .blogitem .blogs-entry .blog-title a {
    font-size: 23px;
  }

  .blogitem .blogs-entry {
    padding: 7px;
  }

  .blogitem .blogs-entry .blog-content p {
    FONT-SIZE: 14PX;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #fafafa;
}

.section-title, .category-title, .first-title, .second-title, .third-title, .four-title, .zero-title, .five-title, .six-title {
  text-align: left;
  padding-top: 10px;
}

.section-title h3, .category-title h3, .first-title h3, .second-title h3, .third-title h3, .four-title h3, .zero-title h3, .five-title h3, .six-title h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}

.section-title h3 span, .category-title h3 span, .first-title h3 span, .second-title h3 span, .third-title h3 span, .four-title h3 span, .zero-title h3 span, .five-title h3 span, .six-title h3 span {
  color: #7e7e7e;
  border-bottom: 4px solid #7e7e7e;
  border-radius: 2px;
  position: absolute;
  margin-left: 10px;
}

/*
.five-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 11%;
    margin: auto 25.5%;
    top: 36px;
}
.six-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 13%;
    margin: auto 11.5%;
    top: 36px;
}
.section-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 11%;
    margin: auto 12%;
    top: 36px;
}
.zero-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 11%;
    margin: auto 25.3%;
    top: 36px;
}
.first-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 11.5%;
    margin: auto 0%;
    top: 36px;
}
.second-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 14%;
    margin: auto 18%;
    top: 36px;
}
.third-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 18%;
    margin: auto 19.5%;
    top: 36px;
}
.four-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#7e7e7e;
    color:#7e7e7e;
    border-radius: 30px;
    width: 9%;
    margin: auto 6%;
    top: 36px;
}

.section-title p, .zero-title p{
  margin-bottom: 0;
  color:#6c757d;
  text-align: justify;
} 

.category-title h3 span::before {
  content: "";
    position: absolute;
    display: block;
    height: 5px;
    background:#a8a8a8;
    color:#a8a8a8;
    border-radius: 30px;
    width: 14%;
    margin: auto 15%;
    top: 36px;
}*/
.center-title {
  text-align: center;
  padding-top: 10px;
}

.center-title h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}

@media screen and (max-width: 453px) {
  .section-title h3, .category-title h3, .first-title h3, .second-title h3, .third-title h3, .four-title h3, .zero-title h3, .five-title h3, .six-title h3 {
    font-size: 20px;
    padding-bottom: 0;
  }

  .section-title h3 span::before {
    width: 20%;
    height: 4px;
    margin: auto 24%;
    top: 26px;
  }

  .five-title h3 span::before {
    width: 20%;
    margin: auto 51%;
    top: 26px;
    height: 4px;
  }

  .six-title h3 span::before {
    width: 26%;
    margin: auto 22%;
    top: 26px;
    height: 4px;
  }

  .third-title h3 span::before {
    width: 35%;
    margin: auto 39%;
    top: 26px;
    height: 4px;
  }

  .second-title h3 span::before {
    width: 27%;
    margin: auto 35.5%;
    top: 25px;
    height: 4px;
  }

  .first-title h3 span::before {
    width: 23.5%;
    margin: auto 0;
    top: 26px;
    height: 4px;
  }

  .category-title h3 span::before {
    width: 27%;
    margin: auto 29%;
    top: 25px;
    height: 4px;
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: url("../img/radiant-gradient.svg") fixed center center;
  background-size: cover;
}

.clients .methodology {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  margin: auto;
}

.clients .methodology-card {
  text-align: center;
  flex: 0 0 33.33%;
  width: 33.33%;
}

.clients .methodology-card img {
  width: 25%;
  margin-top: 15px;
  transition: all 0.4s ease-in-out;
  display: inline-block;
}

.clients .methodology-card h2 {
  font-size: 23px;
  margin: 20px 0 20px;
  color: #000;
}

.clients .methodology-card p {
  font-size: 15px;
  color: #000;
}

.clients .methodology-card .blink-arrow {
  display: flex;
  position: absolute;
  justify-content: right;
  width: 35%;
  margin-top: -110px;
}

.clients .methodology-card .blink-arrow p {
  font-size: 25px;
  transform: translateY(-15px);
}

.clients .methodology-card .blink-arrow i {
  transform: translateY(-2px);
  font-size: 30px;
}

@media (max-width: 768px) {
  .clients .methodology-card img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #ff6d32;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #ff6d32;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ff6d32;
}

.about .content .btn-learn-more:hover {
  background: #ff6d32;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.team {
  background-color: #f5f5f5;
}

.why-us .wlc-bg {
  width: 16%;
  height: 84%;
  position: absolute;
  background: #0000FF;
}

.why-us .wlc-bg p {
  color: #0000FF;
}

.why-us .content {
  padding: 30px 10px;
}

.why-us .content h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  color: #000;
}

.why-us .content h3 span {
  color: #000;
  border-bottom: 4px solid #7e7e7e;
  border-radius: 2px;
  position: absolute;
}

/*
.why-us .content h3 span::before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    background: #a8a8a8;
    color: #a8a8a8;
    border-radius: 30px;
    width: 22%;
    margin: auto 0%;
}*/
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .content ul {
  list-style: none;
  transform: translateX(-35px);
}

.why-us .content ul li {
  color: #848484;
}

.why-us .img-box {
  text-align: center;
  margin: auto;
}

.why-us .img {
  position: relative;
  width: 500px;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #ff6d32;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #ff6d32;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
    width: 400px;
  }

  .why-us .content h3 span::before {
    height: 4px;
    width: 25%;
    margin: auto 0%;
  }
}

@media (max-width: 453px) {
  .why-us .content h3 {
    font-size: 20px;
    margin-bottom: 45px;
  }

  .why-us .img {
    width: 380px;
  }
}

@media (max-width: 425px) {
  .why-us .img {
    width: 360px;
  }
}

/*--------------------------------------------------------------
# Sections Counts number
--------------------------------------------------------------*/
.counts {
  padding: 50px 0 50px;
  background: url("../img/lmc-bg-counts.jpg") fixed center center;
  background-size: cover;
}

.counts .count-card {
  justify-content: center;
  text-align: center;
  width: 100%;
  border: 1px #fff solid;
  margin: 10px;
  padding-top: 5px;
  border-radius: 6px;
}

.counts .count-card .count-flex {
  display: flex;
  justify-content: center;
}

.counts .count-card .count-flex p {
  margin-bottom: 0;
}

.counts .count-card .count-flex i {
  position: relative;
  transform: translate(5px, 18px);
}

.counts .count-card .count-inner {
  display: grid;
  width: 100%;
  padding: 10px;
  justify-content: center;
  color: #000;
}

.counts .count-card .count-inner img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  justify-content: center;
  border: 1px solid #ff6d3221;
}

.counts .count-card .count-no {
  font-size: 38px;
  font-weight: 600;
}

.counts .count-card .count-text {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

@media (max-width:578px) {
  .counts .count-card {
    flex: 0 0 50%;
    width: 50%;
    border: 1px #ff6d3221 solid;
  }

  .counts .grap {
    background: none;
  }
}

@media (max-width:451px) {
  .counts .count-card .count-inner {
    padding: 18px 0 0 0px;
  }
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 32px;
  color: #ff6d32;
  font-family: "Poppins", sans-serif;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ff6d32;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #ff6d32;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e8edf5;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #4668a2;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-cont {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  margin: auto;
}

.services .icon-box {
  flex: 0 0 19%;
  width: 20%;
  height: 310px;
  box-shadow: 0px 0 30px rgb(55 81 126 / 8%);
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all ease-in-out 0.4s;
  text-align: center;
  margin: 6px;
}

.services .icon-box .text-box {
  position: relative;
  width: 100%;
  text-align: center;
}

.services .icon-box .text-box h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 22px;
  color: #000;
}

.services .icon-box img {
  width: 35%;
  margin: 66px auto;
  padding-bottom: 27px;
  transition: all ease-in-out 0.5s;
}

.services .icon-box .content {
  background: #ff6d32c2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 60px 10px 50px;
  opacity: 0;
  box-sizing: border-box;
  transform: scale(0);
  transition: all 0.001s;
  color: #fff;
}

.services .icon-box:hover .content {
  opacity: 1;
  transform: scale(1);
}

.services .icon-box:hover .content h6 {
  font-size: 16px;

}

.services .icon-box:hover .content p {
  font-size: 14px;
}

.services .icon-box:hover .content .p-rotate {
  transform: rotate(90deg);
}

.services .icon-box:hover .content a {
  font-size: 14px;
  padding: 5px 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
}

.services .icon-box:hover img {
  width: 70%;
  margin: 40px auto;
  filter: grayscale(100);
}

.services .icon-box:hover .text-box h3 {
  opacity: 0;
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.home-img {
  width: 100%;
  height: 100vh;
}

.blog {
  display: block;
  top: 0;
  width: 100%;
  position: absolute;
  padding: 115px 0;

}

.blog .blog-top {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}

.blog .blog-top .blog-top-text {
  display: block;
  flex: 0 0 50%;
  width: 100%;
  padding: 20px;
  margin: auto;
}

.blog .blog-top .blog-top-text h2 {
  font-size: 90px;
  font-weight: 600;
}

.blog .blog-top.blog-top-img {
  display: block;
  flex: 0 0 50%;
  width: 100%;
  padding: 20px;
  text-align: center;
}

.blog-item {
  display: flex;
  flex: 100%;
  width: 100%;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.blog-item h2 {
  font-size: 30px;
  position: absolute;
  color: #000;
  padding: 0px 0 10px;
}

.blog-item .item-inner {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  margin-top: 44px;
  margin-left: 10px;
  margin-right: 10px;
}

.blog-item .item-inner .h4-icon {
  display: flex;
}

.blog-item .item-inner i {
  color: #000;
  padding: 12px 15px;
}

.blog-item .item-inner span {
  color: #000;
}

.blog-item .item-inner h4 {
  color: #000;
  font-size: 25px;
  text-transform: uppercase;
  padding: 10px 0 0px;
}

.blog-item .item-inner p {
  color: #6c757d;
}

.blog-most {
  padding: 5px 0 50px;
}

.most-blog h2 {
  transform: translate(12px, 30px);
  color: #000;
}

.most-blog .blog-view-btn {
  display: block;
  width: 100%;
  text-align: center;
}

.most-blog .blog-view-btn button {
  border: 1px solid #000;
  padding: 6px 30px;
  transition: all .3s ease-in-out;
}

.most-blog .blog-view-btn button:hover {
  letter-spacing: 1px;
}

.most-container {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  padding: 0px 0 10px;
  color: #000;
  border-radius: 6px;
}

.most-container .most-inner-left {
  flex: 0 0 50%;
  width: 50%;
  padding: 10px 21px;
}

.most-container .most-inner-left img {
  border-radius: 5px;
}

.most-container .most-inner-left h4 {
  font-size: 19px;
  font-weight: 400;
  padding: 13px 0 1px;
  text-transform: uppercase;
}

.most-container .most-inner-left p {
  font-size: 18px;
  font-weight: 200;
  text-align: justify;
  text-transform: initial;
}

.most-container .most-inner-right {
  flex: 0 0 50%;
  display: block;
  width: 50%;
  padding: 10px;
}

.most-inner-right .right-item {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  padding: 9px 1px;
  border-bottom: 1px solid #858585;
  border-top: 1px solid #858585;
}

.most-inner-right .right-item img {
  width: 200px;
  border-radius: 5px;
}

.right-item .item-inner {
  padding: 0 12px;
  width: 100%;
}

.item-inner h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0.5px;
}

.item-inner h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.item-inner p {
  font-size: 14px;
  text-align: justify;
  text-transform: initial;
  font-weight: 400;
  color: #6c757d;
}

.item-inner span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
  color: #6c757d;
}

/*--------------------------------------------------------------
# blog-popup with different blog
--------------------------------------------------------------*/

.mytabs {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  width: 100%;
  padding: 0px 0 70px;
  justify-content: center;
}

.mytabs .right-item {
  flex: 0 0 30%;
  width: 30%;
  padding: 10px;
  border-left: 1px solid #ff6d3221;
  border-right: 1px solid #ff6d3221;
}

.mytabs .right-item .item-inner {
  padding: 0;
  width: 100%;
}

.mytabs .right-item .item-inner h4 {
  padding: 10px 0 0;
  margin-bottom: 0;
}

.mytabs input[type="radio"] {
  display: none;
}

.mytabs label {
  font-size: 18px;
  padding: 7px 10px;
  color: #000;
  font-weight: 300;
  justify-content: center;
  transition: all .0s ease-in-out;
}

.mytabs .tab {
  width: 100%;
  padding: 3px;
  order: 1;
  display: none;
}

.mytabs .tab h2 {
  font-size: 2em;
}

.mytabs .tab p {
  font-size: 14px;
}

.mytabs input[type='radio']:checked+label+.tab {
  display: flex;
  justify-content: center;
  text-align: left;
  color: #000;
  margin-top: 28px;
  margin-bottom: -75px;
}

.mytabs input[type="radio"]:checked+label {
  font-size: 18px;
  color: #000;
  border-bottom: 2px solid #ff6d32;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #ff6d32;
  border: 2px solid #ff6d32;
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #ff6d32;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #ff6d32;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #ff6d32;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ff6d32;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(55, 81, 126, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/

.team .section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
  color: #000;
}

.team .section-title h2 span {
  color: #000;
  border-bottom: 4px solid #7e7e7e;
  border-radius: 2px;
  position: absolute;
}

/*
.team .section-title h2 span::before {
    content: "";
    position: absolute;
    display: block;
    height: 5px;
    background: #a8a8a8;
    color: #a8a8a8;
    border-radius: 30px;
    width: 20.8%;
    margin: auto 0%;
}*/
.team .doc-box {
  position: relative;
  height: 470px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

.team .doc-box h3 {
  font-size: 19px;
  color: #000;
}

.team .doc-box img {
  width: 50%;
  transition: 0.5s all ease-in-out;
}

@media screen and (max-width: 576px) {
  .team .doc-box {
    height: 420px;
  }
}

@media screen and (max-width: 453px) {
  .team .doc-box {
    height: 400px;
  }

  .team .section-title h2 {
    font-size: 20px;
    margin-bottom: 35px;
  }

  .team .section-title h2 span::before {
    height: 4px;
    width: 40.5%;
    margin: auto 0%;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 60px 40px;
  box-shadow: 0 3px 20px -2px rgba(20, 45, 100, 0.1);
  background: #fff;
  height: 100%;
  border-top: 4px solid #fff;
  border-radius: 5px;
}

.pricing h3 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
  color: #ff6d32;
}

.pricing h4 {
  font-size: 48px;
  color: #ff6d32;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 sup {
  font-size: 28px;
}

.pricing h4 span {
  color: #ff6d32;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 20px 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding: 10px 0 10px 30px;
  position: relative;
}

.pricing ul i {
  color: #28a745;
  font-size: 24px;
  position: absolute;
  left: 0;
  top: 6px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 50px;
  color: #ff6d32;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
  transition: 0.3s;
  border: 1px solid #ff6d32;
}

.pricing .buy-btn:hover {
  background: #ff6d32;
  color: #fff;
}

.pricing .featured {
  border-top-color: #ff6d32;
}

.pricing .featured .buy-btn {
  background: #ff6d32;
  color: #fff;
}

.pricing .featured .buy-btn:hover {
  background: #23a3df;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #ff6d32;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #ff6d32;
  transition: 0.3s;
}

.faq .faq-list a.collapsed:hover {
  color: #ff6d32;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact-section {
  padding: 40px 15px 10px;
  margin-top: 20px;
  border-radius: 6px;
}

.contact-img {
  width: 100%;
  height: 100vh;
}

.about-page-bottom p {
  color: #000;
}

.contact-page,
.about-page,
.distribution-products-page,
.category-page {
  display: block;
  top: 0;
  width: 100%;
  padding: 115px 0;

}

.contact-page .contact-page-top,
.about-page .about-page-top,
.distribution-products-page .distribution-products-page-top,
.category-page .category-page-top, {
  width: 100%;
  padding: 0px 0 60px;
  text-align: center;
  color: #000;
}

.contact-page .contact-page-top h2,
.about-page .about-page-top h2,
.distribution-products-page .distribution-products-page-top h2,
.category-page .category-page-top h2 {
  display: block;
  color: black;
  font-family: 'Righteous', serif;
  font-size: 3em;
  text-transform: uppercase;
}

@media screen and (max-width: 453px) {

  .contact-page .contact-page-top h2,
  .about-page .about-page-top h2,
  .distribution-products-page .distribution-products-page-top h2,
  .category-page .category-page-top h2 {
    font-size: 1.5em;
  }

}


.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fafafa;
  border: 1px solid #f2f2f29c;
  font-family: Quicksand, sans-serif;
}

.contact .php-email-form .form-h-text {
  width: 100%;
  font-family: Quicksand, sans-serif;
  text-align: right;
  color: #000;
  margin-bottom: -3px;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .contact-form .form-group {
  margin-bottom: 20px;
}

.contact .contact-form button[type=submit] {
  background: linear-gradient(to right, #004b8e, #fff);
  border: 0;
  padding: 8px 33px;
  color: #000;
  transition: 0.4s;
}

.contact .contact-form button[type=submit]:hover {
  background: linear-gradient(to right, #fff, #004b8e);
}

.form-control {
  width: 100%;
  font-family: Quicksand, sans-serif;
  color: #212529;
  padding: 0.375rem 0;
  border-top: 1px;
  border-left: 1px;
  border-right: 1px;
  border-radius: 0px;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

.recaptcha-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px padding-top:15px;
  margin-bottom: 30px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #ff6d32;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 0;
}

.contact .php-email-form button[type=submit] {
  background: linear-gradient(to right, #c2c0c1, #fff);
  border: 0;
  padding: 8px 33px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: linear-gradient(to right, #fff, #c2c0c1);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-----------------------------------------------------------
export-division
------------------------------------------------------------*/
.about-page-bottom .part-item-top {
  margin: 10px;
}

.about-page-bottom .part-item-top h2 {
  color: #000;
  font-size: 25px;
  margin-top: 50px;
}

.about-page-bottom .part-item-top p {
  font-family: sans-serif;
}

.about-page-bottom p {
  color: #858585;
  font-family: sans-serif;
  text-align: justify;
  font-size: 15px;
}

.about-page-bottom .bottom-part {
  width: 100%;
}

.about-page-bottom .export-card {
  display: flex;
  padding: 5px;
  flex-wrap: wrap;
}

@media screen and (max-width: 453px) {
  .about-page-bottom .export-card {
    justify-content: center;
  }
}

.about-page-bottom .export-card .card-inner {
  flex: 0 0 13.5%;
  width: 13.5%;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 4px;
  border: 1px solid #858585;
  transition: all .3s ease-in-out;
}

.about-page-bottom .export-card .card-inner p {
  width: 100%;
  margin: auto;
  text-align: center;
  text-transform: uppercase;
}

.about-page-bottom .export-card .card-inner img {
  width: 100px;
  height: 55px;
  margin: 12% auto;
  transition: all .3s ease-in-out;
}

.about-page-bottom .export-card .card-inner:hover img {
  transform: scale(1.6);
  padding-top: 20px;

}

.about-page-bottom .export-card .card-inner:hover p {
  display: none;
}

.about-page-bottom .export-card .card-inner:hover {
  border: 1px solid #000;
}

/*-----------------------------------------------------------
distribution-network
------------------------------------------------------------*/
.about-page .location-box {
  padding: 15px;
}

.about-page .location-box .map {
  width: 100%;
  padding: 10px;
}

.about-page .location-box .map iframe {
  width: 100%;
  height: 40vh;
}

.about-page .location-box .map-details {
  width: 100%;
  padding: 10px;
}

.about-page .location-box .map-details h3 {
  color: #808080;
}

.about-page .location-box .map-details p {
  color: #737373;
}

.about-page .location-box .map-details p:hover {
  color: #343434;
}

.about-page .location-box .map-details p i {
  margin-right: 5px;
  color: #808080;
}

.about-page .location-box .map-details p a {
  padding: 6px 15px;
  border: 1px solid #737373;
  border-radius: 5px;
  color: #737373;

}

.about-page .location-box .map-details p a:hover {
  color: #161616;
}

@media screen and (max-width: 453px) {
  .about-page-bottom .export-card .card-inner {
    flex: 0 0 45%;
  }

  .about-page-bottom .part-item-top h2 {
    font-size: 20px;
  }
}

/*-----------------------------------------------------------
contact page form 
------------------------------------------------------------*/
.contact .info span {
  background: #0000FF;
  padding: 0px 15px;
  color: #0000FF;
  font-size: 5px;
  border-radius: 10px;
}

.contact .info {
  width: 100%;
  color: #000;
}

.contact .info .info-inner {
  margin: 10px;
  padding: 10px;
  text-align: left;
}

.contact .info .info-inner .div-p {
  display: flex;
  flex-wrap: wrap;
}

.contact .info .info-inner .div-p a {
  padding: 3px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-right: 5px;
}

.contact .info .info-inner .div-p a:hover {
  color: #c2c0c1;
  letter-spacing: 0;
}

.contact .info h4 {
  font-size: 23px;
  font-weight: 400;
  margin-bottom: 0;
  display: flex;
  color: #000;
  transform: translateY(1px);
}

.contact .info i {
  font-size: 14px;
  padding: 0px 8px;
  border: 1px solid #c2c0c1;
  border-radius: 50%;
  line-height: 2.1;
  transform: translateY(-3px);
  margin-right: 10px;
  color: #fff;
  background: #c2c0c1;
}

.contact .info .info-inner:hover i {
  border: 1px solid #c2c0c1;
  color: #c2c0c1;
  background: #fff;
}

.contact .info .info-inner:hover {
  background-color: #fff;
}


.contact .info p {
  margin-top: 16px;
  margin-bottom: unset;
  font-size: 15px;
  color: #212529;
}

.contact-form {
  width: 100%;
  color: #000;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #ff6d32;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {

  font-size: 14px;
}

#footer .footer-newsletter {
  padding: 25px 0 2px;
  text-align: left;
  font-size: 15px;
  color: #444444;
  background: linear-gradient(to top, #fff, #fafafa);
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #000;
}

#footer .footer-newsletter .footer-top-link ul {
  display: flex;
  padding-left: 0;
}

#footer .footer-newsletter ul li {
  list-style: none;
  padding: 5px 20px 5px 0px;
}

#footer .footer-newsletter ul li a {
  color: #858585;
  transition: all .3s ease-in-out;
}

#footer .footer-newsletter ul li a:hover {
  letter-spacing: 1px;
}

#footer .footer-newsletter .footer-top-link-block ul {
  display: block;
}

#footer .footer-newsletter .footer-top-link-block ul li {
  padding: 5px 0 4px;
}

#footer .footer-top {
  padding: 60px 0 5px 0;
  border-top: 1px solid #dedede;
  background: #f5f5f5;
}

#footer .footer-top-box {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}

#footer .footer-top-box .footer-top-left {
  display: block;
  flex: 0 0 30%;
  width: 30%;
}

#footer .footer-top-box .footer-top-right {
  display: block;
  flex: 0 0 70%;
  width: 70%;
}

#footer .footer-top-box .footer-top-right a {
  color: #000;
}

#footer .footer-top-box .footer-top-right a:hover {
  color: #858585;
  text-shadow: 0 0 5px #858585;
}

#footer .footer-top-box .footer-top-right .link ul {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
}

#footer .footer-top-box .footer-top-right .link ul li {
  margin: 5px 10px;
  flex: 0 0 20%;
  width: 20%;
  list-style: none;
  color: #858585;
}

#footer .footer-top-box .footer-top-right .service ul {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
}

#footer .footer-top-box .footer-top-right .service ul li {
  margin: 5px 10px;
  flex: 0 0 20%;
  width: 20%;
  list-style: none;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #ff8c5e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ff8c5e;
  padding-left: 40px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links .li-header {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  position: relative;
}

#footer .footer-top .footer-links span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 5px;
  transform: translateY(-2px);
}

#footer .footer-top .footer-links p {
  color: #858585;
}

#footer .footer-top .footer-links .img-box {
  width: 100%;
  text-align: center;
}

#footer .footer-top .footer-links .img-box img {
  padding: 10px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0px;
  display: flex;
  align-items: center;
  list-style: none;
  color: #858585;
}

#footer .footer-top .footer-links ul li i {
  margin-right: 10px;
  font-weight: 600;
  color: #2b2b2b;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
  list-style: none;
}

#footer .footer-top .footer-links ul li a {
  color: #858585;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}


#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  letter-spacing: 1px;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  line-height: 1.3;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease-in-out;
}

#footer .footer-top .social-links .twitter {
  background: #00acee;
  color: #fff;
}

#footer .footer-top .social-links .twitter:hover {
  background: #fff;
  color: #00acee;
  border: 1px solid #00acee;
}

#footer .footer-top .social-links .facebook {
  background: #4267B2;
  color: #fff;
}

#footer .footer-top .social-links .facebook:hover {
  background: #fff;
  color: #4267B2;
  border: 1px solid #4267B2;
}

#footer .footer-top .social-links .instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
}

#footer .footer-top .social-links .instagram:hover {
  background: #fff;
  color: #d6249f;
  border: 1px solid #d6249f;
}

#footer .footer-top .social-links .linkedin {
  background: #0077b5;
  color: #fff;
}

#footer .footer-top .social-links .linkedin:hover {
  background: #fff;
  color: #0077b5;
  border: 1px solid #0077b5;
}

#footer .footer-top .social-links a:hover {
  line-height: 1.3;
  padding: 8px 0;
  margin-right: 4px;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  border-top: 1px solid #dedede;
}

#footer .copyright {
  float: left;

}

#footer .credits {
  float: right;
  font-size: 13px;

}

#footer .credits a {
  transition: 0.3s;
  color: #fff;
}

#footer .footer-country {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  background: #fafafa;
  border-top: 1px solid #dedede;
}

#footer .footer-country ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
}

#footer .footer-country ul li {
  list-style: none;
  padding: 5px 50px;
}

#footer .footer-country ul li a {
  border: 1px solid #dedede;
  padding: 4px 15px;
  border-radius: 4px;
}

#footer .footer-country ul li a:hover {
  letter-spacing: .5px;
  color: #000;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}

@media screen and (max-width: 991px) {
  #footer .footer-newsletter .footer-top-link ul {
    flex-wrap: wrap;
  }

  #footer .footer-newsletter ul li {
    flex: 0 0 30%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 453px) {
  #footer .footer-newsletter h4 {
    width: 50%;
    transform: translateX(0px);
    margin: 0 0 3px 0;
  }

  #footer .footer-newsletter ul li {
    margin-bottom: 0px;
  }

  #footer .footer-newsletter .footer-top-link ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
  }

  #footer .footer-top .footer-links {
    margin-bottom: 10px;
  }

  #footer .footer-top .footer-links ul li {
    padding: 3px 0;
  }

  #footer .footer-country ul {
    padding-left: 0;
  }

  #footer .footer-country ul li {
    padding: 7px 9px;
  }
}

/*-----------------------------
brand
-----------------------------*/
.brand-section {
  padding: 30px 0 30px;
}

.brand-section .brand-box {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-section .brand-box .brand-inner {
  flex: 0 0 15.5%;
  width: 15.5%;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 4px;
  border: 1px solid #858585;
  transition: all .3s ease-in-out;
}

.brand-section .brand-box .brand-inner a {
  width: 100%;
  margin: auto;
  color: #858585;
}

.brand-section .brand-box .brand-inner a img {
  width: 100px;
  height: 55px;
  margin: 12% auto;
  transition: all .3s ease-in-out;
}

.brand-section .brand-box .brand-inner:hover a img {
  transform: scale(1.6);
  padding-top: 20px;

}

.brand-section .brand-box .brand-inner:hover a p {
  display: none;
  color: #858585;
}

.brand-section .brand-box .brand-inner .a {
  width: 100%;
  margin: auto;
  color: #858585;
}

.brand-section .brand-box .brand-inner .a img {
  width: 100px;
  height: 55px;
  margin: 12% auto;
  transition: all .3s ease-in-out;
}

.brand-section .brand-box .brand-inner:hover .a img {
  transform: scale(1.6);
  padding-top: 20px;

}

.brand-section .brand-box .brand-inner:hover .a p {
  display: none;
  color: #858585;
}

.brand-section .brand-box .brand-inner:hover {
  border: 1px solid #000;
}

.brand-section .brand-box .brand-item-inner {
  flex: 0 0 13.5%;
  /*width: 13.5%;*/
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 4px;
  border: 1px solid #858585;
  transition: all .3s ease-in-out;
}

.brand-section .brand-box .brand-item-inner a {
  width: 100%;
  margin: auto;
}

.brand-section .brand-box .brand-item-inner a img {
  width: 100px;
  height: 55px;
  margin: 12% auto;
  transition: all .3s ease-in-out;
}

.brand-section .brand-box .brand-item-inner:hover a img {
  transform: scale(1.4);
  padding-top: 20px;

}

.brand-section .brand-box .brand-item-inner:hover a p {
  display: none;
}

.brand-section .brand-box .brand-item-inner:hover {
  border: 1px solid #000;
}

@media(max-width: 991px) {
  .brand-section .brand-box .brand-inner {
    flex: 0 0 23%;
  }
}

@media(max-width: 768px) {
  .brand-section .brand-box .brand-inner {
    flex: 0 0 45%;
  }
}

@media(max-width: 453px) {
  .brand-section .brand-box .brand-inner {
    flex: 0 0 45%;
  }

  .brand-section .brand-box .brand-item-inner {
    flex: 0 0 45%;
  }
}

/*-----------------------------
product
-----------------------------*/
.product-section {
  display: block;
  padding: 40px 0;
}

.product-section .product-page {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.product-section .product-page .product-item {
  flex: 0 0 15%;
  width: 15%;
  margin: 10px;
  text-align: center;
  border: 1px solid #858585;
  border-radius: 5px;
  padding: 10px;
}

@media(max-width: 1400px) {
  .product-section .product-page .product-item img {
    width: 100%;
  }
}

@media(max-width: 768px) {
  .product-section .product-page .product-item {
    flex: 0 0 29%;
  }
}

@media(max-width: 453px) {
  .product-section .product-page .product-item {
    flex: 0 0 43%;
  }
}

.lamco {
  padding: 85px 0;
}

.lamco .lamco-item {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}

.lamco .lamco-item .img-box {
  flex: 0 0 50%;
  width: 50%;
  text-align: center;
  margin: auto;
}

.lamco .lamco-item .img-box img {
  border: 1px solid #000;
  border-radius: 5px;
  padding: 15px;
  transition: 0.4s;
}

.lamco .lamco-item .img-box img:hover {
  transform: scale(1.1);
}

.lamco .lamco-item .content {
  flex: 0 0 50%;
  width: 50%;
  color: #000;
}

.lamco .lamco-item .content h3 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 60px;
  position: relative;
  color: #000;
}

.lamco .lamco-item .content h3 span {
  color: #000;
  border-bottom: 4px solid #7e7e7e;
  border-radius: 2px;
  position: absolute;
}

.lamco .lamco-item .content .expore-btn {
  display: block;
  padding: 10px 0;
}

.lamco .lamco-item .content .expore-btn a {
  background: linear-gradient(to right, #004b8e, #fff);
  border: 0;
  padding: 8px 33px;
  color: #000;
  transition: 0.4s;
}

.lamco .lamco-item .content .expore-btn a:hover {
  background: linear-gradient(to right, #fff, #004b8e);
}

@media(max-width: 991px) {
  .lamco .lamco-item {
    display: block;
  }

  .lamco .lamco-item .img-box {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 25px;
  }

  .lamco .lamco-item .content {
    flex: 0 0 100%;
    width: 100%;
  }

  .lamco .lamco-item .content h3 span {
    transform: translateY(-53px);
  }
}

@media(max-width:451px) {
  .lamco .lamco-item .content h3 span {
    font-size: 20px;
  }

  .lamco .lamco-item .content p {
    font-size: 14px;
  }
}


.product-brand-section {
  padding: 30px 0 0;
}

.product-brand-section .section-title p {
  margin-bottom: 10px;
  margin-left: 5px;
  background: #c2c0c1;
  color: #3c3c3c;
  border: 1px solid #858585;
  border-radius: 3px;
  width: 20%;
  text-transform: uppercase;
  text-decoration: underline;
  padding: 5px 10px;
}

.product-brand-section .product-brand-box {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  justify-content: left;
  flex-wrap: wrap;
}

.product-brand-section .product-brand-box .product-brand-inner {
  flex: 0 0 15.5%;
  width: 15.5%;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 4px;
  border: 1px solid #858585;
  transition: all .3s ease-in-out;
}

.product-brand-section .product-brand-box .product-brand-inner a {
  width: 100%;
  margin: auto;
  color: #858585;
}

.product-brand-section .product-brand-box .product-brand-inner a img {
  width: 100px;
  height: 55px;
  margin: 12% auto;
  transition: all .3s ease-in-out;
}

.product-brand-section .product-brand-box .product-brand-inner:hover a img {
  transform: scale(1.6);
  padding-top: 20px;

}

.product-brand-section .product-brand-box .product-brand-inner:hover a p {
  display: none;
}

.product-brand-section .product-brand-box .product-brand-inner:hover {
  border: 1px solid #000;
}

.product-brand-section .product-brand-box .product-brand-item-inner {
  flex: 0 0 13.5%;
  width: 13.5%;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  padding: 10px;
  margin: 4px;
  border: 1px solid #858585;
  transition: all .3s ease-in-out;
}

.product-brand-section .product-brand-box .product-brand-item-inner a {
  width: 100%;
  margin: auto;
}

.product-brand-section .product-brand-box .product-brand-item-inner a img {
  width: 100px;
  height: 55px;
  margin: 12% auto;
  transition: all .3s ease-in-out;
}

.product-brand-section .product-brand-box .product-brand-item-inner:hover a img {
  transform: scale(1.4);
  padding-top: 20px;

}

.product-brand-section .product-brand-box .product-brand-item-inner:hover a p {
  display: none;
}

.product-brand-section .product-brand-box .product-brand-item-inner:hover {
  border: 1px solid #000;
}

@media(max-width: 991px) {
  .product-brand-section .section-title p {
    width: 45%;
  }

  .product-brand-section .product-brand-box {
    justify-content: center;
  }

  .product-brand-section .product-brand-box .product-brand-inner {
    flex: 0 0 23%;
  }
}

@media(max-width: 768px) {
  .product-brand-section .section-title p {
    width: 57%;
  }

  .product-brand-section .product-brand-box .product-brand-inner {
    flex: 0 0 45%;
  }
}

@media(max-width: 453px) {
  .product-brand-section .product-brand-box {
    justify-content: center;
  }

  .product-brand-section .section-title p {
    width: 60%;
    background: #c2c0c1;
    color: #3c3c3c;
  }

  .product-brand-section .product-brand-box .product-brand-inner {
    flex: 0 0 45%;
  }
}

/*----------------------------------------------------------
category
------------------------------------------------------------*/

.category-section .category-box {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.category-section .category-box .category-inner {
  flex: 0 0 15.5%;
  width: 15.5%;
  border-radius: 5px;
  justify-content: center;
  text-align: center;
  height: 160px;
  padding: 15px;
  margin: 4px;
  border: 1px solid #858585;
  background: transparent;
  transition: all .3s ease-in-out;
}

.category-section .category-box .category-inner .img-box {
  flex: 0 0 100%;
  width: 100%;
}

.category-section .category-box .category-inner .img-box img {
  flex: 0 0 80%;
  width: 40%;
  height: 63px;
  transition: all .3s ease-in-out;
}

.category-section .category-box .category-inner .img-box p {
  flex: 0 0 20%;
  width: 100%;
  color: #858585;
  padding: 20px 0 20px;
  transition: all .3s ease-in-out;
}

.category-section .category-box .category-inner:hover {
  background: linear-gradient(to top, #fff, #85858545);
  transform: scale(1.04);
}

.category-section .category-box .category-inner:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.category-section .category-box .category-inner:hover p {
  color: #000;
}

.blogitem .blogs-entry .footer-links ul {
  display: flex;
  list-style: none;
  color: #ff6d32;
  margin-top: 15px;
  padding-left: 0;
}

.blogitem .blogs-entry .footer-links ul li a {
  padding: 4px 7px;
  border: 1px solid #000000;
  border-radius: 42px;
  transition: all .3s ease-in-out;
}

.blogitem .blogs-entry .footer-links ul li {
  margin: 0 5px;
  margin-left: 2px;
  transition: all .3s ease-in-out;
}

.blogitem .blogs-entry .footer-links ul li:hover a {
  color: #fff;
  padding: 5px 9px;
  background: #a1a1a1;
  border: 1px solid #a1a1a1;
}

@media(max-width: 991px) {
  .category-section .category-box .category-inner {
    flex: 0 0 23%;
  }
}

@media (max-width: 768px) {
  .category-section .category-box .category-inner .img-box p {
    font-size: 15px;
  }

  .category-section .category-box .category-inner {
    flex: 0 0 45%;
  }
}

@media(max-width: 453px) {
  .category-section .category-box .category-inner {
    flex: 0 0 45%;
    width: 45%;
  }
}


/* //////////  TRANSLATOR START HERE //////////////////////////////////// */

.goog-te-gadget {
  /* position: absolute; */
  bottom: 20px;
  right: 175px;
}

.goog-te-gadget .goog-te-combo {
  margin: 0px 0;
  width: 125px;
}

.goog-te-gadget {
  transform: translateX(50px);
}



@media screen and (max-width: 480px) {

  .goog-logo-link,
  .goog-logo-link:link,
  .goog-logo-link:visited,
  .goog-logo-link:hover,
  .goog-logo-link:active {
    display: none;
  }


  .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 60px;
  }

  .goog-te-gadget {
    transform: translateX(-125px);
    margin-left: 75px;
    margin-top: 0px;
  }

  #header {
    padding: 5px 0 0px 0;
  }

  .bi-list {
    transform: translateX(175px);
  }

}

@media (max-width: 768px) {
  #translator-box {
    display: block;
  }
}