
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500');

html {
  height: 100%;
  width: 100%;
}

body {
  font-family: 'Rubik', sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  overflow: scroll;


  background:url(../img/bg2.png)repeat;

  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 72px;
  font-family: 'Rubik', sans-serif;

}

h2 {
  font-size: 52px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 24px;
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
}



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



.logo-holder {

  float: left;
}




.tri1 {
  width: 66px;
  height: 57px;
  position: absolute;
  top:25%;
  left: 47%;
  z-index: 99999;
}

.tri2 {
  width: 241px;
  height: 208px;
  position: absolute;
  top:85%;
  left: 60%;
  z-index: 99999;
}

.tri3 {
  width: 230px;
  height: 240px;
  position: absolute;
  top: 0%;
    right: 0%;
  z-index: 99999;
}


.wrapper {
  height: 100%;
  width: 100%;
}


.heroslider {
  background: #fff;
  height: 100%;
  position: relative;
}

.heroslider span {
  font-size: 22px;
}

.hero-content {
  top: 34%;
  position: absolute;
  z-index: 99;
  width: 30%;
  z-index: 99;
}

.hero-content h2 {
  color: #4fb9fa;
}

.hero-content span {
  color: #a1a1a1;
}

.video-box {

  width: 70%;
  right: 0;
  z-index: 999;
  height: 100%;
  float: right;
  position: absolute;
  -webkit-clip-path: polygon(38% 0, 100% 0, 100% 100%, 3% 100%);
  clip-path: polygon(38% 0, 100% 0, 100% 100%, 3% 100%);


  overflow: hidden;
}

.video-box video {
  width: auto;
  height: 100%;
  float: left;
}

.quality {
  height: 100%;
  background: url(../img/bg1.jpg) #0076b9;
}

.quality h1 {
  padding-top: 15%;
  font-weight: 400;
  color: #9aeb29;
}

.quality-points {
  padding-top: 13%;
}

.quality-points h4 {
  color: #97e82f;
}

.quality-points p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

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


.product-sec {
  height: 100%;
  background: url(../img/bg2.jpg) #fff;
}

.product-sec h3 {
  font-size: 42px;
  text-align: center;
  font-weight: 400;
  margin-top: 7%;
  color: #4fb9fa;
}

.car__4 {
  margin: 30px;
  height: 230px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s



}

.car__4:hover {
  box-shadow: 0px 0px 20px #ccc;

}

.car__4:hover > .brand-product {
  opacity: 1;
  right: 0%;

}

.car__4:hover > .brand-logo {
  width: 40%;
  top:25%;

}








.brand-logo {
  width: 80%;
  position: absolute;
  left: 10%;
  top:1%;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}

.brand-logo img {
  width: 100%;
  height: auto;
}

.brand-product {
  width: 50%;
  right: -50%;
  position: absolute;
  opacity: 0;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s

}

.brand-product img {
  width: 100%;
  height: auto;
}

.more-btn {
  background: #4fb9fa;
  text-align: center;
  padding: 20px;
  font-size: 22px;
  color: #fff;
  border-radius: 4px;
  margin-top: 50px;

}

.more-btn a {
    color: #fff;

}


.blog-highlight {

  background: #ccc;
}

.blog-btn {
  position: absolute;
  bottom: 0;
  width: 15%;
  left:42.5%;
  bottom:12%;
}

.certification {
  height: 50%;
  background: #fff;
  position: relative;
}

.certification h4 {
  color: #4fb9fa;
  font-weight: 400;
  text-align: center;
  top: 15%;

}

.certi-logos {
  width: 80%;

  text-align: center;
  top: 45%;
  left: 10%;
  position: absolute;
}

.certi-logos img {
  margin: 10px;
}


footer {
  height: 50px;
  padding: 40px 0px 70px 0px;
  background: #fff;
  border-top: 1px solid #ccc;
}

footer span {
  margin-left: 50px;
  font-size: 16px;
  margin-top: 5px;
  float: left;
  color: #c3c3c3;

}

footer span a {
  color: #c3c3c3;
  margin: 5px;
}

.ft-in {
  float: right;
  font-size: 17px;
  color: #c3c3c3;
  margin-right  : 50px;

}

.ft-in p {
  width: 20%;
}

.ft-in-sc {
  float: right;
  width: 30%;
}

.story-hero {
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  background-image: url(../img/bg2.jpg);
  position: relative;


}

.story-hero h1 {
  color: #52afe1;
  font-weight: 400;
  text-align: center;
  top: 42%;
  position: absolute;
}
.story-mission {
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
}

.story-mission span {
  color: #373f73;
  font-size: 26px;
  font-weight: 700;
}

.mission-img-box {
  position: relative;
  width: 50%;
  height: 100%;
  left: 40%;

  z-index: 9;
}

.miss-hero {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 90%;
  height: 80%;
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.miss-side {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);;
background: #4f5685;
position: absolute;
width: 20%;
height:18%;
bottom: 10%;
left: 25%;
}

