@import url('https://fonts.googleapis.com/css2?family=Exo:wght@300;400;600;800&display=swap');
body{
  font-family: 'Exo', sans-serif;
  color:#333;
  font-size:16px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  position:relative;
  background-color:#fff;
  font-weight:400;
  overflow-x:hidden;
  padding: 0;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}
b{
  font-weight:bold;
}
body, html {
    display: block;
    position: static;
    padding: 0;
    width: 100%;
    height: 100%;
}
html{
	scroll-behavior: smooth;
}
a, button {
	color:#fff;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
p {
  font-family: 'Exo', sans-serif;
  font-size:16px;
  font-weight: 400;
}
.btn {
  color: #666666;
  border: 0;
  border-radius: 0;
  padding: 13px 20px;
  line-height: 1;
  font-size: 16px;
  background-color:#ffcc27;
  height: 40px;
  padding-right: 60px;
  font-weight: 600;
  position: relative;
}
.btn-arrow svg{
  position: absolute;
  height: 24px;
  width: auto;
  top: 8px;
  right: 8px;
}
.btn-arrow:before{
  content:"";
  position: absolute;
  background-color: #666;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.btn:hover,
.btn:focus,
.btn:active {
  border:none;
  color:#fff;
  box-shadow:none;
  outline:none;
  background-color: #666666;
}
.btn.btn-arrow:hover:before,
.btn.btn-arrow:focus:before,
.btn.btn-arrow:active:before {
  background-color: #ffcc27;
}
.btn-blue{
  background-color: #00404d;
  color:#fff;
}
.btn.btn-blue:hover:before,
.btn.btn-blue:focus:before,
.btn.btn-blue:active:before {
  background-color: #00404d;
}

.text-white{
  color:#FFF;
}
header {
  width: 100%;
  position: absolute;
  z-index: 999;
  padding-bottom: 10px;
}
header .navbar{
  padding:0;
}
header .navbar .container{
  position:relative;
}
header .navbar-brand{
  padding-top: 65px;
}
header .navbar-brand img {
  display: inline-block;
  width:auto;
  height:40px;
}
header .navbar-inner{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-flow:row nowrap;
  width: 100%;
}
.menu-inner {
  color: transparent;
   text-align:right;
   flex-grow:2;
   margin-bottom: 0;
}
.menu-link {
  display: inline-block;
}
.menu-link>a {
  margin: auto;
  display:block;
  padding: 85px 15px 15px;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color:#333;
  background:transparent;
  text-decoration: none;
}
.menu-link>a:hover,
.menu-link.active>a,
.menu-link.active>a:hover  {
  color:#fff;
  background-color:#053b54;
  text-decoration:none;
}
.menu-social {
  display:inline-block;
  margin-left:10px;
}
.menu-social a{
  background-color:#ffcc00;
  text-decoration:none;
  width:36px;
  height:36px;
  padding: 3px;
  line-height: 1;
  text-align:center;
  display:inline-block;
  position: relative;
  top: -3px;
}
.menu-social a img{
  height:100%;
}
.dropdown-menu{
  margin-top: 0;
  left: -203%;
  width: 900%;
  background-color:#055569;
  padding:10px 20px 10px 97px;
  border-radius: 0;
  border: 0;
}
.dropdown-item{
  color:#fff;
  padding:10px 0;
  border-top:2px solid #ded939;
}
.dropdown-menu>a:first-child{
  border-top: 0;
}

/*Homepage banner*/
.main-slider{
  background: rgb(231,231,231);
  background: linear-gradient(0deg, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
  overflow: hidden;
}
.main-slider .ms-bg{
  background-size:contain;
  background-position:center center;
  height:900px;
  width:100%;
  background-repeat: no-repeat;
}
.main-slider .col{
  padding:0;
}
.main-slider .row{
  margin:0;
}
.slider-index-container{
  position:relative;
  height: 900px;
}
.slider-index-container:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 210%;
  background: rgb(126,179,88);
  background: linear-gradient(329deg, rgba(126,179,88,1) 0%, rgba(73,102,52,1) 100%);
}
.slider-index-container:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:380px;
  height:240px;
  z-index: 2;
  background-image:url(../images/pattern.png);
  background-repeat: repeat;
}
.slider-index{
  margin-right:5px;
  height:450px;
  position: relative;
  z-index: 9;
  padding-top:250px;
}
.slider-index h1{
  font-weight:600;
  color:#fff;
  font-size:36px;
  margin:0 0 20px;
}
.slider-index img{
  height: 50px;
}
.main-slider .slick-arrow{
  display:none!important;
}
.main-slider .slick-dots{
  margin: 0;
  padding: 0;
  max-width: 1140px;
  position: absolute;
  top: 540px;
  left: 50%;
  margin-left: -570px;
  list-style: none;
  text-align:left;
  padding-left: 15px;
}
.main-slider .slick-dots li{
  display:inline-block;
  margin-right:2px;
}
.main-slider .slick-dots li a{
  background-color: #053b54;
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  font-size: 18px;
  text-decoration: none;
}
.main-slider .slick-dots li a:hover{
  color:#fff;
  background-color:#FFBF00;
}
.main-slider .slick-dots li.slick-active a{
  background-color:#FFBF00;
}

/*Block Intro*/
.block-intro{
  position: relative;
  overflow-x:hidden;
  height: 600px;
}
.block-subtitle{
  font-weight:400;
  color:#555;
  font-size:26px;
  margin:0;
  line-height:1.2;
}
.block-title{
  font-weight:800;
  color:#555;
  font-size:36px;
  margin:0;
  line-height:1;
}
.caption-title{
  margin:100px 0;
  position: relative;
  z-index: 9;
}
.caption-title img{
  height: 60px;
  margin-top: 10px;
}
.caption-text{
  margin:81px 0;
  position: relative;
  z-index: 9;
  padding-left: 50px;
}
.caption-text p{
  font-size:18px;
  margin-bottom: 30px;
  color:#666;
}
.caption-text h3{
  font-size: 18px;
  font-weight: 600;
  color:#666;
}
.bg-blue{
  position: relative;
  height: 600px;
}
.bg-blue:before{
  content: "";
  position: absolute;
  left: 5px;
  margin-top: -50px;
  height: 650px;
  width:150%;
  background: rgb(12,45,67);
  background: linear-gradient(9deg, rgba(12,45,67,1) 0%, rgba(8,28,40,1) 100%);
}
.bg-blue:after{
  content:"";
  position: absolute;
  height: 100px;
  width:300%;
  bottom:0;
  left:5px;
  background-image:url(../images/pattern.png);
  background-repeat: repeat;
}
.section-brands{
  position: relative;
  overflow-y:hidden;
}
.bg-blue2{
  position: relative;
  height: 600px;
}
.bg-blue2:before{
  content: "";
  position: absolute;
  right: -5px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 210%;
  background: rgb(16,68,87);
  background: linear-gradient(352deg, rgba(16,68,87,1) 0%, rgba(10,41,51,1) 100%);
}
.bg-blue2:after{
  content:"";
  position: absolute;
  height: 200px;
  width:380px;
  bottom:0;
  right:-5px;
  background-image:url(../images/pattern.png);
  background-repeat: repeat;
}
.caption-brand{
  padding:90px 0 90px 50px;
}
.caption-brand ul{
  list-style:none;
  padding:0;
  margin:0;
  display: grid;
  grid-template-columns: repeat(4, 4fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.caption-brand ul li{
  text-align: center;
}
.caption-brand ul li img{
  width: 120px;
}

/*footer*/
footer .brand{
  margin-top:50px;
}
footer .brand img{
  height:40px;
}
footer .agency{
  margin-top:100px;
  display:inline-block;
  padding:0;
}
footer .agency img{
  height:9px;
}
.bg-green{
  position: relative;
  height: 300px;
  margin-top: -50px;
}
.bg-green:before{
  content: "";
  position: absolute;
  left:5px;
  bottom: 0;
  height: 100%;
  width: 210%;
  background-color: #8bbe74;
}
.bg-green:after{
  content:"";
  position: absolute;
  height: 100px;
  width:300%;
  bottom:0;
  left:5px;
  background-image:url(../images/pattern.png);
  background-repeat: repeat;
}
.copy{
  margin-top:100px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  text-align:right;
  justify-content: flex-end;
}
.copy p{
  color:#fff;
  margin:0;
}
.section-banner{
  background: rgb(231,231,231);
  background: linear-gradient(0deg, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 100%);
  overflow: hidden;
  height: 400px;
  position: relative;
}
.bg-green-banner{
  height: 400px;
}
.bg-green-banner:before{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 210%;
  background: rgb(126,179,88);
  background: linear-gradient(329deg, rgba(126,179,88,1) 0%, rgba(73,102,52,1) 100%);
}
.bg-green-banner:after{
  content:"";
  position: absolute;
  bottom:0;
  right:0;
  width:380px;
  height:240px;
  z-index: 2;
  background-image:url(../images/pattern.png);
  background-repeat: repeat;
}
.banner-title{
  text-align: right;
  padding-top:260px;
}
.banner-title h1{
  font-weight: 800;
  text-align: right;
  font-size:32px;
}
.lift{
  margin-top:-50px;
}
.bg-whites{
  position: relative;
}
.bg-whites:before{
  content: "";
  position: absolute;
  left:5px;
  height:100%;
  width:150%;
  background-color:#fff;
}
.caption-image{
  position: relative;
  height: 400px;
}
.caption-image span{
  display: block;
  position: absolute;
  background-size: cover;
  background-position:center center;
  height:400px;
  width:600px;
  right: -20px;
}
.section-about2{
  background-color:#f6f6f6;
}
.section-about2 .bg-blue2:before{
  height: 600px;
}
.form{
  padding:50px;
  position: relative;
  z-index: 2;
  max-width: 550px;
}
.form-control{
  border-radius: 0;
  height: 44px;
  border-color:#fff;
}
.contact-form .bg-blue{
  height: 750px;
}
.contact-form .bg-blue:before {
  height: 800px;
}
.section-about.section-map{
  overflow:hidden;
}
.section-about.section-map .bg-blue2{
    z-index: 2;
}
.caption-map{
  position: relative;
}
.map{
  position: initial!important;
  height:600px;
  width: 100%;
  overflow:inherit!important;
}
.map>div{
  width: 150%!important;
}
.block-product{
  overflow:hidden;
}
.col-slider{
  padding-left:0;
  padding-right:30px;
}
.product-details-content{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  padding:50px;
  height: 100%;
  justify-content: center;
}
.product-details{
  display: flex;
  align-items: flex-start;
  height: 100%;
  flex-flow: column wrap;
  justify-content:center;
}
.product-details h2{
  font-weight: 800;
  color:#00404d;
  font-size:26px;
  margin-bottom: 20px;
}
.product-details ul{
  margin:0;
  padding:0;
  margin-bottom: 30px;
}
.product-details ul li{
  position: relative;
  list-style: none;
  padding:5px 5px 5px 20px;
}
.product-details ul li:before{
  content: "";
  width: 8px;
  height: 8px;
  top: 13px;
  left: 0;
  position: absolute;
  background-color: #6cc131;
}
.owl-nav{
  position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -28px;
}
.owl-carousel .owl-dots{
  display: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 0.9;
  z-index: 999;
  transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  -webkit-transition: all .2s ease-out;
  outline:none;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span{
  display: none;
}
.owl-carousel .owl-nav .owl-next{
  right: 0;
  background-image: url(../images/arrow-right.svg)!important;
  background-repeat: no-repeat!important;
  background-position:center center!important;
}
.owl-carousel .owl-nav .owl-prev{
  left: 0;
  background-image: url(../images/arrow-left.svg)!important;
  background-repeat: no-repeat!important;
  background-position:center center!important;
}
.section-about.section-catalog{
  background-color:#f6f6f6;
}
.section-about.section-catalog .bg-blue2{
    height: 400px; 
}
.whatsapp{
  width: 50px;
  height: 50px;
  background-color: #00404d;
  padding:8px;
  position: fixed;
  bottom:20px;
  right:20px;
  z-index: 9999;
}
.whatsapp img{
  width:100%;
}
@media(max-width:1199px){
  .menu-link>a {
    padding: 85px 12px 12px;
  }
  .dropdown-menu {
    left: -136%;
    padding: 10px 20px 10px 7px;
  }
  .main-slider .ms-bg {
    height: 800px;
  }
  .slider-index h1 {
    font-size: 30px;
  }
  .main-slider .slick-dots {
    max-width: 960px;
    margin-left: -480px;
  }
  .caption-title,
  .caption-text {
    margin: 150px 0;
  }
  .section-about2 .bg-blue2{
    height: 640px;
  }
  .section-about2 .bg-blue2:before{
    height:640px;
  }
  .product-details-content {
    padding: 50px 20px;
  }
  .product-details h2{
    font-size:22px;
  }
  .caption-image{
    height: 415px;
  }
  .caption-image span {
    height: 415px;
  }
}
@media (max-width:991px){
  .menu-inner {
    padding: 0;
  }
  .menu-link>a {
    padding: 65px 14px 14px;
    font-size: 14px;
  }
  header .menu-social{
    position: absolute;
    top: 0;
    right: 15px;
  }
  header .navbar-brand {
    padding-top: 45px;
  }
  header .navbar-brand img {
    height: 30px;
  }
  .menu-social {
    margin-left: 0;
  }
  .menu-social a {
    width: 30px;
    height: 30px;
  }
  .dropdown-menu {
    left: -132%;
  }
  .dropdown-item {
    font-size:13px;
    border-top-width: 1px;
  }
  .slider-index h1 {
    font-size: 22px;
  }
  .main-slider .slick-dots {
    max-width: 720px;
    margin-left: -360px;
  }
  .main-slider .slick-dots li a {
    font-size: 14px;
  }
  .slider-index-container {
    height: 650px;
  }
  .main-slider .ms-bg {
    height: 650px;  
  }
  .bg-whites,
  .bg-blue,
  .bg-blue2 {
    height: 560px;
  }
  .bg-whites:before,
  .bg-blue:before {
    left: 2px;
    height: 610px;
  }
  .bg-blue2:before  {
    height: 610px;
  }
  .caption-title,
  .caption-text {
    margin: 120px 0;
  }
  .caption-brand {
    padding-left: 0;
  }
  .caption-text p {
    font-size: 16px;
  }
  .block-subtitle {
    font-size: 22px;
  }
  .block-title {
    font-size: 30px;
  }
  footer .brand img {
    height: 30px;
  }
  .copy p {
    font-size: 13px;
  }
  .menu-social a {
    width: 26px;
    height: 26px;
  }
  .menu-social {
    margin-left:10px;
  }
  footer .agency {
    margin-top: 75px;
  }
  .caption-brand ul {
    grid-template-columns: repeat(3, 5fr);
  }
  .caption-brand ul li img{
    width: 100px;
  }
  .caption-brand {
    padding: 15px 0 50px 50px;
  }
  header .navbar .container {
    padding: 0;
  }
  .section-about.section-catalog .bg-blue2,
  .section-about.section-catalog  .bg-blue2:before {
    height: 400px; 
  }
  .menu-link>a {
    padding: 65px 9px 10px;
    font-size: 13px;
  }
  header .menu-social{
    right: 0;
  }
  .lift{
    margin-top: 0;
  }
  .bg-whites{
    height: auto;
  }
  .bg-whites:before{
    display: none;
  }
  .section-about .caption-text{
    margin:80px 0;
  }
  .section-about2{
    min-height: 600px;
  }
  .section-about2 .bg-blue2,
  .section-about2 .bg-blue2:before {
    height:600px;
  }
  .section-about2 .bg-blue2:after{
    display: none;
  }
  .section-about2 .caption-text{
    margin:80px 0;
  }
  .col-slider {
    padding-left: 0;
    padding-right:0;
  }
  .product-details-content,
  .product-details {
    align-items: center;
    text-align: center;
  }
  .product-details ul li{
    padding-left: 0;
  }
  .product-details ul li:before{
    display: none;
  }
  .product-details .btn{
    margin-bottom: 10px;
  }
}
@media (max-width:767px){
  header {
    background: rgb(126,179,88);
    background: linear-gradient(rgba(73,102,52,1) 0%, rgba(126,179,88,1) 100%);
    position: fixed;
    width:100%;
    padding-bottom: 0;
  }
  header .navbar .container{
    padding:0;
  }
  header .navbar-inner{
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
  }
  header .navbar-brand {
    padding-top: 15px;
    margin:auto;
    margin-bottom: 5px;
  }
  header .navbar-brand img{
    height: 26px;
  }
  .menu-inner {
    text-align:center;
    flex-grow:inherit;
    margin-bottom: 0;
  }
  .menu-link>a {
    padding: 15px 10px;
    font-size: 13px;
    color:#fff;
  }
  .dropdown-menu {
    left:0;
    right:0;
    width:100%;
    min-width: 300px;
    position: fixed;
    top: 97px;
    text-align:center;
  }
  .main-slider{
    top:95px;
  }
  .slider-index-container:before,
  .slider-index-container:after{
    display: none;
  }
  .slider-index {
    margin-right:auto;
    height:auto;
    position: relative;
    z-index: 9;
    margin-top:30px;
    text-align: center;
    padding:10px;
    background-color: rgba(0,0,0,0.3);
  }
  .slider-index h1{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .slider-index img{
    margin:auto;
  }
  .main-slider .ms-bg {
    background-position:-100px!important;
    height: 500px;
    overflow: hidden;
  }
  .main-slider .slick-dots{
    position: relative;
    left: auto;
    right: auto;
    width: 100%;
    margin: auto;
    max-width: inherit;
    top: auto;
    text-align: center;
    bottom:20px;
  }
  .caption-title,
  .caption-text {
    margin:0;
    padding:20px;
    text-align: center;
  }
  .bg-blue,
  .bg-blue2 {
    height:100%;
  }
  .bg-blue:before,
  .bg-blue2:before {
    left:auto;
    height:100%;
  }
  .bg-blue:after,
  .bg-blue2:after{
    display: none;
  }
  .bg-blue:before {
    left:-15px;
    margin-top:0;
  }
  .section-intro{
    background-color:#fff;
    position: relative;
    z-index: 2;
    padding:30px 0;
  }
  footer{
    background-color:#f1f1f1;
    padding-top: 30px;
  }
  footer .brand{
    margin-top:0;
    margin-bottom: 30px;
  }
  footer .agency {
    margin-top: 0;
    position: absolute;
    right: 0;
    top:0;
  }
  footer .agency img {
    height: 8px;
  }
  footer .bg-green {
    height:100%;
    margin-top:0px;
  }
  footer .bg-green:after{
    display: none;
  }
  .copy {
    margin-top: 30px;
    margin-bottom:30px;
  }
  .caption-brand {
    padding: 30px 0;
  }
  .section-intro .caption-text{
    padding-top:50px!important;
  }
  .section-banner{
    height: auto;
    background:#fff;
  }
  .bg-green-banner{
    display:none;
  }
  .banner-title{
    text-align: center;
    padding-top:140px;
    padding-bottom:40px;
  }
  .banner-title h1{
    text-align: center;
  }
  .section-about .container,
  .section-about2 .container{
    max-width: inherit;
    width: 100%;
    padding:0;
  }
  .caption-image span{
    right: 0;
    display: block;
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-about .caption-text {
    margin:30px 0;
  }
  .section-about2 .bg-blue2,
  .section-about2 .bg-blue2:before {
    height: auto;
  }
  .section-about2 .caption-title{
    padding:40px 0;
  }
  .form{
    max-width: inherit;
  }
  .section-about.section-map .bg-blue2:before{
      background:#fff;
  }
  .section-about.section-map .caption-title .text-white{
    color:#666!important;
  }
  .map {
    position: relative!important;
    height: 400px;
    width: 100%;
    overflow: inherit!important;
  }
  .map>div {
    width: 100%!important;  
  }
  .section-about.section-catalog .bg-blue2,
  .section-about.section-catalog  .bg-blue2:before {
    height: auto; 
  }
}
@media (max-width:576px){
  .menu-inner .link-home{
    display: none;
  }
  .menu-link>a {
    padding: 15px 7px;
    font-size: 13px;
    color:#fff;
  }
  .caption-brand {
    padding-left:0;
  }
  .caption-brand ul {
    grid-template-columns: repeat(3, 5fr);
  }
  .section-intro {
    padding: 30px 0 0;
  }
  .section-brands .bg-blue2:before{
    display: none;
  }
  .section-brands{
    padding-top: 30px;
  }
  .section-brands .caption-title .text-white{
    color:#666!important;
  }
  footer .agency {
    right:15px;
  }
  .bg-green:before {
    left: 0;
  }
  .copy {
    margin:20px 0;
    text-align: center;
    justify-content: center;
    flex-flow: column wrap;
  }
  .copy .menu-social{
    margin-top:20px;
  }
  .form{
    padding:50px 20px;
  }
  .contact-form .bg-blue:before {
    height: 700px;
  }
  .contact-form .bg-blue {
    height: 650px;
  }
  .whatsapp{
    width: 36px;
    height: 36px;
    background-color: #00404d;
    padding:5px;
    position: fixed;
    bottom:20px;
    right:20px;
    z-index: 9999;
  }
}
@media (max-width:360px){
  .menu-link>a {
    font-size: 12px;
  }
}