@charset "utf-8";
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.cl {
  clear: both;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

.ani-1, .ani-1 span, .ani-1 ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ani-1 a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ani-1 a:hover, .ani-1 a:hover span, .ani-1 a:hover ul li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*Home page*/

body.homebg {
  font-family: "Catamaran";
  font-weight: 400;
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 0px 0px 0px;
}

.bg {
  width: 100%;
  background: transparent;
}

.logo {
  padding: 0px 0px 0px 0px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.bnright {
  width: 65%;
  float: right;
  margin-top: 245px;
}

@media only screen and (min-width: 200px) and (max-width:543px) {
  /*(.col-xs-)*/
  .homeright01 {
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------------------*/

@media only screen and (min-width:544px) and (max-width:767px) {
  /*(.col-sm-)*/
  .homeright01 {
    width: 100%;
  }
}

/*-----------------------------------------------------------------------------------------*/

@media only screen and (min-width:768px) and (max-width:991px) {
  /*(.col-md-)*/
  .wrapper {
    width: 94%;
    margin: 0% 3%;
  }
}

/*-----------------------------------------------------------------------------------------*/