@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600,800,900&display=swap");
:root {
  --main-color: #052736;
  --main-color-rgb: 250, 67, 24;
  --color-two: rgb(18, 6, 0);
  --white-color: rgb(255, 255, 255);
  --black-color: #052736;
}
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat" sans-serif !important;
  font-size: 16px;
  color: #333;
}
.top-header {
  background-color: #2a227e;
  padding: 5px 0 5px 0;
}
.top-media-call {
  float: right;
  padding-right: 2%;
}
.top-media-call ul {
  overflow: auto;
  padding: 0;
  margin: 0;
  color: #fff;
}
.top-media-call ul li {
  list-style-type: none;
  float: left;
  padding: 0 10px;
}
.top-media-call ul li a {
  color: #fff;
}
.top-media-call ul li a:hover {
  color: #ff757a;
}
.top-media-call ul li a i {
  border-radius: 5px;
  background: #b90208;
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}
.top-bg {
  background-color: #f6f6f6;
  padding: 8px 0;
}

.header-section {
  width: 100%;
  background-color: transparent;
}
.logo-image img {
  width: 190px;
  height: auto;
  position: absolute;
  padding: 10px;
  z-index: 99;
  top: 0;
  background-color: #fff;
  padding: 12px;
  border-radius: 0 0 10px 10px;
}
a {
  text-decoration: none !important;
}
.slidehero img {
  width: 100%;
  height: auto;
}
.nopd {
  padding-left: 0;
}
.navbarmenubg {
  background-color: #fff;
}
.navbarmenu {
  position: relative;
  width: 100%;
  z-index: 9900;
  line-height: normal;
  padding-right: 15px;
}
.navbarmenu a {
  color: #fff;
}
.navbarmenu ul {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: right;
}
.navbarmenu li {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
  position: static;
  line-height: normal;
  -vertical-align: middle;
}
.navbarmenu li a {
  padding: 9px 20px;
  display: block;
  text-decoration: none;
  color: #080909;
  font-size: inherit;
  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: 15px !important;
}
.navbarmenu ul li a:hover {
  color: #000;
}
.navbarmenu > ul > li {
  display: inline-block;
}
.navbarmenu > ul > li > a {
  font-size: 17px !important;
  padding: 15px 20px !important;
}
.navbarmenu > ul > li > a:hover {
  color: #000;
}
.navbarmenu ul ul {
  top: auto;
  right: 4%;
  position: absolute;
  z-index: 9900;
  text-align: left;
  display: none;
  background-color: #2a227e !important;
  left: 0;
}
.navbarmenu ul ul li {
  width: 33%;
  float: left;
  border-left: 1px solid #2a227e;
  background-color: #2a227e;
  font-size: 14px;
}
.navbarmenu ul ul li a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.navbarmenu ul ul li:hover {
  font-size: 14px;
}
.navbarmenu li li {
  display: block;
}
.navbarmenu ul ul ul {
  top: 0;
  left: 250px;
  width: 300px;
}
.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: #2a227e;
  font-weight: 500;
}
.navbarmenu ul ul li a {
  background: #2a227e;
  color: #fff;
}
.navbarmenu ul ul li a:hover {
  background-color: #cd2628;
  color: #fff !important;
  border-radius: 5px;
}
.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 #080909;
  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: #2a227e;
}
.navbarmenu.dark a.dd-toggle .icon-plus:after {
  border-color: #2a227e;
}
.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: 7px;
  position: relative;
  top: 3px;
}
.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: #fff;
}
.navbarmenu.dark .menu-toggle span.bars span {
  background: #fff;
}
.navbarmenu.mobile {
  position: absolute;
  background-color: #cd2628;
  text-align: center;
  width: auto;
  width: 25%;
  right: 5%;
  top: 20%;
  padding: 0;
}
.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 #042052;
}
.navbarmenu.mobile li a:hover {
  background: #d2232a;
}
.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;
}
.btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 10px 35px;
  font-weight: 600;
  border-radius: 22px;
  overflow: hidden;
  text-transform: capitalize;
  vertical-align: middle;
  background-color: #b90209;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.btn-style-one a {
  padding: 0 5px !important;
  color: #fff !important;
}
.btn-style-one:hover {
  background-color: #f7a708;
}
.single-banner h3 {
  background-color: #f8f8f8;
}
.welcome-text-section {
  padding: 80px 0 80px 0;
}
.welcome-text {
  position: relative;
}
.welcome-text .item--sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #2a227e;
}
.welcome-text h1 {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  color: #d2232a;
  line-height: 40px;
}
.welcome-text p {
  font-size: 18px;
  line-height: 30px;
  color: #272626;
  text-align: justify;
}
.welcome-part-img img {
  width: 100%;
  height: auto;
  margin: 5px 0;
  padding-right: 25px !important;
}
.btn-box {
  padding-top: 30px;
}
.dropex-btn {
  padding: 15px 41px;
  background: #2a227e;
  font-size: 16px;
  line-height: 32px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #fff;
}
.dropex-btn:hover {
  background: #d2232a;
  color: #fff;
}
.callus {
  background-color: #ccc;
  color: #052736;
  font-size: 24px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin-right: 10px;
  margin-top: 10px;
}
.qualitysection-section {
  background-color: #fff;
  padding: 100px 0;
}
.qualitysection {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.category-section {
  padding: 80px 0;
  background-color: #2a227e;
}
.category-headings {
  font-size: 40px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 35px;
}
.category-text {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 10px;
}
.category-text:hover.category-text img {
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  height: auto;
}
.category-text:hover.category-text img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.category-text.category-text img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}
.category-text .category-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #cc640b;
  background: linear-gradient(90deg, #cd2628 2%, #2a227e 100%);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.5s ease;
  cursor: pointer;
}
.category-text:hover .category-overlay {
  height: 50%;
}
.category-text .text1 {
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0px;
  text-align: center;
}
.category-text .text1 a {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.six-box-area {
  background: #cd2628;
  padding: 80px 0;
}
.six-box-area .icon-box {
  text-align: center;
  background: #2a227e;
  padding: 25px 20px;
  transition: all 0.5s ease;
  width: 100%;
  min-height: 230px;
  border-radius: 10px;
}
.six-box-area .icon-box .icon {
  width: 68px;
  height: 68px;
  margin: 0 auto;
}
.six-box-area .icon-box .icon img {
  width: 100%;
}
.six-box-area .icon-box h4 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin: 10px 0;
}
.six-box-area .icon-box p {
  font-size: 16px;
  color: #fff;
}
.six-box-area .icon-box:hover {
  background: #2a227e;
  background: linear-gradient(90deg, #100a4b 2%, #100a4b 100%);
  transition: all 0.5s ease;
  border-radius: 20px;
  cursor: pointer;
}
.video-part {
  padding: 50px 0 70px;
  position: relative;
  align-items: center;
}
.vedio-part-img {
  text-align: center;
}

.bestsolution-section {
  background: #2a227e;
  padding: 80px 0 0 0;
}
.title-headerbest h4 {
  font-weight: 700;
  font-size: 25px;
  color: #d2232a;
  line-height: 25px;
  background-color: #fff;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 5px;
}
.title-headerbest h2 {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  padding-bottom: 40px;
}
.title-headerbest .linebro {
  margin: 10px auto;
  background-color: #fff;
}
.single-banner img {
  width: 100%;
  height: auto;
}
.single-banner h3 {
  background-color: #f8f8f8;
  padding: 15px 20px;
  font-size: 20px;
  color: #131212;
  margin: 0;
}
.single-banner h3:hover {
  background-color: #d2232a;
  color: #fff;
}
.brand-section {
  background: #2a227e;
  padding: 80px 0 80px 0;
}
.title-headerbest {
  text-align: center;
}
.brand-section .title-headerbest h4 {
  font-weight: 700;
  font-size: 25px;
  color: #fff;
  line-height: 25px;
}
.brand-section .title-headerbest h2 {
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  line-height: 50px;
  text-transform: uppercase;
}
.owl-carousel .owl-item img {
  display: block;
  width: inherit;
  height: auto;
}
.thumbnail_container {
  text-align: center;
  display: inline-table;
  margin: 5px;
}
.thumbnail_container img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}
.title-headerbest .linebro {
  margin: 10px auto;
  background-color: #fff;
}

