@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
/* (ldpi) Android*/
/* (mdpi) Android*/
/* (hdpi) Android*/
.border-radius20 {
  border-radius: var(--fs20) !important;
  -webkit-border-radius: var(--fs20) !important;
  -moz-border-radius: var(--fs20) !important;
  -ms-border-radius: var(--fs20) !important;
  -o-border-radius: var(--fs20) !important;
}

html, body {
  position: relative;
  line-height: 1.4em;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
}

body.modal-open {
  overflow: hidden;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.fw-900 {
  font-weight: 900 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.bg-gradient {
  background: radial-gradient(50% 50% at 50% 50%, #014772 0%, #012b45 100%);
}

.show-desktop {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .show-desktop {
    display: block !important;
  }
}

.show-mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .show-mobile {
    display: block !important;
  }
}

.hide-desktop {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}

.hide-mobile {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .show-mobile-inline-b {
    display: inline-block !important;
  }
}

.st, .common-header .header-wrap .menu-wrap ul li a:hover, a,
button {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}

html {
  scroll-behavior: smooth;
}

ul,
li {
  list-style: none;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*:focus {
  outline: 0 !important;
}

a,
a:hover,
a:focus {
  text-decoration: none !important;
  outline: 0 !important;
}

a,
button {
  line-height: 1.4em;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-wrap {
  white-space: nowrap !important;
}

.common-section {
  width: 100%;
  padding: 100px 0px 80px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .common-section {
    padding: 70px 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .common-section .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 767px) {
  .common-section {
    padding: var(--fs50) 0 var(--fs30);
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

p {
  line-height: 1.4em;
  margin: 0;
  padding: 0;
}

.txt-black {
  color: #343434;
}

.txt-blue {
  color: #2853C8;
}

.txt-white {
  color: #FFFFFF;
}

.bg-white {
  background: white;
}

.bg-blue {
  background: #2853C8;
}

.bg-grey {
  background: #F2F3F8;
}

.bg-black {
  background: #343434;
}

h1,
.h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
}
@media screen and (max-width: 767px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
}
@media screen and (max-width: 767px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
}

h5,
.h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}

.p18 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}

.p20 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p20 {
    font-size: 16px;
  }
}

.p24 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
}

.p30 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 31px;
}

.p44 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 44px;
}

.bttn {
  background: #2853C8;
  border-radius: 50px;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  border: none;
  color: #FFFFFF;
  border: 2px solid transparent;
  padding: 17px 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.bttn:hover {
  transition: all 0.4s linear;
  background: white;
  border: 2px solid #2853C8;
  color: #2853C8;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
}
@media screen and (max-width: 767px) {
  .bttn {
    font-size: 16px;
    padding: 13px 40px;
  }
}

.bttn1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2853C8;
  padding: 14px 24px;
  border: 1px solid #2853C8;
  border-radius: 50px;
}

