@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-weight: 600;
  font-size: 3em;
  color: #31546a;
}

p {
  margin: 10px 0 0 0;
  color: #444444;
}

a {
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

section {
  padding: 80px 0px;
}

#scrl::-webkit-scrollbar {
  width: 6px;
  background-color: #31546a;
}

#scrl::-webkit-scrollbar-thumb {
  background-color: #4a8481;
  border-radius: 10px;
}

.section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-title h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  position: relative;
  text-align: center;
}

.scrollup {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}

header {
  padding: 0px 25px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  background: #091725;
}

header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 250px;
  height: 43px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  header .logo {
    width: 210px;
    height: 30px;
  }
}

.bg_none {
  background: none;
  border-bottom: 1px solid #fff;
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  background: #31546a;
  border-bottom: none;
}

.cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
          box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 185px;
  height: 32px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 180px;
    height: 26px;
  }
}

.cbp-af-header.cbp-af-header-shrink .navigation {
  height: 10vh;
}

@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .navigation {
    height: 8vh;
  }
}

.navigation-portrait .nav-menu > li > a {
  color: #31546a;
}

.navigation-portrait .nav-menu > li > a:hover {
  color: #31546a;
}

.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #fff;
}

.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #31546a;
}

.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.cbp-af-header.cbp-af-header-shrink .nav-menu {
  padding-top: 6px;
}

.cbp-af-header.cbp-af-header-shrink .nav-button {
  margin-top: 7px;
}

.product-box {
  width: 100%;
  height: 100vh;
  background: #d6dcd2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .product-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-top: 60px;
  }
}

.product-box .devide {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 25%;
  background: #4b8481;
  position: relative;
  background-position: center;
  background-size: cover;
}

.product-box .devide::before {
  position: absolute;
  content: "";
  background: #7ba4a06c;
  width: 100%;
  height: 100%;
  display: inline-block;
}

@media (max-width: 767px) {
  .product-box .devide {
    width: 100%;
    background-position: bottom;
  }
}

.product-box .devide .all {
  padding: 40% 5% 3%;
  position: relative;
  height: 100vh;
}

@media (max-width: 767px) {
  .product-box .devide .all {
    height: 30vh;
    padding: 20px;
  }
}

