/* NUTECH */

/* font-family: "Noto Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');






html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans", sans-serif;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #444444;
  display: inline-block;
  text-decoration: none;
  transition: all 0.25s;
}

a:hover {
  color: #2f4157;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  transition: all 0.25s;
}

figure {
  margin-bottom: 0px;
}



p,
li {
  font-size: 16px;
  color: #444444;
}

p a,
li a {
  color: #2f4157;
}

p a:hover,
li a:hover {
  text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}

.btn-primary {
  background: #2f4157;
  border-color: #2f4157;
  padding: 10px 25px;
  border-radius: 50px;
}

.btn-primary:hover {
  background: #035cd4;
  border-color: #035cd4;
}


.section-heading>span {
  font-size: 30px;
  font-weight: 500;
  color: #2f4157;
}

.common-padding {
  padding: 80px 0;
}

.section-heading {
  margin-bottom: 30px;
}

.heading-type-1 {
  font-size: 70px;
  font-weight: 700;
}

.heading-type-2 {
  font-size: 60px;
  font-weight: 600;
}

.heading-type-3 {
  font-size: 30px;
  font-weight: 600;
}

.sub-heading {
  font-size: 24px;
  font-weight: 600;
  color: #406395;
}

.bg-primary {
  background-color: #c7d9e5 !important;
}

.bg-secondary {
  background-color: #f4efeb !important;
}

.bg-grey {
  background-color: #f5f5f5 !important;
}

.btn-type-1 {
  color: #fff !important;
}

.btn-type-1 img {
  margin-left: 5px;
}

.btn-type-1:hover img {
  transform: translateX(5px);
}



@-webkit-keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes navbarFixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}











/* Top Header */
.social-media {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}

.social-media li a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social-media li a img {
  width: 15px;
}

.social-media li a:hover {
  background-color: #035cd4;
}

.social-media li a:hover img {
  filter: brightness(0) invert(1);
}

.header-top-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-top-email-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top-email-icon img {
  width: 15px;
}

.header-top-email {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-top-email span {
  color: #fff;
  font-size: 16px;
}

.header-top-email:hover span {
  color: #035cd4;
}

.header-top-email:hover .header-top-email-icon {
  background: #035cd4;
}

.header-top-email:hover .header-top-email-icon img {
  filter: brightness(0) invert(1);
}

/* Top Header */

/* ===== Header ===== */
.header-top {
  background-color: #2f4157;
  padding: 5px 0;
  text-align: center;
}

.header-top p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
}

.header {
  padding: 15px 0;
}

.header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav>ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.header-nav>ul>li {
  list-style: none;
  margin-right: 50px;
}

.header-nav>ul>li:last-child {
  margin-right: 0;
}

.header-nav>ul>li a {
  color: #444444;
  font-size: 18px;
  font-weight: 500;
}

.header-nav>ul>li a:hover,
.header-nav>ul>li a.active {
  color: #035cd4;
  text-decoration: underline;
}

.header-nav>ul>li a.btn.btn-primary {
  text-decoration: none;
  color: #fff;
}

.header-rgt .btn-primary {
  font-size: 18px;
}

.header-rgt a {
  margin-left: 20px;
}

.header-logo {
  margin-right: 20px;
}

.navbar-fostrap {
  display: none;
}

header {
  z-index: 111;
}

header.sticky {
  position: sticky;
  top: 0;
  background: #fff;
  width: 100%;
  animation: navbarFixed .3s alternate linear;
  box-shadow: 0 0 20px 2px rgba(0 0 0 / 0.2);
}

body.menu-active {
  overflow: hidden;
}

/* sub-menu */
li.menu-item-has-children {
  position: relative;
}

.sub-menu {
  position: absolute;
  min-width: 200px;
  padding-left: 0;
  box-shadow: 0 0 10px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  transform: scaleY(0);
  transform-origin: 0 0;
  z-index: 111;
}

.sub-menu li a {
  background: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}

.sub-menu>li:last-child>a {
  border-bottom: 0;
}

.sub-menu li {
  display: block;
  width: 100%;
}

li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}

span.caret:before {
  margin-left: 8px;
  vertical-align: 3px;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  display: inline-block;
}