.common-header {
  padding: 5px 15px 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .common-header {
    background: #fff;
  }
}
.common-header .container-fluid {
  max-width: 1765px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .common-header {
    padding: 10px 5px;
  }
}
.common-header button.navbar-toggler {
  background: transparent;
  border: 0;
  padding: 0;
}
.common-header div#header-menu-toggle {
  justify-content: flex-end;
}
.common-header .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.common-header .header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 75px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .common-header .header-wrap .common-header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 70px;
    max-width: 352px;
    width: 100%;
  }
}
.common-header .header-wrap .menu-wrap ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .common-header .header-wrap .menu-wrap ul {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .common-header .header-wrap .menu-wrap ul {
    flex-direction: column;
    padding: 0;
  }
}
.common-header .header-wrap .menu-wrap ul li {
  margin-right: 28px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .common-header .header-wrap .menu-wrap ul li {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .common-header .header-wrap .menu-wrap ul li {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.common-header .header-wrap .menu-wrap ul li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .common-header .header-wrap .menu-wrap ul li:last-child {
    margin-bottom: 76px;
    display: none;
  }
}
.common-header .header-wrap .menu-wrap ul li:last-child a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2853c8;
  width: 146px;
  height: 48px;
  text-transform: uppercase;
  border: 1px solid #2853c8;
  border-radius: 50px;
  text-align: center;
  padding-top: 10px;
}
.common-header .header-wrap .menu-wrap ul li:last-child a:hover {
  background: #2853c8;
  color: #fff;
  transition: all 4ms linear;
  -webkit-transition: all 4ms linear;
  -moz-transition: all 4ms linear;
  -ms-transition: all 4ms linear;
  -o-transition: all 4ms linear;
}
@media screen and (min-width: 1600px) {
  .common-header .header-wrap .menu-wrap ul li:last-child a {
    padding-top: 12px;
  }
}
.common-header .header-wrap .menu-wrap ul li a {
  color: #343434;
  white-space: nowrap;
  font-size: 16px;
}
.common-header .header-wrap .menu-wrap ul li a:hover {
  color: #2853c8;
}
@media screen and (max-width: 767px) {
  .common-header .header-wrap .menu-wrap {
    background: white;
    height: 220px;
    width: 400px;
    margin-left: -30px;
    padding-top: 30px;
  }
}
.common-header img.logo.static-img {
  left: -18px;
  width: 100px;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .common-header img.logo.static-img {
    width: 60px;
  }
}
.common-header .logo-wrap {
  position: relative;
}
.common-header .logo-wrap-inner {
  height: 77px;
}
.common-header.fixed {
  background: #ffffff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.common-header.fixed .logo-wrap-inner {
  height: 56px;
  overflow: hidden;
}

img.logo {
  transition: opacity 0.2s linear;
  width: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
@media screen and (max-width: 767px) {
  img.logo {
    width: 55px;
    min-width: auto;
  }
}

.home-section-1 {
  padding: 105px 0px 80px;
  background: url("../images/Homepage banner.png") no-repeat #000000;
  background-position: center top;
}
.home-section-1 h1 {
  font-weight: 300;
  margin-bottom: 40px;
  padding: 90px 0px 0px;
}
@media screen and (max-width: 767px) {
  .home-section-1 h1 {
    padding: 30px 0px 0px;
    margin-bottom: 30px;
  }
}
.home-section-1 h1 span {
  font-weight: 700;
  color: #2853c8;
}
@media screen and (max-width: 767px) {
  .home-section-1 {
    padding: 120px 0px 80px !important;
  }
}

.home-section-2 {
  position: relative;
  padding-bottom: 200px;
}
@media screen and (min-width: 1600px) {
  .home-section-2 {
    padding-bottom: 120px;
  }
}
.home-section-2 .carousel-wrap {
  position: absolute;
  top: -90px;
  left: 0px;
  z-index: 3;
}
.home-section-2 .carousel-wrap .carousel-card {
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  height: 240px;
  overflow: hidden;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-section-2 .carousel-wrap .carousel-card .small-carousel-content-wrap {
  padding: 34px 20px 30px 50px;
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
}
.home-section-2 .carousel-wrap .owl-nav {
  position: absolute;
  z-index: inherit;
  font-size: 60px;
  transform: translateX(-50%);
  left: 22%;
  margin-left: 0px;
  top: -60px;
  left: 11%;
}
.home-section-2 .carousel-wrap .owl-prev.disabled {
  margin-right: 20px;
}

.home-section-3 .left-wrap {
  max-width: 500px;
}
.home-section-3 .left-wrap .p20 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home-section-3 .left-wrap .p20 {
    margin-bottom: 24px;
  }
}
.home-section-3 .left-wrap .p20 img {
  margin-left: 15px;
}
.home-section-3 .left-wrap h2 {
  font-weight: 300;
  margin-bottom: 120px;
}
.home-section-3 .left-wrap h2 span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-section-3 .left-wrap h2 {
    margin-bottom: 30px;
  }
}
.home-section-3 .right-wrap {
  position: relative;
}
.home-section-3 .right-wrap .product-range {
  position: absolute;
  right: -210px;
  top: 0px;
}
@media screen and (max-width: 767px) {
  .home-section-3 .right-wrap .product-range {
    position: relative;
    right: 0px;
    top: 0px;
  }
}
.home-section-3 .right-wrap .product-range .p18 {
  font-size: 16px;
}
.home-section-3 .right-wrap .product-range-card .product-img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  padding: 115px 15px;
  background: #fafafa;
  width: 450px;
  height: 450px;
}
.home-section-3 .right-wrap .product-range-card .product-img:hover {
  transform: scale(1.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  .home-section-3 .right-wrap .product-range-card .product-img {
    padding: 25px 15px;
    background: #fafafa;
    max-width: 240px;
    min-height: 302px;
    width: 100%;
    height: 100%;
    margin-bottom: 18px;
  }
}
.home-section-3 .right-wrap .product-range-card h3 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .home-section-3 .right-wrap .product-range-card h3 {
    margin-bottom: 9px;
    line-height: 30px;
  }
}
.home-section-3 .right-wrap .product-range-card .p20 {
  margin-bottom: 20px;
}
.home-section-3 .right-wrap .product-range-card .p18 {
  display: flex !important;
  justify-content: start;
  align-items: center;
  padding-right: 10px;
}
.home-section-3 .right-wrap .product-range-card .p18 a {
  color: #000000;
}
.home-section-3 .right-wrap .product-range-card .right-arrow {
  width: 80px !important;
  padding: 0px !important;
  margin-left: 10px;
}
.home-section-3 a {
  color: #2853c8;
}
.home-section-3 .product-range a {
  color: #343434;
}