.miss-side2 {
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);;
background: #52afe0;
position: absolute;
width: 20%;
height:18%;

z-index: 999;

top: 5%;
right: 5%;
}

.miss-hero img {
  width: auto;
  height: 100%;
}

.story-mission h2 {
  color: #2e9fe3;
  font-weight: 400;

}

.mission-box {
  top: 30%;
  position: absolute;
  z-index: 9;

}


.story-pledge {
  width: 100%;
  height: 100%;
  background-image: url(../img/blue_bg.jpg);
  position: relative;
}

.story-pledge h3 {
  color: #fff;

  margin-top: 20px;
  margin-bottom: 2px;
}

.story-pledge span {
  color: #b2f25b;
  font-size: 26px;
  font-weight: 700;
  padding-bottom: 15px;
}



.story-pledge p {
  color: #fff;
  font-size: 18px;
}

.pledge-box {
  top: 18%;
  position: absolute;
}



.pledge-img {
  -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
  background: #ccc;
  height: 100%;
  width: 50%;
  float: right;
  overflow: hidden;
}

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


.story-keys {
  width: 100%;
  height: 100%;
  padding-top:8%;
  background: #2b2b2b;
  position: relative;
  text-align: center;
}

.story-keys h2 {
  color: #2e9fe3;
  font-weight: 400;
}

.story-keys span {
  color: #898989;
  font-weight: 400;
  font-size: 22px;
}

.story-keys h4 {
  color: #2e9fe3;
}

.story-keys p {
  color: #898989;
  font-size: 16px;
}

.icon-key {

}

.icon-key img {
  width: 100%;
  height: auto;
}

.brand-wrapper1 {
  width: 100%;
  height: auto;
  float: left;

  background: url(../img/bg2.jpg) repeat ;

  padding-top: 60px;
  padding-bottom: 0px;

}


.brand-bg {
  min-height: 100%;
  width: 100%;
  background:url(../img/bubbles.png)repeat fixed, url(../img/bg2.jpg)repeat fixed;
  float: left;
}

.brand-bg1 {
  min-height: 100%;
  width: 100%;
  background: url(../img/bg2.jpg)repeat fixed;
  float: left;
}

.brand-wrapper {
  width: 100%;
  height: auto;
  float: left;



  /*background: url(../img/bg2.jpg) repeat ;*/

  padding-top: 150px;
  padding-bottom: 100px;

}

.brand-sub-menu {
  width: 100%;
  float: right;
}

.brand-sub-menu ul {
  list-style-type: none;
    margin: 0;
    padding: 0;
    float: right;
    overflow: hidden;
    margin-right: 1%;

    margin-top: 15px;

}


.brand-sub-menu li {
    float: left;

}

.brand-sub-menu li.current {

  border: 2px solid #737373;
  padding-left: 25px;
  background: url(../img/block.png) no-repeat left ;


}



.brand-sub-menu li a {
    display: block;
    color: #737373;
    text-align: center;
    padding: 14px 24px;
    font-size: 18px;
    text-decoration: none;

    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s
}

.brand-sub-menu li a span{
  font-weight: 700;
}

.brand-sub-menu li a:hover {

    color: #0077c1;
}

.brand-header {
  margin-bottom: 86px;

}



.brand-wrapper h2 {
  margin-left: 1%;
  margin-right: 0;
  color: #2284c6;
  font-weight: 400;
  width: 35%;
  position: absolute;
  top:0;
}

.brand-panel {
  width: 98%;
  background: #fff;
  float: left;
    border: 3px solid #e1e1e1;
    margin: 1% 1% 7% 1%;
}

.blog-panel {
  width: 98%;
  float: left;
  margin: 1% 1% 7% 1%;
}

.pro-content-box {
  width: 80%;
  margin-left: 10%;
  margin-top: 10%;
  float: left;
  font-family: 'Rubik', sans-serif;
  font-size: 0.9vw;
}


.pro-content-box h4{
  margin-top: 5px;
}

.pro-content-box p{
  margin-top: 6px;
}

.pro-content-box span{
  font-weight: 700;
}

.pro-slide {
  width: 50%;
  height: auto;
  float: right;
}

.pro-slide img {
  width: 100%;

}

.brand-box-in {
  width: 50%;
  height: 48%;

  float: left;
  background: #fff;




  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s


}

.brand-box {
  width: 48%;
  height: 48%;
  border: 3px solid #e1e1e1;
  float: left;
  background: #fff;
  margin: 1% 1% 0.8% 1%;



  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s


}

.shadow {
  box-shadow: 0 10px 25px -6px rgba(0,0,0,0.1);
}


.brand-box:hover {
  box-shadow: 0 10px 25px -6px #777;
  cursor: pointer;

}

.pro-container {
  width: 100%;
  height: auto;
}

.pro-container img {
  width: 100%;
  height: auto;
}

