/* ------------------------------------------------
 
 Template Name: Theme Name
 version: 1.1

 Author: Artncod Interactive Pvt Ltd
 Author website: www.artncod.com
------------------------------------------------ */
/* -----------------------------------------------------------------
    - General Styles
----------------------------------------------------------------- */
@font-face {
  font-family: 'Edo-SZ';
  src: url("../fonts/Edo-SZ.ttf.woff") format("woff"), url("../fonts/Edo-SZ.ttf.svg#Edo-SZ") format("svg"), url("../fonts/Edo-SZ.ttf.eot"), url("../fonts/Edo-SZ.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-x: hidden;
  scroll-behavior: smooth;
}

body,
html {
  font-size: 1rem;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: var(--textColor);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 1px;
  -ms-overflow-style: scrollbar;
  -webkit-font-smoothing: antialiased;
}

.mx-auto {
  margin: 0px auto;
}

.mr-auto {
  margin-right: auto;
  margin-left: 0px;
}

.ml-auto {
  margin-left: auto;
  margin-right: 0px;
}

.ml--0 {
  margin-left: 0px;
}

.mr--0 {
  margin-right: 0px;
}

.mt--0 {
  margin-top: 0px;
}

.mt--5 {
  margin-top: 5px;
}

.mt--10 {
  margin-top: 10px;
}

.mt--20 {
  margin-top: 20px;
}

.mt--30 {
  margin-top: 30px;
}

.mt--40 {
  margin-top: 40px;
}

.mt--50 {
  margin-top: 50px;
}

.mt--60 {
  margin-top: 60px;
}

.mt--70 {
  margin-top: 70px;
}

.mt--80 {
  margin-top: 80px;
}

.mt--90 {
  margin-top: 90px;
}

.mt--100 {
  margin-top: 100px;
}

.mb--0 {
  margin-bottom: 0px;
}

.mb--5 {
  margin-bottom: 5px;
}

.mb--10 {
  margin-bottom: 10px;
}

.mb--20 {
  margin-bottom: 20px;
}

.mb--30 {
  margin-bottom: 30px;
}

.mb--40 {
  margin-bottom: 40px;
}

.mb--50 {
  margin-bottom: 50px;
}

.mb--60 {
  margin-bottom: 60px;
}

.mb--70 {
  margin-bottom: 70px;
}

.mb--80 {
  margin-bottom: 80px;
}

.mb--90 {
  margin-bottom: 90px;
}

.mb--100 {
  margin-bottom: 100px;
}

.pt--0 {
  padding-top: 0px;
}

.pt--5 {
  padding-top: 5px;
}

.pt--10 {
  padding-top: 10px;
}

.pt--20 {
  padding-top: 20px;
}

.pt--30 {
  padding-top: 30px;
}

.pt--40 {
  padding-top: 40px;
}

.pt--50 {
  padding-top: 50px;
}

.pt--60 {
  padding-top: 60px;
}

.pt--70 {
  padding-top: 70px;
}

.pt--80 {
  padding-top: 80px;
}

.pt--90 {
  padding-top: 90px;
}

.pt--100 {
  padding-top: 100px;
}

.pb--0 {
  padding-bottom: 0px;
}

.pb--5 {
  padding-bottom: 5px;
}

.pb--10 {
  padding-bottom: 10px;
}

.pb--20 {
  padding-bottom: 20px;
}

.pb--30 {
  padding-bottom: 30px;
}

.pb--40 {
  padding-bottom: 40px;
}

.pb--50 {
  padding-bottom: 50px;
}

.pb--60 {
  padding-bottom: 60px;
}

.pb--70 {
  padding-bottom: 70px;
}

.pb--80 {
  padding-bottom: 80px;
}

.pb--90 {
  padding-bottom: 90px;
}

.pb--100 {
  padding-bottom: 100px;
}

.bold-text {
  font-weight: 700;
}

.semi-bold-text {
  font-weight: 600;
}

.medium-bold-text {
  font-weight: 500;
}

.regular-text {
  font-weight: 400;
}

.light-text {
  font-weight: 300;
}

.capitalize-text {
  text-transform: capitalize;
}

.uppercase-text {
  text-transform: uppercase;
}

.lowercase-text {
  text-transform: lowercase;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.shadow-text {
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.61);
}

.letter-space--10 {
  letter-spacing: 10px;
}

.letter-space--20 {
  letter-spacing: 20px;
}

h1, h2, h3, h4, h5, h6, p {
  line-height: 1.3;
  letter-spacing: 0px;
  color: var(--textColor);
}

h1 {
  font-size: 3rem;
  font-weight: 600;
}

h2 {
  font-size: 2rem;
  font-weight: 500;
}

h3 {
  font-size: 1.5rem;
  font-weight: 400;
}

h4 {
  font-size: 1.2rem;
  font-weight: 400;
}

h5 {
  font-size: 1rem;
  font-weight: 400;
}

h6 {
  font-size: .9rem;
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-weight: 400;
}

.main-title {
  font-size: 2.5rem;
  font-weight: 700;
}

.main-custom-title {
  font-family: 'Edo-SZ';
  letter-spacing: 5px;
}

.title {
  font-size: 2rem;
  font-weight: 600;
}

.sub-title {
  font-size: 1.2rem;
  font-weight: 500;
}

.content {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.special-text {
  color: var(--primaryColor);
}

.other-special-text {
  color: var(--otherprimeColor);
}

.light-title {
  color: var(--lightgrayColor);
}

.small-label {
  font-size: .8rem;
}

@media only screen and (max-width: 992px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 1.8rem;
    font-weight: 500;
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  h4 {
    font-size: 1rem;
    font-weight: 400;
  }
  h5 {
    font-size: .8rem;
    font-weight: 400;
  }
  h6 {
    font-size: .9rem;
    font-weight: 400;
  }
  p {
    font-size: 1rem;
    font-weight: 400;
  }
  .main-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .main-custom-title {
    font-family: 'Edo-SZ';
    letter-spacing: 5px;
  }
  .title {
    font-size: 1.8rem;
    font-weight: 600;
  }
  .sub-title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 560px) {
  h1 {
    font-size: 2rem;
    font-weight: 600;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  h3 {
    font-size: 1.2rem;
    font-weight: 400;
  }
  h4 {
    font-size: 1rem;
    font-weight: 400;
  }
  h5 {
    font-size: .9rem;
    font-weight: 400;
  }
  h6 {
    font-size: .8rem;
    font-weight: 400;
  }
  p {
    font-size: 1rem;
    font-weight: 400;
  }
  .main-title {
    font-size: 2rem;
    font-weight: 700;
  }
  .main-custom-title {
    font-family: 'Edo-SZ';
    letter-spacing: 5px;
  }
  .title {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .sub-title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  .content {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .letter-space--20 {
    letter-spacing: 10px;
  }
}

a {
  text-decoration: none;
  font-size: 1rem;
}

a :hover, a :focus, a :active {
  text-decoration: none;
}

:root {
  --fontFamily: 'Roboto', sans-serif;
  --primaryColor: #EA2127;
  --secondaryColor: #FFC045;
  --otherprimeColor: #2A3B8E;
  --lightgrayColor: #f5f5f5;
  --textColor: #001309;
  --secondarytextColor: #8d8986;
  --white: #ffffff;
  --black:#000000;
}

.white-text {
  color: var(--white);
}

.light-text {
  color: var(--lightgrayColor);
}

.inner-container {
  padding: 1rem 4rem;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.size--80 {
  width: 80%;
}

.size--60 {
  width: 60%;
}

.size--50 {
  width: 50%;
}

.in-middle {
  margin: 0px auto;
}

@media only screen and (max-width: 992px) {
  .inner-container {
    padding: 1rem 2rem;
  }
  .size--80 {
    width: 100%;
  }
  .size--60 {
    width: 100%;
  }
  .size--50 {
    width: 100%;
  }
}

.main-nav {
  width: 100%;
  position: absolute;
  z-index: 1111;
}

.main-nav-home {
  width: 100%;
  position: absolute;
  z-index: 1111;
}

.navbar--default {
  -webkit-box-shadow: 0px 2px 6px 0px #0000001a;
          box-shadow: 0px 2px 6px 0px #0000001a;
  background: var(--white);
}

.navbar--default .default-logo {
  display: block;
}

.navbar--default .white-logo {
  display: none;
}

.nav-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: .5rem 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 992px) {
  .nav-container {
    padding: 1rem 2rem;
  }
}

.logo-container {
  width: 100px;
  max-width: 200px;
  min-width: 80px;
}

.menu-container {
  display: inline;
}

.main-menu {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.main-menu .menu-link {
  padding: .5rem 1rem;
  display: inline;
}

.main-menu .menu-link a {
  color: var(--textColor);
  font-weight: 500;
}

.main-menu .menu-link a:hover {
  color: var(--primaryColor);
}

.main-menu .more-link a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.355em;
  vertical-align: 0.055em;
  content: "";
  border-top: 0.3em solid var(--primaryColor);
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.more-menu {
  width: 60%;
  height: 0%;
  background: var(--white);
  padding: 40px 20px 20px 20px;
  border: 1px solid #ddd;
  position: absolute;
  right: auto;
  left: 20%;
  top: 85px;
  z-index: 11111;
  display: none;
  color: var(--secondarytextColor);
  -webkit-box-shadow: 0px 10px 10px 0px #18151726;
          box-shadow: 0px 10px 10px 0px #18151726;
}

.show-now {
  display: block;
  height: auto;
  position: fixed;
}

.special-link {
  background: var(--otherprimeColor);
  color: var(--white);
  padding: .5rem 1rem;
  border-radius: 30px;
  margin-left: 20px;
  font-weight: 500;
}

.special-link:hover {
  background: var(--primaryColor) !important;
}

.special-link i {
  margin-right: 10px;
}

.navbar--white--home {
  background: none !important;
}

.navbar--white--home .default-logo {
  display: block;
}

.navbar--white--home .white-logo {
  display: none;
}

.navbar--white {
  background: rgba(0, 0, 0, 0.301);
}

.navbar--white .default-logo {
  display: none;
}

.navbar--white .white-logo {
  display: block;
}

.navbar--white .logo-container {
  width: 120px;
}

.navbar--white .menu-link a {
  color: var(--white);
  font-weight: 500;
}

.navbar--white .menu-link a:hover {
  color: var(--primaryColor);
}

.navbar--white .special-link {
  background: var(--white);
  color: var(--otherprimeColor);
}

.navbar--white .special-link:hover {
  background: var(--white) !important;
  color: var(--primaryColor) !important;
}

.navbar--white .more-link a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.355em;
  vertical-align: 0.055em;
  content: "";
  border-top: 0.3em solid var(--white) !important;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.fixed-nav {
  position: fixed;
}

.no-bg {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.no-bg .default-logo {
  display: none;
}

.no-bg .white-logo {
  display: block;
}

.no-bg .hamburger__inner::after, .no-bg .hamburger__inner::before {
  background-color: var(--white);
}

.hamburger-container {
  display: none;
}

.hamburger {
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: transparent;
  border: 0;
  padding: 0;
  vertical-align: middle;
  margin-left: 20px;
}

.hamburger__inner {
  display: block;
  height: 24px;
  width: 25px;
  position: relative;
}

.hamburger__inner:before,
.hamburger__inner:after {
  background-color: #110f10;
  content: "";
  display: block;
  margin-left: -12px;
  height: 3px;
  width: 30px;
  border-radius: 30px;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.navbar--white .hamburger__inner:before,
.navbar--white .hamburger__inner:after {
  background-color: var(--white);
}

.hamburger__inner:after {
  top: 20px;
}

.is-active .hamburger__inner {
  color: #110f10;
}

.is-active .hamburger__inner:before,
.is-active .hamburger__inner:after {
  top: 50%;
  -webkit-transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  transition: top 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.is-active .hamburger__inner:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.is-active .hamburger__inner:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger--black .hamburger__inner:before,
.hamburger--black .hamburger__inner:after {
  background-color: #110f10 !important;
}

.mobile-menu {
  display: none;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-family: var(--fontFamily);
}

.mobile-menu .menu-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.mobile-menu .menu-bg.one {
  width: 4px;
  background-color: var(--primaryColor);
}

.mobile-menu .menu-bg.two {
  width: 0;
  background-color: var(--otherprimeColor);
}

.mobile-menu .menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.mobile-menu .menu-inner {
  position: relative;
}

.mobile-menu .main-menu .nav-link a {
  font-size: 2rem;
  font-weight: 600;
  color: var(--white);
}

@media only screen and (max-width: 992px) {
  .logo-container {
    width: 80px !important;
  }
  .menu-container {
    display: none;
  }
  .hamburger-container {
    display: block;
  }
  .mobile-menu {
    display: block;
  }
}

.product-links {
  margin-top: 20px;
}

.product-links .product-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.product-links .product-link:hover {
  padding-left: 10px;
  font-weight: 600;
}

.product-links .product-link:hover i {
  color: var(--primaryColor);
}

.product-links .product-link a {
  color: var(--textColor);
  text-decoration: none;
}

.product-links .product-link i {
  margin-right: 10px;
  font-size: 20px;
  color: var(--otherprimeColor);
}

.header-fullscreen {
  position: relative;
  width: 100%;
  height: 106vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-fullscreen .header-text-container {
  height: 100vh;
  position: absolute;
}

.header-Screen-75 {
  position: relative;
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-Screen-75 .header-text-container {
  height: 75vh;
  position: absolute;
}

.scroller {
  position: absolute;
  width: 20px;
  left: 48%;
  right: auto;
  bottom: 10%;
  -webkit-animation: updown2 .5s linear .5s infinite alternate;
          animation: updown2 .5s linear .5s infinite alternate;
}

@-webkit-keyframes updown2 {
  0% {
    bottom: 10%;
  }
  100% {
    bottom: 8%;
  }
}

@keyframes updown2 {
  0% {
    bottom: 10%;
  }
  100% {
    bottom: 8%;
  }
}

.counter-section {
  padding: 20px 0px 10px 0px;
  background: var(--otherprimeColor);
  position: relative;
}

.counter-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 50px;
  top: -45px;
  background: url(../images/main-blue-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.counter .counter-container {
  line-height: 1;
  min-width: 150px;
}

.counter .count {
  font-size: 3rem;
  color: var(--white);
  display: inline;
  font-weight: 700;
}

.counter .count-plus {
  font-size: 3rem;
  color: var(--white);
  display: inline;
  font-weight: 700;
}

.about-section {
  padding: 20px 0px 60px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.about-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--otherprimeColor);
  opacity: 1;
  top: 0;
  left: 0;
  z-index: -1;
}

.anchor-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.anchor .anchor-bg {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  padding: 8px 10px;
  display: inline-block;
}

.anchor .icons {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.anchor .anchor-text {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--white);
  margin: 0px 10px;
}

.anchor .icon-pointer {
  display: inline-block;
}

.anchor:hover .anchor-text {
  margin: 0px 20px;
}

.anchor-1 .anchor-bg {
  background: var(--primaryColor);
}

.anchor-2 {
  margin-left: 40px;
}

.anchor-2 .anchor-bg {
  background: var(--primaryColor);
}

.anchor-2 .anchor-bg img {
  margin-top: 4px;
}

@media only screen and (max-width: 992px) {
  .about-text-container {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .anchor-container {
    display: block;
  }
  .anchor-2 {
    margin-left: 0px;
    margin-top: 30px;
  }
}

.products-section {
  position: relative;
  padding: 80px 0px;
  background: url(../images/concrete-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.products-section::before {
  position: absolute;
  content: "";
  background: url(../images/concrete-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: 100%;
  height: 100px;
  top: -50px;
}

.products-showcase {
  margin-top: 40px;
}

.product {
  margin: 20px 0px;
}

.product .product-image {
  border-radius: 20px;
}

.product .product-image:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.product .product-image img {
  border-radius: 20px;
}

@media only screen and (max-width: 992px) {
  .products-section {
    padding: 40px 0px;
  }
}

.map-section {
  padding: 40px 0px;
  position: relative;
  background: #B6C7FF;
}

.map-section::before {
  position: absolute;
  content: "";
  background: url(../images/blue-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.map-section::after {
  position: absolute;
  content: "";
  background: url(../images/blue-bg-down.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  bottom: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.map-container {
  overflow: hidden;
}

.map-container img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.map-container img:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .map-section .inner-container {
    padding: 1rem 0rem;
  }
  .map-container img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}

.brands-section {
  padding: 80px 0px;
}

.brands-container {
  margin-top: 40px;
}

.brands-section-others {
  position: relative;
  background: var(--white);
}

.brands-section-others::before {
  position: absolute;
  content: "";
  background: url(../images/white-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.about-msi-section {
  padding: 80px 0px;
  position: relative;
  background: var(--otherprimeColor);
}

.about-msi-section::before {
  position: absolute;
  content: "";
  background: url(../images/main-blue-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.more-msi-section {
  position: relative;
  padding: 80px 0px;
  background: url(../images/concrete-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.more-msi-section::before {
  position: absolute;
  content: "";
  background: url(../images/concrete-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.more-msi-section .mission-vision-container {
  background: var(--white);
  padding: 20px;
  border-radius: 10px;
  min-height: 250px;
}

.more-msi-section .mission-vision-container .container-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.more-msi-section .mission-vision-container .container-head .anchor-bg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 5px 10px;
  display: inline-block;
  background: var(--secondaryColor);
  margin-right: 10px;
}

.more-msi-section .mission-vision-container .container-head .icons {
  width: 100%;
  height: auto;
  margin: 0px auto;
}

.contact-wrapper-form {
  position: relative;
}

.download-btn .special-link {
  padding: 1rem;
}

.full-product-section {
  position: relative;
  padding: 80px 0px;
  background: url(../images/concrete-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.full-product-section::before {
  position: absolute;
  content: "";
  background: url(../images/concrete-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.single-product-section {
  padding: 40px 0px 80px 0px;
  position: relative;
  background: var(--white);
}

.single-product-section::before {
  position: absolute;
  content: "";
  background: url(../images/white-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.mob-product {
  background: var(--lightgrayColor);
  padding: 20px 0px;
}

.sub-products .sub-product-list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.sub-products li:hover {
  padding-left: 10px;
  font-weight: 600;
}

.sub-products li:hover i {
  color: var(--primaryColor);
}

.sub-products li a {
  color: var(--textColor);
  text-decoration: none;
}

.sub-products li i {
  margin-right: 10px;
  font-size: 20px;
  color: var(--otherprimeColor);
}

.footer-section {
  padding: 60px 0px 10px 0px;
  position: relative;
  background: var(--primaryColor);
}

.footer-section::before {
  position: absolute;
  content: "";
  background: url(../images/footer-bg-up.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
}

.address-container {
  margin-top: 30px;
}

.form-container {
  border: 1px solid var(--white);
  padding: 20px;
  border-radius: 10px;
}

.bottom-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bottom-footer .footer-logo-container {
  width: 100px;
  height: auto;
  display: inline;
  margin-right: 20px;
}

.bottom-footer .copy-rights-container {
  display: inline;
}

.bottom-footer .credit-container {
  display: inline;
}

@media only screen and (max-width: 768px) {
  .copy-rights-container {
    margin-top: 20px;
  }
  .bottom-footer .footer-logo-container {
    margin: 0px auto;
  }
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"]
input[type="password"],
input[type="date"],
input[type="time"],
select,
textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  min-height: 40px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--lightgrayColor);
  background: none !important;
  border: 1px solid var(--white);
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s;
  transition: border-color 0.15s;
  margin: 5px 0px;
}

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.342) !important;
}

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.342) !important;
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.342) !important;
}

::placeholder {
  color: rgba(255, 255, 255, 0.342) !important;
}

input[type="checkbox"],
input[type="radio"] {
  width: 15px;
  height: 15px;
}

*:focus {
  outline: 0;
}

input[type="text"]:focus {
  outline: 0;
}

input:focus,
input:active {
  outline: 0;
}

.form-control input:focus {
  outline: 0;
}

.btn:hover {
  -webkit-box-shadow: 3px 4px 7px 0px #00000036;
          box-shadow: 3px 4px 7px 0px #00000036;
}

button {
  outline: none;
}

button:focus {
  outline: 0;
}

.brand-btn {
  border-radius: 10px;
  color: var(--primaryColor);
  padding: 2px 20px;
  width: 200px !important;
  font-weight: 500 !important;
  position: relative;
}

.center-btn {
  margin: 0px auto;
}

.white-btn {
  border-radius: 10px;
  background: var(--white);
  color: var(--textColor);
  padding: 2px 20px;
  min-width: 100px;
  height: 40px;
  font-weight: 500;
}

.overlay {
  position: relative;
}

.overlay ::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
}

.overlay--80::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .8;
}

.overlay--50::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .5;
}

.overlay--25::before {
  position: absolute;
  background: var(--black);
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: .25;
}
/*# sourceMappingURL=style.css.map */