.home-section-4 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .home-section-4 {
    padding-top: 0px !important;
  }
}
.home-section-4 .adhesive-market-wrap {
  margin-bottom: 20px;
}
.home-section-4 .adhesive-market-wrap .p18 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .home-section-4 .adhesive-market-wrap .p18 {
    margin-bottom: 40px;
  }
}
.home-section-4 .adhesive-market-wrap .p18 a {
  color: #000000;
}
.home-section-4 .adhesive-market-wrap .p18 img {
  margin-left: 15px;
}
.home-section-4 .adhesive-market-wrap h2 {
  font-weight: 300;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .home-section-4 .adhesive-market-wrap h2 {
    margin-bottom: 24px;
  }
}
.home-section-4 .adhesive-market-wrap h2 span {
  font-weight: 700;
}
.home-section-4 .adhesive-market-wrap .p20 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .home-section-4 .adhesive-market-wrap .p20 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .home-section-4 .adhesive-market-wrap .p20 {
    font-size: 16px;
  }
}
.home-section-4 .left-card-wrap img {
  height: 340px;
  margin-top: 88px;
}
@media screen and (max-width: 767px) {
  .home-section-4 .left-card-wrap img {
    margin-top: 30px;
    margin-left: 15px;
  }
}
.home-section-4 .left-card-wrap .about-card {
  padding: 56px 45px;
  width: 215px;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .home-section-4 .left-card-wrap .about-card {
    width: 190px;
    text-align: start;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-section-4 .left-card-wrap .about-card {
    width: 195px;
    text-align: start;
  }
}
.home-section-4 .left-card-wrap .about-card .p44 {
  margin-bottom: 24px;
  line-height: normal;
  font-size: 22px;
}
.home-section-4 .left-card-wrap .about-card-1 {
  padding: 56px 45px;
  width: 215px;
  text-align: start;
}
@media screen and (max-width: 767px) {
  .home-section-4 .left-card-wrap .about-card-1 {
    width: 190px;
    text-align: start;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .home-section-4 .left-card-wrap .about-card-1 {
    width: 195px;
    text-align: start;
  }
}
.home-section-4 .left-card-wrap .about-card-1 .p44 {
  margin-bottom: 24px;
  line-height: normal;
  font-size: 22px;
}
.home-section-4 .bottom-card-wrap {
  display: flex;
}

.home-section-5 {
  background: url("../images/got-a- Requirement.jpg") no-repeat white;
  background-position: center left;
  text-align: center;
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .home-section-5 {
    margin: 0px 15px 42px;
    width: calc(100% - 30px);
  }
}
.home-section-5 h2 {
  margin-bottom: 20px;
  font-weight: 300;
}
.home-section-5 h2 span {
  font-weight: 700;
}
.home-section-5 .p24 {
  max-width: 70%;
  margin: 0px auto 50px;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .home-section-5 .p24 {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.home-section-6 {
  padding-top: 180px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .home-section-6 {
    padding-top: 0px !important;
  }
}
.home-section-6 h2 {
  font-weight: 300;
}
.home-section-6 h2 span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-section-6 h2 {
    margin-bottom: 25px;
    text-align: center;
  }
}
.home-section-6 .serve-cart {
  position: relative;
  cursor: pointer;
}
.home-section-6 .serve-cart a {
  background: #2853C8;
  color: white;
  padding: 10px 31px;
  bottom: 0px;
  position: absolute;
  left: 0px;
  width: 100%;
  display: none;
}
.home-section-6 .serve-cart a img {
  margin-bottom: 0px;
}
.home-section-6 .serve-cart:hover a {
  display: block;
}
.home-section-6 .industries-serve-top {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.home-section-6 .industries-serve-top .left-wrap h2 {
  font-weight: 300;
}
.home-section-6 .industries-serve-top .left-wrap h2 span {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .home-section-6 .industries-serve-top .left-wrap h2 {
    margin-bottom: 25px;
  }
}
.home-section-6 .industries-serve-top .right-wrap .serve-cart {
  padding: 60px 30px 45px;
  width: 300px;
  height: 329.85px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
}
.home-section-6 .industries-serve-top .right-wrap .serve-cart img {
  margin-bottom: 30px;
}
.home-section-6 .industries-serve-top .right-wrap .serve-cart h5 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .home-section-6 .industries-serve-top .right-wrap .serve-cart h5 {
    font-size: 18;
  }
}
.home-section-6 .industries-serve-top .right-wrap .serve-cart p {
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #343434;
  line-height: 1.7em !important;
}
@media screen and (max-width: 767px) {
  .home-section-6 .industries-serve-top .right-wrap .serve-cart {
    margin-bottom: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .home-section-6 .industries-serve-top {
    flex-direction: column;
    align-items: center;
  }
}
.home-section-6 .industries-serve-bottom {
  display: flex;
}
@media screen and (max-width: 767px) {
  .home-section-6 .industries-serve-bottom {
    flex-direction: column;
    align-items: center;
  }
}
.home-section-6 .blue-corner-right {
  position: absolute;
  top: 0px;
  right: 0px;
}
.home-section-6 .serve-cart {
  padding: 60px 30px 45px;
  width: 300px;
  height: 329.85px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: relative;
}
@media screen and (max-width: 767px) {
  .home-section-6 .serve-cart {
    height: 300px;
    padding: 40px 30px 45px;
  }
}
.home-section-6 .serve-cart img {
  margin-bottom: 30px;
}
.home-section-6 .serve-cart h5 {
  margin-bottom: 10px;
}
.home-section-6 .serve-cart p {
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  color: #343434;
  line-height: 29px;
}
@media screen and (max-width: 767px) {
  .home-section-6 .serve-cart {
    margin: 0px auto 25px;
  }
}

.about-section-1 {
  padding: 200px 0px 80px;
  background: url("../images/home-banner-bg.jpg") no-repeat #000000;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .about-section-1 {
    padding: 130px 0px 80px !important;
  }
}
.about-section-1 .right-wrap img {
  margin-left: 200px;
}
@media screen and (max-width: 767px) {
  .about-section-1 .right-wrap img {
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .about-section-1 h1 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about-section-2 {
    padding: 70px 0px 0px !important;
  }
}
.about-section-2 .data-wrap {
  position: relative;
}
.about-section-2 .content-wrap {
  position: absolute;
  top: 95px;
  left: 140px;
  background: white;
}
@media screen and (max-width: 767px) {
  .about-section-2 .content-wrap {
    background: white;
    position: static;
    padding: 0;
  }
}
.about-section-2 .content-wrap .heading-wrap {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .about-section-2 .content-wrap .heading-wrap {
    margin-bottom: 20px;
  }
}
.about-section-2 .content-wrap .heading-wrap h2 {
  font-weight: 300;
  line-height: normal;
}
.about-section-2 .content-wrap .heading-wrap h3 {
  line-height: normal;
}

.about-section-3 {
  padding: 70px 0px 0px !important;
}
.about-section-3 h4 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .about-section-3 h4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .about-section-3 .p20 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about-section-3 {
    padding-top: 0px !important;
  }
}

@media screen and (max-width: 767px) {
  .about-section-4 {
    padding: 70px 0px 0px !important;
  }
}
.about-section-4 .growth-journey {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about-section-4 .growth-journey {
    margin-bottom: 25px;
  }
}
.about-section-4 .growth-journey img {
  margin-left: 15px;
}
.about-section-4 .growth-begin-wrap h2 {
  font-weight: 300;
}
.about-section-4 .growth-begin-wrap h2 span {
  font-weight: 700;
  color: #2853c8;
}
.about-section-4 .growth-begin-wrap h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-section-4 .growth-begin-wrap h2 {
    margin-bottom: 20px;
  }
}
.about-section-4 .growth-begin-wrap p {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .about-section-4 .growth-begin-wrap p {
    margin-bottom: 40px;
  }
}
.about-section-4 .left-wrap img {
  max-width: 480px;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .about-section-4 .left-wrap img {
    max-width: 400px;
    height: 480px;
  }
}
.about-section-4 .right-wrap p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-section-4 .right-wrap ul {
    padding-left: 0px;
  }
}
.about-section-4 .right-wrap ul li {
  display: flex;
  justify-content: start;
  align-items: flex-start;
}
.about-section-4 .right-wrap ul li img {
  margin-right: 23px;
}
@media screen and (max-width: 767px) {
  .about-section-4 .right-wrap ul li img {
    margin-right: 15px;
  }
}

.product-img {
  transform: scale(1.1);
}

.about-section-5 .nav button {
  background: white;
  border: none;
}
.about-section-5 .nav .active .vision-card {
  background: #2853c8 !important;
  color: #fff;
}
.about-section-5 .nav .active .vision-card img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .about-section-5 .card-wrap .p18 {
    font-size: 8px;
  }
}
.about-section-5 .card-wrap img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-section-5 .card-wrap img {
    width: 90px;
  }
}
.about-section-5 .vision-card {
  text-align: center;
  color: #2853c8;
  padding: 27px 20px 36px;
  max-width: 170px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-section-5 .vision-card {
    padding: 27px 20px 26px;
    width: 90px;
  }
}
.about-section-5 .vision-card img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .about-section-5 .vision-card img {
    width: 40px;
    margin-bottom: 10px;
  }
}
.about-section-5 .vision-card .p18 {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about-section-5 .vision-card .p18 {
    font-size: 8px;
  }
}
.about-section-5 .content-wrap h2 {
  font-weight: 300;
  margin-bottom: 40px;
}
.about-section-5 .content-wrap h2 span {
  font-weight: 700;
}
.about-section-5 .content-wrap p {
  margin-bottom: 40px;
}
.about-section-5 .content-wrap p:last-child {
  margin-bottom: 80px !important;
}
.about-section-5 .three-card-wrap {
  max-width: 654px;
  width: 100%;
}
.about-section-5 .three-card-wrap .top {
  display: flex;
  justify-content: center;
  align-items: last baseline;
}
.about-section-5 .three-card-wrap .top .vision-card {
  margin-bottom: 0px;
}
.about-section-5 .three-card-wrap .top .vision-card {
  padding: 64px 20px;
  max-width: 220px;
  width: 100%;
}
.about-section-5 .three-card-wrap .bottom {
  display: flex;
  justify-content: space-between;
}
.about-section-5 .three-card-wrap .bottom .vision-card {
  padding: 64px 20px;
  max-width: 220px;
  margin-bottom: 0px;
  width: 100%;
}
.about-section-5 .three-card-wrap .bottom .vision-card-1 {
  padding: 64px 20px;
  max-width: 220px;
  margin-bottom: 0px;
  width: 100%;
  text-align: center;
  background: url("../images/card-bg-img.jpg") no-repeat #000000;
  background-size: cover;
}

