


body {
   font-family: 'SF Pro Display', sans-serif;
  overflow-x: hidden;
}


@font-face {
  font-family: 'SF Pro Display';
  src: url('./public/front/webfonts/SFUIText-Bold.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SF Pro Display';
  src: url('./public/front/webfonts/SFUIText-Bold.otf') format('opentype');
  font-weight: bold;
  font-style: normal;
}

.nomargin {
  margin: 0 !important;
}
button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}
input:focus {
  outline: 0;
}
header {
  position: fixed;
  width: 100%;
  transition: 0.5s;
  top: 0;
  z-index: 999999;
}
header.sticky {
  top: -45px;
  background: linear-gradient(90deg, #071c51 0, #035591 100%);
  z-index: 999999;
}
.header hr {
  background: linear-gradient(
    90deg,
    rgba(187, 221, 0, 0) 41%,
    rgb(255 255 255 / 0.31) 100%
  );
  height: 1px;
  border-color: transparent;
  margin: 0;
}
.header {
  background-color: transparent;
  display: block;
  width: 100%;
  transition: 1s;
}
.header.sticky {
  top: 0;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
}
.header .logo {
  padding: 0 0;
  display: inline-block;
  width: 200px;
}
.header .logo a img {
  width: 400px;
  height: auto;
  transition: 0.5s;
}
header.sticky .header .logo a img {
  width: 350px;
  padding: 0 0 5px;
}
.header .menu ul {
  margin: 0;
  padding: 0;
}
.header .menu > ul > li {
  display: inline-block;
  list-style: none;
  padding: 25px 0 25px 30px;
}
.header nav.menu {
  margin: auto;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
  text-align: right;
  width: 79%;
}
.header .menu > ul > li > a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0;
  font-size: 14px;
  transition: 0.5s;
  text-transform: uppercase;
  cursor: pointer;
}
.head-search {
  padding-top: 2%;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  float: right;
}
.head-search:hover {
  color: #5d7bff;
}
.header .menu > ul > li > a:hover {
  color: #5d7bff;
  text-decoration: none;
}
.header .menu ul li:last-child::after {
  display: none;
}
.header .menu ul li .submenu {
  background-color: #fff;
  display: none;
  position: fixed;
  width: 100%;
  -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.22);
  top: auto;
  left: 0 !important;
  right: 0 !important;
  margin-top: 25px;
  padding: 30px 0 10px;
}
.header .menu ul li .submenu::before {
  content: "";
  padding-top: 40px;
  position: absolute;
  top: -39px;
  width: 100px;
  z-index: 999;
  left: 0;
}
.header .menu ul li .icon-arrow {
  color: #fff;
  font-size: 14px;
  margin-left: 6px;
}
.header .menu ul li:hover .submenu {
  display: block;
}
.header .menu .submenu li::after {
  display: none;
}
.maincategory {
  text-align: left;
  border-right: 1px solid #d4d4d4;
  padding-right: 40px;
}
.maincategory h2 {
  color: #5d5d5d;
  font-weight: 600;
  margin-bottom: 20px;
}
.maincategory ul li {
  border-bottom: 1px solid #d4d4d4;
  border-right: 0;
  border-left: 0;
  padding: 10px 10px;
  width: 100%;
}
.maincategory ul li a {
  color: #5d5d5d;
  font-weight: 500;
  line-height: 22px;
  font-size: 16px;
}
.maincategory ul li a:hover {
  color: #0007b9;
  text-decoration: none;
}
.maincategory ul li a.active {
  color: #0007b9;
}
.tabcontaint {
  text-align: left;
  padding: 0 30px;
}
.tabcontaint h6 {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.tabcontaint ul li a {
  color: #5d5d5d;
  font-size: 15px;
  font-weight: 400;
}
.tabcontaint ul li a:hover {
  color: #0007b9;
  text-decoration: none;
}
.tabcontant_link {
  margin-bottom: 50px;
  margin-top: 5px;
}
.tabcontant_link a {
  color: #0007b9;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .header nav.menu > ul {
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    margin-left: -320%;
    z-index: 1;
    background-color: #fff;
    -moz-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.3);
  }
  .header nav.menu.active {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
  }
  .header nav.menu.active > ul {
    margin-left: 0;
    -moz-transition: margin-left 0.25s;
    -o-transition: margin-left 0.25s;
    -webkit-transition: margin-left 0.25s;
    transition: margin-left 0.25s;
    width: 100%;
    overflow-y: scroll;
  }
  .header nav.menu.active > ul > li {
    display: block;
    border-bottom: 1px solid #454242;
    text-align: left;
    padding: 15px 0 15px 23px;
  }
  .header nav.menu.active > ul li:hover .submenu {
    display: none;
  }
  .header nav.menu.active > ul > li > a {
    width: 100%;
    color: #454242;
  }
  .header .menu ul li .icon-arrow {
    color: #454242;
    font-size: 14px;
  }
  .panel-title a {
    color: #454242 !important;
  }
  .panel-title a:hover {
    color: #1742c1 !important;
  }
  .header .menu > ul > li > a {
    font-size: 20px;
  }
  .header nav.menu.active > ul li .flexbox-container {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header nav.menu.active > ul li .flexbox-container a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header nav.menu.active > ul li .flexbox-container .icon-arrow {
    display: inline-block;
    height: 76px;
    width: 76px;
    padding: 30px 29px;
    text-align: center;
    cursor: pointer;
  }
  .header nav.menu.active > ul li .flexbox-container .icon-arrow:hover {
    background: #5aaed5;
  }
  .header nav.menu.active > ul li .flexbox-container .icon-arrow svg {
    height: 18px;
    width: 15px;
  }
  .header nav.menu.active ul li .submenu {
    max-height: 0;
    overflow: hidden;
    box-shadow: none;
  }
  .header nav.menu.active ul li.showSubmenu .submenu {
    max-height: initial;
    width: 96%;
    position: relative;
    display: block;
    overflow: scroll;
    background-color: transparent;
    margin-top: 5px;
  }
  .header nav.menu.active ul li.showSubmenu .icon-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .header nav.menu .hamburger {
    display: inline-block;
    position: absolute;
    top: 62px;
    right: 0;
    padding: 12px 25px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
  }
  .hamburger.active {
    top: 20px !important;
  }
  .no-scrolling .head-search.show {
    display: none;
  }
  .header nav.menu .hamburger span,
  .header nav.menu .hamburger span::after,
  .header nav.menu .hamburger span::before {
    left: 0;
    border-radius: 2px;
    height: 3px;
    width: 35px;
    background: gray;
    position: absolute;
    display: block;
    content: "";
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .header nav.menu .hamburger span:before {
    top: -10px;
  }
  .header nav.menu .hamburger span:after {
    bottom: -10px;
  }
  .header nav.menu .hamburger.active span {
    background-color: transparent;
  }
  .header nav.menu .hamburger.active span:before,
  .header nav.menu .hamburger.active.active span:after {
    top: 0;
  }
  .header nav.menu .hamburger.active span:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header nav.menu .hamburger.active span:after {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.dimmer {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.dimmer.active {
  display: block;
}
.no-scrolling {
  overflow: hidden;
}
.topnav {
  padding: 10px 0;
}
.topnav ul {
  list-style: none;
  display: block;
  padding: 0;
  text-align: right;
  margin: 0;
}
.topnav ul li {
  display: inline-block;
}
.topnav ul li svg {
  margin: 0 8px 0 0;
  font-size: 14px;
  vertical-align: middle;
}
.topnav ul li a {
  color: #fff;
  font-size: 14px;
  transition: 0.5s;
}
.topnav ul li a:hover {
  color: #5d7bff;
  text-decoration: none;
}
.topnav ul li::after {
  content: "|";
  color: #909090;
  margin: 0 20px;
}
.topnav ul li:last-child::after {
  display: none;
}
.searchinput {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: 0.5s;
  visibility: hidden;
  text-align: center;
  padding-top: 21%;
  z-index: 9999999;
}
.searchinput.show {
  opacity: 1;
  visibility: visible;
}
.searchinput span {
  position: absolute;
  right: 30px;
  top: 20px;
  color: #fff;
  font-size: 38px;
  cursor: pointer;
}
.searchinput input {
  border: 0;
  border-bottom: 2px solid #fff;
  background: 0 0;
  margin-right: 0;
  max-width: 500px;
  color: #fff;
  font-size: 34px;
  letter-spacing: 0.85px;
  padding: 5px 3px;
  border-radius: 0;
  width: 100%;
}
.searchinput h6 {
  color: #fff;
  text-align: right;
  max-width: 500px;
  margin: auto;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.searchinput ::placeholder {
  color: #fff;
  opacity: 1;
}
.searchinput :-ms-input-placeholder {
  color: #fff;
}
.searchinput ::-ms-input-placeholder {
  color: #fff;
}
.header .menu > ul > li > a.active {
  color: #5d7bff;
}
.header .menu > ul > li.dropdown.active > a,
.header .menu > ul > li.dropdown.active > svg {
  color: #5d7bff;
}
.topbanner_main {
  background-image: url(../images/home/topbg.jpg);
  padding: 110px 0;
}
.topbanner_main {
  background-image: url(../images/home/topbg.jpg);
  padding: 120px 0 60px;
  height: 750px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.topban-right img {
  width: 100%;
}
.topban-left h2 {
  color: #fff;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0.55px;
  margin-bottom: 10px;
}
.topban-left p {
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  font-size: 14px;
}
.topban-left a {
  color: #5d7bff;
  background-color: #fff;
  font-weight: 500;
  font-size: 17px;
  padding: 8px 15px;
  margin-top: 40px;
  display: block;
  width: fit-content;
  transition: 0.5s;
}
.topban-left a:hover {
  color: #fff;
  background-color: #5d7bff;
  text-decoration: none;
}
.welcome_img img {
  width: 90%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.welcome_main {
  padding: 100px 0;
}
.welcome_text h1 {
  font-weight: 800;
  letter-spacing: 0.55px;
  color: #00007e;
  margin-bottom: 25px;
  font-size: 30px;
}
.welcome_text h1 span {
  color: #626262;
}
.welcome_text h6 {
  font-size: 20px;
  color: #626262;
  margin-bottom: 25px;
}
.welcome_text p {
  color: #626262;
  text-align: justify;
}
.whychoose_main {
  background-color: #dedede;
  padding: 60px 0;
}
.newchoosemain {
  background-color: #dedede;
  padding: 60px 0;
}
.pagetital {
  margin-bottom: 70px;
}
.pagetital h2 {
  font-weight: 900;
  letter-spacing: 0.55px;
  color: #00007e;
  margin-bottom: 8px;
  font-size: 36px;
  text-align: center;
}
.pagetital h2 span {
  color: #626262;
}
.pagetital p {
  text-align: center;
  color: #626262;
  margin-bottom: 35px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.choose_box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border-bottom: 6px solid #00007e;
  margin-bottom: 20px;
  width: 97%;
  transition: 0.5s;
}
.choose_box:hover {
  border-color: #626262;
  transform: translateY(-0.35em);
  -webkit-box-shadow: -4px 17px 32px -23px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 17px 32px -23px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 17px 32px -23px rgba(0, 0, 0, 0.75);
}
.chooseleft_img img {
  width: 236px;
}
.chooseright_text {
  padding: 0 25px;
}
.chooseright_text img {
  width: 60px;
  display: block;
  margin-bottom: 15px;
}
.chooseright_text h5 {
  color: #626262;
  font-weight: 600;
  margin-bottom: 8px;
}
.chooseright_text p {
  color: #666565;
  line-height: 18px;
  font-size: 16px;
}
.ourproduct_mian {
  background-image: url(../images/home/outproduct.jpg);
  padding: 80px 0 120px;
  background-repeat: no-repeat;
  background-position: center;
}
.productslidermain {
  position: relative;
}
.produslider_img img {
  width: 100%;
}
.produslider_text {
  min-height: 135px;
  padding: 40px 20px 10px;
  background-color: #fff;
  position: relative;
  border-bottom: 6px solid #0689c9;
  transition: 0.5s;
}
.produslider_text::before {
  content: "";
  top: 0;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  border-bottom: 20px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 65%;
  transform: rotate(180deg);
  transition: 0.5s;
}
a.prod_sliderbox:hover .produslider_text::before {
  border-bottom-color: rgb(130 196 228);
}
.produslider_text p {
  text-align: center;
  color: #0023df;
  font-weight: 500;
  font-size: 17px;
}
.prod_sliderbox .produslider_img::before {
  background: rgb(6 137 201 / 0.5);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f055";
  color: #fff;
  font-size: 30px;
  padding-top: 48%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.prod_sliderbox:hover .produslider_img::before {
  opacity: 1;
  visibility: visible;
}
.produslider_img {
  position: relative;
}
a.prod_sliderbox:hover {
  text-decoration: none;
}
.ourproduct_mian .pagetital h2 span {
  color: silver;
}
.ourproduct_mian .pagetital h2 {
  color: #fff;
}
.ourproduct_mian .pagetital p {
  color: #fff;
  font-weight: 400;
}
.prod_sliderbox:hover .produslider_text {
  border-bottom: 6px solid #626262;
}
.productslidermain .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  bottom: -60px;
}
.productslidermain .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.7;
  border-radius: 0;
  margin: 0 4px;
  background: #a7a7a7;
}
.productslidermain .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.productslidermain .swiper-button-next {
  right: -3%;
}
.productslidermain .swiper-button-prev {
  left: -3%;
}
.productslidermain .swiper-button-next:after,
.productslidermain .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.brand_boxnew img {
  width: 90%;
  margin: auto;
  display: block;
  border: 4px solid #fff;
}
.swiper-container.homecustomer {
  width: 90%;
}
.homecustomeraerrow {
  position: relative;
}
.homecustomeraerrow .swiper-button-next:after,
.homecustomeraerrow .swiper-button-prev:after {
  color: #00007e;
  font-size: 28px;
  font-weight: 600;
}
.brand_box img {
  width: 98%;
  margin: auto;
  display: block;
  border: 4px solid #fff;
}
.welcome_text ul li a {
  color: #212529;
  font-size: 16px;
  width: auto;
  background: 0 0;
  max-width: max-content;
  text-align: left;
  margin: 0;
  padding: 0;
  font-weight: 400;
  display: inherit !important;
}
.welcome_text ul li a:hover {
  color: #212529;
  background: 0 0;
}
.brand_serve {
  padding: 80px 0;
  background-color: #dedede;
}
.brand_box {
  position: relative;
  width: 95%;
}
.choosebox h6 {
  color: #696969;
  font-weight: 400;
  line-height: 1.6;
  width: 90%;
  margin: auto;
}
.choosebox h5 {
  color: #626262;
  font-size: 22px;
  margin-bottom: 0.9rem;
}
.choosebox {
  text-align: center;
  margin-bottom: 3rem;
}
.choosebox img {
  width: 170px;
  margin-bottom: 1rem;
}
.newchoosemain p {
  color: #696969;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}
.newchoosemain .pagetital {
  margin-bottom: 30px;
}
.brandserve .swiper-slide .brand_box img {
  border: 2px solid #062d64;
}
h5.bandname {
  text-align: center;
  margin: 6px 0 25px;
  color: #636363;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  font-size: 16px;
  font-weight: 600;
}
.brandserve a:hover {
  text-decoration: none;
}
.brand_serve a:hover {
  text-decoration: none;
}
.brand_serve .pagetital p {
  max-width: 700px;
  margin: auto;
}
.testimonial_main {
  padding: 80px 0 130px;
}
.testimonial_main .pagetital p {
  max-width: 790px;
  margin: auto;
}
.testibox {
  text-align: center;
  padding: 0 40px 20px;
  background-color: #e8e8e8;
  min-height: 370px;
  transition: 0.5s;
  cursor: pointer;
}
.testibox:hover {
  background-color: #00007e;
}
.testibox:hover p {
  color: #fff;
}
.testibox:hover h5 {
  color: #fff;
}
.testibox p {
  text-align: justify;
  line-height: 22px;
  font-weight: 300;
}
.testislider .swiper-slide {
  padding-top: 70px;
}
.testibox img {
  width: 133px;
  height: 133px;
  border: 6px solid #fff;
  border-radius: 50%;
  margin-top: -70px;
  margin-bottom: 30px;
}
.testislider .swiper-pagination.swiper-pagination-bullets {
  width: 100%;
  bottom: -60px;
}
.testislider .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.7;
  border-radius: 0;
  margin: 0 4px;
  background: #a7a7a7;
}
.testislider .swiper-pagination-bullet-active {
  opacity: 1;
  background: #00007e;
}
.testislider {
  position: relative;
}
.testibox h5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #737373;
  font-weight: 400;
}
.home_helpnow {
  background-image: url(../images/home/form-bg.jpg);
  padding: 60px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 80px 0;
}
.gethelp_box {
  border: 2px solid #fff;
  padding: 60px 60px;
  width: 88%;
}
.gethelp_box h3 {
  color: #fff;
  font-weight: 800;
  font-size: 38px;
  letter-spacing: 0.45px;
  margin-bottom: 25px;
}
.gethelp_box p {
  color: #fff;
  font-size: 19px;
  font-weight: 400;
}
.gethelp_box a {
  display: block;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 19px;
}
.gethelp_box a:hover {
  color: #fff;
}
.homeform {
  width: 85%;
  margin-top: -10px;
}
.homeform h3 {
  color: #fff;
  font-weight: 800;
  font-size: 38px;
  letter-spacing: 0.45px;
  margin-bottom: 20px;
}
.homeform p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.45px;
}
.homeform form .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  border: 0;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.125rem 0.75rem;
}
.homeform form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.homeform form label {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.15px;
}
.homeform form button {
  background: #fff;
  padding: 9px 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
  color: #022397;
  transition: 0.5s;
  border: 0;
}
.homeform form button:hover {
  text-decoration: none;
  color: #fff;
  background: #022397;
}
footer {
  background-color: #e8e8e8;
  padding: 60px 0;
}
.footlogo img {
  margin-bottom: 35px;
  width: 350px;
}
.footlogo p {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 500;
}
.footlink_title {
  color: #6b6b6b;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.footlink li {
  margin-bottom: 10px;
}
.footlink li a {
  color: #6b6b6b;
  font-weight: 400;
  font-size: 16px;
}
.footlink li a:hover {
  color: #6b6b6b;
}
.footer_contact h6 {
  margin: 0;
  color: #6b6b6b;
  font-weight: 600;
}
.footer_contact a {
  color: #6b6b6b;
  font-size: 16px;
}
.footer_contact a:hover {
  color: #6b6b6b;
}
.copyright {
  padding: 15px 0;
  background-color: #c1c1c1;
  color: #6b6b6b;
  text-align: center;
  font-size: 16px;
}
.inner_topban {
  background-image: url(../images/about/banner.jpg);
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 100px 0 40px;
}
.inner_topban h1,
.inner_topban h2 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.25px;
  margin-bottom: 20px;
}
.inner_topban p {
  color: #fff;
  max-width: 745px;
  font-weight: 300;
  line-height: 22px;
}
.about_emco {
  padding: 80px 0;
}
.aboutemco_img img {
  width: 85%;
  margin: auto;
  display: block;
}
.aboutemco_text {
  width: 640px;
}
.aboutemco_text h3 {
  font-size: 38px;
  font-weight: 800;
  color: #00007e;
  margin-bottom: 20px;
}
.aboutemco_text h6 {
  color: #626262;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 35px;
}
.aboutemco_text p {
  color: #626262;
  font-weight: 300;
  line-height: 20px;
  font-size: 15px;
  text-align: justify;
}
.aboutemco_text a {
  background-color: #00007e;
  color: #fff;
  font-size: 20px;
  padding: 12px 30px;
  display: block;
  width: fit-content;
  margin-top: 65px;
  transition: 0.5s;
  max-width: 175px;
  text-align: center;
}
.aboutemco_text a:hover {
  background-color: #000050;
  color: #fff;
  text-decoration: none;
}
.misvis_box {
  text-align: center;
  max-width: 80%;
  margin: auto;
  align-items: center;
}
.row.misvis_box {
  margin: auto;
  border: 3px solid #02349e;
  padding: 30px;
}
.misvis_box img {
  width: 210px;
}
.mission_only {
  padding: 1.5rem 0 6rem;
}
.misvis_box h3 {
  font-weight: 800;
  color: #00007e;
  font-size: 38px;
  margin-bottom: 15px;
  text-align: left;
}
.misvis_box p {
  color: #626262;
  font-size: 19px;
  line-height: 28px;
  text-align: left;
  margin: 0;
}
.mission_vision {
  padding: 30px 0 70px;
}
.customepagemain {
  position: relative;
}
.about_dowedo {
  background-image: url(../images/about/dowedo.jpg);
  padding: 80px 0;
  background-repeat: no-repeat;
  background-position: center;
}
.dowedo_box {
  padding: 20px 75px;
  border-right: 1px solid #fff;
}
.dowedo_box h3 {
  text-align: left;
  color: #fff;
  font-weight: 800;
  font-size: 38px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.dowedo_box p {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
}
.about_testimain {
  padding: 70px 0;
}
.about_testimain .pagetital p {
  max-width: 790px;
  margin: auto;
}
.about_testimain .pagetital {
  margin-bottom: 100px;
}
.customepagemain .swiper-wrapper {
  width: 100%;
}
.customepagemain
  .swiper-container.customerpage.swiper-container-horizontal.swiper-container-android {
  width: 100% !important;
}
.customepagemain .swiper-button-next:after,
.customepagemain .swiper-button-prev:after {
  color: #00007e;
  font-size: 28px;
  font-weight: 600;
}
.customepagemain .swiper-button-prev {
  left: -10px;
}
.customepagemain .swiper-button-next {
  right: -2px;
}
.hindu {
  padding: 0.5rem 0 3rem;
}
.ocustomer {
  padding-top: 2rem;
}
.contactbox {
  margin-top: -110px;
  margin-bottom: 80px;
}
.contact-leftform {
  background-color: #f1f1f1;
  min-height: 770px;
  padding: 50px 22% 40px;
}
.contact_rightadd {
  background-color: #00007e;
  min-height: 770px;
  padding: 150px 50px 50px;
}
.contact_rightadd ul li {
  display: flex;
  vertical-align: top;
  text-align: left !important;
}
.contact_rightadd ul li img {
  width: 25px;
  vertical-align: top;
  align-self: self-start;
  margin-right: 15px;
}
.contact_rightadd ul li p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact_rightadd ul li p a {
  color: #fff;
}
.contact_rightadd ul li p a:hover {
  color: #fff;
}
.contact_social a img {
  width: 30px;
  margin-right: 15px;
}
.contact_social {
  padding: 0 0 0 40px;
}
.contact-leftform h3 {
  font-weight: 800;
  color: #00007e;
  font-size: 38px;
  margin-bottom: 25px;
}
.contact-leftform form .form-control {
  border-radius: 0;
  margin-bottom: 20px;
  border: 1px solid #a7a4a4;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.125rem 0.75rem;
}
.contact-leftform .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.contact-leftform form label {
  color: #626262;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15px;
}
.contact-leftform form button {
  width: 100%;
  border: 0;
  background-color: #00007e;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 3px 10px;
  transition: 0.5s;
  margin-top: 10px;
}
.contact-leftform form button:hover {
  background-color: #004;
}
.testimonial_page .testibox {
  margin-bottom: 100px;
}
.testimonial_page {
  padding: 140px 0 00px;
}
.produlist_topban {
  background-image: url(../images/prod-listing/banner.jpg);
  height: 600px;
  background-position: center;
  background-repeat: no-repeat;
}
.prolist_topright img {
  width: 85%;
  margin: auto;
  display: block;
  margin-bottom: 0;
  max-width: 750px;
  margin-right: 0;
}
.custom_breadcrumb {
  text-align: right;
  position: relative;
  top: 130px;
  margin-bottom: 30px;
}
.custom_breadcrumb ul li {
  display: inline-block;
}
.custom_breadcrumb ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}
.custom_breadcrumb ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.custom_breadcrumb ul li a::after {
  content: ">";
  position: relative;
  right: -7px;
  font-size: 18px;
  color: #fff;
  top: 2px;
}
.custom_breadcrumb ul li:last-child a::after {
  display: none;
}
.custom_breadcrumb ul li.breadcrumb_active a {
  color: #5d7bff;
}
.prolist_topleft h1,
.prolist_topleft h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
}
.prolist_topleft p {
  color: #fff;
  max-width: 745px;
  font-weight: 300;
  line-height: 22px;
}
.product_listmain {
  padding: 0 0 40px;
  margin-top: -30px;
}
.produlist_img {
  position: relative;
}
.product_listinbox .produlist_img::before {
  background: rgb(5 104 172 / 0.7);
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  transition: 0.5s;
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f055";
  color: #fff;
  font-size: 30px;
  padding-top: 45%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
.product_listinbox:hover .produlist_img::before {
  opacity: 1;
  visibility: visible;
}
.produlist_img img {
  width: 100%;
}
.produlist_text {
  min-height: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  border-bottom: 4px solid #626262;
  transition: 0.5s;
}
.product_listinbox:hover .produlist_text {
  border-bottom: 4px solid #0689c9;
}
.produlist_text::before {
  content: "";
  top: 0;
  position: absolute;
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  border-bottom: 20px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  width: 65%;
  transform: rotate(180deg);
  transition: 0.5s;
  opacity: 0;
}
.product_listinbox:hover .produlist_text::before {
  border-bottom-color: rgb(80 149 197);
}
.produlist_text p {
  text-align: center;
  color: #0023df;
  font-weight: 500;
  font-size: 16px;
}
.prolist_whitetext {
  text-align: center;
  padding: 20px 0 0;
}
.prolist_whitetext h3 {
  color: #7d7575;
  font-weight: 600;
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 45px;
  padding: 0 5px;
}
.prolist_whitetext p {
  color: #7d7575;
  line-height: 19px;
  padding: 0 15px;
  height: 57px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  font-size: 14px;
}
.prolist_btn a {
  width: 48%;
  background-color: #e3e3e3;
  color: #7d7575;
  padding: 9px 0;
}
.prolist_btn a:hover {
  background-color: #00007e;
  color: #fff;
  text-decoration: none;
}
.prolist_btn {
  display: flex;
  justify-content: space-between;
}
.product_listinbox {
  transition: 0.5s;
  margin-bottom: 30px;
  cursor: pointer;
  width: 90%;
}
.product_listinbox:hover {
  -webkit-box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.43);
  box-shadow: 0 0 18px -8px rgba(0, 0, 0, 0.43);
}
.prod_detailatop {
  background-image: url(../images/prod-detail/banner.jpg);
  height: 500px;
  background-position: center 0;
  background-repeat: no-repeat;
  padding: 0 0;
}
.prodetail_img img {
  width: 90%;
  border: 3px solid #8a8a8a;
  height: auto;
}
.productimgsec {
  margin: -16rem 0 2rem;
  position: relative;
}
.prodetail_text h1,
.prodetail_text h2 {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 10px;
}
.prodetail_text h5 {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 16px;
}
.prodetail_text h6 {
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.25px;
  font-size: 14px;
}
.prodetail_text ul {
  position: relative;
  margin-top: -48%;
}
.prodetail_text ul li {
  width: 50%;
  float: left;
  padding: 0 18px 0 0;
  vertical-align: top;
  margin-bottom: 15px;
}
.prodetail_text ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f058";
  position: relative;
  height: 100%;
  display: inline-block;
  color: #00007e;
}
.prodetail_text ul li p {
  margin: 0;
  display: inline-block;
  width: 93%;
  vertical-align: top;
  font-size: 15px;
  color: #7d7979;
  font-weight: 500;
}
.prodetail_text {
  padding: 0 0;
}
.tabtital {
  width: 100%;
  background: #00007e;
  color: #fff;
  text-align: center;
  padding: 7px 0;
  font-weight: 400;
  font-size: 18px;
}
.prodinfo_tab table {
  width: 100%;
  background: #fbfbfb;
  margin-bottom: 35px;
}
.prodinfo_tab table td {
  font-size: 16px;
  padding: 10px 25px;
  color: #696969;
  font-weight: 500;
  vertical-align: top;
}
.detaitab_main {
  padding: 40px 0 20px;
}
.detaitab_main .detabtn {
  background-color: #00007e;
  color: #fff;
  padding: 10px 20px;
  width: fit-content;
  margin: 0;
}
.detaitab_main hr {
  margin: 0;
  margin-bottom: 5rem;
  border-color: #00007e;
}
@media (min-width: 991px) {
  .panel-heading {
    display: none;
  }
  .panel {
    border: none;
    box-shadow: none;
  }
  .panel-collapse {
    height: auto;
  }
  .panel-collapse.collapse {
    display: flex !important;
  }
}
@media (max-width: 990px) {
  .tab-content .tab-pane {
    display: block !important;
  }
  .maincategory {
    display: none;
  }
  .panel-title a {
    display: block;
  }
  .panel {
    margin: 0;
    box-shadow: none;
    border-radius: 0;
    margin-top: -2px;
  }
  .tab-pane:first-child .panel {
    border-radius: 5px 5px 0 0;
  }
  .tab-pane:last-child .panel {
    border-radius: 0 0 5px 5px;
  }
  .row.panel-collapse {
    padding-left: 40px;
  }
  .tab-pane.fade:not(.show) {
    opacity: 1;
  }
}
.panel-title a {
  color: #fff;
  margin: 10px 0 15px;
  text-decoration: none;
  padding: 0 5px;
  font-weight: 400;
  line-height: 22px;
  font-size: 18px;
}
.panel-title a:hover {
  text-decoration: none;
  color: #fff;
}
.panel-title a svg {
  transform: unset !important;
}
@media (min-width: 992px) {
  .header .menu ul li .submenu {
    height: 65vh;
    overflow-y: scroll;
  }
}
span.bold {
  font-weight: 700;
}
.produlist_topban .row {
  width: 100% !important;
  max-width: 100% !important;
}
.allmodels_main .modal {
  z-index: 999999;
  background: #00000073;
}
.allmodels_main .form-control {
  border-radius: 0;
  resize: none;
}
.allmodels_main .form-control:focus {
  border-color: #ced4da;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.allmodels_main .modal-header {
  background: linear-gradient(90deg, #071c51 0, #035591 100%);
  color: #fff;
  border-radius: 3px;
  display: block;
  text-align: left;
}
.allmodels_main .modal-header .close {
  color: #fff;
  opacity: 1;
  font-weight: 400;
  background: 0 0;
  padding: 1rem 1rem !important;
  font-size: 24px !important;
  position: absolute;
  right: 10px;
  top: 10px;
}
.allmodels_main button {
  background: #034f8a;
  border: 0 !important;
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 6px 40px !important;
}
.prodetail_img img {
  width: 100% !important;
  border: 0 !important;
  height: auto;
}
.prodetail_img {
  border: 3px solid #8a8a8a;
  width: 95%;
}
.detaiinqury:hover {
  text-decoration: none;
  color: #fff;
  background: #001769;
}
.detaiinqury {
  background: #fff;
  padding: 9px 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
  color: #022397;
  transition: 0.5s;
}
.gethelp_box a img {
  width: 20px;
  margin-right: 5px;
}
.tabcontaint ul {
  margin-bottom: 20px !important;
}
.viewall-btn {
  color: #fff;
  background-color: #00007e;
  font-weight: 500;
  font-size: 18px;
  padding: 8px 15px;
  margin-top: 40px;
  display: block;
  width: fit-content;
  transition: 0.5s;
  max-width: 146px;
  text-align: center;
}
.viewall-btn:hover {
  background-color: #000035;
  color: #fff;
  text-decoration: none;
}
.customer_page {
  padding: 100px 0 100px;
}
.ourproduct_mian .produslider_text p {
  color: #000;
  font-size: 20px;
}
.download_table .table td,
.download_table .table th {
  padding: 0.95rem 0.75rem;
  vertical-align: top;
  border-top: 1px solid #fff;
  color: #1f1f1f;
  font-size: 15px;
  background: #05427c36;
}
.download_table table.table {
  margin: 40px 0;
}
.download_form {
  margin-top: 2.5rem;
  position: sticky;
  top: 90px;
  z-index: 9;
}
.download_form .form-control {
  border-color: #044c87;
  margin-bottom: 1.4rem;
  color: #044c87;
  border-radius: 0;
}
.download_form .form-control:focus {
  color: #044c87;
  background-color: #fff;
  border-color: #044c87;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.download_form .choices__inner {
  background: #fff;
  border-color: #044c87;
  padding: 4px 7.5px 2.55px;
  min-height: 0 !important;
}
.download_form .choices {
  background: #fff;
  color: #044c87;
  margin-bottom: 1.6rem !important;
}
.download_form .choices__list--multiple .choices__item {
  background-color: #04457f;
  border: 1px solid #04457f;
  margin-bottom: 9px;
}
.download_form button.downbtn {
  border: 0;
  background: #04457f;
  color: #fff;
  text-transform: uppercase;
  padding: 9px 40px 7px;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 22px;
  letter-spacing: 0.45px;
  transition: 0.5s;
}
.download_form button.downbtn:hover {
  background: #06275e;
  color: #fff;
}
.download_form .choices__input {
  margin-bottom: 0;
  font-size: 16px;
}
.download_form h2 {
  color: #044781;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
}
.download_form h6 {
  font-weight: 400;
  margin-bottom: 22px;
  line-height: 1.5;
}
.welcome_text ul li a:hover {
  transform: translateX(0.4rem);
}
.welcome_text ul li a {
  list-style: none;
}
.thankyoubox button:hover {
  background: #011e4a;
  color: #fff;
}
.thankyoubox button {
  background: #062b62;
  border: 0;
  padding: 7px 26px 6px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}
.thankyoubox {
  padding: 120px 0;
  text-align: center;
}
.thankyoubox h3 {
  font-size: 38px;
  margin-bottom: 2rem;
}
section.inner_topban.forthankyou {
  height: 180px;
}
.popular_products_categories {
  padding: 40px 0 0 0;
  background-color: #dedede;
  margin-top: 40px;
}
.popular_products_categories .pagetital {
  margin-bottom: 30px;
}
.popular_products_categories ul > li {
  display: inline-block;
  padding-bottom: 8px;
}
.popular_products_categories ul > li a {
  color: #00007e;
}
.popular_products_categories ul > li:after {
  content: "|";
  padding: 0 5px;
  color: #00007e;
}
.popular_products_categories ul > li:last-child:after {
  content: "";
}
.g-recaptcha {
  margin-bottom: 30px;
}
label.error {
  color: red !important;
  font-size: 12px !important;
  text-transform: capitalize !important;
}
#helpNowForm label.error {
  position: relative;
  top: -10px;
}
label#g-recaptcha-response-error {
  position: relative;
  top: -10px;
}
.homemainbanner {
  height: 100%;
}