/* sub-sub-menu */
.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.sub-menu li.menu-item-has-children>a+span.caret {
  margin-left: auto;
  display: block;
  position: absolute;
  top: 10px;
  right: 15px;
}




@media(max-width:1399px) {
  .header-nav ul li {
    margin-right: 30px;
  }
}

@media(max-width:1199px) {
  .navbar-fostrap span {
    width: 25px;
    height: 4px;
    border-radius: 5px;
    background: #452118;
    display: block;
    margin: 4px 0;
    transition: .3s;
    transition-delay: .4s
  }

  .navbar-fostrap {
    display: block;
    position: relative;
    z-index: 111;
  }

  .navbar-fostrap.open span:nth-child(2) {
    opacity: 0;
  }

  .navbar-fostrap.open span:nth-child(1) {
    transform: rotate(45deg);
    margin-top: 12px;
  }

  .navbar-fostrap.open span:nth-child(3) {
    transform: rotate(-45deg);
    margin-top: -16px;
  }

  .header-rgt {
    margin-left: auto;
    margin-right: 20px;
  }

  .header-nav {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 100%;
    overflow: auto;
    /*background: #ccc;*/
    transition: .5s;
    z-index: 111;
  }

  .header-nav>ul {
    display: block;
    text-align: center;
    padding: 60px 0;
  }

  .header-nav>ul>li {
    margin: 20px 0;
  }

  .header-nav.visible {
    right: 0
  }


  /* animation */
  .header-nav:before,
  .header-nav:after {
    content: "";
    position: fixed;
    top: 0px;
    right: 0px;
    width: 0;
    height: 0;
    background-color: rgba(20, 21, 26, 0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
  }

  .header-nav:after {
    background-color: #f5f5f5;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
  }

  .header-nav.visible:before,
  .header-nav.visible:after {
    width: 100%;
    height: 100vh;
    border-radius: 0px;
  }

  .header-nav.visible:after {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
  }

  .header-nav>ul>li {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translate(30px, 0%);
    transform: translate(30px, 0%);
    transition: .2s
  }

  .header-nav.visible>ul>li {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  .header-nav.visible>ul>li:nth-child(1) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }

  .header-nav.visible>ul>li:nth-child(2) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }

  .header-nav.visible>ul>li:nth-child(3) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }

  .header-nav.visible>ul>li:nth-child(4) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }

  .header-nav.visible>ul>li:nth-child(5) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }

  .header-nav.visible>ul>li:nth-child(6) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
  }

  .header-nav.visible>ul>li:nth-child(7) {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }

  .header-nav.visible>ul>li:nth-child(8) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
  }

  .header-nav.visible>ul>li:nth-child(9) {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }

  /* sub-menu */
  .sub-menu {
    position: static;
    display: none;
    transition: unset !important;
    transform: unset;
    opacity: 1;
    visibility: visible;
  }

}

@media(max-width: 767px) {
  .header-nav>ul>li {
    margin: 15px 0;
  }
}

@media(max-width: 575px) {
  .header-logo a {
    max-width: 150px;
  }

  .social-media {
    gap: 6px;
  }

  .header-top-email span {
    font-size: 12px;
  }
}

/* ===== Header ===== */


/* ===== Banner ===== */
.st-1-slider .owl-item {
  opacity: 0.7;
  transition: all ease-in-out 1s;
}

.st-1-slider .owl-item.active {
  opacity: 1;
  transition: all ease-in-out 1s;
}

.st-1-slider {
  position: relative;
}

.st-1-slider::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0 0 0 / 0.6);
  z-index: 11;
}

.st-1 {
  position: relative;
}

.st-1-cnt {
  position: absolute;
  top: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  z-index: 11;
  color: #fff;
  width: 100%;
  /* width: calc(100% - 100px); */
  height: 100%;
  display: flex;
  align-items: center;
}



.st-1-cnt-items {
  max-width: 1000px;
  margin: auto;
}

.st-1-cnt-itm {
  text-align: center;
}

.st-1-cnt-title {
  font-size: 80px;
  font-weight: 500;
  margin: 0;
  color: #fff;
}

.st-1-cnt-itm-description {
  background-color: rgba(0 0 0 / 0.5);
  padding: 25px;
  margin: 20px 0;
}