.common-footer {
  background-color: #13275e;
}
.common-footer .footer-bg-img {
  position: absolute;
  height: 460px;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-bg-img {
    display: none;
  }
}
.common-footer .z-index-adj {
  position: relative;
  z-index: 5;
}
.common-footer .footer-logo {
  margin-bottom: 20px;
}
.common-footer .container {
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .common-footer .p18 {
    font-size: 14px;
  }
}
.common-footer .footer-wrap {
  padding: 60px 30px 50px 0px;
}
.common-footer .footer-wrap .address-ul li {
  margin-bottom: 15px;
}
.common-footer .footer-wrap .logo {
  margin-bottom: 20px;
}
.common-footer .footer-wrap .p22 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-wrap .p22 {
    margin-bottom: 15px;
    font-weight: 700;
  }
}
.common-footer .footer-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.common-footer .footer-wrap ul li {
  margin-bottom: 5px;
}
.common-footer .footer-wrap ul li img {
  margin-bottom: 10px;
}
.common-footer .footer-wrap ul li img:first-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-wrap ul li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .common-footer .footer-wrap {
    padding: 20px 30px 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .common-footer .footer-wrap {
    padding: 30px 30px 20px 0px;
  }
}
.common-footer .footer-bottom-wrap {
  padding: 20px 0px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-bottom-wrap {
    flex-direction: column;
  }
}
.common-footer .footer-bottom-wrap .left-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-bottom-wrap .left-wrap {
    margin-right: 98px;
    margin-bottom: 20px;
  }
}
.common-footer .footer-bottom-wrap .left-wrap p {
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-bottom-wrap .left-wrap .social-icon {
    width: 223px;
    margin-left: -15px;
  }
}
.common-footer .footer-bottom-wrap .left-wrap .social-icon img {
  margin-right: 24px;
}
.common-footer .footer-bottom-wrap .left-wrap .social-icon img:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-bottom-wrap .right-wrap {
    order: 1;
  }
}
.common-footer .footer-adj {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .common-footer .footer-adj {
    margin-left: 0px;
  }
}