.topbanner_main .swiper-button-next,
.topbanner_main .swiper-button-prev {
  color: #fff;
}
.topbanner_main .swiper-pagination-bullet {
  width: 27px;
  height: 4px;
  display: inline-block;
  /* border-radius: 100%; */
  /* background: #000; */
  opacity: 0.7;
  border-radius: 0;
  margin: 0 4px;
  background: #a7a7a7;
}
.topbanner_main .swiper-pagination {
  width: 100%;
  text-align: center;
}
.topbanner_main .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

section.inner_topban.allcatego {
  height: auto;
  padding: 65px;
}

.allcategorycontent .cattitle {
  color: #7d7575;
  font-weight: 600;
  font-size: 26px;
  padding: 0 5px;
  margin-top: 31px;
  margin-bottom: 20px;
}
.allcategorycontent .catbox .imagbox {
  border: 1px solid #7d7575;
  display: block;
  width: 100%;
  overflow: hidden;
  max-height: 200px;
}
.allcategorycontent .catbox .imagbox img {
  position: relative;
  max-width: 100%;
  display: block;
  max-width: 200px;
  margin: auto;
}
.allcategorycontent .catbox .catname {
  color: #7d7575;
  font-weight: 600;
  font-size: 18px;
  padding: 5px 0px;
  position: relative;
}
.allcategorycontent .catbox ul.list-unstyled {
  font-size: 14px;
  line-height: 23px;
}
.allcategorycontent .catbox ul.list-unstyled .viewall {
  color: #071e53;
  font-weight: 600;
  font-size: 16px;
}
.allcategorycontent .catbox {
  margin-bottom: 30px;
}
.all-cat-top-banner .custom_breadcrumb {
  top: 30px;
  margin: 0;
}
.welcome_text span.subheading {
  font-weight: 800;
  letter-spacing: 0.55px;
  color: #868686;
  font-size: 23px;
}
.oneliner {
  font-size: 21px !important;
  font-weight: 500 !important;
}
.top-content {
  padding: 35px 0 0px;
}
@media (max-width: 767px) {
  .inner_topban h1,
  .inner_topban h2 {
    font-size: 32px;
  }
  .all-cat-top-banner .custom_breadcrumb {
    top: 0px;
  }
}

@media (min-width: 768px) {
  .welcome_text ul li {
    display: inline-block;
    width: 49%;
  }
  .welcome_text ul {
    padding-left: 17px;
  }
  .welcome_text ul li::before {
    display: list-item;
    content: "";
    position: absolute;
  }

  .toptext {
    position: absolute;
    margin-top: -53%;
  }

  .pt-30 {
    padding-top: 80px;
  }
}

.blink {
  color: yellow;
  -webkit-animation: blink 800ms step-end infinite;
  animation: blink 800ms step-end infinite;
}
@-webkit-keyframes blink {
  color: red;
}
@keyframes blink {
  50% {
    color: red;
  }
}

.description {
  height: auto !important;
}

.captcha_detail {
  margin-top: 15px;
}

.hotline-leftform h3 {
  font-size: 25px;
}

@media (max-width: 768px) {
  .prodetail_text h1,
  .prodetail_text h2 {
    color: #1e1e1e;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
  }
}