.st-1-cnt-itm-description p {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  /* line-height: 1.8; */
  margin-bottom: 8px;
}

.st-1-cnt-itm-description p:last-child {
  margin-bottom: 0;
}

/* ===== Banner ===== */

.bg-small-imgs-1 {
  position: relative;
}

.bg-small-imgs-1::before {
  position: absolute;
  content: "";
  width: 72px;
  height: 68px;
  background-image: url(../img/bg-design-img-1.png);
  background-size: cover;
  top: 20px;
  left: 20px;
}

.bg-small-imgs-1::after {
  position: absolute;
  content: "";
  width: 85px;
  height: 143px;
  background-image: url(../img/bg-design-img-2.png);
  background-size: cover;
  bottom: 20px;
  right: 20px;
}

/* Counters */
.st-2-itm {
  text-align: center;
}

.st-2-itm-counter {
  font-size: 60px;
  font-weight: 700;
  color: #2f4157;
}

.st-2-itm-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.st-2.bg-small-imgs-1::after {
  display: none;
}

.st-2-items .row {
  gap: 20px 0;
}

/* Counters */

/* About Section */
.st-3-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-3-itm-cnt-cta {
  margin-top: 30px;
}

.st-3-items .row {
  gap: 20px 0;
}

.bg-small-imgs-2 {
  position: relative;
}

.bg-small-imgs-2::before {
  position: absolute;
  content: "";
  width: 250px;
  height: 250px;
  background-color: #f4efeb;
  border-radius: 50%;
  bottom: 20px;
  left: 20px;
  z-index: -1;
}

.bg-small-imgs-2::after {
  position: absolute;
  content: "";
  background: url(../img/quotes-icon.png) no-repeat;
  background-size: cover;
  width: 180px;
  height: 140px;
  top: 0;
  right: 0;
  z-index: -1;
}

/* About Section */

/* Products */
.st-4-items .row {
  gap: 24px 0;
}

.st-4-itm-img img {
  width: 100%;
}

.st-4-itm {
  position: relative;
}

.st-4-itm-cnt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  text-align: center;
  background: rgba(47 65 87 / 80%);
  padding: 20px;

  opacity: 0;
  visibility: hidden;
  transition: all .25s;
}

