/*====footerSec start====*/
.footerSec {
  background-color: #2E3780;
  padding: 80px 0 0;
}
.footerSec .footerLogo {
  text-align: center;
  border-bottom: 1px solid rgba(247, 247, 247, 0.3215686275);
  padding-bottom: 30px;
}
.footerSec .footerLogo a {
  text-align: center;
  width: auto;
  margin: 0 auto;
  display: inline-block;
}
.footerSec .footerLogo {
  margin-bottom: 30px;
}
.footerSec .footerTitle {
  font-size: 24px;
  color: #013f6c;
  margin-bottom: 20px;
  font-weight: 500;
}
.footerSec ul.widgetList {
  -moz-column-count: 2;
       column-count: 2;
}
.footerSec ul.widgetList li {
  margin-bottom: 12px;
  /* &:not(:last-child){
      margin-bottom: 10px;
  } */
}
.footerSec ul.widgetList li a {
  color: #fff;
  font-size: 18px;
  /* line-height: 40px; */
  line-height: 1.2;
  padding: 5px 0;
  transition: 0.5s;
  display: block;
}
.footerSec ul.widgetList li a:hover {
  color: #013f6c;
}
.footerSec .footerInfoWrap {
  padding-left: 85px;
  border-left: 1px solid rgba(247, 247, 247, 0.3215686275);
}
.footerSec .footerInfoWrap ul.footerInfo {
  -moz-column-count: 2;
       column-count: 2;
}
.footerSec .footerInfoWrap ul.footerInfo li {
  min-height: 90px;
  margin-bottom: 20px;
}
.footerSec .footerInfoWrap ul.footerInfo li p {
  color: #fff;
}
.footerSec .footerInfoWrap ul.footerInfo li a {
  color: #fff;
  min-height: 80px;
  display: inline-block;
}
.footerSec .footerInfoWrap ul.footerInfo li .footerIcon {
  margin-bottom: 10px;
}
.footerSec .copywriteWrap {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(247, 247, 247, 0.3215686275);
  display: flex;
  justify-content: space-between;
}
.footerSec .copywriteWrap p {
  color: #fff;
}
.footerSec .copywriteWrap p a {
  color: #fff;
}

.toggle-btn {
  font-size: 12px;
  color: #000000;
  padding-left: 10px;
  position: relative;
  top: -2px;
}

.menuTrigger {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 50px;
  gap: 12px;
  position: absolute;
  /* right: 30px; */
  right: 120px;
  cursor: pointer;
  display: none;
}
.menuTrigger .hamburger-line {
  height: 3px;
  width: 100%;
  background-color: #fff;
}
.menuTrigger .hamburger-line:last-child {
  width: 73%;
  margin: 0 auto;
  margin-right: 0px;
}

.leftLogo-2,
.rightLogo-2 {
  display: none;
}

.header.is-sticky {
  padding: 0px 0;
}
.header.is-sticky .leftLogo-1,
.header.is-sticky .rightLogo-1 {
  display: none !important;
}
.header.is-sticky .leftLogo-2,
.header.is-sticky .rightLogo-2 {
  display: block;
}
.header.is-sticky .hamburger-line {
  background-color: #000;
}

.mob768 {
  display: none;
}

/*======home page Responsive======*/
.overflow {
  position: fixed;
  width: 100%;
  transform: translateX(-100%);
  transition: 0.5s;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5803921569);
  z-index: 999;
  backdrop-filter: blur(8px);
}
.overflow.overflow-active {
  transform: translateX(0);
}