.pro-header {
  width: 100%;
  height: auto;
  background: #ebebeb;
  float: left;


  http://colorzilla.com/gradient-editor/#ebebeb+30,ffffff+54,ffffff+100 */
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ebebeb 30%, #ffffff 54%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #ebebeb 30%,#ffffff 54%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #ebebeb 30%,#ffffff 54%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.pro-logo {
  width: 50%;
  padding: 2%;
  float: left;
  -webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
background: #fff;
  border-bottom: 1px solid #ebebeb;


}

.pro-logo img {

  width: 90%;
  height: auto;



}

.pro-desc {
  width: 35%;
  float: right;
  text-align: right;
  margin-top: 6%;

  margin-right: 5%;

}

.pro-desc span {
  width: 10%;
  font-size: 1.1vw;
  line-height: 1.3vw;
  color: #a6a6a6;
}

.blog-panel {
  width: 98%;
  float: left;
  margin: 1% 1% 7% 1%;
}

.latest-blog {
  width: 96%;
  height: 400px;

    margin: 1% 2% 2% 2%;
    overflow: hidden;
    position: relative;
      box-shadow: 0 0px 35px -6px #d4d4d4;

      -moz-transition-property: all;
      -o-transition-property: all;
      -webkit-transition-property: all;
      transition-property: all;
      -moz-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      -webkit-transition-duration: 0.5s;
      transition-duration: 0.5s


}

.latest-blog:hover {
  box-shadow: 0 10px 35px -6px #777;
}

.latest-blog-overlay {
  background: rgba(0, 119, 193, 0.8);
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
}


.latest-blog-overlay h3 {

  position: absolute;
  top: 32%;
  width: 80%;
  left: 15%;
  color: #fff;



}

.latest-blog img {
  width: 100%;
  height: auto;


}

.blog-box {
  width: 46%;
  margin: 2%;
  background: green;
  float: left;

  box-shadow: 0 0px 35px -6px #d4d4d4;

  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s
}


.blog-box:hover {


box-shadow: 0 10px 35px -6px #777;
cursor: pointer;

}

.blog-more {
  width: 94%;
  margin: 0% 3% 1% 3%;
  float: left;
  height: 82px;
  padding-top: 12px;
  background: url(../img/tri-more.png) center no-repeat;
  text-align: center;
}

.blog-more a {
  text-align: center;
  font-size: 28px;
}

.share-btn {
  width: 100%;
  float: left;

}


.blog-more1 {
  width: 94%;
  margin: 2% 3% 6% 3%;
  float: left;
  height: 82px;
  padding-top: 20px;
  background: url(../img/tri-back.png) center no-repeat;
  text-align: center;
}

.blog-more1 a {
  text-align: center;
  font-size: 28px;
}

.blog-box-img {
  width: 100%;
  float: left;
}

.blog-box-img img {
  width: 100%;
  height: auto;
}

.blog-box h4 {
  background: #fff;
  width: 100%;
  padding: 5%;
  float: left;
  margin: 0;
  height: 130px;
  color: #0077c1;
}

.reso {
  width: 100%;
  float: left;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #fff;
}

.blog-panel {
    width: 98%;
    float: left;
    margin: 1% 1% 7% 1%;
}

.reso h3 {
  margin: 1% 10% 0% 10%;
  width: 80%;
  color: #3e9cd9;
  font-weight: 400;

}

.resou {
  width:80%;
  float: left;
  margin: 1% 10% 1% 10%;
  overflow: hidden;

}

.re-box {
  width: 45%;
  margin-right: 5%;
  float: left;
  margin-top: 30px;

}

.re-box h5 {
  font-size: 22px;
  margin-bottom: 20px;
  width: 80%;
  margin: 0;
}

.re-box span {
  font-size: 18px;
  color: #8f8f8f;
}

.re-box span a {
  text-decoration: underline;
  color: #8f8f8f;
}

.re-box span a:hover {
  text-decoration: underline;
  color: #000;
}

.more-res {
  width:80%;
  float: left;
  margin: 0% 10% 0% 10%;
  font-size: 22px;

}

.more-res a:hover {
  text-decoration: underline;
  color: #000;
}


.article-wrapper {
  padding-top: 100px;
  padding-bottom: 10px;
  background: #fff;
}

.article-hero {
  width: 100%;
  max-height: 450px;
  background: #0077c1;
  overflow: hidden;
  position: relative;
}

.article-hero h3 {
  font-weight: 400;
  position: absolute;
  text-align: center;
  color:#fff;
  z-index: 9;
  width: 60%;
  left: 20%;
  top: 35%;
  text-shadow: 0 10px 35px -6px #000;
}

.article-hero img {
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.article-content {
  padding-top: 100px;

  color: #4f5685;
  font-size: 18px;
}

.article-content h4 {

}

.article-content p {
  color: #4f5685;
  margin: 0 0 20px;
}

.article-content a {
  color: #0077c1;
  margin: 0 0 20px;
  text-decoration: underline;
}

.article-content strong {
  color: #4f5685;
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: 700;

}

.article-content img{
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 30px;
}