.enquirymanuf-bg {
  background-color: #fff;
  padding: 80px 0;
  margin-top: 50px;
  background-image: url(../images/transparent-img-02.png);
  background-repeat: no-repeat;
}
.enquirybox {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  margin: 0 12px 0 12px;
  background-color: #2a227e;
  padding: 50px 50px 50px 50px;
}
.entry-subtitle h3 {
  color: #fff;
}
.entry-subtitle p {
  color: #fff;
}
.entry-subtitle span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  line-height: 1.4;
  z-index: 1;
}
.form-group {
  padding-top: 15px;
}
.form-group label {
  padding-bottom: 5px;
  color: #fff;
}
.vdds iframe {
  border: 5px solid #2a227e;
  border-radius: 15px;
}
.page-header-wrap {
  background-color: #001b52;
  color: #fff;
  position: relative;
}
.page-header-wrap .inner-banner2 {
  padding: 300px 0 150px 0;
  text-align: left;
}
.page-header-wrap .inner-banner2:before {
  content: "";
  background-color: #00000060;
  padding: 0;
  top: 0;
  width: 100%;
  height: 510px;
  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;
}
.breadcumb-wrapper {
  background: #f2f4f6;
  border-bottom: 1px solid #e6e8e9;
  padding-top: 1.2em;
  position: relative;
  padding-bottom: 1.2em;
  color: #d4363b;
  z-index: 9;
}
.breadcumb-wrapper i {
  padding: 0 5px;
}
.breadcumb-wrapper a {
  color: #000;
}
.breadcumb-wrapper .home {
  color: #d4363b;
}
.breadcumb-wrapper .active {
  color: #052736;
}
.page-part-inner {
  padding: 40px 0 80px 0;
}
.pro-text p {
  font-size: 16px;
  line-height: 29px;
  font-weight: 400;
  color: #272626;
  text-align: justify;
}
.pro-img img {
  width: 100%;
  height: auto;
  margin-top: 10px;
  border-radius: 10px;
  border: 1px solid #2a227e;
}
.pro-inner-img {
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 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;
}
.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: #052736;
}
.pro-text h2 {
  font-size: 32px;
  line-height: 40px;
  color: #2a227e;
  font-weight: 700;
}
.pro-text h4 {
  font-size: 22px;
  line-height: 22px;
  color: #051e51;
  font-weight: 700;
}
.ullist {
  padding: 5px 0;
}
.ullist ul {
  padding-left: 5px;
  margin-bottom: 0;
}
.ullist ul li {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  padding-left: 40px;
  color: #272626;
  line-height: 28px;
}
.mt-30 {
  margin-top: 30px;
}