.st-4-itm:hover .st-4-itm-cnt {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

.st-4-itm-cnt .sub-heading,
.st-4-itm-cnt-description p {
  color: #fff;
}

.st-4-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-4-itm-cnt .btn-type-1 {
  margin-top: 10px;
}

.bg-1 {
  background: url(../img/bg-img-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

/* Products */

/* Get in Touch */
.st-5-items form .form-control {
  border-radius: 0;
  background-color: #f5f5f5;
  border: 1px solid #ddd !important;
  padding: 12px 15px;
  box-shadow: none;
}

.st-5-items form .form-group .btn.btn-primary {
  border-radius: 0;
  padding: 12px 15px;
}

.st-5-items .row {
  gap: 24px 0;
}

.bg-small-imgs-3 {
  position: relative;
}

.bg-small-imgs-3::before {
  position: absolute;
  content: "";
  width: 134px;
  height: 103px;
  background: url(../img/bg-design-img-3.png) no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
}

/* Get in Touch */

@media (min-width: 768px) {
  .owl-style-1 {
    padding: 0 40px;
  }
}

.owl-style-1 .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.owl-style-1 .owl-nav button {
  color: transparent !important;
  width: 40px;
  height: 40px;
}

.owl-style-1 .owl-nav button.owl-prev,
.owl-style-1 .owl-nav button.owl-next {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.owl-style-1 .owl-nav button.owl-prev {
  background-image: url(../img/left-nav.png);
  left: -50px;
}

.owl-style-1 .owl-nav button.owl-next {
  background-image: url(../img/right-nav.png);
  right: -50px;
}

/* Gallery */
.st-6-itm {
  position: relative;
  overflow: hidden;
}

.st-6-itm-cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0 0 0 / 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  transition: all .25s;
}

.st-6-itm:hover .st-6-itm-cnt {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.st-6-slider.owl-style-1 {
  padding: 0;
}

.st-6-slider.owl-style-1 .owl-nav {
  position: relative;
  transform: translate(0);
  margin-top: 20px;
  justify-content: center;
  gap: 0 50px;
}

.st-6-slider.owl-style-1 .owl-nav button.owl-prev,
.st-6-slider.owl-style-1 .owl-nav button.owl-next {
  left: initial;
  right: initial;
}

/* Gallery */

/* Footer */
.footer {
  background: url(../img/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-in {
  padding: 50px;
  background: rgba(0 0 0 / 50%);
}

.footer-description p {
  color: #fff;
}

.footer-description p:last-child {
  margin-bottom: 0;
}

.social-media-type-2 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-media-type-2 li a {
  background: #2f4157;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 10px;
}

.footer-description {
  margin: 25px 0;
}

.footer-itm-title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}

.footer-quick-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-quick-links li,
.footer-contact-details li {
  padding: 4px 0;
}

.footer-quick-links li a {
  color: #fff;
}

.footer-contact-details {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-contact-details li a,
.footer-contact-details li p {
  color: #fff;
}

.footer-contact-details li a,
.footer-contact-details li span {
  display: flex;
  align-items: start;
  gap: 10px;
}

.footer-contact-details li a img,
.footer-contact-details li span img {
  padding-top: 5px;
}

.footer-items .row {
  gap: 20px 0;
}

.copyright-itm p {
  margin: 0;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 15px 0;
  background: #2f4157;
}

/* Footer */





/* Inner Page Banner */
.st-7 {
  background: url(../img/banner-img-1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.st-7::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0 0 0 / 60%);
}

.st-7-items {
  position: relative;
}

.st-7-itm-title {
  font-size: 60px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.st-7-breadcrumbs nav .breadcrumb {
  justify-content: center;
  margin: 0;
}

.st-7-breadcrumbs nav .breadcrumb .breadcrumb-item a,
.st-7-breadcrumbs nav .breadcrumb .breadcrumb-item {
  font-size: 18px;
  font-weight: 500;
}

.st-7-breadcrumbs nav .breadcrumb .breadcrumb-item a {
  color: #fff;
}

.st-7-breadcrumbs nav .breadcrumb .breadcrumb-item a:hover {
  color: #ed1c26;
}

.st-7-breadcrumbs nav .breadcrumb .breadcrumb-item.active {
  color: #fff;
}

.st-7-breadcrumbs nav .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}

/* Inner Page Banner */

/* Highlights */
.st-8-items .row {
  gap: 20px 0;
}

.st-8-itm-highlights {
  list-style: none;
  padding: 0;
  margin: 0;
}

.st-8-itm-highlights li {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.st-8-itm-highlights li:last-child {
  margin-bottom: 0;
}

.st-8-itm-highlight-icon {
  /* width: 100px; */
  /* min-width: 100px; */
  /* height: 100px; */
  /* padding: 20px; */
  width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 10px;
  background: #2f4157;
  display: flex;
  align-items: center;
  justify-content: center;
}

.st-8-itm-highlight-cnt-title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

/* Highlights */

/* Features */
.st-9-items .row {
  gap: 20px 0;
}

.st-9-itm-number {
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
}

.st-9-itm-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  /* margin: 10px 0 0; */
}

.st-9-itm-description {
  margin-top: 10px;
}

.st-9-itm-description p:last-child {
  margin-bottom: 0;
}

.st-9-itm {
  border: 1px solid #ddd;
  padding: 25px;
  background: #fff;
}
.st-9-itm-icon {
    width: 80px;
    height: 80px;
    background: #2f4157;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

/* Features */

/* Image Section */
.st-10-itm-cnt-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.st-10-itm-cnt-itms {
  display: flex;
  justify-content: space-between;
}

.st-10-itm-cnt {
  padding: 35px 25px;
  background: #fff;
}

/* Image Section */

/* ===== Contact ===== */
.st-11-items>.row {
  gap: 25px 0;
}

.st-11-itm-contact-details {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
}

.st-11-itm-contact-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #2f4157;
  padding: 12px;
}

.st-11-itm-contact-detail p {
  margin-bottom: 2px;
}

.st-11-itm-contact-detail p:last-of-type {
  margin-bottom: 0;
}

.st-11-itm-contact .st-11-itm-contact-details:last-child {
  margin-bottom: 0;
}

.st-11-itm-contact-detail-title {
  font-size: 20px;
  font-weight: 600;
}

.st-11-itm-form form .row {
  gap: 15px 0;
}

.form-control {
  background: #f5f5f5;
  border-radius: 0;
  border-color: #ddd;
  font-size: 16px;
  padding: 10px 20px;
}

.form-group p {
    margin: 0;
}

.form-group p span.wpcf7-form-control-wrap {
    display: block;
}

.form-group input.btn.btn-primary {
  border-radius: 0;
}

.st-12-itm-map iframe {
  display: block;
  border-top: 4px solid #2f4157;
}

/* ===== Contact ===== */


.modal-type-1 .modal-content {
  border-radius: 0;
}

.modal-type-1 .modal-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 10px;
}

.modal-type-1-description {
  margin: 10px 0;
}

.modal-type-1-description p:last-child {
  margin-bottom: 0;
}

.modal-type-1-list {
  padding-left: 20px;
}


.st-13-itm-cnt-list {
  padding-left: 20px;
}

.st-13-itm-cnt-list:last-of-type {
  margin-bottom: 0;
}

.st-13-itm-diagram {
  margin-bottom: 20px;
}

.st-13-itm-cnt-description {
  margin: 10px 0;
}

.st-13-itm-cnt-description p:last-child {
  margin-bottom: 0;
}

.st-13-items .row {
  gap: 20px 0;
}

.st-13-itm-diagram img {
  margin-bottom: 10px;
}

.st-13-itm-diagram img:last-child {
  margin-bottom: 0;
}




/*  */
.owl-style-2 .owl-nav {
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translateY(-50%); */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-style-2 .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: transparent !important;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: rgba(0 0 0 / 60%) !important;
}

.owl-style-2 .owl-nav button.owl-prev {
  background-image: url(../img/left-nav-white.png);
  left: 0;
}

.owl-style-2 .owl-nav button.owl-next {
  background-image: url(../img/right-nav-white.png);
  right: 0;
}

.owl-style-2 .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}

.owl-style-2 .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  background-color: #2f4157;
  border-radius: 50%;
  position: relative;
  border: 3px solid transparent;
}

.owl-style-2 .owl-dots button.owl-dot.active {
  border-color: #2f4157;
  border-color: #035cd4;
}

/* Why Choose NuTech Composites */
.st-14-items .row {
    gap: 20px 0;
}
.st-14-itm {
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
    background: #fff;
}
.st-14-itm-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
.st-14-itm-description p:last-child {
  margin-bottom: 0;
}
/* Why Choose NuTech Composites */






































































































































/* ==================================================
                Responsive CSS Start
==================================================*/
@media(max-width: 1399px) {}


@media(max-width: 1199px) {
  .st-1-cnt-title {
    font-size: 70px;
  }

  .heading-type-1 {
    font-size: 60px;
  }

  .heading-type-2 {
    font-size: 50px;
  }
}


@media(max-width: 991px) {
  .st-1-cnt-title {
    font-size: 60px;
  }

  .st-1-cnt-itm-description p {
    line-height: 1.5;
  }

  .st-1-slide-itm img {
    height: 450px;
    object-position: center;
    object-fit: cover;
  }

  .section-heading>span {
    font-size: 24px;
  }

  .heading-type-1 {
    font-size: 48px;
  }

  .st-7-itm-title {
    font-size: 48px;
  }

}


@media(max-width: 767px) {

  p,
  li,
  a {
    font-size: 14px !important;
  }

  .section-heading {
    margin-bottom: 20px;
  }

  .st-1-cnt-title {
    font-size: 50px;
  }

  .section-heading>span {
    font-size: 20px;
  }

  .heading-type-1 {
    font-size: 42px;
  }

  .heading-type-3 {
    font-size: 24px;
  }

  .footer-itm-title {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .st-2-itm-counter {
    font-size: 48px;
  }

  .owl-style-1 .owl-nav {
    position: relative;
    transform: initial;
    margin-top: 20px;
    justify-content: center;
    gap: 50px;
  }

  .owl-style-1 .owl-nav button.owl-prev,
  .owl-style-1 .owl-nav button.owl-next {
    left: initial;
    right: initial;
  }

  .st-9-itm-number {
    font-size: 24px;
  }

  .st-9-itm-icon {
    width: 60px;
    height: 60px;
    padding: 10px;
}

  .st-10-itm-cnt-title {
    font-size: 30px;
  }

  .st-10-itm-cnt {
    padding: 20px 20px;
  }

  .st-10-itm-cnt-itms {
    flex-wrap: wrap;
    gap: 15px;
  }

  .st-11-itm-contact-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .owl-style-2 .owl-nav button {
    width: 30px;
    height: 30px;
    background-size: 8px !important;
  }

  .owl-style-2 .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
  }
  .st-14-itm-title {
    font-size: 20px;
}

}


@media(max-width: 575px) {
  .header-top p {
    font-size: 12px !important;
  }

  .st-1-slide-itm img {
    height: 550px;
  }

  .st-1-cnt-title {
    font-size: 48px;
  }

  .st-1-cnt-itm-description {
    padding: 15px;
  }

  .st-1-cnt-itm-description p {
    font-size: 12px !important;
  }

  .btn-primary {
    padding: 8px 20px;
  }

  .section-heading {
    margin-bottom: 15px;
  }

  .heading-type-1 {
    font-size: 36px;
  }

  .heading-type-2 {
    font-size: 30px;
  }

  .st-2-itm-counter {
    font-size: 32px;
  }

  .common-padding {
    padding: 60px 0;
  }

  .bg-small-imgs-1::before {
    width: 50px;
    height: 47px;
  }

  .bg-small-imgs-1::after {
    width: 36px;
    height: 60px;
  }

  .bg-small-imgs-2::after {
    width: 77px;
    height: 60px;
  }

  .bg-small-imgs-2::before {
    width: 150px;
    height: 150px;
  }

  .bg-small-imgs-3::before {
    width: 65px;
    height: 50px;
  }

  .sub-heading {
    font-size: 18px;
  }

  .st-4-itm-cnt {
    padding: 15px;
    width: calc(100% - 30px);
  }

  .st-4-itm:hover .st-4-itm-cnt {
    bottom: 15px;
  }

  .owl-style-1 .owl-nav button {
    width: 30px;
    height: 30px;
  }

  .owl-style-1 .owl-nav button.owl-prev,
  .owl-style-1 .owl-nav button.owl-next {
    background-size: 10px;
  }

  .footer-quick-links li,
  .footer-contact-details li {
    padding: 2px 0;
  }

  .footer-itm-title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .social-media-type-2 li a {
    width: 30px;
    height: 30px;
    padding: 8px;
  }

  .footer-description {
    margin: 15px 0;
  }

  .footer-logo a {
    max-width: 220px;
  }

  .footer-in {
    padding: 30px;
  }

  .st-5-items form .form-control {
    padding: 6px 10px;
    font-size: 14px;
  }

  .st-5-items form .form-group .btn.btn-primary {
    padding: 6px 10px;
    font-size: 14px;
  }

  .st-5-items .row {
    gap: 15px 0;
  }

  .st-7-itm-title {
    font-size: 40px;
  }

  .st-8-itm-highlight-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    padding: 8px;
  }

  .st-8-itm-highlights li {
    gap: 15px;
  }

  .st-8-itm-highlight-cnt-title {
    font-size: 18px;
  }

  .st-9-itm-number {
    font-size: 20px;
    margin: 0 0 5px;
  }

  .st-9-itm-title {
    font-size: 18px;
    /* margin: 5px 0; */
  }

  .st-9-itm {
    padding: 15px;
  }

  .st-9-itm-icon {
    width: 50px;
    height: 50px;
}

  .st-10-itm-cnt-title {
    font-size: 24px;
  }

  .st-11-itm-contact .st-11-itm-contact-details {
    gap: 10px;
    padding: 10px;
  }

  .st-11-itm-contact-detail-title {
    font-size: 16px;
  }

  .form-control {
    font-size: 14px;
    padding: 10px 15px;
  }

}


@media(max-width: 380px) {}