.sideMenu {
  position: fixed;
  width: 400px;
  transform: translateX(-410px);
  transition: 1s;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 0 18px -5px #737373;
}
.sideMenu .mobCloseMenu {
  position: absolute;
  right: 10px;
  cursor: pointer;
  top: 10px;
}
.sideMenu .mobLogo {
  padding: 15px;
  border-bottom: 3px solid #013f6c;
  margin-bottom: 10px;
}
.sideMenu .mobLogo img {
  width: 115px;
}
.sideMenu .menuWrapOuter {
  height: 100%;
  overflow: auto;
}
.sideMenu .menuWrap ul li {
  position: relative;
  padding: 10px 0;
}
.sideMenu .menuWrap ul li:not(:last-child) {
  border-bottom: 1px solid #013f6c;
}
.sideMenu .menuWrap ul li a {
  font-size: 20px;
  color: #000000;
  padding: 5px 20px;
  position: relative;
  display: inline-block;
}
.sideMenu .menuWrap ul li .toggle-btn {
  color: #000;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
}
.sideMenu .menuWrap ul li .toggle-btn.open svg {
  transform: rotate(180deg);
}
.sideMenu .menuWrap ul li .tp-submenu {
  display: none;
  background-color: rgba(58, 69, 147, 0.1098039216);
}
.sideMenu .menuWrap ul li .tp-submenu li {
  padding: 2px 10px 2px 35px;
}
.sideMenu .menuWrap ul li .tp-submenu li:not(:last-child) {
  border-bottom: 1px solid rgba(46, 56, 128, 0.1294117647);
}
.sideMenu .menuWrap ul li .tp-submenu li a {
  padding: 8px 0;
  font-size: 16px;
}
.sideMenu.active {
  transform: translateX(0px);
}

.page-template-tube-mill .equipMain .prodDescWrap .prodDescInner .prodDesc .eachProdDesc .prodEachRow .infoBox ul.customList li {
  font-size: 20px;
}

/* common background */
.texture_bg {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
}

