@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: "OpenSans";
  box-sizing: border-box;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: "OpenSans";
  font-size: 16px;
  color: #000;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "OpenSans";
  font-weight: normal;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}



@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('../fonts/SamsungSharpSans-Medium.eot');
  src: url('../fonts/SamsungSharpSans-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungSharpSans-Medium.woff2') format('woff2'),
    url('../fonts/SamsungSharpSans-Medium.woff') format('woff'),
    url('../fonts/SamsungSharpSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('../fonts/SamsungSharpSans.eot');
  src: url('../fonts/SamsungSharpSans.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungSharpSans.woff2') format('woff2'),
    url('../fonts/SamsungSharpSans.woff') format('woff'),
    url('../fonts/SamsungSharpSans.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Samsung Sharp Sans';
  src: url('../fonts/SamsungSharpSans-Bold.eot');
  src: url('../fonts/SamsungSharpSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SamsungSharpSans-Bold.woff2') format('woff2'),
    url('../fonts/SamsungSharpSans-Bold.woff') format('woff'),
    url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Light.woff2") format("woff2"),
    url("../fonts/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Regular.woff2") format("woff2"),
    url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Medium.eot");
  src: url("../fonts/OpenSans-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Medium.woff2") format("woff2"),
    url("../fonts/OpenSans-Medium.woff") format("woff"),
    url("../fonts/OpenSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Book.eot');
  src: url('../fonts/Geomanist-Book.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Geomanist-Book.woff2') format('woff2'),
    url('../fonts/Geomanist-Book.woff') format('woff'),
    url('../fonts/Geomanist-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/************************************************** MENU **************************************************/

body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .logo {
  margin-top: 5px;
  width: 70%;
}

/* .sexy-menu.detached .nav-header {
  width: 70%;
} */

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 0 20px;
  display: inline-block;
  position: relative;
  color: #000;
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  text-transform: capitalize;
  text-align: center;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  /* border-top: 2px solid rgb(199 199 199 / 23%); */
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu>li>a:hover {
  color: #0b3c5d;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 15px 15px;
  color: #393939;
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #0c69ec !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #0c69ec !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.logo1 {
  display: none;
}

.sexy-menu.detached .navigation {
  padding-top: 5px;
  padding-bottom: 5px;
}

.navigation {
  padding: 15px 8%;
}

.nav-brand img {
  width: 100%;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

/* .top-container {
  background-color: #fff;
} */

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

.hide-menu {
  display: none;
}



/************************************************** TOP MENU **************************************************/

.nav-menus-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 42px;
}

.banner-contact {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #0b3c5d;
  padding: 8px 15px;
  border-radius: 10px;
  color: #fff;
  letter-spacing: 0;
}

.banner-contact img {
  filter: brightness(0) invert(1);
}

.banner-contact a {
  color: #fff;

  &:hover {
    color: #e6e6e6;
  }
}


/************************************************** BREDCUM **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding: 10px 25px 0 25px;
  text-align: center;
  display: flex;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 9;
}

.bredcum-container {
  width: auto;
  height: auto;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #424242;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #070606;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #333;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
  color: #262626;
}



/************************************************** FOOTER **************************************************/

.footer-bottom-icons {
  width: 100%;
  height: auto;
  border-top: 1px solid #3e5368;
  border-bottom: 1px solid #3e5368;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  padding: 1em 0em;
}

.footer-social-links {
  width: auto;
  height: auto;
  align-content: center;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #e37d4f;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1.5em;
  color: #1fa2a6;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}

.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.icon-f span {
  margin-right: 0.5em;
  padding-top: 5px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: #eff0f2;
  line-height: 1.8;
  padding-right: 1em;
  border-right: 1px solid #3e5368;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: capitalize;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  letter-spacing: 1px;
  color: #eff0f2;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #fff;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-bottom-container {
  display: flex;
  justify-content: space-between;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #eff0f2;
  line-height: 60px;
}

.copy-right span {
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  line-height: 60px;
  margin: 0;
  color: #363636;
}

.designed p a {
  text-decoration: none;
  font-family: 'OpenSans';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #eff0f2;
}

.footer-wraper {
  width: 100%;
  height: auto;
  padding-top: 50px;
  background-color: #0a2540;
  margin-top: 100px;
}

.footer-wraper p {
  color: #eff0f2;

}

.footer-address-container .btm-link:nth-child(3) .icon-f:nth-child(1) {
  margin-bottom: 15px;
}

/* .footer-logo img {
  filter: brightness(0) invert(1);
} */


.tc {
  text-align: center;
}


/************************************************** CONTACT FORM **************************************************/

.enquiry-cont {
  align-items: flex-start;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.enquiry-top {
  width: 100%;
  height: auto;
  padding: 30px 0px 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.enquire-pic {
  width: 52%;
  border-radius: 10px;
  overflow: hidden;
}


.enquiry-home {
  width: 45%;
  height: auto;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 1.793em;
  color: #0b3c5d;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: 1.3;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input,
.enquiry-form-outer .user-box select {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  /* border: 1px solid #ccc; */
  outline: none;
  background: #f3f3f3;
  border-radius: 10px;
  line-height: 60px;
  height: 55px;
}

.enqry-box input {
  line-height: 55px !important;
}

.enquiry-form-outer .user-box select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #f3f3f3;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 12px;
  padding-right: 45px;
  cursor: pointer;
}

.enquiry-form-outer .user-box select option {
  font-size: 1em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  padding: 20px 0;
}


.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box select:focus~label,
.enquiry-form-outer .user-box select:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 60px;
  background-color: transparent;
}

.enquiry-form-outer .enqry-box label {
  line-height: 55px;
}


.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 185px;
  resize: none;
  padding: 20px 20px 0 20px;
  /* border: 1px solid #ccc; */
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 10px;
  background: #f3f3f3;
}

.enqry-box textarea {
  height: 120px !important;
}


.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  /* line-height: 1.7; */
  color: #0b3c5d;
  text-transform: uppercase;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  font-size: 1.3em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 8px;
  padding: 0px 30px;
  line-height: 40px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 44px;
  cursor: pointer;
  margin-bottom: 0.25em;
  background: #0b3c5d;
  height: 180px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 1em;
  padding: 15px 0px;
  float: left;
  writing-mode: vertical-rl;
  /* or vertical-lr */
  text-orientation: upright;
  /* keeps letters upright */
}

#plus .desk-view {
  /* transform: rotate(90deg); */
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #0b3c5d;
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #0b3c5d;
  font-size: 1em;
  margin-left: 0px;
}

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */
.whats-app {
  background: #fff;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;
  float: left;
}

.whats-app a i {
  color: #1fa2a6;
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-size: 2em;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #fff;
  line-height: 1;
  display: block;
}

/************************************************ WRAPER ***********************************************/

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 100px;
  position: relative;
}

.wraper {
  width: 100%;
  height: auto;
  padding-top: 70px;
  position: relative;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.d-container {
  width: 100%;
  padding-left: 16%;
  padding-right: 16%;
}

.banner-container {
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
}


/************************************************ BANNER ***********************************************/

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  margin: 100px 0px 0 0px;
  padding: 0 8px;
}

.banner-wraper img {
  border-radius: 10px;
}

.banner-inner {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;

}

/*.banner-caption {
  position: relative;
   margin-top: -25%; 
}*/

.banner-caption-top {
  font-size: 2.368em;
  color: #fff;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  letter-spacing: 1px;
}

.banner-caption-bottom {
  font-size: 1.113em;
  color: #fff;
  margin: 10px 0 15px 0;
  line-height: 1.7;
}

.banner-points {
  display: flex;
  gap: 60px;
  margin-bottom: 15px;

  p {
    color: #fff;
    font-family: 'Samsung Sharp Sans';
    font-weight: bold;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
  }
}

.banner-points p::before {
  background: url(../images/listing-icon.png);
  float: left;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px 0px 0 -38px;
  position: relative;
}

.banner-points p:first-child::before {
  display: none;
}

.banner-contact-btn,
.banner-req-btn {
  background-color: #fff;
  color: #0b3c5d;
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  padding: 10px 30px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;

  &:hover {
    background-color: #ebebeb;
  }
}

.banner-req-btn {
  margin-right: 3px;
  background-color: #0b3c5d;
  color: #fff;

  &:hover {
    background-color: #08334f;
  }
}

.banner-caption-mid {
  font-size: 3.481em;
  color: #fff;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  line-height: .9;
  text-align: center;
}

.banner-bottom-txt {
  color: #fff;
  margin-top: 15px;
  letter-spacing: 1px;
}


/************************************************ PRODUCTS ***********************************************/

.section-heading {
  font-size: 1.875em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #0b3c5d;
  text-align: center;
}

.product-sec-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 22px;
}

.index-product-items {
  width: 32.5%;
  height: auto;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
}

.pro-con-inner {
  position: absolute;
  left: 20px;
  bottom: 15px;
}

.index-pro-name {
  font-size: 1em;
  font-family: "OpenSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #03111c;
}

.arrow {
  margin-left: 5px;
  font-size: 14px;
  color: #b4becc;
  display: inline-block;
  animation: arrowMove 1.2s ease-in-out infinite;
}

@keyframes arrowMove {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(0);
  }
}