.footer-main {
  background: #2a227e;
  background: linear-gradient(120deg, #2a227e 2%, #cd2628 100%);
  padding: 50px 0 0 0;
  position: relative;
}
.footer-main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
}
.footer-main .container {
  position: relative;
  z-index: 1;
}
.footer-main h3 {
  font-size: 18px;
  color: #fdd109;
  line-height: 18px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.footer-main p {
  font-size: 15px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}
.footer-main p strong {
  font-weight: 700;
}
.footer-main.footer-logo img {
  width: 500px;
  height: auto;
  margin-bottom: 15px;
  background-color: #fff;
  padding: 25px;
  border-radius: 10px;
}
.footer-main ul.social-media {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-main ul.social-media li {
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 15px 0 0;
  font-size: 20px;
}
.footer-main ul.social-media li a {
  color: #fff;
  display: block;
  border: 1px solid #ccc;
  width: 36px;
  height: 40px;
  line-height: 36px;
}
.footer-main ul.social-media li a:hover {
  color: #ffdcbe;
  background-color: #2a227e;
}
.footer-main .line {
  margin: 30px 0;
  background: #ebe7d9;
  height: 1px;
  width: 100%;
}
.footer-main ul.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-main ul.footer-menu li {
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: #2f2f2f;
  font-weight: 300;
  padding-left: 20px;
  transition: all 0.5s ease;
  background-image: url(../images/footer-main-icon.png);
  background-repeat: no-repeat;
  background-position: 5px 10px;
}
.footer-main ul.footer-menu li a {
  color: #fff;
}
.footer-main ul.footer-menu li::before {
  content: "";
  width: 12px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 0;
}
.footer-main ul.footer-menu li:hover {
  padding-left: 30px;
  transition: all 0.5s ease;
}
.footer-main .info {
  font-size: 15px;
  line-height: 28px;
  color: #000;
  font-weight: 300;
  padding: 0 0 0 26px;
  position: relative;
}
.footer-main .info a {
  color: #fff;
  display: block;
}
.footer-main .info strong {
  font-weight: 700;
}
.footer-main .info i {
  position: absolute;
  font-size: 16px;
  line-height: 28px;
  width: 20px;
  text-align: center;
  color: #ffdcbe;
  left: 0;
}

.copyright {
  padding: 20px 0;
  position: relative;
  background: #2a227e;
  background: linear-gradient(120deg, #cd2628 2%, #2a227e 100%);
  margin-top: 20px;
}
.copyright .copyright-white {
  display: inline-block;
  margin: 0;
  color: #fff;
}
.copyright .copyright-white a {
  margin: 0;
  color: #fff;
}
.copyright .copyright-white-right {
  text-align: right;
  color: #fff;
}
.copyright .copyright-white-right a {
  color: #fff;
}
.whychoose {
  padding: 0px 0px 0px 20px;
}
.whychoose h3 {
  font-weight: 700;
  font-size: 40px;
  color: #d2232a;
  line-height: 50px;
  text-transform: uppercase;
}
.whychoose ul {
  padding-left: 5px;
  margin-bottom: 0;
}
.whychoose ul li {
  background-image: url(../images/whychoose-icon.png);
  background-repeat: no-repeat;
  background-position: 5px 12px;
  list-style: none;
  text-align: left;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  padding-left: 40px;
  color: #272626;
  line-height: 28px;
  font-weight: bold;
  padding-right: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.whychoose ul li p {
  font-size: 17px;
  line-height: 29px;
  color: #272626;
  text-align: left;
  font-weight: normal;
}
.workshop-section {
  padding: 80px 0px;
}
.workshop-section h3 {
  font-weight: 700;
  font-size: 40px;
  color: #d2232a;
  line-height: 50px;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.workshop-box img {
  width: 100%;
  height: auto;
  border: 1px solid #393185;
  padding: 2px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.footer-menuheight {
  height: 350px;
  overflow: auto;
  margin-top: 10px;
  width: 100%;
}

.innerpages-part-banner-part {
  background: #2a227e;
  background: linear-gradient(90deg, #2a227e 2%, #cd2628 100%);
  padding: 130px 0 50px 0;
  position: relative;
}
.innerpages-part-banner {
  text-align: left;
  position: relative;
  z-index: 9;
}
.innerpages-part-banner h1 {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
.innerpages-part {
  padding: 45px 0;
}
.innerpages-part-text h2 {
  font-size: 30px;
  color: #ed1c24;
  margin: 0 0 10px 0;
  font-weight: 600;
  border-left: 10px solid #002341;
  background-color: #ededed;
  border-radius: 5px;
  padding: 15px;
}
.innerpages-part-text h3 {
  font-size: 24px;
  color: #313131;
  margin: 18px 0 10px 0;
  font-weight: 600;
  border-left: 10px solid #002341;
  background-color: #ededed;
  border-radius: 5px;
  padding: 15px;
}
.innerpages-part-text h4 {
  font-size: 20px;
  color: #1d1d1d;
  margin: 30px 0 10px 0;
  font-weight: 600;
}
.innerpages-part-text p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}
.innerpages-part-img img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: 0.5s ease;
  border: 1px solid #ccc;
}
.innerpages-part-img img:hover {
  transition: 0.5s ease;
  transform: translateY(10px);
}
.breadcrumb {
  padding: 0;
  background: 0 0;
}
.breadcrumb a {
  color: #fff;
}
.breadcrumb-item.active {
  color: #d7d7d7;
}
.innerpages-part-images img {
  width: 100%;
  height: auto;
  border: 4px solid #000;
  margin-bottom: 20px;
  transition: 0.5s ease;
}
.innerpages-part-images img:hover {
  transform: translateY(10px);
  transition: 0.5s ease;
}
.innerpages-list ul {
  padding: 0;
  margin-bottom: 0;
}
.innerpages-list ul li {
  background-position: 0 15px;
  padding-left: 25px;
  list-style: none;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #333;
  line-height: 29px;
}
.innerpages-list ul li:last-child {
  padding-bottom: 15px;
}
.innerpages-list h4 {
  font-size: 22px;
  color: #ce172b;
  margin: 30px 0 10px 0;
  font-weight: 600;
}

.innerpages-list ol li {
  padding-left: 5px;
  text-align: left;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.innerpages-list ol li:last-child {
  padding-bottom: 15px;
}

.innerpages-table {
  margin-top: 20px;
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 10px;
}
.innerpages-table td,
.page-table th {
  border: 1px solid #ddd;
  padding: 10px 10px;
}
.innerpages-table tr:nth-child(2n) {
  background-color: #f7f7f7;
}
.innerpages-table tr:hover {
  background-color: #e8e6e6;
  color: #000;
}
.innerpages-table th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #002341;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.right-innerpart {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
}
.right-innerpart h4 {
  font-size: 20px;
  color: #000;
}
.right-innerpart ul {
  padding: 0;
  margin: 0;
  padding-bottom: 25px;
}
.right-innerpart ul li {
  background-image: url(../images/arrow-red.png);
  background-repeat: no-repeat;
  background-position: 10px 12px;
  padding-left: 25px;
  list-style: none;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #000;
  background-color: #f3f2ff;
  margin: 4px 0px;
  border-radius: 8px;
}
.right-innerpart ul li:hover {
  background-color: #fff;
}
.right-innerpart ul li a {
  font-size: 15px;
  color: #333;
}
.right-innerpart ul li a:hover {
  color: #2a227e;
  font-weight: bold;
  padding-left: 2px;
}

.consultancy-box {
  text-align: center;
  overflow: hidden;
}
.consultancy-box img {
  height: auto;
  width: 100%;
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.consultancy-box img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.consultancy-box h4 {
  margin: 0;
  padding: 10px 0 10px 15px;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  background-color: #2a227e;
  position: relative;
}
.consultancy-box h4 a {
  color: #fff;
}
.quote-bt {
  background-color: #ed1c24;
  font-size: 16px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #ed1c24;
}
.quote-bt:hover {
  background-color: #2a227e;
  border: 1px solid #2a227e;
}
.elementor-divider-right-inner {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.elementor-divider-right-inner:before {
  background-color: #e90408;
  content: "";
  position: absolute;
  margin-top: -1px;
  width: 10%;
  height: 2px;
}

.contact-part {
  padding: 50px 0 0 0;
}
.contact-part .address-box {
  text-align: center;
  width: 100%;
  padding: 0px 20px;
  background-color: #2a227e;
  background: linear-gradient(90deg, #2a227e 2%, #cd2628 100%);
  position: relative;
  box-shadow: 0 0 10px 0 #ccc;
  border: 5px solid #ffffff;
  font-size: 17px;
  line-height: 28px;
  border-radius: 10px;
  padding-bottom: 15px;
  margin-bottom: 60px;
}
.contact-part .address-box .add-image {
  background-color: #2a227e;
  background: linear-gradient(90deg, #2a227e 2%, #cd2628 100%);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border: 5px solid #ffffff;
  box-shadow: 0 0 10px 0 #ccc;
  border-radius: 50px;
}
.contact-part .address-box img {
  padding: 15px;
  width: 60px;
}
.contact-part .address-box a,
.contact-part .address-box p {
  font-size: 17px;
  color: #fff;
  line-height: 26px;
  margin: 5px 0;
}
.contact-part .address-box h3 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding-top: 60px;
}

.contact-part .company-text {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 40px;
  color: #d2232a;
  line-height: 40px;
}

.whatsapp-btn img {
  position: fixed;
  z-index: 99;
  width: 45px;
  height: auto;
  bottom: 90px;
  left: 15px;
}

@media (max-width: 768px) {
  .boxquotemodal {
    margin: 20px 40px;
  }
  .innerpages-part-banner-part {
    background: #2a227e;
    background: linear-gradient(90deg, #2a227e 2%, #cd2628 100%);
    padding: 50px 0px;
    position: relative;
  }
  .innerpages-part-banner h1 {
    font-size: 26px;
  }
  .breadcrumb {
    display: none;
  }
  .contact-part .company-text {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 30px;
    color: #d2232a;
    line-height: 40px;
  }
  .recaptcha-size {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 1279px) {
  .navbarmenu > ul > li > a {
    font-size: 13px !important;
    padding: 20px 5px !important;
  }
  .navbarmenu {
    overflow: hidden;
    display: block;
  }
  .navbarmenu ul {
    position: relative;
    display: none;
  }
  .navbarmenu li a {
    padding: 7px 35px 7px 20px;
    border-right: 0;
    color: #000;
  }
  .navbarmenu li {
    position: relative;
  }
  .navbarmenu ul ul li {
    width: 100%;
  }
  .navbarmenu ul ul {
    left: 0;
  }
  .slidehero img {
    width: 100%;
    height: auto;
  }
  .logo-image img {
    width: 181px;
    height: auto;
    position: relative;
  }
  .header-section {
    position: relative;
    z-index: 99;
  }
  .top-header {
    display: none;
  }
  .boxtreehomeposition {
    margin-top: 50px;
  }
  .nopd {
    padding-left: 15px;
  }
  .nopdall {
    padding: 15px;
  }
  .boxtreehome {
    border-radius: 15px;
  }
  .welcome-text-section {
    padding: 40px 0;
  }
  .welcome-text {
    margin-top: 20px;
  }
  .welcome-text h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 0;
    color: #d2232a;
    line-height: 32px;
  }
  .welcome-text p {
    padding-right: 0;
  }
  .title-headerbest h2 {
    font-size: 32px;
    line-height: 36px;
  }
  .whychooseus h3 {
    position: relative;
    padding: 20px 0 15px 0;
    font-size: 28px;
    color: #d2232a;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
  }
  .brand-section .title-headerbest h2 {
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 23px;
  }
  .enquirybox {
    margin-bottom: 50px;
  }
  .enquirymanuf-bg {
    padding: 40px 0;
  }
  .brand-section {
    padding: 40px 0;
  }
  .our-classes h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .partners-section .col-lg-3 {
    width: 50%;
    float: left;
  }
  .our-classes h2 {
    padding-bottom: 0;
  }
  .partners-section {
    padding: 40px 0;
  }
  .category-headings {
    font-size: 28px;
  }
  .six-box-area .icon-box {
    margin-bottom: 40px;
  }
  .recaptcha-size {
    margin-bottom: 12px;
  }
  .pull-right {
    float: left;
  }
  .whychoose h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .brand-section .col-sm-2 {
    width: 50%;
    height: auto;
  }
  .workshop-section .col-lg-3 {
    width: 50%;
    height: auto;
  }
  .copyright .copyright-white-right {
    text-align: center;
  }
  .copyright .copyright-white {
    text-align: center;
  }
  .footer-main ul.social-media {
    margin-bottom: 20px;
  }
}
.blog-part {
    border-radius: 10px;
    padding: 8px;
    box-shadow: 0px 0px 5px 5px #e7e7e7;
    margin-bottom: 30px;
}
.blog-part img{
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.pro-info h6 {
  color: #ffffff;
  background-color: #d3363b;
  padding: 10px 0 10px 10px;
}

.pro-info table {
  border: 1px solid #dadada;

}