/* end common background */
@media (max-width: 1680px) {
  .left-right-structure.right-image-structure .content-part {
    padding: 0 60px 0vw 15%;
  }
  .innerBanner {
    height: 600px;
  }
  .header .headerWrap .headerMenu .menuWrap {
    text-align: center;
  }
  .header .headerWrap .headerMenu .menuWrap ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header .headerWrap .headerMenu .menuWrap ul li {
    padding: 0 12px;
    line-height: 90px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li a {
    font-size: 15px;
  }
  .header .headerWrap .leftLogo,
  .header .headerWrap .rightLogo {
    width: 95px;
  }
  .header .container-max {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }
  .header .solutionSec .solutionWrap .solutionItem {
    height: 260px;
    border-radius: 20px;
    background-color: #2E3A80;
    position: relative;
    transition: 0.5s;
  }
}
.leftLogo img {
  height: 100px;
}

@media (max-width: 1560px) {
  .left-right-structure.right-image-structure .content-part {
    padding: 0 60px 0vw 15%;
  }
  .header .headerWrap .headerMenu .menuWrap ul li {
    line-height: 70px;
  }
  .header .headerWrap .headerMenu .menuWrap ul {
    padding-top: 0px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li {
    line-height: 60px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li {
    padding: 3px 15px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a {
    padding: 5px 0px 5px 0;
    font-size: 13px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a::before {
    top: 10px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li a:hover {
    color: #013f6c;
    padding-left: 15px;
  }
}
@media (max-width: 1480px) {
  .header .headerWrap .headerMenu .menuWrap ul li {
    padding: 0 15px;
  }
  .header.is-sticky .headerWrap .headerMenu .menuWrap ul li {
    padding: 0 13px;
  }
  .header-links {
    padding: 5px 40px;
    position: relative;
  }
}
@media (max-width: 1440px) {
  .bannerInner br {
    display: none;
  }
  .bannerSlider .slide-inner .bannerContent .bannerInner .bannerH {
    font-size: 50px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li {
    padding: 0 13px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li a {
    font-size: 15px;
  }
  .header .headerWrap .leftLogo {
    width: 95px;
  }
  .header .headerWrap .rightLogo {
    width: 95px;
  }
  .header .container-max {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
  }
  .header .solutionSec .solutionWrap .solutionItem {
    height: 260px;
    border-radius: 20px;
    background-color: #2E3A80;
    position: relative;
    transition: 0.5s;
  }
  .secH {
    font-size: 50px;
  }
}
@media (max-width: 1366px) {
  .abt-seventh-section .flip-card {
    height: 583PX;
  }
  .header .headerWrap .leftLogo {
    width: 75px;
  }
  .header .headerWrap .rightLogo {
    width: 75px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li {
    line-height: 60px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li {
    padding: 6px 20px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li .tp-submenu li:not(:last-child) {
    margin-bottom: inherit;
    padding-top: inherit;
    padding-bottom: inherit;
  }
  .menuWrap ul li a {
    font-size: 14px !important;
  }
  .toggle-btn {
    padding-left: 3px;
  }
  .header.is-sticky .headerWrap .leftLogo {
    width: 50px;
  }
  .header.is-sticky .headerWrap .rightLogo {
    width: 50px;
  }
  .header.is-sticky .headerWrap .headerMenu .menuWrap ul li {
    line-height: 45px;
  }
  .header.is-sticky .headerWrap .headerMenu .menuWrap ul li a {
    font-size: 14px;
  }
  .innerBanner {
    height: 450px;
  }
  .bannerSlider .slide-inner .bannerContent .bannerInner .bannerH {
    font-size: 45px;
  }
  .solutionSec .solutionWrap .solutionItem {
    height: 320px;
  }
  .gallerySec .gallerySlider .galleryItem .galleryImg figure {
    height: 255px;
  }
  .footerSec {
    padding: 60px 0 0;
  }
  .footerSec .footerLogo a {
    width: 300px;
  }
  .abt-seventh-section .flip-card-back {
    height: auto;
  }
  .vmvContent {
    min-height: 360px;
    background-size: 100%;
  }
  .vmvNo {
    font-size: 72px;
    bottom: -14px;
  }
  .customPadding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1200px) {
  .menuWrap ul li a {
    font-size: 15px !important;
  }
  .header .headerWrap .headerMenu .menuWrap ul li a {
    font-size: 14px;
  }
  .header .headerWrap .leftLogo {
    width: 80px;
  }
  .header .headerWrap .rightLogo {
    width: 80px;
  }
  .header .headerWrap .headerMenu .menuWrap ul li {
    padding: 0 10px;
  }
  .header.is-sticky .headerWrap .headerMenu .menuWrap ul li {
    padding: 0 10px;
  }
  .secH {
    font-size: 45px;
  }
  .footerSec .footerInfoWrap {
    padding-left: 35px;
  }
}
@media (max-width: 1199px) {
  .gallerySec .gallerySlider .galleryItem .galleryImg figure {
    height: 320px;
  }
}
@media (max-width: 1100px) {
  .header {
    padding: 0px 0;
  }
  .header .headerWrap {
    justify-content: space-between;
  }
  .header .headerWrap .headerMenu {
    display: none;
  }
  .header .headerWrap .leftLogo {
    margin-right: 15px;
  }
  .header.is-sticky {
    padding: 5px 0px;
  }
  .header .headerWrap .leftLogo {
    width: 70px;
  }
  .menuTrigger {
    display: flex;
  }
  .sideMenu .menuWrap ul li .toggle-btn svg {
    transition: 0.6s;
  }
  .sideMenu .menuWrap ul li .toggle-btn.open svg {
    transform: rotate(180deg);
  }
}
@media (max-width: 1024px) {
  .solutionSec .solutionWrap .solutionItem {
    height: 210px;
  }
}
@media (max-width: 991px) {
  .bannerSlider .slide-inner .bannerContent {
    bottom: auto !important;
    left: 50% !important;
    width: 100% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }
  .bannerSlider .slide-inner .bannerContent .bannerInner {
    max-width: 550px !important;
    margin: 0 auto !important;
  }
  .bannerSlider .slide-inner .bannerContent .bannerInner .bannerH {
    font-size: 32px !important;
  }
  .bannerSlider .pageHeader .pageHead {
    font-size: 24px;
  }
  .bannerWrap {
    height: 90vh !important;
  }
  .bannerWrap .bannerArrow {
    background-color: rgba(254, 198, 42, 0.6117647059);
    backdrop-filter: blur(3px);
  }
  .bannerWrap .bannerArrow.swiper-button-next {
    bottom: 20px !important;
    right: calc(50% - 60px) !important;
    left: auto !important;
    top: auto !important;
  }
  .bannerWrap .bannerArrow.swiper-button-prev {
    bottom: 20px !important;
    left: calc(50% - 60px) !important;
    right: auto !important;
    top: auto !important;
  }
  .solutionSec {
    padding-bottom: 150px;
  }
  .slide-inner .bannerContent .bannerInner .bannerH {
    font-size: 24px;
  }
  .menuTrigger {
    width: 45px;
    gap: 9px;
    /* right: 20px; */
  }
  .aboutImgOut {
    margin-top: 20px;
  }
  .secH {
    font-size: 48px;
  }
  .subH {
    font-size: 30px;
  }
  .footerSec .footerInfoWrap {
    padding-left: 0px;
    border-left: none;
    margin-top: 20px;
  }
  .footerSec .copywriteWrap {
    flex-wrap: wrap;
  }
  .footerSec .copywriteWrap .copyrightLeft {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    padding-right: 90px;
  }
  .footerSec .copywriteWrap .copyrightRight {
    width: 100%;
    text-align: left;
    padding-right: 90px;
  }
  .knowledgeContent {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .container,
  .container-sm {
    max-width: 90% !important;
  }
  .commonSec {
    padding: 50px 0;
  }
  /* .secH {
      font-size: 40px;
  } */
  .mob768 {
    display: block;
  }
  .desk768 {
    display: none;
  }
  .secH {
    font-size: 30px;
  }
  .subH {
    font-size: 22px !important;
  }
  p {
    font-size: 16px;
  }
  ul li {
    font-size: 16px;
  }
  .solutionSec .solutionWrap {
    margin-top: 20px;
  }
  .solutionSec .solutionWrap .solutionAcc:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }
  .solutionSec .solutionWrap .solutionAcc .solutionHead {
    padding: 20px 0;
    position: relative;
  }
  .solutionSec .solutionWrap .solutionAcc .solutionHead::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #fff;
    font-family: "FontAwesome";
    top: 20px;
  }
  .solutionSec .solutionWrap .solutionAcc .solutionHead h3 {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
  }
  .solutionSec .solutionWrap .solutionAcc .solutionHead.active::after {
    content: "\f068";
    color: #013f6c;
  }
  .solutionSec .solutionWrap .solutionAcc .solutionHead.active h3 {
    color: #013f6c;
  }
  .solutionSec .solutionWrap .solutionItem {
    height: auto;
    background-color: #013f6c;
    margin-bottom: 20px;
  }
  .solutionSec .solutionWrap .solutionItem a .solutionTitle .portfolioTitle {
    color: #000 !important;
  }
  .solutionSec .solutionWrap .solutionItem:hover .solutionItemInner {
    margin-top: 0px;
  }
  .solutionSec .solutionWrap .solutionItem:hover .solutionItemInner .solutionTitle .btnWrap {
    display: block;
  }
  .solutionSec .solutionWrap .solutionItem .solutionItemInner {
    margin-top: 0px;
  }
  .solutionSec .solutionWrap .solutionItem .solutionItemInner .solutionTitle .btnWrap {
    display: block;
  }
  .solutionSec .solutionWrap .solutionItem a .solutionItemInner {
    padding: 20px;
    position: static;
  }
  .solutionSec .solutionWrap .solutionItem a .solutionTitle .portfolioTitle {
    color: #013f6c;
    font-size: 20px;
    min-height: 50px;
  }
  .page-template-templatescement-php .solutionSec .solutionWrap .solutionItem {
    height: 270px;
  }
  .page-template-templatescement-php .solutionSec .solutionWrap .solutionItem a .solutionTitle .portfolioTitle {
    min-height: auto;
  }
  .gallerySec {
    padding-bottom: 130px;
  }
  .gallerySec .gallerySlider .slick-dots {
    bottom: -50px;
  }
  .innerBanner {
    height: 380px !important;
    position: relative;
  }
  .pageHeader {
    min-width: 90% !important;
  }
  .inner-apges-image {
    width: 100%;
  }
  .pageHeader .pageHead {
    font-size: 22px;
    line-height: 26px;
  }
  .breadCrumb {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 12px;
    flex-wrap: wrap;
  }
  .footerNav {
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5098039216);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 90;
    backdrop-filter: blur(10px);
    border-radius: 20px 20px 0 0;
  }
  .footerNav .menuTrigger {
    width: 55px;
    gap: 5px;
    margin: 0 auto;
    position: static;
    height: 55px;
    border-radius: 50%;
    padding: 14px;
    /* background-color: #00000063; */
    background-color: #000000;
    margin-top: -18px;
    backdrop-filter: blur(14px);
    align-items: center;
    justify-content: center;
  }
  .footerNav .menuTrigger .hamburger-line {
    height: 2px;
  }
  .footerNav .menuTrigger .hamburger-line:last-child {
    width: 100%;
  }
  .footerNav .menuTrigger .hamburger-line:nth-child(2) {
    width: 80%;
  }
  .footerNav .menuTrigger .hamburger-line:nth-child(1) {
    width: 50%;
  }
  .sideMenu {
    position: fixed;
    width: 100%;
    transform: translateY(115%);
    transition: 1s;
    top: auto;
    bottom: 0;
    left: 0;
    height: 90%;
    background-color: #ffffff;
    z-index: 999;
    box-shadow: 0 0 18px -5px #737373;
    border-radius: 30px 30px 0 0;
  }
  .sideMenu.active {
    transform: translateY(0px);
  }
  .overflow {
    transform: translateY(105%);
    top: auto;
    bottom: 0;
  }
  .overflow.overflow-active {
    transform: translateY(0);
  }
  .sideMenu .mobCloseMenu {
    position: absolute;
    right: 10px;
    cursor: pointer;
    top: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sideMenu .mobLogo {
    padding: 25px 15px 10px;
    border-bottom: 3px solid #013f6c;
    margin-bottom: 10px;
  }
  .sideMenu .mobLogo img {
    width: 64%;
  }
  .sideMenu .menuWrap {
    overflow: auto;
    height: calc(100vh - 185px);
  }
  .footerSec .copywriteWrap {
    padding-bottom: 70px;
  }
  .sideMenu .menuWrap ul li .toggle-btn svg {
    transition: 0.5s;
  }
  .sideMenu .menuWrap ul li .toggle-btn.open svg {
    transform: rotate(180deg);
  }
  .social-icon {
    display: none;
  }
  .social-title {
    display: none !important;
  }
  .leftLogo {
    width: 226px !important;
    padding: 5px 0px;
  }
  .homeintro-row1 .business-intro {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .homeintro-row1 {
    padding: 0px 0 100px 0 !important;
    height: auto;
  }
  .headerWrap {
    justify-content: center !important;
  }
  .leftLogo-1 img {
    width: 100% !important;
    height: auto;
  }
  .about-content {
    margin-top: 20px;
    padding-left: 0;
  }
  .about-text {
    text-align: justify;
  }
  .innovationAssociates-counter .count-box {
    margin-bottom: 10px;
  }
  .testmonialSec .slick-list .slick-track {
    padding-bottom: 10px !important;
    padding-top: 60px !important;
  }
  .testiContentInner {
    box-shadow: 0px 0px 11px 0 rgba(0, 0, 0, 0.17);
    padding: 20px 15px;
  }
  .testiItem {
    margin: 0px !important;
  }
  .footerWrap::before {
    display: none !important;
  }
  .contactFrm {
    display: none !important;
  }
  .mapWrap {
    height: 300px;
  }
  .homeintro-row1 .business-name {
    margin-left: 0px;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .innerminessteps-wrap .slick-prev {
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000000;
    position: absolute;
    bottom: -5% !important;
    left: 30% !important;
  }
  .innerminessteps-wrap .slick-next {
    background-image: url(../images/back.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1000000;
    position: absolute;
    bottom: -5% !important;
    left: 57% !important;
    transform: rotate(180deg);
  }
  .round-slider {
    display: none !important;
  }
  .curve-line {
    display: none !important;
  }
  .minessteps-content-img img {
    height: auto !important;
  }
  .business-intro {
    padding: 0px !important;
  }
  video.minessteps-video {
    width: 100% !important;
    opacity: 0.5;
  }
  .minessteps-bg {
    left: -15vw !important;
    top: -8vw !important;
    transform: translate(0) !important;
    width: 110vw !important;
  }
  .business-mobile-title {
    display: block !important;
  }
  .minessteps-innercontent p {
    margin-top: 20px;
  }
  .plus-small-icon {
    display: none;
  }
  .homeintro-row1 {
    padding: 70px 0 0px 0 !important;
  }
  .img-parallax img {
    width: 89% !important;
    margin: 0 auto;
  }
  .left-right-structure.right-image-structure .content-part {
    padding: 0 22px 0vw 5%;
  }
  .img-parallax-outer {
    text-align: center;
  }
  .farming .text-box {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0px;
    padding: 20px 30px;
    width: 100%;
    position: static;
    z-index: 15;
    left: 0;
    top: 10%;
  }
  .text-box-inner-in h3 {
    font-weight: 700;
    line-height: 30px;
    font-size: 23px;
    color: #004f89;
    margin-bottom: 8px;
  }
  .farming:nth-child(2n) .text-box {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0px;
    padding: 20px 30px;
    width: 100%;
    position: static;
    z-index: 15;
    left: 0;
    top: 10%;
  }
  .contact-address-row,
  .contact-tel-row {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .contact-address-col,
  .contact-tel-col {
    width: 100%;
    border-right: 1px solid #D2DEEF;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    align-items: flex-start;
  }
  .contact-sec .contact-xea img {
    max-width: 28px;
  }
}
@media (max-width: 767px) {
  .img-parallax img {
    width: 89% !important;
    margin: 0 auto;
  }
  .img-parallax-outer {
    text-align: center;
  }
  .left-right-structure.right-image-structure .content-part {
    padding: 0 22px 0vw 5%;
  }
  .solutionSec .solutionWrap .solutionItem a .solutionTitle .portfolioTitle {
    min-height: auto;
  }
  .page-template-templatescement-php .solutionSec .solutionWrap .solutionItem {
    height: auto;
  }
  .vmvItem {
    margin-bottom: 20px;
  }
  .copyrightWrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .copyrightSec {
    padding-bottom: 70px;
  }
  .copyrightSec p {
    text-align: center;
  }
  .abt-seventh-section .flip-card-back {
    gap: 0;
  }
  .abt-seventh-section .slick-list {
    padding-top: 0px !important;
  }
  .journeyYr h4 {
    color: #013f6c;
  }
  .innerBanner {
    height: 280px;
    position: relative;
  }
  .pageHeader .pageHead {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .menuTrigger {
    width: 38px;
    gap: 7px;
  }
  .footerSec ul.widgetList {
    -moz-column-count: 1;
         column-count: 1;
  }
  .footerSec .footerInfoWrap ul.footerInfo {
    -moz-column-count: 1;
         column-count: 1;
    min-height: auto;
  }
  .copyrightRight {
    text-align: center;
  }
  .secTop .grindHeadTwo {
    font-size: 17px;
  }
  .footerSec .footerInfoWrap ul.footerInfo li {
    min-height: auto;
    display: flex;
  }
  .footerSec .footerInfoWrap ul.footerInfo li .footerIcon {
    width: 25px;
  }
  .footerSec .footerInfoWrap ul.footerInfo li p {
    width: calc(100% - 25px);
    padding-left: 15px;
  }
  .footerSec .footerInfoWrap ul.footerInfo li a {
    width: calc(100% - 25px);
    padding-left: 15px;
    min-height: auto;
  }
  .footerSec .copywriteWrap {
    margin-top: 20px;
    padding-bottom: 80px;
  }
  .footerSec {
    padding: 40px 0 0;
  }
  .footerSec .footerLogo {
    text-align: center;
  }
  .footerSec .footerLogo a {
    width: 200px;
  }
  .journeyItem .journeyContent {
    position: absolute;
    width: 90% !important;
    min-height: 50px;
    border-radius: 20px;
    padding: 20px;
    background-color: #fff;
    top: 110px;
    left: 49%;
    transform: translateX(-50%);
    box-shadow: -1px 8px 30px -1px rgba(0, 0, 0, 0.16);
    opacity: 1;
    /* transform: translateX(-50%) scale(0); */
    transition: 0.6s all;
  }
}
@media (max-width: 520px) {
  .gallerySec .gallerySlider .galleryItem .galleryImg figure {
    height: 245px;
    margin-bottom: 0px;
    width: 100%;
  }
  .btnOne {
    padding: 7px 20px;
  }
  .slick-dots li.slick-active button {
    width: 40px;
  }
  .page-template-tube-mill .equipMain .prodDescWrap .prodDescInner .prodDesc .eachProdDesc .prodEachRow .infoBox ul.customList li {
    font-size: 17px;
  }
}
@media (max-width: 1280px) and (min-width: 1190px) {
  .menuWrap ul li a {
    font-size: 12px !important;
  }
}
@media (max-width: 1190px) and (min-width: 700px) {
  .hamburger-line {
    background-color: #000000 !important;
  }
  .homeintro-row1 .business-name {
    margin-left: 0px;
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
  }
  .innovationAssociates-counter .count-box h3 {
    color: #013f6c;
    font-size: 58px;
    line-height: 74px;
    margin-bottom: 0;
    font-weight: 700;
  }
}
/* investor */
.finance_top {
  display: none;
}

.finance_mid {
  display: none;
}

.seal {
  right: 10px;
  z-index: 100;
  bottom: 70px;
  position: fixed;
  /* width: 40px; */
}

.seal2 {
  right: 10px;
  z-index: 100;
  bottom: 180px;
  position: fixed;
  /* width: 40px; */
}

/* .seal img,
.seal2 img,
.seal iframe,
.seal2 iframe{
    width: 40px !important;
} */
.fancybox-image {
  width: 100% !important;
}

/*====banner start=====*/
.bannerWrap {
  height: 100vh;
  padding: 0px;
  overflow: hidden;
  position: relative;
}
.bannerWrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200px;
  /* background: linear-gradient(to bottom, #ffffff 9.82%, rgba(0, 0, 0, 0.00) 92.77%); */
  z-index: 1;
}
.bannerWrap .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2784313725);
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  right: 80px;
  left: auto;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
  transition: 0.5s;
}
.bannerWrap .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.2784313725);
  color: #ffffff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2117647059);
}
.bannerWrap .bannerArrow {
  width: 50px;
  height: 50px;
  border-radius: 6px;
  background-color: #013f6c;
  color: #ffffff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 0;
  transition: 0.5s;
}
.bannerWrap .bannerArrow:hover {
  background-color: #013f6c;
  color: #ef8124;
}
.bannerWrap .bannerArrow.swiper-button-prev {
  bottom: 20px;
  right: 80px;
  left: auto;
  top: auto;
}
.bannerWrap .bannerArrow.swiper-button-next {
  bottom: 20px;
  right: 20px;
  left: auto;
  top: auto;
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.slide-inner .bannerContent {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
}
.slide-inner .bannerContent .bannerInner {
  padding: 30px 30px 50px;
  width: 100%;
  max-width: 710px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 25px;
  backdrop-filter: blur(6px);
  transition: 2s all;
  transform: scale(0.7);
}
.slide-inner .bannerContent .bannerInner p {
  color: #fff;
}
.slide-inner .bannerContent .bannerInner .btnOne:hover {
  background-color: #fff;
  color: #000;
}
.slide-inner .bannerContent .bannerInner .bannerBtn {
  margin-top: 10px;
}
.slide-inner .bannerContent .bannerInner .bannerH {
  font-size: 46px;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: normal;
  font-weight: 300;
  position: relative;
  transition: 1.5s;
}
.slide-inner .bannerContent .bannerInner .bannerH strong {
  font-weight: 700;
  color: #ef8124;
}
.slide-inner .bannerContent .bannerInner .bannerH::before {
  width: 70%;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
}

.bannerSlider .swiper-slide-active .bannerInner {
  transform: scale(1);
}

.bannerWrap .swiper-wrapper .swiper-slide,
.bannerWrap .swiper-wrapper,
.bannerWrap .bannerSlider,
.bannerImg {
  height: 100%;
}

.bannerImg img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.bannerVideo {
  width: 100%;
  height: 100%;
}
.bannerVideo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.bannerWrap .swiper-button-prev,
.bannerWrap .swiper-button-next {
  background-image: none;
}/*# sourceMappingURL=banner.css.map */