@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500;700;800&display=swap);
body {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  color: #333;
  padding: 0;
  margin: 0;
}
a {
  color: #332e2a;
  text-decoration: none !important;
}
.bg-top {
  background: #f7f7f7;
  padding: 5px;
}
.header-bg {
  background-color: #fff;
}
.logo img {
  width: 250px;
  height: auto;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background-color: #000;
}
.social-media {
  text-align: right;
}
.social-media ul {
  margin: 0;
  padding: 0;
}
.social-media ul li {
  list-style-type: none;
  display: inline-block;
  background: 0 0;
}
.social-media ul li a i {
  background: #000;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.social-media ul li a i:hover {
  color: #fff;
  background-color: #0a98cf;
}
.header-top-bg {
  background-color: #fff;
  padding: 8px 0;
}
.header-right-info {
  text-align: left;
}
.header-right-info ul {
  padding: 0;
  margin: 0;
}
.header-right-info ul li {
  list-style: none;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  padding: 0 20px;
}
.border-righ {
  border-right: 1px dashed #ccc;
}
.header-right-info ul li a {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}
.header-right-info ul li a:hover {
  color: #0a98cf;
}
.header-right-info .info-icon {
  font-size: 25px;
  color: #000;
  position: absolute;
}
.header-right-info .right-info {
  padding-left: 35px;
}
.navbarmenu {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
}
.navbarmenu a {
  color: #fff;
}
.navbarmenu ul {
  margin: 0;
  padding: 0;
  text-align: right;
  vertical-align: middle;
}
.navbarmenu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  line-height: normal;
  vertical-align: middle;
}
.navbarmenu li a {
  padding: 9px 20px;
  display: block;
  text-decoration: none;
  color: #333;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 16px !important;
}
.navbarmenu ul li a:hover {
  color: #000;
}
.navbarmenu > ul > li {
  display: inline-block;
}
.navbarmenu > ul > li > a {
  font-size: 16px !important;
  padding: 10px 15px !important;
  font-weight: 500;
}
.navbarmenu > ul > li > a:hover {
  color: #000;
}
.navbarmenu ul ul {
  top: auto;
  width: 250px;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background: #ddd;
}
.navbarmenu li li {
  display: block;
}
.navbarmenu ul ul ul {
  top: 0;
  left: 250px;
  width: 250px;
}
.navbarmenu > ul > li:hover > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 0;
}
.navbarmenu > ul > li.drop-left > ul {
  right: 0;
}
.navbarmenu li.drop-left ul ul {
  left: auto;
  right: 220px;
}
.navbarmenu.light {
  background: #fff;
}
.navbarmenu.light a {
  color: #000;
}
.navbarmenu.light ul ul {
  background: #fff;
}
.navbarmenu.light li a {
  color: #000;
}
.navbarmenu.dark {
  background-color: transparent;
}
.navbarmenu.dark ul ul {
  background-color: transparent;
}
.navbarmenu.dark li a {
  font-size: 16px;
}
.navbarmenu.dark li.active > a,
.navbarmenu.dark li:hover > a {
  color: #0a98cf;
  font-weight: 500;
}
.navbarmenu ul ul li a {
  background: #8fb949;
  color: #fff;
}
.navbarmenu ul ul li a:hover {
  background-color: #0a98cf;
  color: #fff !important;
}
.navbarmenu.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.navbarmenu li.has-sub > a:after {
  content: "";
  margin-left: 9px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #8fb949;
  display: inline-block;
}
.navbarmenu li li.has-sub > a:after {
  margin-left: 10px;
  float: right;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #fff;
  position: relative;
  top: 4px;
}
.navbarmenu li.drop-left li.has-sub > a:after {
  float: left;
  margin-right: 10px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #fff;
}
.navbarmenu.hide-arrows li li.has-sub > a:after,
.navbarmenu.hide-arrows li.drop-left li.has-sub > a:after,
.navbarmenu.hide-arrows li.has-sub > a:after {
  display: none;
}
.navbarmenu .call-btn-mobile,
.navbarmenu .close-menu,
.navbarmenu .location-btn-mobile,
.navbarmenu .menu-toggle {
  display: none;
  text-transform: uppercase;
  text-decoration: none;
}
.navbarmenu .dd-toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 41px;
  height: 41px;
  text-align: center;
  z-index: 9999;
  border: 0;
}
.navbarmenu.desktop li.has-sub a {
  padding-right: 10px;
}
.navbarmenu.desktop.hide-arrows li.has-sub a {
  padding-right: 15px;
}
.navbarmenu.mobile > ul > li > a.dd-toggle {
  padding: 0;
}
.navbarmenu li.call-btn-mobile,
.navbarmenu li.location-btn-mobile {
  display: none;
}
.navbarmenu svg {
  fill: currentColor;
  width: 1em;
  height: 1em;
  position: relative;
  top: 2px;
}
.navbarmenu a.dd-toggle .icon-plus {
  box-sizing: border-box;
  transition: transform 0.3s;
  width: 12px;
  height: 100%;
  position: relative;
  vertical-align: middle;
  display: inline-block;
}
.navbarmenu a.dd-toggle .icon-plus:before {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(90deg);
  transition: width 0.3s;
}
.navbarmenu a.dd-toggle .icon-plus:after {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
}
.navbarmenu li.open > a.dd-toggle .icon-plus {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.navbarmenu.light a.dd-toggle .icon-plus:before {
  border-color: #000;
}
.navbarmenu.light a.dd-toggle .icon-plus:after {
  border-color: #000;
}
.navbarmenu.dark a.dd-toggle .icon-plus:before {
  border-color: #ffa455;
}
.navbarmenu.dark a.dd-toggle .icon-plus:after {
  border-color: #ffa455;
}
.navbarmenu .icon-close {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.navbarmenu .icon-close:before {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  border-bottom: solid 3px #777;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
}
.navbarmenu .icon-close:after {
  content: "";
  display: block;
  width: 12px;
  height: 0;
  top: 50%;
  border-bottom: solid 3px #777;
  position: absolute;
  transform: rotate(-45deg);
}
.navbarmenu.light .icon-close:before {
  border-color: #000;
}
.navbarmenu.light .icon-close:after {
  border-color: #000;
}
.navbarmenu.dark .icon-close:before {
  border-color: #000;
}
.navbarmenu.dark .icon-close:after {
  border-color: #000;
}
.navbarmenu .call-btn-mobile,
.navbarmenu .close-menu,
.navbarmenu .location-btn-mobile,
.navbarmenu .menu-toggle {
  padding: 10px 20px;
  box-sizing: border-box;
}
.navbarmenu .menu-toggle span.bars {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: 17px;
}
.navbarmenu .menu-toggle span.bars span {
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 6px;
  background: #777;
  margin: 0 0 3px;
}
.navbarmenu .full {
  width: 100%;
}
.navbarmenu .half {
  width: 50%;
}
.navbarmenu .third {
  width: 33%;
  text-align: center;
}
.navbarmenu .location-btn-mobile.third {
  text-align: center;
}
.navbarmenu .location-btn-mobile.half {
  text-align: right;
}
.navbarmenu.light .half,
.navbarmenu.light .third {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.light.left .half,
.navbarmenu.light.left .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.light.right .half,
.navbarmenu.light.right .third {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.light .half:first-child,
.navbarmenu.light .third:first-child {
  border-left: 0;
}
.navbarmenu.dark .half,
.navbarmenu.dark .third {
  border-left: 2px solid #33ac54;
}
.navbarmenu.dark.left .half,
.navbarmenu.dark.left .third {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.navbarmenu.dark.right .half,
.navbarmenu.dark.right .third {
  border-bottom: 1px solid #33ac54;
}
.navbarmenu.light.left .menu-toggle,
.navbarmenu.light.right .menu-toggle {
  border-bottom: 0;
}
.navbarmenu.dark.left .menu-toggle,
.navbarmenu.dark.right .menu-toggle {
  border-bottom: 0;
}
.navbarmenu.dark .half:first-child,
.navbarmenu.dark .third:first-child {
  border-left: 0;
}
.navbarmenu.light .menu-toggle span.bars span {
  background: #0a98cf;
}
.navbarmenu.dark .menu-toggle span.bars span {
  background: #0a98cf;
}
.navbarmenu.mobile {
  position: static;
  text-align: center;
}
.navbarmenu.mobile.fixed {
  position: static;
}
.navbarmenu.mobile ul {
  position: relative;
  display: none;
}
.navbarmenu.mobile.active {
  padding-bottom: 0;
}
.navbarmenu.mobile.active > ul {
  display: block;
}
.navbarmenu.mobile ul {
  text-align: left;
}
.navbarmenu.mobile > ul > li {
  display: block;
}
.navbarmenu.mobile > ul > li > a {
  padding: 12px 13px !important;
  font-size: 16px !important;
}
.navbarmenu.mobile ul {
  background: #ddd;
}
.navbarmenu.mobile ul ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: auto;
  display: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
.navbarmenu.mobile ul ul ul {
  left: auto;
  top: auto;
}
.navbarmenu.mobile li.drop-left ul ul {
  right: auto;
}
.navbarmenu.mobile li a {
  border-bottom: 1px solid #824a3f85;
}
.navbarmenu.mobile li a:hover {
  background: radial-gradient(circle, #f5811e 0, #d56404 100%);
}
.navbarmenu.mobile > ul {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.navbarmenu.mobile.light li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.mobile.light > ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.navbarmenu.mobile li a.dd-toggle {
  border: 0;
}
.navbarmenu.mobile.light li a.dd-toggle {
  border: 0;
}
.navbarmenu.mobile .call-btn-mobile,
.navbarmenu.mobile .close-menu,
.navbarmenu.mobile .dd-toggle,
.navbarmenu.mobile .location-btn-mobile,
.navbarmenu.mobile .menu-toggle {
  display: inline-block;
}
.navbarmenu.mobile li.call-btn-mobile {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.navbarmenu.mobile li.call-btn-mobile,
.navbarmenu.mobile li.location-btn-mobile {
  display: inline-block;
  width: 50%;
  text-transform: uppercase;
  text-align: center;
}
.navbarmenu.mobile li.call-btn-mobile.full,
.navbarmenu.mobile li.location-btn-mobile.full {
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-right: 0;
  text-align: left;
}
.navbarmenu.mobile.light ul {
  background: #fff;
}
.navbarmenu.mobile.dark ul {
  background: #eee;
}
.navbarmenu.mobile.dark ul ul {
  background: rgba(255, 255, 255, 0.08);
}
.navbarmenu.mobile.light li.call-btn-mobile {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.navbarmenu.mobile.top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}
.navbarmenu.mobile li li.has-sub > a:after,
.navbarmenu.mobile li.drop-left li.has-sub > a:after,
.navbarmenu.mobile li.has-sub > a:after {
  display: none;
}
.navbarmenu.mobile.left > ul,
.navbarmenu.mobile.right > ul {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 300px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.navbarmenu.mobile.right > ul {
  left: 0;
  z-index: 999;
}
.navbarmenu.mobile.left .close-menu,
.navbarmenu.mobile.right .close-menu {
  display: inline-block;
  text-align: right;
  color: #000;
}
.navbarmenu.mobile.left > ul {
  left: 0;
}
.navbarmenu.mobile.right .call-btn-mobile.half,
.navbarmenu.mobile.right .close-menu.half,
.navbarmenu.mobile.right .location-btn-mobile.half {
  text-align: center;
}
.navbarmenu.mobile.right .call-btn-mobile.third,
.navbarmenu.mobile.right .close-menu.third,
.navbarmenu.mobile.right .location-btn-mobile.third {
  text-align: center;
  font-size: 14px;
  color: #33ac54;
}
.navbarmenu.mobile.left .call-btn-mobile.half,
.navbarmenu.mobile.left .close-menu.half,
.navbarmenu.mobile.left .location-btn-mobile.half {
  text-align: center;
}
.navbarmenu.mobile.left .call-btn-mobile.third,
.navbarmenu.mobile.left .close-menu.third,
.navbarmenu.mobile.left .location-btn-mobile.third {
  text-align: center;
}
.navbarmenu.mobile.left .menu-toggle.half,
.navbarmenu.mobile.left .menu-toggle.third,
.navbarmenu.mobile.right .menu-toggle.half,
.navbarmenu.mobile.right .menu-toggle.third {
  text-align: left;
}
.navbarmenu.mobile.left .close-menu.third span,
.navbarmenu.mobile.right .close-menu.third span {
  display: none;
}
.navbarmenu.desktop li.mega ul ul {
  background: 0 0;
}
.navbarmenu.desktop li.mega li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.navbarmenu.desktop li.mega li li {
  display: block;
  position: relative;
  left: 4px;
}
.navbarmenu.desktop li.mega ul ul {
  width: auto;
}
.navbarmenu.desktop > ul > li.mega {
  position: inherit;
}
.navbarmenu.desktop > ul > li.mega > ul {
  width: 100%;
}
.navbarmenu.desktop > ul > li.mega > ul li.has-sub ul {
  display: block;
  position: relative;
  left: auto;
}
.navbarmenu.desktop > ul > li.mega > ul > li {
  padding-bottom: 15px;
  box-sizing: border-box;
}
.navbarmenu.desktop li.mega li li a {
  padding: 5px 15px;
}
.navbarmenu.desktop li.mega li.has-sub a:after {
  display: none;
}
.navbarmenu.desktop > ul > li.mega > ul > li > a {
  color: #ff0;
}
@media only screen and (max-width: 1024px) {
  .logo img {
    width: 90%;
    height: auto;
  }
  .product-banner h1 {
    font-size: 26px;
    line-height: 40px;
    margin: 10px 0;
  }
  .navbarmenu > ul > li > a {
    font-size: 13px !important;
    padding: 20px 5px !important;
  }
}
@media only screen and (max-width: 768px) {
  .navbarmenu {
    overflow: hidden;
    display: block;
  }
  .navbarmenu ul {
    position: relative;
    display: none;
  }
  .navbarmenu li a {
    padding: 7px 35px 7px 20px;
    border-right: 0;
    color: #000;
  }
}
@media only screen and (max-width: 420px) {
  .navbarmenu.mobile .call-btn-mobile.third span,
  .navbarmenu.mobile .location-btn-mobile.third span {
    display: none;
  }
  .navbarmenu.dark li.active > a,
  .navbarmenu.dark li:hover > a {
    background: #0a98cf;
    color: #fff;
  }
  .navbarmenu > ul > li > a::before {
    display: none !important;
  }
}
.desktop-slider img {
  width: 100%;
  height: 100vh;
}
.welcome-text-section {
  padding: 70px 0;
}
.welcome-text {
  position: relative;
}
.welcome-text .item--sub-title {
  font-size: 20px;
  font-weight: 600;
  color: #13223c;
}
.welcome-text h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 36px;
  color: #0a98cf;
}
.welcome-text p {
  font-size: 16px;
  line-height: 26px;
  color: #333;
  text-align: justify;
}
.welcome-part-img img {
  width: 100%;
  height: auto;
}
.dropex-btn {
  padding: 15px 40px;
  background: #13223c;
  font-size: 16px;
  line-height: 32px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.dropex-btn:hover {
  background: #13223c;
  color: #fff;
}
.tagline {
  color: #333;
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}
.boxmobile p {
  font-size: 16px;
  color: #333;
  margin: 0;
  padding-top: 10px;
}
.boxmobile h4 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  background: #0a98cf;
  display: inline-block;
  padding-right: 15px;
}
.boxmobile h4 a {
  color: #fff;
}
.boxmobile h4:hover {
  background: #0a98cf;
}
.boxmobile i {
  font-size: 30px;
  background: #75b024;
  display: inline-block;
  padding: 15px;
}
.manufacturer-section {
  padding: 70px 0;
  background: #f7f7f7;
  background-image: url("../images/transparent-bg.png");
}
.manufacturer-section h2 {
  text-align: center;
  font-size: 40px;
  color: #0a98cf;
  padding-bottom: 20px;
}
.manufacturerimg {
  overflow: hidden;
}
.manufacturerimg img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.manufacturerimg img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.manufacturerbox {
  position: relative;
  border: 2px solid #0a98cf;
}
.manufacturerbox:hover {
  background: #f3fcff;
  box-shadow: 0 45px 60px -50px #000;
  border: 2px solid #0a98cf;
}
.manufacturerbox h3 {
  font-size: 24px;
  text-align: center;
  color: #000;
}
.manufacturerbox p {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.productsbox-page {
  position: relative;
  border: 2px solid #0a98cf;
  margin-bottom: 30px;
}
.productsbox-page:hover {
  background: #f3fcff;
  box-shadow: 0 45px 60px -50px #000;
  border: 2px solid #0a98cf;
}
.productsbox-page h3 {
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #0a98cf;
  padding: 10px;
}
.productsbox-page p {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.productsimgnew {
  overflow: hidden;
}
.productsimgnew img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.productsimgnew img:hover {
  -webkit-transform: scale(1.08);
}
.products-section {
  padding: 70px 0;
}
.products-section h3 {
  text-align: center;
  font-size: 40px;
  color: #0a98cf;
  padding-bottom: 20px;
}
.productsimg {
  overflow: hidden;
}
.productsimg img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.productsimg img:hover {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.productsbox {
  border: 1px solid #75b024;
}
.productsbox h4 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  color: #75b024;
}
.productsbox p {
  font-size: 16px;
  padding: 10px;
  text-align: center;
}
.productsbox:hover {
  background: #f3fcff;
  box-shadow: 0 45px 60px -50px #000;
  border: 2px solid #0a98cf;
}
.owl-theme .owl-dots .owl-dot {
  display: none;
}
.services-box-top {
  background-color: #094180;
  padding: 40px 0;
  background: url("../images/services-box-bg.jpg");
  background-size: cover;
  background-position: center;
}
.services-box-top ul {
  padding: 0 !important;
}
.services_box li {
  display: inline-block;
  border-bottom: 0;
  margin: 15px;
  text-align: center;
  padding-bottom: 0;
  background: #07adee;
  padding: 10px 0;
}
.services_box li:last-child {
  border-right: 0;
  padding-right: 0;
}
.services_imge {
  max-width: unset;
  margin-bottom: 15px;
  padding-left: 13px;
}
.services_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.services_box li h4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.satisfaction-box {
  padding: 20px;
  background: #75b024;
}
.satisfaction-box h3 {
  font-weight: 700;
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
}
.satisfaction-box h3 span {
  color: #fff;
  font-size: 100px;
  font-weight: 900;
}
.satisfaction-box p {
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.box6section {
  padding: 70px 0;
}
.satisfaction-box1 {
  margin-top: 30px;
  padding: 30px 20px;
  background-color: #fff;
  transition: 0.5s ease;
  text-align: center;
}
.satisfaction-boxheight {
  height: 380px;
}
.satisfaction-box1:hover {
  background-color: #c9f0ff;
  box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.45);
}
.satisfaction-box1 p {
  color: #333;
  font-size: 16px;
}
.satisfaction-icon {
  font-size: 50px !important;
  color: #0a98cf;
  margin-bottom: 20px;
  transition: all 1s ease;
}
.footer-main {
  background: #111;
  padding: 40px 0;
  background-image: url("../images/footer-main.jpg");
  background-size: cover;
}
.footer-main .left {
  padding-bottom: 70px;
}
.footer-main .left h6 {
  color: #0071a7;
  font-size: 36px;
  font-weight: 900;
  line-height: 15px;
  padding-top: 5px;
}
.footer-main .left h6 a {
  color: #0071a7;
}
.footer-main .left h5 {
  font-size: 20px !important;
  text-align: center;
}
.footer-content img {
  margin-bottom: 15px;
}
.footer-content a {
  color: #fff;
}
.footer-content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.footer-content ul {
  padding: 0;
  margin: 0;
}
.footer-content ul li {
  list-style: none;
  background: url(../images/footer-main-icon.png) no-repeat;
  background-position: 5px 8px;
  padding-left: 20px;
}
.footer-content ul li a {
  color: #ededed;
  font-size: 15px;
  line-height: 26px;
}
.footer-content ul li a:hover {
  color: #0dbbff;
  font-weight: 600;
  padding-left: 2px;
}
.footer-content p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 7px;
}
.footer-content p a:hover {
  color: #0dbbff;
  font-weight: 600;
}
.copyright {
  padding: 10px 0;
  position: relative;
  background: #000;
  text-align: center;
}
.copyright p {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.copyright a {
  color: #fff;
}
.recaptcha-size {
  transform: scale(0.77);
  -webkit-transform: scale(0.77);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.footersocial-media {
  text-align: left;
  padding-top: 15px;
}
.footersocial-media ul {
  margin: 0;
  padding: 0;
}
.footersocial-media ul li {
  list-style-type: none;
  display: inline-block;
  background: 0 0;
}
.footersocial-media ul li a i {
  background: #000;
  color: #fff;
  font-size: 15px;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.footersocial-media ul li a i:hover {
  color: #fff;
  background-color: #0a98cf;
}
.quick-connect {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 999999;
}
.quick-connect a {
  color: #fff;
}
.call {
  background-color: #0a98cf;
  color: #fff;
  font-size: 20px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}
.whatsapp {
  background-color: #7ebf28;
  color: #fff;
  font-size: 23px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.whatsapp:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.location-map {
  background-color: #fbbc04;
  color: #fff;
  font-size: 23px;
  border-radius: 10px 0 0 10px;
  height: 50px;
  width: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: center;
}
.location-map:hover {
  animation: shakes 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both infinite;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
@keyframes shakes {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(0, 2px) rotate(0);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0);
  }
  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(2px, 2px) rotate(0);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
  }
}
.page-header-wrap {
  background-color: #001b52;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.page-header-wrap .inner-banner2 {
  background: url(../images/pv-junction-box-banner.jpg) no-repeat center center;
  padding: 100px 0 100px 0;
  text-align: left;
  background-size: cover;
}
.page-header-wrap .inner-banner2:before {
  content: "";
  background-color: #00000090;
  padding: 0;
  top: 0;
  width: 100%;
  height: 600px;
  left: 0;
  position: absolute;
  z-index: 9;
}
.page-title {
  color: #fff;
  font-weight: 700;
  position: relative;
  z-index: 9;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 45px;
  text-align: center;
}
.breadcumb-wrapper {
  background-color: transparent;
  text-align: center;
  padding-top: 1.2em;
  position: relative;
  padding-bottom: 1.2em;
  color: #fff;
  z-index: 9;
}
.breadcumb-wrapper i {
  padding: 0 5px;
}
.breadcumb-wrapper a {
  color: #fff;
}
.breadcumb-wrapper .home {
  color: #f7ba31;
}
.breadcumb-wrapper .active {
  color: #fff;
}
.page-part-inner {
  padding: 40px 0 40px 0;
}
.page-part-inner img {
  width: 100%;
  height: auto;
  padding: 0px 0px 20px 0px;
}
.pro-text p {
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #272626;
  text-align: justify;
}
.pro-img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #2e3192;
  margin-top: 30px;
}
.pro-img h3 {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.pro-img h3 a {
  font-size: 18px;
  color: #0a98cf;
}
.pro-img h3 a:hover {
  color: #0a98cf;
}
.pro-inner-img {
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 25px;
}
.pro-inner-img img {
  width: 100%;
  height: auto;
  transition: transform 2s ease;
}
.pro-inner-img img:hover {
  transform: scale(1.5);
  transition: transform 2s ease;
}
.inner-page-box-img img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  padding: 2px;
  margin-bottom: 15px;
}
.pro-inner-img h3 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 9;
  font-size: 20px;
  text-align: center;
  padding: 10px;
  margin: 0;
  text-transform: capitalize;
}
.pro-inner-img a {
  color: #0a98cf;
}
.pro-text h2 {
  font-size: 32px;
  line-height: 40px;
  color: #0a98cf;
  font-weight: 700;
}
.pro-text h3 {
  font-size: 24px;
  color: #0a98cf;
  font-weight: 700;
  margin-top: 15px;
}
.pro-text h4 {
  font-size: 22px;
  color: #051e51;
  font-weight: 700;
  margin-top: 15px;
}
.pro-text td {
  padding: 10px;
  border: 1px solid #ccc;
}
.ullist {
  padding: 5px 0 15px 0;
}
.ullist ul {
  padding-left: 5px;
  margin-bottom: 15px;
}
.ullist ul li {
  background-image: url(../images/arrow-icon.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  padding-left: 25px;
  color: #272626;
  line-height: 28px;
}
.ullist ul li a {
  color: #13223c;
}
.ullist ul li a:hover {
  color: #e8a246;
}
.pro-tablebox td {
  border: 1px solid #ccc;
}
.pro-tablebox td p {
  margin: 0;
}
.pro-tablebox td,
th {
  border: 1px solid #ddd;
  text-align: left;
  padding: 8px;
}
.pro-tablebox tr:nth-child(2n) {
  background-color: #d6f3ff;
}
.downloadbox {
  font-size: 20px;
  margin: 0;
  text-align: center;
  color: #fff;
  background: #0a98cf;
  padding: 10px;
}
.downloadbox a {
  color: #fff;
}
.downloadbox:hover {
  background: #75b024;
}
.get-in-touch-part {
  padding: 60px 0;
}
.get-in-touch-box {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #ebf1ff;
  position: relative;
  box-shadow: 0 0 10px 0 #ccc;
  border: 1px solid #d1deff;
  font-size: 17px;
  line-height: 28px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.get-in-touch-box .name-text {
  font-size: 28px;
  font-weight: 700;
  color: #0a98cf;
  padding-bottom: 15px;
}
.get-in-touch-box h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 0;
}
.get-in-touch-box p {
  font-size: 16px;
  color: #333;
  line-height: 26px;
}
.get-in-touch-box p a {
  color: #333 !important;
}
.get-in-touch-box p a:hover {
  color: #0a98cf !important;
  font-weight: 600;
}
.get-in-touch-part iframe {
  width: 100%;
  height: 570px;
  border-radius: 20px;
}
.form-group {
  margin-bottom: 15px;
}
.well {
  min-height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
label {
  display: inline-block;
  color: #000;
  padding-top: 10px;
}
.well-sm {
  width: 100%;
  padding: 20px 20px 10px 20px;
  background: #dce7ff;
  position: relative;
  box-shadow: 0 0 10px 0 #ccc;
  border: 1px solid #ccc;
  font-size: 17px;
  line-height: 28px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.entry-subtitle h3 {
  color: #13223c;
  font-weight: 700;
}
.entry-subtitle p {
  color: #000;
}
.entry-subtitle span {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.4;
  z-index: 1;
}
@media only screen and (min-width: 300px) and (max-width: 767px) {
  .header-bg {
    background-color: #fff;
  }
  .logormf img {
    width: 140px;
    height: auto;
  }
  .header-right-info {
    display: none;
  }
  .logo img {
    width: 150px;
    height: auto;
  }
  .navbarmenu ul ul li {
    width: 100%;
    float: left;
  }
  .welcome-text-section {
    padding: 15px 0;
  }
  .welcome-text h1 {
    font-size: 32px;
  }
  .welcome-text p {
    font-size: 16px;
    line-height: 29px;
    color: #333;
    text-align: justify;
    padding: 5px 0;
  }
  .mobiletext {
    display: block;
  }
  .mobiletext h3 {
    text-align: center;
    padding-top: 10px;
    color: #fff;
  }
  .freedeliverysection h3 {
    font-size: 26px;
    line-height: 35px;
  }
  .freedeliverysection h3 {
    font-size: 24px;
    line-height: 35px;
  }
  .box-sectionbg h3 {
    font-size: 26px;
    line-height: 33px;
  }
  .vedio-part-img {
    padding-bottom: 25px;
  }
  .power-by {
    text-align: center;
  }
  .power-by a {
    display: block;
  }
  .tree-box-bg {
    padding: 50px 0;
    bottom: 0;
  }
  .desktop-slider img {
    width: 100%;
    height: auto;
  }
  .brand-section {
    background: #f7f7f7;
    padding: 40px 0;
  }
  .footer-content h4 {
    padding-top: 20px;
  }
  .brand-section .col-sm-2 {
    width: 50%;
    float: left;
    margin-bottom: 15px;
  }
  .copyright {
    text-align: center;
  }
  .social-media {
    text-align: center;
  }
  .footer-main {
    background-color: #111;
    font-size: 16px;
    padding: 50px 0;
    background-image: none;
  }
  .footer-main .left {
    display: none;
  }
  .services_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .services_box li {
    display: inline-block;
    border-bottom: 0;
    margin-bottom: 15px;
    text-align: center;
    padding: 15px;
    border: 1px solid #0071a7;
    padding-right: 0;
  }
  .why-choose img {
    margin-top: 20px;
  }
  .boxmobile h4 {
    font-size: 24px;
    color: #fff;
    margin: 0;
    background: #0a98cf;
    display: inline-block;
    padding-right: 15px;
  }
  .manufacturer-section h2 {
    text-align: center;
    font-size: 24px;
    color: #0a98cf;
    padding-bottom: 20px;
  }
  .manufacturerbox {
    position: relative;
    border: 2px solid #0a98cf;
    margin-top: 25px;
  }
  .products-section h3 {
    text-align: center;
    font-size: 32px;
    color: #0a98cf;
    padding-bottom: 20px;
  }
  .bg-top {
    display: none;
  }
}