.our-product-section-1 {
  padding: 200px 0px 0px;
}
.our-product-section-1 .row {
  margin-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .our-product-section-1 .row {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .our-product-section-1 {
    padding: 110px 0px 60px !important;
  }
}
.our-product-section-1 .banner-wrap {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .our-product-section-1 .banner-wrap {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .our-product-section-1 .banner-wrap {
    padding-bottom: 0px;
  }
}
.our-product-section-1 h1 {
  margin-bottom: 40px;
  font-weight: 300;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .our-product-section-1 h1 {
    margin-bottom: 25px;
  }
}
.our-product-section-1 h1 span {
  font-weight: 700;
}
.our-product-section-1 h1 .p20 {
  margin-bottom: 20px;
}
.our-product-section-1 h1 .p20 .m-bttm-20 {
  margin-bottom: 20px;
}
.our-product-section-1 h1 .content-wrap {
  padding-bottom: 100px;
}
@media screen and (min-width: 1600px) {
  .our-product-section-1 h1 .content-wrap .p20 {
    max-width: 530px;
    width: 100%;
    background-color: red;
  }
}
.our-product-section-1 h2 {
  line-height: 48px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .our-product-section-1 h2 {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .our-product-section-1 img {
    margin-bottom: 50px;
  }
  .our-product-section-1 img:last-child {
    margin-bottom: 0px;
  }
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.infrastructure-section-1 .row {
  height: 440px;
}
.infrastructure-section-1 h1 {
  padding: 150px 0px 200px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-1 h1 {
    text-align: center;
    padding: 190px 0px 200px;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section-1 {
    padding: 10px 0px !important;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .infrastructure-section-2 {
    padding: 70px 0px 0px !important;
  }
}
.infrastructure-section-2 img {
  margin-left: 10px;
}
.infrastructure-section-2 .p20 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-2 .p20 {
    margin-bottom: 40px;
  }
}
.infrastructure-section-2 .right-wrap .p20 {
  margin-bottom: 30px;
}
.infrastructure-section-2 .left-wrap h2 {
  font-weight: 300;
}
.infrastructure-section-2 .left-wrap h2 span {
  font-weight: 700;
}
.infrastructure-section-2 .content-wrap .p20 {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-2 .content-wrap .p20 {
    margin-bottom: 25px;
  }
}

.infrastructure-section-3 {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-3 {
    padding: 0px 0px 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure-section-3 .responsive-adj {
    min-width: 700px;
  }
}
.infrastructure-section-3 h2 {
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.infrastructure-section-3 h2 span {
  font-weight: 700;
  text-transform: uppercase;
}
.infrastructure-section-3 .p20 {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-3 .p20 {
    margin-bottom: 50px;
  }
}
.infrastructure-section-3 table {
  border-style: hidden;
  border-collapse: collapse;
}
.infrastructure-section-3 table thead tr th h4 {
  padding: 0px 0px 42px 40px;
}
.infrastructure-section-3 table tbody tr td :nth-child(2) {
  border-right: 1px solid red;
}
.infrastructure-section-3 table tbody th,
.infrastructure-section-3 table tbody td {
  padding: 40px 10px 58px 47px;
}
.infrastructure-section-3 table .table {
  border-top: 1px solid white;
  border-left: 1px solid #fff;
}

.infrastructure-section-4 h2 {
  font-weight: 300;
}
.infrastructure-section-4 h2 span {
  font-weight: 700;
}
.infrastructure-section-4 h4 {
  margin-bottom: 20px;
}
.infrastructure-section-4 .p20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-4 {
    padding: 40px 0px 0px !important;
  }
}
.infrastructure-section-4 .card-1-left-wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-4 .card-1-left-wrap {
    margin-bottom: 50px;
  }
}
.infrastructure-section-4 .card-2-right-wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-4 .card-2-right-wrap {
    margin-bottom: 50px;
  }
}
.infrastructure-section-4 .card-2-right-wrap .float-r {
  float: right;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-4 .card-2-right-wrap .float-r {
    margin-bottom: 50px;
  }
}
.infrastructure-section-4 .card-2-left-wrap h2 {
  font-weight: 300;
}
.infrastructure-section-4 .card-2-left-wrap h2 span {
  font-weight: 700;
}
.infrastructure-section-4 .card-2-left-wrap .mb-20 {
  margin-bottom: 20px;
}
.infrastructure-section-4 .card-2-left-wrap ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #343434;
  list-style-type: disc;
}
.infrastructure-section-4 .quality-heading {
  text-transform: uppercase;
  margin-bottom: 40px;
}
.infrastructure-section-4 .quality-heading span {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .infrastructure-section-4 .quality-heading span {
    text-transform: uppercase;
  }
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #eadddd;
}

.media-section-1 {
  padding: 200px 0px 80px;
}
@media screen and (max-width: 767px) {
  .media-section-1 {
    padding: 90px 0px 0px !important;
  }
}
.media-section-1 .p20 img {
  margin-left: 10px;
}
.media-section-1 .banner-wrap h1 {
  margin-bottom: 0px;
}
.media-section-1 .banner-wrap :nth-child(2) {
  margin-bottom: 30px;
}
.media-section-1 .banner-wrap p:last-child {
  margin-bottom: 100px !important;
}
.media-section-1 .media-card {
  background: #ffffff;
  margin-bottom: 70px;
}
.media-section-1 .media-card .media-card {
  width: 100%;
  margin-bottom: 0px;
}
.media-section-1 .media-card .media-card-bttom {
  border: 1.12157px solid #d9d9d9;
  padding: 10px 41px 38px 33px;
}
.media-section-1 .media-card .media-card-bttom .date-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.media-section-1 .media-card .media-card-bttom .date-wrap h2 {
  margin-right: 20px;
}
.media-section-1 .media-card .media-card-bttom .date-wrap .month {
  border-left: 1.12157px solid #b0b0b0;
  padding-left: 15px;
}
.media-section-1 .media-card .media-card-bttom h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.media-section-1 .media-card .media-card-bttom .p18 {
  color: #949494;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

.stiky-menu {
  background: #343434;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 50px;
  padding: 30px 0px;
  border-radius: 30px;
  margin-top: 200px;
  position: fixed;
  right: 0;
  z-index: 99;
}
.stiky-menu .d-non {
  display: block;
}
@media screen and (max-width: 767px) {
  .stiky-menu .d-non {
    display: none;
  }
}
.stiky-menu img {
  padding: 5px;
  margin-bottom: 10px;
}
.stiky-menu img:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .stiky-menu img {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .stiky-menu {
    background: #343434;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    margin-top: 150px;
    position: fixed;
    right: 0;
    flex-direction: row;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 10px 0px;
    height: 45px;
  }
  .stiky-menu:hover {
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    width: 160px;
  }
  .stiky-menu:hover .d-non {
    display: block;
  }
}

.contact-section-1 {
  padding: 140px 0px 80px;
}
@media screen and (max-width: 767px) {
  .contact-section-1 {
    padding: 80px 0px 0px !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-section-1 {
    padding: 80px 0px 0px !important;
  }
}
.contact-section-1 iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 767px) {
  .contact-section-1 iframe {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .contact-section-2 {
    padding: 30px 0px 0px !important;
  }
}
@media screen and (min-width: 1600px) {
  .contact-section-2 {
    padding: 80px 0px 0px !important;
  }
}
.contact-section-2 h1 {
  font-weight: 300;
  margin-bottom: 20px;
}
.contact-section-2 h1 span {
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-section-2 p {
  margin-bottom: 20px;
}

.contact-section-3 .address-wrap {
  position: relative;
  background: #ffffff;
  border: 2.3032px solid #ebebeb;
  padding: 80px 80px 30px;
  max-width: 430px;
  width: 100%;
}
.contact-section-3 .address-wrap p {
  margin-bottom: 20px;
}
.contact-section-3 .address-wrap p span {
  font-weight: 700;
  margin-bottom: 10px;
}
.contact-section-3 .address-wrap ul {
  padding-left: 0px;
  display: inline-flex;
}
.contact-section-3 .address-wrap ul li {
  margin-right: 30px;
}
.contact-section-3 .address-wrap img {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
}
.contact-section-3 .address-wrap .adj {
  margin-bottom: 5px;
}
.contact-section-3 .right-wrap input,
.contact-section-3 .right-wrap textarea {
  width: 669.88px;
  border: none;
  border-bottom: 1px solid #565656;
  margin-bottom: 35px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .contact-section-3 .right-wrap input,
  .contact-section-3 .right-wrap textarea {
    width: 365px;
  }
}
.contact-section-3 .right-wrap button {
  margin-top: 25px;
  border: 1px solid;
}
@media screen and (max-width: 767px) {
  .contact-section-3 .right-wrap button {
    padding: 13px 127px;
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .contact-section-3 {
    padding-top: 40px !important;
  }
}

.sticky-bttn {
  padding: 13px 100px;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 20px;
  margin: auto;
  z-index: 99;
  border: none;
}

.btn.btn-primary.shadow.top-button.position-fixed.zi-1020.visible {
  display: none;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  margin-right: 20px;
}

.carousel-wrap.hide-mobile {
  width: 676px;
  height: 206px;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -100px;
  right: 0;
  z-index: 9;
}
.carousel-wrap.hide-mobile .owl-nav {
  position: absolute;
  top: -40px;
  right: 59px;
  z-index: 9;
}
.carousel-wrap.hide-mobile .owl-nav span {
  font-size: 34px;
}

.industries-section-1 {
  padding: 200px 0px 100px;
}
.industries-section-1 .banner-wrap h1 {
  margin-bottom: 100px;
  font-weight: 300;
}
.industries-section-1 .banner-wrap h1 span {
  font-weight: 700;
}
.industries-section-1 .industries-card {
  margin-bottom: 80px;
}
.industries-section-1 .industries-card img {
  margin-bottom: 30px;
}
.industries-section-1 .industries-card h5 {
  margin-bottom: 30px;
}
.industries-section-1 .industries-card .p20 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  color: #343434;
  font-weight: 400;
}

@media screen and (min-width: 1601px) {
  .carousel-wrap.hide-mobile .owl-nav {
    position: absolute;
    top: -40px;
    right: 110px;
    z-index: 9;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1600px) {
  .industries-section-1 h1 {
    font-size: 48px !important;
  }
  .home-section-3 {
    padding-top: 220px;
    padding-bottom: 130px;
  }
  h1 {
    font-size: 48px !important;
  }
  .h1 {
    font-size: 48px !important;
  }
  .bttn {
    background: #2853c8;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    border: none;
    color: #ffffff;
    border: 2px solid transparent;
    padding: 13px 42px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .common-header .header-wrap .menu-wrap ul li:last-child a {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #2853c8;
    width: 146px;
    height: 42px;
    border: 2px solid #2853c8;
    border-radius: 50px;
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
  }
  .home-section-2 .carousel-wrap .owl-nav {
    position: absolute;
    z-index: inherit;
    font-size: 60px;
    transform: translateX(-50%);
    left: 22%;
    margin-left: 0px;
    top: -60px;
    left: 21%;
  }
  .home-section-2 .carousel-wrap .carousel-card .small-carousel-content-wrap {
    padding: 44px 20px 40px 50px;
    background: #ffffff;
    box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
  }
  .common-header {
    padding: 10px 15px 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
  }
  .common-header .fixed .logo-wrap-inner {
    height: 52px;
    overflow: hidden;
  }
  .home-section-1 h1 {
    font-weight: 300;
    margin-bottom: 40px;
    padding: 60px 0px 0px;
  }
  .home-section-1 h1 {
    font-weight: 300;
    margin-bottom: 30px;
    padding: 60px 0px 0px;
  }
  .home-section-2 .carousel-wrap .carousel-card {
    background: #ffffff;
    box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    height: 180px;
    overflow: hidden;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .home-section-2 .carousel-wrap .owl-nav {
    position: absolute;
    z-index: inherit;
    font-size: 60px;
    transform: translateX(-50%);
    left: 22%;
    margin-left: 0px;
    top: -60px;
    left: 24%;
  }
  .home-section-2 {
    position: relative;
    padding-bottom: 150px;
  }
  .home-section-3 .right-wrap .product-range-card .product-img {
    padding: 115px 15px;
    background: #fafafa;
    width: 450px;
    margin-bottom: 30px;
  }
  h3,
  .h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 42px;
  }
  .p24 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
  }
  .home-section-5 .p24 {
    max-width: 70%;
    margin: 0px auto 50px;
    width: 100%;
  }
  .home-section-3 .left-wrap .p20 {
    margin-bottom: 60px;
  }
  .p18 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
  }
  .home-section-3 .left-wrap h2 {
    font-weight: 300;
    margin-bottom: 80px;
  }
  .home-section-3 .right-wrap .product-range-card h3 {
    margin-bottom: 5px;
  }
  .home-section-3 .right-wrap .product-range-card .p20 {
    margin-bottom: 15px;
  }
  h2,
  .h2 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
  }
  .contact-section-1 {
    padding: 105px 0px 0px;
  }
  .contact-section-1 iframe {
    width: 100%;
    height: 450px;
  }
  .contact-section-2 {
    padding-top: 40px;
  }
  .contact-section-2 h1 {
    font-size: 48px;
  }
  .contact-section-3 {
    padding-top: 0;
  }
  .our-product-section-1 .row {
    margin-bottom: 90px;
  }
  .our-product-section-1 .banner-wrap {
    padding-bottom: 0px;
  }
  .our-product-section-1 .content-wrap .p20 {
    max-width: 530px;
    width: 100%;
  }
  .about-section-1 {
    padding-bottom: 0px;
  }
  .about-section-2 .data-wrap img {
    height: 390px;
  }
  .about-section-3 .service-wrap .p20 {
    max-width: 340px;
    width: 100%;
  }
  .infrastructure-section-1 {
    padding: 0px 0px 10px !important;
  }
  .infrastructure-section-1 h1 {
    padding: 150px 0px 80px;
  }
  .infrastructure-section-2 {
    padding-bottom: 0px;
    padding-top: 70px;
  }
  .infrastructure-section-2 .p20 {
    margin-bottom: 40px;
  }
  .infrastructure-section-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .infrastructure-section-4 {
    padding-top: 0px;
  }
}
.carousel-card {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
}
.carousel-card .small-carousel-content-wrap {
  background: #ffffff;
  box-shadow: 0px 1px 40px rgba(0, 0, 0, 0.1);
  height: 207px;
  padding: 25px 40px 0 25px;
  max-width: 330px;
  width: 100%;
}

.carousel-adj {
  position: relative;
}

.product-img {
  transform: scale(1.1);
}

.show-mobilee {
  display: block;
}

.hide-mobilee {
  display: none;
}

.show-desktopp {
  display: block;
}

.hide-desktopp {
  display: none;
}

@media screen and (max-width: 767px) {
  .xs-mb-18 {
    margin-bottom: 18px;
    display: inline-block;
  }
  .xs-mb-16 {
    margin-bottom: 16px;
  }
  .xs-mb-30 {
    margin-bottom: 30px;
  }
  .xs-mb-24 {
    margin-bottom: 24px;
  }
  .xs-mb-40 {
    margin-bottom: 40px;
  }
  .order-1-xs {
    order: 1;
  }
  .with-100 {
    width: 100%;
  }
  .content-wrap {
    margin-bottom: 40px;
  }
  .xs-row-nowrap {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .bttn-center {
    text-align: center;
  }
  .get-quote-cta-xs {
    font-size: 12px;
    color: #2853C8;
    padding: 9px 12px;
    border: 1px solid #2853C8;
    background: white;
    border-radius: 50px;
    margin-left: 100px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
  }
  .common-header .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    height: 70px;
    max-width: 352px;
    width: 100%;
  }
  .img-wrap {
    margin-bottom: 30px;
  }
  .overflow-x-auto-xs {
    overflow-x: auto;
  }
  .about-section-5 .flex-d-row-mob {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  .about-section-5 .flex-d-row-mob {
    flex-direction: row !important;
    flex-wrap: nowrap;
  }
  .about-section-5 .flex-d-row-mob button {
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .order-1-md {
    order: 1;
  }
  .hide-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .common-container-fluid {
    max-width: 1171px;
    margin: auto;
  }
}
@media screen and (min-width: 1400px) {
  .our-product-section-1 .content-wrap {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) and (min-width: 1600px) {
  .our-product-section-1 .content-wrap .p20 {
    max-width: 530px;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .contact-section-1 {
    padding: 110px 0px 0px !important;
  }
}
@media screen and (min-width: 1400px) {
  .common-header {
    padding: 15px 15px 5px;
  }
}

/*# sourceMappingURL=style.css.map */