.product-box .devide .energy-art {
  position: absolute;
  right: 25px;
  top: 12%;
  width: 125px;
  background: url(../images/energy-art-line-white2.png) no-repeat 50% 230px;
  margin-left: 50%;
  height: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-box .devide .energy-art {
    width: 40px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  .product-box .devide .energy-art {
    top: -50%;
    width: 80px;
    right: 11px;
    height: 400px;
  }
}

@media (max-width: 480px) {
  .product-box .devide .energy-art {
    top: -50%;
    height: 400px;
    background: url(../images/energy-art-line-white2.png) no-repeat 34% 208px;
  }
}

.product-box .devide .energy-art .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@media (max-width: 767px) {
  .product-box .devide .energy-art .image {
    width: 100px;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.product-box .devide .pacific-art {
  position: absolute;
  right: 25px;
  top: 50%;
  width: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-box .devide .pacific-art {
    right: 11px;
    width: 85px;
  }
}

@media (max-width: 767px) {
  .product-box .devide .pacific-art {
    top: 16%;
    width: 125px;
  }
}

@media (max-width: 480px) {
  .product-box .devide .pacific-art {
    width: 60px;
    top: 40%;
  }
}

.product-box .devide .silverstone-art {
  position: absolute;
  right: 25px;
  bottom: 0;
  width: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-box .devide .silverstone-art {
    right: 11px;
    width: 85px;
  }
}

@media (max-width: 767px) {
  .product-box .devide .silverstone-art {
    width: 100px;
  }
}

@media (max-width: 480px) {
  .product-box .devide .silverstone-art {
    width: 60px;
  }
}

.product-box .devide .silverstone-art .bounce-animate {
  -webkit-animation-name: float-bob;
          animation-name: float-bob;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.product-box .devide .power-art {
  position: absolute;
  right: 25px;
  top: 60%;
  width: 125px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-box .devide .power-art {
    right: 11px;
    width: 85px;
  }
}

@media (max-width: 767px) {
  .product-box .devide .power-art {
    top: 50%;
    width: 125px;
  }
}

@media (max-width: 480px) {
  .product-box .devide .power-art {
    width: 60px;
    top: 40%;
  }
}

.product-box .devide .power-art .image {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 125px;
  margin: -60px 0 0 -60px;
  -webkit-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@media (max-width: 767px) {
  .product-box .devide .power-art .image {
    width: 100px;
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.product-box .devide .maintext {
  width: 100%;
}

.product-box .devide .maintext h2 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #021524;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding-left: 10px;
}

.product-box .devide .secondtext {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .product-box .devide .secondtext {
    height: auto;
  }
}

.product-box .devide .secondtext h1 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-size: 60px;
  font-weight: 400;
  color: #fff;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  position: absolute;
  top: 20px;
  text-shadow: 1px 0px 7px #00000085;
  left: 0;
  width: 60vh;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-box .devide .secondtext h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 500x) and (max-width: 768px) {
  .product-box .devide .secondtext h1 {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .product-box .devide .secondtext h1 {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0);
    height: auto;
    width: 80%;
    top: 0px;
    font-size: 40px;
  }
}

@media (max-width: 600px) {
  .product-box .devide .secondtext h1 {
    font-size: 35px;
  }
}

@media (max-width: 480px) {
  .product-box .devide .secondtext h1 {
    font-size: 30px;
  }
}

.product-box .devide .secondtext .fs30 {
  font-size: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .product-box .devide .secondtext .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .product-box .devide .secondtext .fs30 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .product-box .devide .secondtext .fs30 {
    font-size: 26px;
  }
}

.product-box .devide .secondtext:hover h1 {
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .product-box .devide .secondtext:hover h1 {
    letter-spacing: 0px;
  }
}

.product-box .devide:hover::before {
  position: absolute;
  content: "";
  background: #7ba4a0a1;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.product-box .devide:hover h2 {
  color: #fff;
  padding-left: 15px;
  left: 0;
  top: 0;
}

.product-box .devide:hover h2::before {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 43px;
  background: #F26915;
}

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

@media (max-width: 991px) {
  .mt-100 {
    margin-top: 50px;
  }
}

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

@media (max-width: 991px) {
  .mb-100 {
    margin-bottom: 50px;
  }
}

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

@media (max-width: 767px) {
  .mt-50 {
    margin-top: 20px;
  }
}

.p-mt-0 {
  padding: 60px 0px;
}

@media (max-width: 767px) {
  .p-mt-0 {
    padding: 0px !important;
  }
}

.p2-mt-0 {
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .p2-mt-0 {
    padding: 0px !important;
  }
}

.inner-container {
  background: #fff;
  padding: 60px 0px;
  margin-top: 110px;
  position: relative;
}

@media (max-width: 767px) {
  .inner-container {
    margin-top: 60px;
  }
}

@media (max-width: 480px) {
  .inner-container {
    padding: 40px 0px;
  }
}

.inner-container h3 {
  color: #4a8481;
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .inner-container h3 {
    font-size: 20px;
  }
}

.inner-container h5 {
  color: #4a8481;
  font-size: 16px;
  font-weight: 600;
}

.inner-container p {
  color: #32556a;
}

.inner-container .lists3 ul {
  margin-top: 10px;
}

.inner-container .lists3 ul li {
  list-style: none;
  color: #fff;
  position: relative;
  padding-left: 20px;
  width: 60%;
}

.inner-container .lists3 ul li::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #32556a;
  width: 12px;
  left: 0;
  top: 11px;
}

.inner-container .lists3 ul li {
  color: #32556a;
}

@media (max-width: 1200px) {
  .inner-container .lists3 ul li {
    width: 100%;
  }
}

.inner-container .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.inner-container .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 45px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
}

.inner-container .lists ul li span {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}

.inner-container .lists ul li span img {
  width: 25px;
  height: 25px;
}

.inner-container .lists ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

.inner-container .lists ul li a:hover {
  color: #99b0ae;
}

.inner-container .lists ul li {
  color: #4a8481;
  font-weight: 600;
  padding-bottom: 20px;
}

@media (max-width: 480px) {
  .inner-container .lists ul li {
    padding-left: 0px;
  }
}

.inner-container .lists ul li a {
  color: #4a8481;
}

.inner-container .main_text h3 {
  font-weight: 200;
  font-size: 5em;
  color: #091725;
  line-height: 70px;
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner-container .main_text h3 {
    font-size: 4em;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .inner-container .main_text h3 {
    font-size: 3em;
    line-height: 45px;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@media (max-width: 900px) {
  .inner-container .main_text h3 {
    font-size: 3em;
    margin-top: 20px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .inner-container .main_text h3 {
    font-size: 2.5em;
    line-height: 40px;
  }
}

.inner-container .team h4 {
  color: #f26664;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  padding-left: 15px;
  position: relative;
}

@media (max-width: 480px) {
  .inner-container .team h4 {
    font-size: 18px;
    margin-top: 10px;
  }
}

.inner-container .team h4 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.inner-container .team h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 40px;
  background: #f26664;
}

.inner-container .text1 {
  padding-right: 200px;
  margin-top: 50px;
}

.inner-container .text1 h4 {
  font-size: 40px;
  font-weight: 700;
  color: #4a8481;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .text1 h4 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .inner-container .text1 h4 {
    font-size: 26px;
  }
}

@media (max-width: 1200px) {
  .inner-container .text1 {
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  .inner-container .text1 {
    padding-right: 0px;
    margin-top: 50px;
  }
}

.inner-container .under-box {
  position: absolute;
  bottom: -10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
}

@media (max-width: 767px) {
  .inner-container .under-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
}

.inner-container .under-box .left {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .under-box .left {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .inner-container .under-box .left {
    width: 100%;
  }
}

.inner-container .under-box .right {
  width: 50%;
  padding-right: 5%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .under-box .right {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .inner-container .under-box .right {
    width: 100%;
    padding-right: 0;
  }
}

.inner-container .text2 h4 {
  font-size: 40px;
  font-weight: 700;
  color: #32556a;
}

.inner-container .text3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.inner-container .text3 h4 {
  font-size: 50px;
  font-weight: 700;
  color: #021524;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .text3 h4 {
    font-size: 40px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .inner-container .text3 h4 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .inner-container .text3 h4 {
    font-size: 24px;
  }
  .inner-container .text3 h4 br {
    display: none;
  }
}

.inner-container .text4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 767px) {
  .inner-container .text4 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.inner-container .text4 h4 {
  font-size: 60px;
  font-weight: 700;
  color: #021524;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .text4 h4 {
    font-size: 40px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .inner-container .text4 h4 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .inner-container .text4 h4 {
    font-size: 24px;
  }
  .inner-container .text4 h4 br {
    display: none;
  }
}

.inner-container .tyre {
  background: url("../images/energy-art-line-white.png") no-repeat 0 262px;
  margin-left: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .tyre {
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  .inner-container .tyre {
    background: url("../images/energy-art-line-white.png") no-repeat -35px 262px;
    margin-left: 25%;
  }
}

.inner-container .tyre .image {
  width: 240px;
  height: 470px;
}

@media (max-width: 767px) {
  .inner-container .tyre .image {
    width: 160px;
  }
}

.inner-container .tyre .rotate {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.inner-container .pacific-rotate {
  margin-left: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .pacific-rotate {
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  .inner-container .pacific-rotate {
    margin-left: 25%;
  }
}

.inner-container .pacific-rotate .image {
  width: 240px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .inner-container .pacific-rotate .image {
    width: 160px;
  }
}

.inner-container .pacific-rotate .rotate {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.inner-container .tyre2 {
  margin-left: 50%;
  position: relative;
  bottom: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .tyre2 {
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  .inner-container .tyre2 {
    margin-left: 0;
  }
}

.inner-container .tyre2 .img-size {
  width: 200px;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .tyre2 .img-size {
    width: 200px;
  }
}

@media (max-width: 767px) {
  .inner-container .tyre2 .img-size {
    width: 150px;
  }
}

.inner-container .tyre2 .bounce-animate {
  -webkit-animation-name: float-bob;
          animation-name: float-bob;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.inner-container .tyre3 {
  margin-left: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .tyre3 {
    margin-left: 25%;
  }
}

@media (max-width: 767px) {
  .inner-container .tyre3 {
    margin-left: 0;
  }
}

.inner-container .tyre3 .img-size {
  width: 240px;
  display: block;
}

@media (max-width: 767px) {
  .inner-container .tyre3 .img-size {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .inner-container .tyre3 .img-size {
    display: none;
  }
}

.inner-container .tyre3 .img-size2 {
  width: 240px;
  display: none;
}

@media (max-width: 767px) {
  .inner-container .tyre3 .img-size2 {
    width: 150px;
  }
}

@media (max-width: 560px) {
  .inner-container .tyre3 .img-size2 {
    display: block;
  }
}

.inner-container .para_one {
  padding-top: 100px;
  padding-left: 60px;
}

.inner-container .para_one p {
  color: #4a8481;
}

@media (max-width: 767px) {
  .inner-container .para_one {
    padding-top: 40px;
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .inner-container .para_one {
    padding-top: 20px;
  }
}

.inner-container .para_two {
  padding-top: 60px;
  padding-left: 60px;
}

.inner-container .para_two p {
  color: #4a8481;
}

@media (max-width: 767px) {
  .inner-container .para_two {
    padding-top: 40px;
    padding-left: 0px;
  }
}

@media (max-width: 480px) {
  .inner-container .para_two {
    padding-top: 20px;
  }
}

.inner-container .round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.inner-container .round .right-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .inner-container .round .right-icons {
    width: 50%;
  }
}

.inner-container .round .right-icons .icon-box {
  width: 50%;
}

@media (max-width: 767px) {
  .inner-container .round .right-icons .icon-box {
    width: 40%;
  }
}

@media (max-width: 480px) {
  .inner-container .round .right-icons .icon-box {
    width: 30%;
  }
}

.inner-container .round .right-icons .heading {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 50%;
  padding-left: 20px;
}

.inner-container .round .right-icons .heading h2 {
  font-size: 22px;
  color: #32556a;
  font-weight: 700;
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner-container .round .right-icons .heading h2 {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .inner-container .round .right-icons .heading h2 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .inner-container .round .right-icons .heading {
    width: 60%;
  }
}

@media (max-width: 480px) {
  .inner-container .round .right-icons .heading {
    width: 70%;
    padding-left: 10px;
  }
}

.inner-container .round .right-icons:hover .heading {
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .inner-container .round .right-icons:hover .heading {
    letter-spacing: 0px;
  }
}

@media (max-width: 767px) {
  .inner-container .round {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.inner-container .twice-box {
  width: 100%;
  background: #31546a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .inner-container .twice-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.inner-container .twice-box .left-box {
  width: 50%;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .inner-container .twice-box .left-box {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .inner-container .twice-box .left-box {
    width: 100%;
  }
}

.inner-container .twice-box .right-box {
  width: 50%;
  padding: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner-container .twice-box .right-box {
    padding: 40px;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .inner-container .twice-box .right-box {
    padding: 40px;
    width: 60%;
  }
}

@media (max-width: 991px) {
  .inner-container .twice-box .right-box {
    width: 100%;
  }
}

.inner-container .twice-box .right-box h3 {
  color: #fff;
  font-weight: 700;
}

@media (max-width: 991px) {
  .inner-container .twice-box .right-box h3 br {
    display: none;
  }
}

.inner-container .twice-box .right-box p {
  color: #fff;
}

.inner-container .twice-box .right-box .lists3 ul li {
  color: #fff;
}

.inner-container .twice-box .right-box .lists3 ul li::before {
  border-bottom: 1px solid #fff;
}

@media (max-width: 991px) {
  .inner-container .twice-box .right-box .lists3 ul li {
    width: 100%;
  }
}

.inner-container .bg_one {
  background: #4b8582 !important;
}

@media (max-width: 991px) {
  .inner-container .bg_one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.inner-container .bg_one .right-box {
  width: 50%;
}

@media (max-width: 991px) {
  .inner-container .bg_one .right-box {
    width: 100%;
  }
}

.inner-container .bg_one .right-box .left-box {
  width: 50%;
}

@media (max-width: 991px) {
  .inner-container .bg_one .right-box .left-box {
    width: 100%;
  }
}

.inner-container .productbg {
  height: 30vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.white_container {
  padding: 60px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .white_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.white_container h4 {
  font-size: 40px;
  font-weight: 700;
  color: #4a8481;
}

@media only screen and (min-width: 900px) and (max-width: 1400px) {
  .white_container h4 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .white_container h4 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .white_container h4 {
    font-size: 22px;
  }
}

.white_container h3 {
  color: #4a8481;
  font-size: 26px;
  font-weight: 600;
}

@media only screen and (min-width: 900px) and (max-width: 1400px) {
  .white_container h3 {
    font-size: 26px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .white_container h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .white_container h3 {
    font-size: 18px;
  }
}

.white_container .lists3 ul {
  margin-top: 10px;
}

.white_container .lists3 ul li {
  list-style: none;
  color: #fff;
  position: relative;
  padding-left: 20px;
  width: 60%;
}

.white_container .lists3 ul li::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #32556a;
  width: 12px;
  left: 0;
  top: 11px;
}

.white_container .lists3 ul li {
  color: #32556a;
}

.white_container .site {
  width: 60%;
  padding-left: 2%;
}

@media (max-width: 991px) {
  .white_container .site {
    width: 95%;
  }
}

.white_container .site h3 {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .white_container .site h3 {
    margin-bottom: 10px;
  }
}

.white_container .site p {
  color: #32556a;
}

.white_container .tree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.white_container .lists4 {
  margin-top: 40px;
}

.white_container .lists4 ul {
  margin-top: 10px;
}

.white_container .lists4 ul li {
  list-style: none;
  color: #fff;
  position: relative;
  padding-left: 20px;
  width: 60%;
}

.white_container .lists4 ul li::before {
  position: absolute;
  content: "";
  border-bottom: 1px solid #32556a;
  width: 12px;
  left: 0;
  top: 11px;
}

@media (max-width: 767px) {
  .white_container .lists4 {
    margin-top: 10px;
  }
}

.white_container .lists4 ul li {
  width: 100%;
  color: #32556a;
}

.white_container .productsname {
  border-right: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.white_container .productsname h4 {
  font-size: 20px;
}

.white_container .para_three {
  padding: 60px 0px 20px;
}

.white_container .para_three h5 {
  color: #4a8481;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.white_container .affiliates {
  padding-top: 0px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.white_container .box-left-border {
  padding: 0px 10px 0px 15px;
  width: 100%;
  border-left: 1px solid #99b0ae;
}

.white_container .box-left-border p {
  color: #4a8481;
  font-weight: 600;
}

.white_container .south-india {
  padding: 20% 10% 20% 20%;
}

@media only screen and (min-width: 480px) and (max-width: 991px) {
  .white_container .south-india {
    padding: 10%;
  }
}

@media (max-width: 480px) {
  .white_container .south-india {
    padding: 5% 3%;
  }
}

.white_container .south-india h3 {
  color: #4a8481;
  font-size: 26px;
  font-weight: 600;
}

@media (max-width: 480px) {
  .white_container .south-india h3 {
    font-size: 20px;
  }
}

.white_container .map {
  padding-left: 20%;
}

@media (max-width: 991px) {
  .white_container .map {
    padding-left: 0;
  }
}

.white_container .map img {
  width: 80%;
}

@media (max-width: 1200px) {
  .white_container .map img {
    width: 100%;
  }
}

.energy-forest {
  background: url(../images/energy-forest.jpg) no-repeat bottom;
  padding: 60px 0px;
}

.energy-forest h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.energy-forest p {
  color: #fff;
}

.transmission {
  background: url(../images/transmission-bg.png) #d6dcd2 no-repeat bottom;
  padding: 60px 0px 120px;
}

.transmission h3 {
  color: #4b8582;
  font-size: 26px;
  font-weight: 600;
}

.shape2 {
  background: url(../images/shape2.png) no-repeat bottom;
}

.landscape {
  padding: 0;
  margin: 0;
}

.productsname {
  border-right: 1px solid #4b8481;
}

@media (max-width: 767px) {
  .productsname {
    border-right: 0px;
  }
}

.productsname h4 {
  position: relative;
  color: #091725;
  font-size: 24px;
  font-weight: 700;
  padding-left: 20px;
  line-height: 20px;
}

@media (max-width: 480px) {
  .productsname h4 {
    font-size: 20px;
  }
}

.productsname h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  border-left: 7px solid #f26664;
}

.affiliates {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .affiliates {
    padding-top: 30px;
  }
}

.affiliates li {
  list-style: none;
  color: #4a8481;
  font-size: 22px;
  font-weight: 600;
  padding: 20px 10px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .affiliates li {
    font-size: 18px;
    padding: 10px 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .affiliates li {
    padding: 10px 10px;
  }
}

@media (max-width: 767px) {
  .affiliates li {
    padding: 10px;
    font-size: 18px;
  }
}

.affiliates li a {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  color: #4a8481;
  border: 1px solid #4a8481;
  padding: 0px 15px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .affiliates li a {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .affiliates li a {
    padding: 10px;
  }
}

.affiliates li a:hover {
  background: #4a8481;
  color: #fff;
}

.silverstone {
  background: url(../images/silverstone-bg.jpg);
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  padding: 120px 0px 0px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .silverstone {
    padding: 80px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .silverstone {
    padding: 65px 0px 0px;
  }
}

@media (max-width: 767px) {
  .silverstone {
    padding: 80px 0px 0px 0px;
    height: auto;
  }
  .silverstone .mt-5 {
    margin-top: 0px !important;
  }
}

.pacific-bg {
  background: url(../images/pacific-bg.jpg);
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  padding: 120px 0px 0px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .pacific-bg {
    padding: 80px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pacific-bg {
    padding: 65px 0px 0px;
  }
}

@media (max-width: 767px) {
  .pacific-bg {
    padding: 80px 0px 40px 0px;
    height: auto;
  }
  .pacific-bg .mt-5 {
    margin-top: 0px !important;
  }
}

.power-bg {
  background: url(../images/power-bg.jpg);
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  padding: 120px 0px 0px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .power-bg {
    padding: 80px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .power-bg {
    padding: 65px 0px 0px;
  }
}

@media (max-width: 767px) {
  .power-bg {
    padding: 80px 0px 40px 0px;
    height: auto;
  }
  .power-bg .mt-5 {
    margin-top: 0px !important;
  }
}

.energy-bg {
  background: url(../images/energy-bg.jpg) no-repeat left bottom;
  background-size: cover;
  height: 100vh;
  margin-top: 0;
  padding: 120px 0px 0px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .energy-bg {
    padding: 80px 0px 0px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .energy-bg {
    padding: 65px 0px 0px;
  }
}

@media (max-width: 767px) {
  .energy-bg {
    padding: 80px 0px 40px 0px;
    height: auto;
  }
  .energy-bg .mt-5 {
    margin-top: 0px !important;
  }
}

.bg-shape {
  background: url(../images/bg-shape.png) no-repeat bottom;
}

.timeline {
  background: url(../images/timeline-bg.jpg) no-repeat top #cde1df;
  padding: 60px 20px;
}

.timeline h3 {
  color: #4a8481;
  font-size: 22px;
  font-weight: 600;
}

.timeline .timeline-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 1200px) {
  .timeline .timeline-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .timeline .timeline-container .years {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .timeline .timeline-container .years {
    width: 33.3%;
  }
}

@media (max-width: 480px) {
  .timeline .timeline-container .years {
    width: 50%;
  }
}

.timeline .timeline-container .years .content-box {
  padding: 0px 20px;
}

.timeline .timeline-container .years .content-box h3 {
  color: #31546a;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .timeline .timeline-container .years .content-box h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .timeline .timeline-container .years .content-box h3 {
    font-size: 16px;
  }
}

.timeline .timeline-container .years .timeline-img {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.timeline .timeline-container .years .timeline-img img {
  width: 150px;
}

footer {
  background: #021524;
  padding: 80px 0px;
  position: relative;
}

@media (max-width: 480px) {
  footer {
    padding: 50px 0px;
  }
}

@media (max-width: 991px) {
  footer .logo {
    text-align: center;
  }
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  footer .container {
    width: 100%;
  }
}

footer img {
  width: 250px;
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  footer img {
    text-align: center;
  }
}

footer p {
  color: #fff;
}

footer p span img {
  width: 30px;
}

footer .lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .lists ul li {
  width: 100%;
  list-style: none;
  position: relative;
  padding-left: 45px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
}

footer .lists ul li span {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
}

footer .lists ul li span img {
  width: 25px;
  height: 25px;
}

footer .lists ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

footer .lists ul li a:hover {
  color: #99b0ae;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  footer .lists ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  footer .lists ul li {
    font-size: 16px;
  }
}

footer .lists2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .lists2 ul li {
  width: 100%;
  list-style: none;
  position: relative;
  line-height: 28px;
  font-size: 16px;
  color: #fff;
  padding-bottom: 10px;
}

footer .lists2 ul li a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
}

footer .lists2 ul li a:hover {
  color: #99b0ae;
}

footer .lists2 li h3 {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

footer .lists2 li:hover h3 {
  color: #99b0ae;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  footer .lists2 ul li {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  footer .lists2 ul li {
    font-size: 16px;
  }
}

footer .powered p {
  text-align: right;
  color: #fff;
}

@media (max-width: 991px) {
  footer .powered p {
    text-align: center;
  }
}

footer .powered p a {
  color: #fff;
  text-decoration: underline;
}

footer .powered p a:hover {
  color: #99b0ae;
}

footer h3 {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  footer .container {
    width: 100% !important;
    max-width: 100%;
  }
}

.navigation {
  width: 100%;
  height: 15vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  font-family: inherit;
}

.navigation * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 48px;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

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

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}

.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  -webkit-animation: fade .50s;
  animation: fade .50s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}

.navigation-hidden .nav-header {
  display: none;
}

.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

@media (max-width: 767px) {
  .nav-header {
    margin-top: 20px;
  }
}

.nav-brand {
  text-decoration: none !important;
}

.nav-logo > img {
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 0;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
          box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #31546a;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}

.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
  font-family: "Montserrat", sans-serif;
}

.nav-menu > li > a {
  height: 50px;
  padding: 10px 20px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.nav-menu > li > a > [class*="ion-"] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  -webkit-transform: scale(1.8);
  transform: scale(1.8);
}

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

.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #8CC152 #8CC152 transparent;
}

.nav-menu > li > .nav-dropdown {
  border-top: none;
}

.nav-menu > li.active > a {
  color: #99b0ae;
}

.nav-menu > li.focus > a {
  color: #99b0ae;
}

.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}

.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: transparent #fff #fff transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  -ms-touch-action: none;
      touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.nav-search-icon:after {
  content: '';
  pointer-events: none;
}

.nav-search-icon:before {
  content: '';
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  -webkit-box-shadow: inset 0 0 0 32px;
          box-shadow: inset 0 0 0 32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}

.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  margin-left: 30px;
  padding: 4px 30px;
  display: inline-block;
  color: #f26664;
  border: 2px solid #f26664;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.nav-button:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  text-decoration: none;
  background: #f26664;
}

.nav-button:focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  text-decoration: none;
  background: #f26664;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 220px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-dropdown > li {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  width: 100%;
  padding: 16px 10px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #32556a;
  background-color: #fdfdfd;
}

.nav-dropdown > li > a::before {
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: 10px;
  top: 23px;
  width: 0;
  height: 2px;
  z-index: 0;
  content: " ";
  background-color: #fff;
}

.nav-dropdown > li:hover {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-dropdown > li:hover > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #31546a;
  background: #c6dbda;
  padding-left: 25px;
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #8CC152 #8CC152 transparent;
}

.nav-dropdown > li:hover > a::before {
  width: 10px;
}

.nav-dropdown > li > .nav-dropdown-left {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  left: auto;
  right: 100%;
}

.nav-dropdown > li.focus {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.nav-dropdown > li.focus > a {
  background: #c6dbda;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #8CC152 #8CC152 transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .navigation {
    height: 12vh;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navigation-portrait {
    height: 70px;
  }
  .navigation-portrait .nav-brand {
    line-height: 10px;
  }
}

@media (max-width: 767px) {
  .navigation-portrait {
    height: 60px;
  }
}

.readmore {
  color: #31546a;
  font-weight: 600;
  font-size: 18px;
  border: none;
  background: none;
}

.submit {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid #fff;
  padding: 5px 10px;
  background: none;
  color: #fff;
  font-size: 16px;
}

.submit:hover {
  background: #31546a;
  color: #fff;
  border: 2px solid #06143a;
  letter-spacing: .5px;
}

.btn1 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  padding: 10px 15px;
  margin: 18px 5px 0;
  color: #F26915;
  font-size: 18px;
  border: none;
}

.btn1:hover {
  color: #F26915;
}

.btn2 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #31546a;
  border: 2px solid #31546a;
  padding: 5px 10px;
  margin: 18px 5px 0;
  color: #fff;
  font-size: 18px;
}

.btn2:hover {
  color: #fff;
  letter-spacing: 1px;
}

.btn3 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #fff;
  border: 1px solid #c3c3c3;
  padding: 10px 15px;
  margin: 18px 5px 0;
  color: #444444;
  font-size: 18px;
  position: relative;
}

.btn3::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 20px;
  right: 20px;
  height: 2px;
  background-color: #31546a;
}

.btn3 i {
  color: #31546a;
}

.btn3:hover {
  background: #31546a;
  color: #fff;
  letter-spacing: 1px;
}

.btn3:hover i {
  color: #fff;
}
/*# sourceMappingURL=ausker.css.map */