.pro-con-inner button {
  background: transparent;
  border-radius: 10px;
  color: #1a9498;
  margin-top: 5px;
  cursor: pointer;
  text-decoration: underline;
  font-size: 0.9em;
}

.view-product-btn {
  padding: 10px 20px;
  background-color: #1fa2a6;
  color: #fff;
  border-radius: 10px;
  align-content: center;

  &:hover {
    color: #fff;
    background-color: #1a9498;
  }
}

.view-product {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.index-pro-topbg {
  position: absolute;
  top: 0;
  left: 25%;
}

.index-pro-leftbg {
  position: absolute;
  bottom: 10%;
  left: 0;
}

.index-pro-rightbg {
  position: absolute;
  top: 10%;
  right: 0;
}

.index-pro-bottombg {
  position: absolute;
  bottom: -14%;
  right: 22%;
}


/************************************************ ABOUT ***********************************************/

.about-sec-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-sec-left {
  width: 60%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.about-left-img {
  width: 66%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.about-right-img {
  width: 32%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.about-sec-right {
  width: 32%;
  height: auto;
}

.about-sec-heading {
  font-size: 2.408em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #0b3c5d;
}

.about-sec-bottom-txt {
  font-size: 1.079em;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin-top: 10px;
  color: #03111c;
  line-height: 1.5;
}

.about-sec-right p {
  font-size: 0.97em;
  margin-top: 20px;
}

.about-sec-right-bg {
  position: absolute;
  right: -8%;
  bottom: 12%;
  z-index: -1;
}

.about-bottom-sec {
  background: url("../images/about-bottom.jpg") center / cover no-repeat;
  font-size: 1.125em;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  margin-top: 100px;
  text-align: center;
  padding: 34px 0;
  overflow: hidden;
  color: #fff;
}

.about-top-bg {
  position: absolute;
  top: 0;
  left: 30%;
}

.about-left-bg {
  position: absolute;
  top: 37%;
  left: 0;
  z-index: -1;
}

.about-right-bg {
  position: absolute;
  top: 5%;
  right: 0;
}


/************************************************ WHY CHOOSE US ***********************************************/

.choose-us-inner {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.chooseus-box {
  width: 25%;
  height: auto;
  padding: 25px 0;
  text-align: center;
  float: left;
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
}

.chooseus-box-icon {
  width: 78px;
  height: 78px;
  border-radius: 10px;
  background-color: #1fa2a6;
  align-content: center;
  margin: auto;

  img {
    filter: brightness(0) invert(1);
  }
}

.chooseus-box:nth-child(2) .chooseus-box-icon {
  background-color: #0b3c5d;
}

.chooseus-box:nth-child(3) .chooseus-box-icon {
  background-color: #1fa2a6;
}

.chooseus-box:nth-child(4) .chooseus-box-icon {
  background-color: #0b3c5d;
}

.choose-box-txt {
  padding: 0 25px;
}


.chooseus-box-head {
  font-size: 1.188em;
  font-family: "OpenSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #03111c;
  height: 55px;
  align-content: center;
}

.chooseus-box p {
  font-size: 0.97em;
  color: #171717;
  margin-top: 15px;
}

.chooseus-box-arrow {
  position: absolute;
  right: -6%;
  top: -8%;
}

.chooseus-leftbg {
  position: absolute;
  left: 0;
  top: 15%;
}

.chooseus-rightbg {
  position: absolute;
  right: 0;
  top: 15%;
}



/************************************************ CONTACT ***********************************************/

.contactsec-left {
  width: 59%;
  height: auto;
  float: left;
  border-radius: 15px;
  overflow: hidden;
}

.contactsec-right {
  width: 35%;
  height: auto;
  float: left;
  margin-left: 6%;
}

.contactsec-heading {
  font-size: 1.875em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #0b3c5d;
  line-height: 1.3;
}

.contactsec-right p {
  font-size: 0.97em;
  margin-top: 20px;
  color: #171717;
}

.contactsec-bottom-txt {
  font-size: 1.793em;
  margin-top: 20px;
  color: #0b3c5d;
  width: 50%;
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 15px;
  line-height: 1.3;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.contactsec-bottom-txt2 {
  font-size: 1.793em;
  margin-top: 20px;
  color: #0b3c5d;
  line-height: 1.3;
  padding-bottom: 33px;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.contactsec-btn {
  background-color: #1fa2a6;
  color: #fff;
  border-radius: 10px;
  padding: 10px 40px;

  &:hover {
    background-color: #1a9498;
    color: #fff;
  }
}

.contact-leftbg {
  position: absolute;
  left: 0;
  top: 37%;
  z-index: -1;
}

.contact-rightbg {
  position: absolute;
  top: 20%;
  right: 0;
}

.contact-bottombg {
  position: absolute;
  left: 32%;
  bottom: -15%;
  z-index: -1;
}

.contact-bottomright-bg {
  position: absolute;
  right: 0;
  bottom: -15%;
  z-index: -1;
}




/************************************************ ABOUT PAGE ***********************************************/

/* .innerpage .banner-caption {
  margin-top: -13.5%;
} */

.aboutpage-welcom-inner {
  display: flex;
  justify-content: space-between;
}

.aboutpage-welcom-left {
  width: 55%;
  height: auto;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.aboutpage-welcom-right {
  width: 41%;
  height: auto;
  float: left;
  padding-top: 5%;
}

.innerpage .about-wel-head {
  font-size: 1.153em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  color: #0b3c5d;
}

.innerpage .about-main-head {
  font-size: 2.513em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  margin-left: 10px;
}

.innerpage .about-txt {
  font-size: 1em;
  margin-bottom: 30px;
  font-family: 'Samsung Sharp Sans';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #03111c;
}

.about-wel-para {
  color: #4d4d4d;
  font-size: 0.97em;
  line-height: 1.5;
}

.about-wel-bottom {
  background-color: #0b3c5d;
  margin-top: 80px;
  padding: 35px;
  border-radius: 10px;
  overflow: hidden;
}

.about-wel-bottom-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.about-wel-bottom-heading {
  font-size: 2.031em;
  font-family: 'Samsung Sharp Sans';
  font-weight: bold;
  font-style: normal;
  font-display: swap;
  text-align: center;
  color: #0b3c5d;
}

.about-wel-bottom .about-wel-bottom-heading {
  color: #fff;
}


.about-wel-bottom p {
  font-size: 1em;
  line-height: 1.2;
  align-content: center;
  color: #fff;
}

.about-wel-bottom p::after {
  background: url(../images/listing-icon.png);
  float: right;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin: -8px -45px 0 0px;
  position: relative;
}

.about-wel-bottom-con p:nth-child(3)::after {
  margin: 3px -45px 0 0px;
}

.about-wel-bottom p:nth-last-child(1)::after {
  display: none;
}


.aboutpage-welcom-right .about-wel-bottom-heading {
  text-align: left;
  margin-bottom: 20px;
}

.about-wel-leftbg {
  position: absolute;
  left: 0;
  bottom: -22%;
  z-index: -1;
}

.about-wel-rightbg {
  position: absolute;
  right: 0;
  bottom: -18%;
  z-index: -1;
}


/************************************************ PRODUCT PAGE ***********************************************/

.productspage-inner {
  display: flex;
  justify-content: center;
  gap: 25px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.productspage-inner:last-child {
  border-bottom: none;
}

.products-items {
  width: 32%;
  height: auto;
  display: grid;
}

.products-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.pro-name {
  font-size: 1.5em;
  font-family: "OpenSans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  color: #03111c;
  margin-top: 10px;
}

.products-items p {
  margin: 10px 0;
  font-size: 0.97em;
}

.req-qoute {
  background: #0b3c5d;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
  font-size: 1em;
}


/************************************************** Contact Page **************************************************/

.contact .banner-wraper{
  margin-top: 0;
}


.contact-details {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.contact-details-box {
  width: 33.5%;
  height: auto;
  background-color: #0b3c5d;
  padding: 30px 0;
  text-align: left;
  align-content: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.contact-details-box p {
  color: #fff;
  font-size: 1.102em;
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.contact-details-box img,
.contact-details-boxx img {
  filter: brightness(0) invert(1);
  padding-top: 5px;
}

.contact-details-boxx {
  width: 32%;
  height: auto;
  float: left;
}

.contact-details-location {
  width: 100%;
  height: auto;
  background-color: #0b3c5d;
  padding: 40px 0;
  align-content: center;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
}

.contact-details-location p {
  color: #fff;
  font-size: 1.102em;
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.view-location {
  width: 100%;
  background-color: #0b3c5d;
  padding: 12px 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 1.102em;
  font-family: "OpenSans";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  color: #fff;
  transition: all 0.3s ease 0s;

  &:hover {
    background-color: #07314d;
    color: #eaeaea;
  }
}

.contact-btn {
  padding: 10px 20px;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 15px;
  background-color: #0b3c5d;

  &:hover {
    background-color: #08334f;
  }

}




/************************************************** Indutries Page **************************************************/

.industries-para {
  margin: 10px 0;
}

.industries-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}

.industries-item {
  width: 31%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}

.industry-item-bg {
  position: absolute;
  top: 0;
  left: 0;
}

/* .industry-icon {
  width: 90px;
  height: 90px;
  background-color: #dee6f3;
  border-radius: 50%;
  margin: auto;
  align-content: center;
}

.industry-icon img {
  text-align: center;
  position: relative;
} */

/* Icon Circle */
.industry-icon {
  width: 90px;
  height: 90px;
  background: #eff3f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.industry-icon img {
  width: 60px;
}

.industry-item-title {
  font-size: 1.25em;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #0b3c5d;
  margin: 10px;
  position: relative;
}

.industry-item-txt {
  font-size: 0.97em;
  line-height: 1.5;
  border-bottom: 1px solid #e4e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.industries-item-list {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.industries-item-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 10px;
  font-size: 0.97em;
  color: #333;
}

.industries-item-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 11px;
  height: 11px;
  background-color: #1e3a5f;
  border-radius: 50%;
}

.industry-support-inner {
  display: flex;
  justify-content: center;
  gap: 60px;
}

.industry-support-img {
  width: 34%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}

.industry-support-con {
  width: 47%;
  height: auto;
}

.industry-support-con-head {
  font-size: 1.563em;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #0b3c5d;
}

.industry-support-con-subtxt {
  font-size: 0.97em;
  color: #171717;
  margin: 5px 0 25px 0;
}

.industry-support-con-bottomtxt {
  font-size: 0.97em;
  color: #171717;
  margin: 25px 0 0 0;
}



.cta-section {
  position: relative;
  background: linear-gradient(90deg, #061a2e, #08233f);
  padding: 35px 0;
  text-align: center;
  color: #fff;
  overflow: hidden;
  margin-top: 70px;
}

.cta-content h2 {
  font-size: 1.563em;
  margin-bottom: 12px;
  font-family: 'Geomanist';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cta-content p {
  font-size: 0.97em;
  line-height: 1.6;
  color: #dbe7f3;
  margin-bottom: 20px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 10px 45px;
  border-radius: 8px;
  font-size: 0.97em;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-primary {
  background: #6fa0c9;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.btn-primary:hover {
  background: #5b8cb5;
  transform: translateY(-2px);
  color: #fff;
}

.btn-outline {
  background: #fff;
  color: #0a2a4f;
  border: 1px solid #fff;
}

.btn-outline:hover {
  background: transparent;
  color: #fff;
}

.industries .footer-wraper {
  margin-top: 1px;
}

.cta-left-bg {
  position: absolute;
  top: 0;
  left: 0;
}

.cta-right-bg {
  position: absolute;
  top: 0;
  right: 0;
}

.industries .about-right-bg {
  top: 0;
}

.industries .index-pro-rightbg {
  top: 67%;
}

.industries .contact-bottomright-bg {
  bottom: -21%;
}



/************ scroll animation *************/

.reveal {
  opacity: 0;
  transition: all 0.8s ease-out 0.3s;
  visibility: hidden;
}

.reveal.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0) scale(1) rotateX(0);
}

.reveal.slide-up {
  opacity: 0;
  transform: translateY(70px);
  transition: all 0.9s ease-out 0.4s;
  transition-delay: 0.2s;
}

.reveal.slide-up.active {
  opacity: 1;
  transform: translateY(0);
}

.reveal.slide-right {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s ease-out 0.3s;
}

.reveal.slide-right.active {
  opacity: 1;
  transform: translateX(0);
}

.slide-left {
  transform: translateX(-50px);
}



/* Request Quote */

.req-quote .banner-wraper{
  margin-top: 0;
}










@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    /* font-size: 1.25em; */
  }

  #plus {
    width: 40px;
    /* height: 40px; */
    font-size: 1.25em;
  }

  .navigation {
    padding: 15px 4%;
  }



  /* Index page */

  .about-sec-inner {
    justify-content: center;
    gap: 20px;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  /* .about-top-bg,
  .about-left-bg,
  .about-right-bg,
  .index-pro-topbg,
  .index-pro-leftbg,
  .index-pro-rightbg,
  .index-pro-bottombg,
  .chooseus-leftbg,
  .chooseus-rightbg,
  .contact-rightbg,
  .contact-leftbg,
  .contact-bottombg,
  .contact-bottomright-bg {
    display: none;
  } */

  .about-top-bg {
    left: 24%;
  }

  .about-right-bg {
    width: 280px;
  }

  .about-left-bg {
    top: 42%;
    width: 200px;
  }

  .index-pro-topbg {
    left: 17%;
  }

  .index-pro-leftbg {
    bottom: 15%;
  }

  .index-pro-bottombg {
    bottom: -19%;
    right: 9%;
  }

  .chooseus-leftbg {
    left: -11%;
    top: 28%;
    width: 280px;
  }

  .chooseus-rightbg {
    right: -11%;
    top: 28%;
    width: 280px;
  }

  .contact-rightbg,
  .contact-bottomright-bg,
  .contact-bottombg,
  .contact-leftbg {
    display: none;
  }

  .product-sec-inner {
    justify-content: space-between;
  }

  .index-product-items {
    width: 32%;
  }


  /* About Page */

  .about-wel-leftbg,
  .about-wel-rightbg {
    display: none;
  }

  .innerpage .about-txt {
    margin-bottom: 15px;
  }

  .innerpage .about-main-head {
    font-size: 2.3em;
  }

  .aboutpage-welcom-right {
    padding-top: 3%;
  }

  .about-wel-bottom p::after {
    margin: -8px -24px 0 0px;
  }

  .about-wel-bottom-con p:nth-child(3)::after {
    margin: 3px -25px 0 0px;
  }

  .chooseus-box-head {
    height: 33px;
  }

  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  /* Contact Page */

  /* .enquiry-form-outer .user-box input {
    line-height: 46px;
  }

  .enquiry-form-outer .user-box label {
    line-height: 46px;
  } */

  .scheme-des textarea {
    height: 125px;
  }

  .contact-btn {
    margin-top: 0px;
  }


  /* Industries */

  .wraper {
    padding-top: 40px;
  }

  .industries-inner {
    margin-top: 30px;
  }

  .industry-support-con-subtxt {
    margin: 5px 0 13px 0;
  }

  .industry-support-con-bottomtxt {
    margin: 14px 0 0 0;
  }



}

@media (min-width: 1280px) and (max-width: 1359px) {

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

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .about-sec-inner {
    justify-content: center;
    gap: 50px;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  .product-sec-inner {
    justify-content: space-between;
  }

  .index-product-items {
    width: 32%;
  }

  /* .about-top-bg,
  .about-left-bg,
  .about-right-bg,
  .index-pro-topbg,
  .index-pro-leftbg,
  .index-pro-rightbg,
  .index-pro-bottombg,
  .chooseus-leftbg,
  .chooseus-rightbg,
  .contact-rightbg,
  .contact-leftbg,
  .contact-bottombg,
  .contact-bottomright-bg {
    display: none;
  } */

  .about-top-bg {
    left: 24%;
  }

  .about-right-bg {
    width: 300px;
  }

  .about-left-bg {
    width: 250px;
  }

  .index-pro-topbg {
    left: 18%;
  }

  .index-pro-bottombg {
    bottom: -16%;
    right: 12%;
  }

  .chooseus-leftbg {
    left: -7%;
    top: 25%;
    width: 300px;
  }

  .chooseus-rightbg {
    right: -7%;
    top: 25%;
    width: 300px;
  }

  .contact-rightbg {
    display: none;
  }

  .contact-bottombg {
    left: 25%;
    bottom: -16%;
  }

  .contact-bottomright-bg {
    right: -6%;
    width: 350px;
  }

  .index-pro-leftbg {
    bottom: 13%;
  }


  /* .enquiry-form-outer .user-box input {
    line-height: 50px;
  }

  .enquiry-form-outer .user-box label {
    line-height: 50px;
  } */

  .scheme-des textarea {
    height: 160px;
  }

  .contact-btn {
    margin-top: 8px;
  }


  .about-wel-leftbg,
  .about-wel-rightbg {
    display: none;
  }




}





@media (min-width: 1360px) and (max-width: 1399px) {

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

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }


  .about-sec-inner {
    justify-content: center;
    gap: 50px;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  .product-sec-inner {
    justify-content: space-between;
  }

  .index-product-items {
    width: 32%;
  }

  /* .about-top-bg,
  .about-left-bg,
  .about-right-bg,
  .index-pro-topbg,
  .index-pro-leftbg,
  .index-pro-rightbg,
  .index-pro-bottombg,
  .chooseus-leftbg,
  .chooseus-rightbg,
  .contact-rightbg,
  .contact-leftbg,
  .contact-bottombg,
  .contact-bottomright-bg {
    display: none;
  } */

  .index-pro-bottombg {
    bottom: -16%;
    right: 13%;
  }

  .chooseus-leftbg {
    left: -5%;
    top: 25%;
    width: 300px;
  }

  .chooseus-rightbg {
    right: -5%;
    top: 25%;
    width: 300px;
  }

  .contact-bottombg {
    left: 26%;
    bottom: -16%;
  }

  .contact-bottomright-bg {
    right: -3%;
    bottom: -16%;
    width: 350px;
  }

  .contact-rightbg {
    display: none;
  }

  .index-pro-topbg {
    left: 19.5%;
  }

  .about-left-bg {
    top: 44%;
    left: -4%;
    width: 200px;
  }

  .about-top-bg {
    left: 24%;
  }

  .about-right-bg {
    width: 300px;
  }

  .index-pro-rightbg {
    top: 16%;
    width: 220px;
  }

  /* .enquiry-form-outer .user-box input {
    line-height: 55px;
  }

  .enquiry-form-outer .user-box label {
    line-height: 55px;
  } */

  .scheme-des textarea {
    height: 150px;
  }

  .contact-btn {
    margin-top: 10px;
  }

  /* .about-wel-leftbg,
  .about-wel-rightbg {
    display: none;
  } */



}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }

  .about-sec-inner {
    justify-content: center;
    gap: 50px;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  .product-sec-inner {
    justify-content: space-between;
  }

  .index-product-items {
    width: 32%;
  }

  /* .about-top-bg,
  .about-left-bg,
  .about-right-bg,
  .index-pro-topbg,
  .index-pro-leftbg,
  .index-pro-rightbg,
  .index-pro-bottombg,
  .chooseus-leftbg,
  .chooseus-rightbg,
  .contact-rightbg,
  .contact-leftbg,
  .contact-bottombg,
  .contact-bottomright-bg {
    display: none;
  } */

  .chooseus-leftbg {
    left: -5%;
    top: 25%;
    width: 300px;
  }

  .chooseus-rightbg {
    right: -5%;
    top: 25%;
    width: 300px;
  }

  .contact-bottomright-bg {
    right: -9%;
    width: 450px;
  }

  .contact-rightbg {
    display: none;
  }

  .about-top-bg {
    left: 26%;
  }

  .index-pro-topbg {
    left: 19%;
  }

  .index-pro-bottombg {
    right: 13%;
  }

  .contact-bottombg {
    left: 26%;
  }


  .scheme-des textarea {
    height: 150px;
  }

  .contact-btn {
    margin-top: 10px;
  }

  .about-wel-leftbg,
  .about-wel-rightbg {
    width: 175px;
  }

}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }
}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    font-size: 1.1em;
  }


  .product-sec-inner {
    justify-content: space-between;
  }

  .index-product-items {
    width: 32%;
  }

  .index-pro-rightbg {
    right: -7%;
  }

  .index-pro-bottombg {
    bottom: -16%;
    right: 18%;
  }

  .chooseus-leftbg {
    left: -7%;
  }

  .chooseus-rightbg {
    right: -7%;
  }

  .contact-rightbg {
    right: -4%;
  }

  .contact-bottomright-bg {
    right: -8%;
  }

  .about-top-bg {
    left: 28%;
  }

  .index-pro-topbg {
    left: 21.5%;
  }

  .contact-bottombg {
    left: 29.5%;
    bottom: -15.5%;
  }

  /* About Page */

  .about-wel-leftbg {
    width: 175px;
  }

  .about-wel-rightbg {
    width: 175px;
  }

}


@media (min-width: 1681px) {}




@media (max-width: 992px) {
  .header-contact {
    display: none;
  }


  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .navigation-portrait .nav-brand {
    /* font-size: 18px; */
    line-height: 0 !important;
  }

  .nav-header {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    width: 41%;
  }

  .navigation {
    background-color: #0b3c5d;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 3%;
  }

  .hide-menu a {
    width: 100%;
    line-height: 1;
    font-size: 1.5em;
    display: inline-block;
    float: left;
    text-align: center;
    font-weight: 500;
    font-family: "OpenSans";
    text-transform: capitalize;
    padding-top: 10px;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    background-color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 auto 10px;
    font-size: 1.6em;
  }

  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .nav-menu>li>a {
    color: #fff !important;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .hide-menu {
    position: fixed;
    top: 2%;
    /* left: 0; */
    right: 6%;
    /* background-color: #fff; */
    z-index: 99999;
    display: block;
  }

  .hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  .sexy-menu.detached {
    position: fixed !important;
    top: 0px !important;
    /* top: inherit !important; */
    /* height: 100vh; */
    background-color: transparent !important;
    backdrop-filter: unset !important;
  }

  #button.show {
    display: none;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 2em;
  }

  .banner-contact {
    display: none;
  }

  .nav-menu {
    flex-direction: column;
  }

  #popUp {
    padding: 3% 4% 3%;
  }

  .sexy-menu.detached .logo {
    width: 100%;
    margin-top: 0;
  }

  .sexy-menu.detached .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sexy-menu.detached .nav-brand img {
    width: 100%;
  }

  .top-container {
    padding: 0 8px;
  }

  .navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open .nav-toggle {
    opacity: 0;
  }


  /* Index Page */

  /* .logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  } */


  .main-wraper,
  .wraper {
    padding-top: 40px;
  }


  .banner-wraper {
    margin: 100px 0 0 0;
    padding: 0 8px;
  }

  .banner-inner {
    align-items: flex-end;
  }

  .banner-caption {
    margin-bottom: 50px;
  }

  .banner-caption-bottom {
    margin: 5px 0 15px 0;
    font-size: 1em;
  }

  .banner-caption-bottom br {
    display: none;
  }

  .banner-caption-top {
    font-size: 1.3em;
  }

  .banner-caption-top br {
    display: none;
  }

  .banner-contact-btn,
  .banner-req-btn {
    font-size: .9em;
    padding: 8px 20px;
  }

  .banner-caption-mid {
    font-size: 2em;
  }

  .banner-points {
    gap: 5px;
    flex-direction: column;
    padding-left: 23px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .banner-points p::before {
    margin: 6px 0px 0 -22px;
  }

  .banner-points p:first-child::before {
    display: block;
  }

  .banner-bottom-txt {
    margin-top: 10px;
  }


  .about-top-bg,
  .about-left-bg,
  .about-right-bg,
  .index-pro-topbg,
  .index-pro-leftbg,
  .index-pro-rightbg,
  .index-pro-bottombg,
  .chooseus-leftbg,
  .chooseus-rightbg,
  .contact-bottombg,
  .contact-leftbg,
  .contact-rightbg,
  .contact-bottomright-bg {
    display: none;
  }

  .about-sec-inner {
    flex-direction: column-reverse;
  }

  .about-sec-left {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .about-left-img {
    width: 100%;
  }

  .about-right-img {
    width: 100%;
    display: none;
  }

  .about-sec-right {
    width: 100%;
  }

  .about-sec-heading {
    font-size: 2em;
  }

  .about-sec-bottom-txt {
    margin-top: 5px;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  .about-sec-right p {
    margin-top: 5px;
  }

  .product-sec-inner {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .index-product-items {
    width: 100%;
  }

  .view-product {
    margin-top: 30px;
  }

  .about-bottom-sec {
    font-size: 1em;
    margin-top: 40px;
    padding: 20px 0;
    line-height: 1.5;
  }

  .section-heading {
    font-size: 1.5em;
  }

  .choose-us-inner {
    margin-top: 10px;
    flex-direction: column;
  }

  .chooseus-box {
    width: 100%;
    gap: 10px;
  }

  .chooseus-box p {
    margin-top: 0px;
  }

  .chooseus-box p br {
    display: none;
  }

  .chooseus-box-head {
    height: 35px;
  }

  .chooseus-box-head br {
    display: none;
  }

  .chooseus-box-arrow {
    display: none;
  }

  .contactsec-left {
    width: 100%;
  }

  .contactsec-right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }

  .contactsec-right p {
    margin-top: 5px;
  }

  .contactsec-heading {
    font-size: 1.5em;
  }

  .contactsec-heading br {
    display: none;
  }

  .contactsec-bottom-txt {
    font-size: 1.5em;
    width: 100%;
  }

  .contactsec-bottom-txt br {
    display: none;
  }

  .contactsec-bottom-txt2 {
    font-size: 1.5em;
  }

  .contactsec-bottom-txt2 br {
    display: none;
  }



  /* About Page */

  .innerpage .banner-inner {
    align-items: center;
  }

  .innerpage .banner-caption {
    margin-bottom: 0;
  }

  .aboutpage-welcom-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .aboutpage-welcom-left {
    width: 100%;
  }

  .aboutpage-welcom-right {
    width: 100%;
    padding-top: 0;
  }

  .innerpage .about-main-head {
    font-size: 1.631em;
  }

  .innerpage .about-txt {
    margin: 5px 0;
  }

  .about-wel-bottom {
    margin-top: 40px;
    padding: 15px;
  }

  .about-wel-bottom-heading {
    font-size: 1.5em;
  }

  .aboutpage-welcom-right .about-wel-bottom-heading {
    margin-bottom: 10px;
  }

  .about-wel-bottom-con {
    margin-top: 15px;
    flex-direction: column;
  }

  .about-wel-bottom p::after {
    display: none;
  }

  .about-wel-bottom p {
    margin-bottom: 10px;
    text-align: center;
  }

  .about-wel-bottom p br {
    display: none;
  }

  .about-wel-leftbg,
  .about-wel-rightbg {
    display: none;
  }



  /* Product Page */

  .productspage-inner {
    flex-direction: column;
  }

  .products-items {
    width: 100%;
  }


  /* Industries Page */

  .industries-item {
    width: 100%;
  }

  .industries-inner {
    margin-top: 20px;
    gap: 20px;
  }

  .industry-support-inner {
    flex-direction: column;
    gap: 15px;
  }

  .industry-support-img,
  .industry-support-con {
    width: 100%;
  }

  .cta-section {
    margin-top: 30px;
  }

  .cta-left-bg,
  .cta-right-bg {
    display: none;
  }

  .btn {
    padding: 10px 30px;
  }


  /* Contact Page */

  .contact-details {
    flex-direction: column;
    gap: 10px;
  }

  .contact-details-box {
    width: 100%;
    padding: 15px 20px;
    justify-content: flex-start;
  }

  .contact-details-boxx {
    width: 100%;
  }

  .view-location {
    margin-top: 10px;
    justify-content: flex-start;
    padding: 12px 20px;
  }

  .contact-details-location {
    padding: 15px 20px;
    justify-content: flex-start;
  }

  .welcome-container {
    flex-direction: column;
  }

  .enquire-pic {
    width: 100%;
  }

  .enquiry-home {
    width: 100%;
  }

  .contact-btn {
    margin-top: 0;
  }

  .title-enquiry {
    font-size: 1.5em;
    margin-top: 10px;
  }


  /* Footer */

  .footer-bottom-icons,
  .footer-address {
    display: none;
  }

  /* .footer-bottom-container {
    padding-bottom: 80px;
  } */

  .btm-link {
    display: none;
  }

  .btm-link:nth-child(4) {
    display: block;
  }

  .footer-wraper {
    padding-top: 0px;
    margin-top: 40px;
  }

  .footer-social-links ul li a {
    font-size: 1.5em;
  }

  .req-quote .enquire-pic {
    display: none;
  }



}




@media (max-width: 420px) {

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

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  .footer-address-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 15px 0;
  }

  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  .nav-brand img {
    /* width: 130px; */
    margin: 0 auto;
  }

  .carousel-indicators {
    display: none !important;
  }


  .side-btn {
    padding: 6px 19px;
    right: -33px;
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 17px;
  }

  #popUp {
    width: 300px;
    padding: 6% 5% 5%;
    bottom: 14%;
  }

  .form-group {
    margin-bottom: 7px;
  }

  /* .side-form input[type="text"],
  .side-form textarea {
    padding: 12px 13px;
  } */

  .side-form-title {
    font-size: 1.5em;
    padding-left: 10px;
  }

  /* .whats-app {
    width: 40px;
    bottom: 25vh;
    right: 5px;
  } */

  .btm-title {
    font-size: 1.4em;
    line-height: 15px;
  }

  .footer-logo img {
    display: none;
  }

  .footer-social-links ul li a {
    font-size: 1.2em;
    margin-left: 5px;
  }

  .micon {
    width: 20px;
  }

  .footer-menu ul li a {
    line-height: 25px;
  }

  .copy-right,
  .designed p {
    line-height: 45px;
  }

  .copy-right span {
    display: none;
  }

  .footer-content-title {
    margin-bottom: 5px;
  }

  .footer-social-links {
    margin-top: 5px;
  }



  /* Index Page */

  .banner-wraper {
    margin: 90px 0 0 0;
  }

  .banner-caption-bottom {
    display: none;
  }

  .banner-btns {
    margin-top: 15px;
  }

  .pro-con-inner {
    left: 10px;
  }


  /* Product page */

  .productspage-inner {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 0;
  }

  .products-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .productspage-inner:last-child .products-items {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .innerpage .about-main-head {
    display: block;
    margin-left: 0;
  }


  /* Contact Page */

  .scheme-des textarea {
    height: 150px;
  }

  /* .enquiry-form-outer .user-box input {
    line-height: 50px;
  }

  .enquiry-form-outer .user-box label {
    line-height: 50px;
  } */

  .enqry-box input {
    line-height: 50px !important;
  }

  .submit-button {
    font-size: 1.1em;
    padding: 0px 20px;
    line-height: 35px;
  }


  .contact-details-location p br {
    display: none;
  }

  .contact-details {
    gap: 5px;
  }

  .view-location {
    margin-top: 5px;
  }


}

@media (min-width: 421px) and (max-width: 460px) {

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

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .side-form-title {
    padding-left: 10px;
  }

  /* Index page */

  .banner-contact-btn,
  .banner-req-btn {
    font-size: 1em;
    padding: 10px 25px;
  }

  .about-bottom-sec {
    padding: 20px 10px;
  }

  .footer-address-container {
    width: 100%;
    padding: 20px 0 0 0;
    justify-content: center;
  }

  .copy-right span {
    display: none;
  }

  .footer-bottom-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-caption-bottom {
    display: none;
  }

  .banner-btns {
    margin-top: 15px;
  }

  .banner-caption-top {
    font-size: 1.5em;
  }

  .index-pro-name {
    font-size: 1.2em;
  }


  /* Product page */

  .productspage-inner {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 0;
  }

  .products-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .productspage-inner:last-child .products-items {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* Contact */

  .scheme-des textarea {
    height: 150px;
  }

  .contact-details-location p br {
    display: none;
  }

  .contact-details {
    gap: 5px;
  }

  .view-location {
    margin-top: 5px;
  }

}

@media (min-width: 461px) and (max-width: 560px) {

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

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .side-form-title {
    padding-left: 10px;
  }


  /* Index Page */

  .banner-wraper {
    margin: 113px 0 0 0;
  }

  .banner-caption-top {
    font-size: 2em;
  }

  .banner-caption-mid {
    font-size: 2.5em;
  }

  .banner-contact-btn,
  .banner-req-btn {
    font-size: 1em;
    padding: 10px 30px;
  }

  .about-sec-heading {
    font-size: 2.408em;
  }

  .section-heading {
    font-size: 1.75em;
  }

  .product-sec-inner {
    flex-direction: row;
    justify-content: center;
  }

  .index-product-items {
    width: 48%;
  }

  .index-pro-name {
    font-size: .9em;
    left: 15px;
  }

  .pro-con-inner {
    left: 10px;
    bottom: 15px;
  }

  .about-bottom-sec {
    padding: 20px 10px;
  }

  .choose-us-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .chooseus-box {
    width: 49%;
  }

  .chooseus-box-head {
    height: 55px;
  }

  .contactsec-heading {
    font-size: 1.75em;
  }

  .footer-address-container {
    justify-content: center;
    padding: 20px 0 0 0;
  }


  /* About Page */

  .innerpage .about-main-head {
    font-size: 1.951em;
  }

  .innerpage .about-txt {
    font-size: 1.1em;
    line-height: 1.5;
  }

  /* Product page */

  .productspage-inner {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
    gap: 0;
  }

  .products-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .productspage-inner:last-child .products-items {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }




  /* Gallery Page */



  /* Contact Page */

  .title-enquiry {
    font-size: 1.75em;
    margin-top: 15px;
  }

  .contact-details-location p br {
    display: none;
  }

  .contact-details {
    gap: 5px;
  }

  .view-location {
    margin-top: 5px;
  }

}

@media (min-width: 561px) and (max-width: 680px) {

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

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* Index Page */

  .banner-wraper {
    margin: 113px 0 0 0;
  }

  .banner-caption {
    margin-bottom: 100px;
  }

  .banner-caption-top {
    font-size: 2em;
  }

  .banner-contact-btn,
  .banner-req-btn {
    font-size: 1em;
    padding: 10px 30px;
  }

  .about-sec-heading {
    font-size: 2.5em;
  }

  .about-sec-bottom-txt {
    font-size: 1.125em;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  .about-sec-right p {
    margin-top: 5px;
  }

  .product-sec-inner {
    flex-direction: row;
  }

  .index-product-items {
    width: 49%;
  }

  .pro-con-inner {
    left: 10px;
  }

  .index-pro-name {
    font-size: 1em;
  }

  .section-heading {
    font-size: 1.75em;
  }

  .choose-us-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .chooseus-box {
    width: 49%;
  }

  .chooseus-box-head {
    height: 55px;
  }

  .contactsec-heading {
    font-size: 1.75em;
  }

  .footer-address-container {
    justify-content: center;
    padding: 25px 0 5px 0;
  }

  .contactsec-bottom-txt,
  .contactsec-bottom-txt2 {
    font-size: 1.75em;
  }



  /* About Page */

  .banner-caption-mid {
    font-size: 3em;
  }

  .innerpage .about-main-head {
    font-size: 2.06em;
  }

  .innerpage .about-wel-head {
    font-size: 1.25em;
  }

  .innerpage .about-txt {
    font-size: 1.1em;
  }

  .about-wel-bottom-heading {
    font-size: 1.75em;
  }



  /* Product Page */

  .productspage-inner {
    flex-direction: row;
  }

  .products-items {
    width: 32%;
  }

  .pro-name {
    font-size: 1.2em;
  }


  /* Industries Page */

  .industries-item {
    width: 48%;
  }



  /* Contact Page */

  .contact-details {
    gap: 5px;
  }

  .view-location {
    margin-top: 5px;
  }

  .title-enquiry {
    font-size: 1.75em;
  }

  .contact-details-location p br {
    display: none;
  }





}

@media (min-width: 681px) and (max-width: 768px) {

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

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }


  /* Index Page */

  .banner-wraper {
    margin: 113px 0 0 0;
  }

  .banner-caption {
    margin-bottom: 100px;
  }

  .banner-caption-top {
    font-size: 2em;
  }

  .banner-contact-btn,
  .banner-req-btn {
    font-size: 1em;
    padding: 10px 30px;
  }

  .about-sec-heading {
    font-size: 2.5em;
  }

  .about-sec-bottom-txt {
    font-size: 1.125em;
  }

  .about-sec-bottom-txt br {
    display: none;
  }

  .about-sec-right p {
    margin-top: 5px;
  }

  .product-sec-inner {
    flex-direction: row;
  }

  .index-product-items {
    width: 49%;
  }

  .pro-con-inner {
    left: 10px;
  }

  .index-pro-name {
    font-size: 1.2em;
  }

  .section-heading {
    font-size: 1.75em;
  }

  .about-bottom-sec {
    padding: 20px;
  }

  .choose-us-inner {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .chooseus-box {
    width: 49%;
  }

  .chooseus-box-head {
    height: 45px;
  }

  .contactsec-heading {
    font-size: 1.75em;
  }

  .footer-address-container {
    justify-content: center;
    padding: 25px 0 5px 0;
  }

  .contactsec-bottom-txt,
  .contactsec-bottom-txt2 {
    font-size: 1.75em;
  }


  /* About Page */

  .banner-caption-mid {
    font-size: 3em;
  }

  .innerpage .about-main-head {
    font-size: 2.06em;
  }

  .innerpage .about-wel-head {
    font-size: 1.25em;
  }

  .innerpage .about-txt {
    font-size: 1.1em;
  }

  .about-wel-bottom-heading {
    font-size: 1.75em;
  }



  /* Product Page */

  .productspage-inner {
    flex-direction: row;
  }

  .products-items {
    width: 32%;
  }

  .pro-name {
    font-size: 1.2em;
  }


  /* Industries Page */

  .industries-item {
    width: 48%;
  }


  /* Contact Page */

  .contact-details {
    gap: 5px;
  }

  .view-location {
    margin-top: 5px;
  }

  .title-enquiry {
    font-size: 1.75em;
  }

  .contact-details-location p br {
    display: none;
  }

}