
/***************************************************************************************
parallax1 Sections
****************************************************************************************/
.parallax1 {
  min-height: 220px;
  position: relative;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0;
}
.parallax1.parallax1-lines {
  /*-moz-box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);*/
  /*-webkit-box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);*/
  /*background-image: url(../img/2.jpg);*/
}
.parallax1.parallax1-lines .lines-wrapper {
  min-height: 220px;
  position: relative;
    /*margin-left: 10%;*/
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #e53a69;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle.sub-circle-one {
  left: 15%;
  bottom: 20%;
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle.sub-circle-one:before {
  position: absolute;
  content: '';
  width: 120px;
  top: -17px;
  right: -0;
  height: 2px;
  background-color: #e53a69;
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle.sub-circle-two {
  left: 52%;
  top: 30%;
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle.sub-circle-two:before {
  position: absolute;
  content: '';
  width: 150px;
  bottom: -45px;
  right: -12px;
  height: 2px;
  background-color: #e53a69;
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle.sub-circle-three {
  right: 20%;
  bottom: 30%;
}
.parallax1.parallax1-lines .lines-wrapper .sub-circle.sub-circle-three:before {
  position: absolute;
  content: '';
  width: 150px;
  bottom: 30px;
  left: 0;
  height: 2px;
  background-color: #e53a69;
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.parallax1.parallax1-lines .lines-wrapper .circle {
  position: relative;
  z-index: 10;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid transparent;
  text-align: center;
  line-height: 100%;
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  opacity: 0;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    margin: auto;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #e53a69;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3 .icon-container {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3 .description {
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #50525f;
    font-weight: 700;
}


.decService {
    line-height: 1.2 !important;
    font-size: 13px!important;
    text-transform: none!important;
    margin-top: 5px!important;
    /*position: absolute!important;*/
    font-weight: 100!important;
    height: 75px;
    overflow: hidden;
}

.description1{
    text-align: center !important;
    font-weight: bold;
    font-size: 16px;
    color: #50525F;
    width: 211px;
    text-transform: uppercase;
    display: inline-block;
}

.descValue {
    margin-top: 47px ;
    font-size: 16px;
}

.parallax1.parallax1-lines .lines-wrapper .circle.circle-3:hover {
    border-color: #e53a69;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3:hover:before {
    background-color:  #ed7c9b;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3:hover .icon-container {
    background-position: 0 bottom;
}



.parallax1-lines .col-md-4{ height: 278px ;}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #7EBA0C;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5 .icon-container {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5 .description {
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #50525f;
    font-weight: 700;
}



.parallax1.parallax1-lines .lines-wrapper .circle.circle-5:hover {
    border-color: #7EBA0C;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5:hover:before {
    background-color:  rgba(126, 186, 12, 0.53);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5:hover .icon-container {
    background-position: 0 bottom;
}




/**/
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background-color: #01B1B1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4 .icon-container {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4 .description {
    line-height: 1.2;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    color: #50525f;
    font-weight: 700;
}



.parallax1.parallax1-lines .lines-wrapper .circle.circle-4:hover {
    border-color: #01B1B1;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4:hover:before {
    background-color:  rgba(1, 177, 177, 0.58);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4:hover .icon-container {
    background-position: 0 bottom;
}



/**/



.parallax1.parallax1-lines .lines-wrapper .circle.circle-1 {
  opacity: 1;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-size: 60px;
  bottom: 30%;
  left: 0;
  z-index: 999;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-1 .icon-container {
  background-image: url("../img/ico1.png");
  width: 60px;
  height: 75px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-lines .lines-wrapper .circle.circle-1 .icon-container {
    background-image: url("../img/ico1.png");
  }
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-2 {
  opacity: 1;
  width: 110px;
  height: 110px;
  font-size: 50px;
  line-height: 100px;
  top: 35%;
  left: 21%;
  z-index: 10;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-2 .icon-container {
  background-image: url("../img/ico2.png");
  width: 55px;
  height: 45px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-lines .lines-wrapper .circle.circle-2 .icon-container {
    background-image: url("../img/ico2.png");
  }
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-2 .connection-1 {
  position: absolute;
  width: 250px;
  height: 2px;
  background-color: #e53a69;
  bottom: 15%;
  left: -180%;
  z-index: -999;
  -moz-transform: rotate(-18deg);
  -ms-transform: rotate(-18deg);
  -o-transform: rotate(-18deg);
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-2 .connection-2 {
  position: absolute;
  width: 250px;
  height: 2px;
  background-color: #e53a69;
  bottom: 15%;
  right: -190%;
  z-index: -999;
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3 {
  opacity: 1;
  top: 0%;
  /*left: 42%;*/
    width: 150px;
    height: 150px;
  line-height: 145px;
  font-size: 20px;
  z-index: 999;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-3 .icon-container {
  background-image: url("../img/ico3.png");
  width: 50px;
  height: 43px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-lines .lines-wrapper .circle.circle-3 .icon-container {
    background-image: url("../img/ico3.png");
  }
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4 {
  opacity: 1;
    width: 150px;
    height: 150px;
    line-height: 145px;
  /*right: 25%;*/
  top: 0%;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4 .icon-container {
  background-image: url("../img/ico4.png");
  width: 59px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-lines .lines-wrapper .circle.circle-4 .icon-container {
    background-image: url("../img/ico4.png");
  }
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4 .connection-1 {
  position: absolute;
  width: 280px;
  height: 2px;
  background-color: #e53a69;
  /*bottom: -16%;*/
  /*right: 80%;*/
  z-index: -999;
  -moz-transform: rotate(-21deg);
  -ms-transform: rotate(-21deg);
  -o-transform: rotate(-21deg);
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-4 .connection-2 {
  position: absolute;
  width: 250px;
  height: 2px;
  background-color: #e53a69;
  /*bottom: -18%;*/
  /*left: 80%;*/
  z-index: -999;
  -moz-transform: rotate(24deg);
  -ms-transform: rotate(24deg);
  -o-transform: rotate(24deg);
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5 {
  opacity: 1;
  /*right: 0;*/
  top: 0%;
  width: 150px;
  height: 150px;
  line-height: 145px;
  font-size: 55px;
}
.parallax1.parallax1-lines .lines-wrapper .circle.circle-5 .icon-container {
  background-image: url("../img/ico5.png");
  width: 72px;
  height: 70px;
    bottom: -16%;
    right: 80%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-lines .lines-wrapper .circle.circle-5 .icon-container {
    background-image: url("../img/ico5.png");
      bottom: -16%;
      right: 80%;
  }
}







@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-counters {
    background-image: url("../img/1.jpg");
  }
}
.parallax1.parallax1-counters h4 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}
.parallax1.parallax1-counters h4:before {
  content: '';
  background-image: url("../img/divider.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 303px;
  height: 19px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-counters h4:before {
    background-image: url("../img/divider.png");
  }
}
.parallax1.parallax1-counters p {
  margin: 0;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 15px;
  color: #fff;
  font-weight: 300;
}
.parallax1.parallax1-counters .count-holder {
  padding: 0;
}
.parallax1.parallax1-counters .count-holder div {
  font-size: 80px;
  font-family: "nexa_boldregular", sans-serif;
  color: #e53a69;
  padding-top: 35px;
}
.parallax1.parallax1-counters .count-holder p {
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
  margin: 0;
}
.parallax1.parallax1-testimonials {
  background-image: url("../img/l1.jpg");
  padding: 110px 0;
  background-repeat: repeat-y;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-testimonials {
    background-image: url("../img/l1.jpg");
  }
}
.parallax1.parallax1-testimonials .bx-wrapper .bx-controls-direction a {
  background-position: 0 0;
  width: 38px;
  height: 54px;
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -27px;
}
.parallax1.parallax1-testimonials .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.parallax1.parallax1-testimonials .bx-wrapper .bx-prev {
  background-image: url("../img/go-prev.png");
  left: -100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-testimonials .bx-wrapper .bx-prev {
    background-image: url("../img/go-prev.png");
  }
}
.parallax1.parallax1-testimonials .bx-wrapper .bx-next {
  background-image: url("../img/go-next.png");
  right: -100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-testimonials .bx-wrapper .bx-next {
    background-image: url("../img/go-next.png");
  }
}
.parallax1.parallax1-testimonials .testimonials-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
  text-align: center;
}
.parallax1.parallax1-testimonials .testimonials-slider li {
  border: 1px solid #e53a69;
  padding: 50px 60px;
  position: relative;
}
.parallax1.parallax1-testimonials .testimonials-slider li .border-1 {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 1px solid white;
}
.parallax1.parallax1-testimonials .testimonials-slider li .border-2 {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
}
.parallax1.parallax1-testimonials .testimonials-slider li h5 {
  color: #fff;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1;
}
.parallax1.parallax1-testimonials .testimonials-slider li span {
  display: block;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  font-family: "nexa_boldregular", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.parallax1.parallax1-testimonials .testimonials-slider li span:before {
  position: absolute;
  content: '';
  width: 10%;
  height: 4px;
  background-color: #e53a69;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.parallax1.parallax1-testimonials .testimonials-slider li p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
}
.parallax1.parallax1-our-services {
  background-image: url("../img/2.jpg");
  color: #fff;
  min-height: 700px;
  padding-top: 100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services {
    background-image: url("../img/2.jpg");
  }
}
.parallax1.parallax1-our-services h4 {
  text-align: center;
  color: #fff;
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.parallax1.parallax1-our-services #service-description {
  padding-top: 50px;
}
.parallax1.parallax1-our-services #service-description ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #fff;
  overflow: hidden;
  *zoom: 1;
}
.parallax1.parallax1-our-services #service-description ul h6 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-size: 28px;
}
.parallax1.parallax1-our-services #service-description ul p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 300;
}
.parallax1.parallax1-our-services #service-description ul a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #e53a69;
  font-size: 14px;
  font-family: "nexa_boldregular", sans-serif;
  padding: 5px 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parallax1.parallax1-our-services #service-description ul a:hover {
  background-color: #fff;
  color: #e53a69;
}
.parallax1.parallax1-our-services #services-pager {
  text-align: center;
}
.parallax1.parallax1-our-services #services-pager .large-2 a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  width: 106px;
  height: 106px;
  border: 2px solid white;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parallax1.parallax1-our-services #services-pager .large-2 a .icon-holder {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-repeat: no-repeat;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parallax1.parallax1-our-services #services-pager .large-2:nth-child(1) .icon-holder {
  background-image: url("../img/service1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2:nth-child(1) .icon-holder {
    background-image: url("../img/service1.png");
  }
}
.parallax1.parallax1-our-services #services-pager .large-2:nth-child(2) .icon-holder {
  background-image: url("../img/service2.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2:nth-child(2) .icon-holder {
    background-image: url("../img/service2.png");
  }
}
.parallax1.parallax1-our-services #services-pager .large-2:nth-child(3) .icon-holder {
  background-image: url("../img/service3.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2:nth-child(3) .icon-holder {
    background-image: url("../img/service3.png");
  }
}
.parallax1.parallax1-our-services #services-pager .large-2:nth-child(4) .icon-holder {
  background-image: url("../img/service4.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2:nth-child(4) .icon-holder {
    background-image: url("../img/service4.png");
  }
}
.parallax1.parallax1-our-services #services-pager .large-2:nth-child(5) .icon-holder {
  background-image: url("../img/service5.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2:nth-child(5) .icon-holder {
    background-image: url("../img/service5.png");
  }
}
.parallax1.parallax1-our-services #services-pager .large-2:nth-child(6) .icon-holder {
  background-image: url("../img/service1.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2:nth-child(6) .icon-holder {
    background-image: url("../img/service1.png");
  }
}
.parallax1.parallax1-our-services #services-pager .large-2 a:hover, .parallax1.parallax1-our-services #services-pager .large-2 a.active {
  background-color: #e53a69; color: white !important;
}
.parallax1.parallax1-our-services #services-pager .large-2 a:hover .icon-holder, .parallax1.parallax1-our-services #services-pager .large-2 a.active .icon-holder {
  background-position: center bottom;
}
.parallax1.parallax1-our-services #services-pager .large-2 a.active .active-arrow {
  position: absolute;
  left: 50.8%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -55px;
  background-image: url("../img/service-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 40px;
  height: 21px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-our-services #services-pager .large-2 a.active .active-arrow {
    background-image: url("../img/service-arrow.png");
  }
}
.parallax1.parallax1-slider {
  background-image: url(../img/1.jpg);
}
.parallax1.parallax1-galleries {
  background-image: url(../img/gallery.jpg);
}
.parallax1.parallax1-contact {
  background-image: url(../img/l11.jpg);
}
.parallax1.parallax1-twitter {
  background-image: url(../img/2.jpg);
}
.parallax1.parallax1-twitter .twitter-feed {
  text-align: center;
  color: #fff;
}
.parallax1.parallax1-twitter .twitter-feed > .large-12 {
  padding-top: 100px;
}
.parallax1.parallax1-twitter .twitter-feed h3 {
  color: #fff;
  font-size: 64px;
  font-family: "levibrushregular";
  margin: 0;
  position: relative;
  padding-top: 75px;
}
.parallax1.parallax1-twitter .twitter-feed h3:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: '\f1e4';
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.parallax1.parallax1-twitter .twitter-feed .feed p {
  font-size: 24px;
  font-weight: 300;
}
.parallax1.parallax1-twitter .twitter-feed .feed .tweetList {
  margin: 0;
  list-style: none;
  overflow: hidden;
  *zoom: 1;
}
.parallax1.parallax1-twitter .twitter-feed.feed-two h3 {
  font-size: 40px;
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
}
.parallax1.parallax1-twitter .twitter-feed.feed-two h3:before {
  font-size: 50px;
}
.parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-pager {
  bottom: -50px;
}
.parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-controls-direction a {
  background-position: 0 0;
  width: 38px;
  height: 54px;
  opacity: 0.5;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -27px;
}
.parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
.parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-prev {
  background-image: url("../img/go-prev.png");
  left: -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-prev {
    background-image: url("../img/go-prev.png");
  }
}
.parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-next {
  background-image: url("../img/go-next.png");
  right: -20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-twitter .twitter-feed .bx-wrapper .bx-next {
    background-image: url("../img/go-next.png");
  }
}
.parallax1.parallax1-squares {
  /*-moz-box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);*/
  /*-webkit-box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 -7px 15px rgba(0, 0, 0, 0.2);*/
  /*background-image: url(../img/1.jpg);*/
  /*overflow: hidden;*/
}
.parallax1.parallax1-squares .square-container {
  min-height: 200px;
  color: #fff;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

.parallax1.parallax1-squares .square-containe a:hover { color: white; !important;}
.parallax1.parallax1-squares .square-container .square-holder {
  position: relative;
  width: 175px;
  height: 175px;
  border: 2px solid transparent;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
    margin: auto;
}
.parallax1.parallax1-squares .col-sm-4 { height: 260px  }
.parallax1.parallax1-squares .square-container .square-holder:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid white;
  /*background-image: url("../img/plus.png");*/
  background-repeat: no-repeat;
  background-position: 15% 85%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1.parallax1-squares .square-container .square-holder:before {
    background-image: url("../img/plus.png");
  }
}
.parallax1.parallax1-squares .square-container .square-holder .square-content {
  position: absolute;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
    width: 82%;
    top: 57%;
  left: 50%;
    margin-left: -63px;
    margin-top: -62px;
}
.parallax1.parallax1-squares .square-container .square-holder .square-content img {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.parallax1.parallax1-squares .square-container .square-holder .square-content p {
  font-size: 14px;
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding-top: 10px;
    font-weight: 700px;
}
.parallax1.parallax1-squares .square-container .square-holder.square-two {
  left: 130px;
  top: 240px;
}
.parallax1.parallax1-squares .square-container .square-holder.square-three {
  left: 260px;
}
.parallax1.parallax1-squares .square-container .square-holder.square-four {
  top: 240px;
  left: 390px;
}
.parallax1.parallax1-squares .square-container .square-holder.square-six {
  /*left: 520px;*/
}
.parallax1.parallax1-squares .square-container .square-holder.square-seven {
  /*top: 240px;*/
  /*left: 42%;*/
}
.parallax1.parallax1-squares .square-container .square-holder.square-eight {
  /*left: 780px;*/
}
.parallax1.parallax1-squares .square-container .square-holder:hover {
  border-color: #e53a69;
}
.parallax1.parallax1-squares .square-container .square-holder:hover:before {
  background-color: #e53a69;
  border-color: #e53a69;
}
.parallax1 .parallax1-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(0, 0, 0, 0.5);*/
}
.parallax1.parallax1-slider .large-12 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.parallax1 .parallax1-slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.parallax1 .parallax1-slides li {
  text-align: center;
}
.parallax1 .parallax1-slides li h4, .parallax1 .parallax1-slides li p {
  color: #fff;
}
.parallax1 .parallax1-slides li h4 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
}
.parallax1 .parallax1-slides li h4:before {
  content: '';
  background-image: url("../img/divider.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 303px;
  height: 19px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1 .parallax1-slides li h4:before {
    background-image: url("../img/divider.png");
  }
}
.parallax1 .parallax1-slides li p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 15px;
}
.parallax1 .bx-wrapper .bx-viewport {
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  margin: 0;
  left: auto;
  background-color: transparent;
}
.parallax1 .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: transparent;
  width: 29px;
  height: 21px;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: none;
  background-image: url("../img/bullets.png");
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .parallax1 .bx-wrapper .bx-pager.bx-default-pager a {
    background-image: url("../img/bullets.png");
  }
}
.parallax1 .bx-wrapper .bx-pager.bx-default-pager a:hover, .parallax1 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-position: 0 -22px;
}
.parallax1 .bx-wrapper .bx-pager, .parallax1 .bx-wrapper .bx-controls-auto {
  bottom: -45px;
}

/***************************************************************************************
Services Section
****************************************************************************************/
#section-four .row.our-services {
  position: relative;
}
#section-four .row.our-services .text-container {
  position: absolute;
  top: 0;
}
#section-four .row.our-services .text-container h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: "nexa_lightregular", sans-serif;
  line-height: 1.2;
  margin-bottom: 0;
}
#section-four .row.our-services .text-container h4 span {
  font-family: "nexa_boldregular", sans-serif;
}
#section-four .row.our-services .text-container p {
  font-size: 18px;
  font-weight: 300;
}
#section-four .row.our-services .text-container.text-one {
  left: 10px;
  text-align: right;
  top: 20px;
}
#section-four .row.our-services .text-container.text-two {
  right: 10px;
  top: -10px;
}

/***************************************************************************************
Portfolio Section
****************************************************************************************/
#section-five .intro-text {
  padding-bottom: 20px;
}
#section-five .filter-menu {
  text-align: center;
}
#section-five .filter-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#section-five .filter-menu ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
}
#section-five .filter-menu ul li a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "nexa_boldregular", sans-serif;
  border: 2px solid #e53a69;
  padding: 5px 30px;
  padding-bottom: 3px;
  color: #161616;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-five .filter-menu ul li a:hover {
  background-color: #e53a69;
  color: #fff;
  border-color: #fff;
}
#section-five #portfolio-container {
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 45px;
}
#section-five #portfolio-container .hover-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(245, 79, 54, 0.7);
  color: #fff;
  text-align: center;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-five #portfolio-container .hover-content .border {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 2px solid white;
  margin: 0 auto;
}
#section-five #portfolio-container .hover-content .content {
  padding: 20px;
  padding-bottom: 50px;
  position: absolute;
  top: 45%;
  width: 100%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../img/plus-circle.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #section-five #portfolio-container .hover-content .content {
    background-image: url("../img/plus-circle.png");
  }
}
#section-five #portfolio-container .hover-content .content h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}
#section-five #portfolio-container .hover-content .content p {
  font-weight: 300;
  margin-top: 5px;
  margin: 0;
}
#section-five #portfolio-container .element.active-element .hover-content {
  background-color: #e53a69;
  width: 100%;
  height: 100%;
}
#section-five #portfolio-container .element.active-element .hover-content .content {
  background-image: none;
  padding-bottom: 20px;
  top: 50%;
}
#section-five #portfolio-container .element:hover .hover-content {
  height: 100%;
}
#section-five .loading-button {
  text-align: center;
  padding-bottom: 102px;
}
#section-five .loading-button a {
  font-size: 14px;
  font-family: "nexa_boldregular", sans-serif;
  padding: 5px 35px;
  padding-top: 8px;
  border: 2px solid #e53a69;
  text-transform: uppercase;
  color: #161616;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-five .loading-button a:hover {
  background-color: #e53a69;
  color: #fff;
}

.value1 {
    background: url(../img/expertise.png); height: 83px; background-repeat: no-repeat; text-align: center;  background-position: center;
}
.value1:hover {   background: url(../img/expertise2.png);  height: 83px; background-repeat: no-repeat; text-align: center;  background-position: center;}

.value2{
    background: url(../img/innovation.png); height: 83px; background-repeat: no-repeat; text-align: center;  background-position: center;
}
.value2:hover {   background: url(../img/innovation2.png);  height: 83px; background-repeat: no-repeat; text-align: center;  background-position: center;}


.value3 {
    background: url(../img/excellence.png); height: 83px; background-repeat: no-repeat; text-align: center;  background-position: center;
}
.value3:hover {   background: url(../img/excellence2.png);  height: 83px; background-repeat: no-repeat; text-align: center;  background-position: center;}
/***************************************************************************************
Member Sections
****************************************************************************************/
#section-six {
  overflow: hidden;
}
#section-six .member-area {
  margin-bottom: 100px;
}
#section-six .member-area .large-3 {
  -webkit-perspective: 1000;
  /* Chrome, Safari, Opera */
  perspective: 1000;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 388px;
}
#section-six .member-area .large-3 i {
  font-size: 45px;
}
#section-six .member-area .large-3 .border {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: 2px solid white;
  margin: auto;
}
#section-six .member-area .large-3:nth-child(1) {
  background-color: rgba(245, 79, 54, 0.25);
}
#section-six .member-area .large-3:nth-child(2) {
  background-color: rgba(245, 79, 54, 0.5);
}
#section-six .member-area .large-3:nth-child(3) {
  background-color: rgba(245, 79, 54, 0.75);
}
#section-six .member-area .large-3:nth-child(4) {
  background-color: #e53a69;
}
#section-six .member-area .large-3 h5 {
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding-top: 10px;
}
#section-six .member-area .large-3 p {
  font-size: 54px;
  font-family: "nexa_lightregular", sans-serif;
  margin: 0;
}
#section-six .member-area .large-3 p span {
  font-family: "nexa_lightregular", sans-serif;
  font-size: 20px;
}
#section-six .member-area .large-3 a {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
}
#section-six .member-area .large-3 .flipper {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#section-six .member-area .large-3 .flipper .front, #section-six .member-area .large-3 .flipper .back {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 388px;
  left: 0;
}
#section-six .member-area .large-3 .flipper .front {
  z-index: 5;
  padding-top: 70px;
  padding-bottom: 70px;
}
#section-six .member-area .large-3 .flipper .back {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background-color: #e53a69;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
#section-six .member-area .large-3 .flipper .back a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 34px;
  padding-top: 120px;
  position: relative;
}
#section-six .member-area .large-3 .flipper .back a:before {
  content: '\f1b1';
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  position: absolute;
  top: 80px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#section-six .member-area .large-3:hover .flipper {
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/***************************************************************************************
Latest Blog Posts Section
****************************************************************************************/
#section-seven .blog-section {
  margin-bottom: 100px;
}
#section-seven .blog-section .large-3.blog-posts-info {
  background-color: #e53a69;
  padding: 10px;
  min-height: 512px;
}
#section-seven .blog-section .large-3.blog-posts-info .top-holder span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background-color: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 33px;
  text-transform: uppercase;
  color: #e53a69;
  font-family: "nexa_lightregular", sans-serif;
  font-size: 12px;
}
#section-seven .blog-section .large-3.blog-posts-info .sharings {
  float: right;
}
#section-seven .blog-section .large-3.blog-posts-info .sharings a {
  color: #fff;
  line-height: 30px;
  text-align: center;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #e53a69;
  height: 30px;
  background-color: #fff;
  margin-left: 5px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}
#section-seven .blog-section .large-3.blog-posts-info .sharings a:hover {
  background-color: #e53a69;
  color: #fff;
  border-color: #fff;
}
#section-seven .blog-section .large-3.blog-posts-info h6 {
  font-size: 114px;
  color: #fff;
  margin: 0;
  font-family: "nexa_lightregular", sans-serif;
  line-height: 0.7;
  margin-top: 35px;
}
#section-seven .blog-section .large-3.blog-posts-info p.information {
  font-size: 24px;
  color: #fff;
  font-family: "nexa_boldregular", sans-serif;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}
#section-seven .blog-section .large-3.blog-posts-info p:not(.information) {
  color: #fff;
  line-height: 1.4;
  margin-top: 10px;
}
#section-seven .blog-section .large-3.blog-posts-info > a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "nexa_boldregular", sans-serif;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: absolute;
  bottom: 10px;
  left: 10px;
}
#section-seven .blog-section .large-3.blog-posts-info > a:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: '\f18d';
  margin-right: 6px;
}
#section-seven .blog-section .large-3.blog-holder {
  position: relative;
}
#section-seven .blog-section .large-3.blog-holder .post-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-seven .blog-section .large-3.blog-holder .post-content > span a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 30px;
  line-height: 30px;
  background-color: #e53a69;
  border: 1px solid transparent;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-seven .blog-section .large-3.blog-holder .post-content > span a:hover {
  background-color: #fff;
  border-color: #e53a69;
  color: #e53a69;
}
#section-seven .blog-section .large-3.blog-holder .post-content .date {
  color: #fff;
  font-size: 24px;
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 0.9;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#section-seven .blog-section .large-3.blog-holder .post-content .date span {
  font-size: 71px;
  margin: 0;
}
#section-seven .blog-section .large-3.blog-holder .post-content .post-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
}
#section-seven .blog-section .large-3.blog-holder .post-content .post-title h1 {
  font-size: 24px;
  line-height: 1.2;
  margin: 0;
}
#section-seven .blog-section .large-3.blog-holder .post-content .post-title h1 a {
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-seven .blog-section .large-3.blog-holder .post-content .post-title > a {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 30px;
  line-height: 30px;
  background-color: #e53a69;
  margin-top: 5px;
  border: 1px solid transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section-seven .blog-section .large-3.blog-holder:hover .post-content {
  background-color: transparent;
}
#section-seven .blog-section .large-3.blog-holder:hover .post-content > span a, #section-seven .blog-section .large-3.blog-holder:hover .date {
  margin-top: 50px;
  opacity: 0;
}
#section-seven .blog-section .large-3.blog-holder:hover .post-title h1 a, #section-seven .blog-section .large-3.blog-holder:hover .post-title > a {
  color: #e53a69;
}
#section-seven .blog-section .large-3.blog-holder:hover .post-title > a {
  background-color: #fff;
}

/***************************************************************************************
Contact Section
****************************************************************************************/
#contact-section {
  text-align: center;
  color: #fff;
  padding-top: 100px;
}
#contact-section .large-12 h4 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  padding-bottom: 20px;
  color: #fff;
}
#contact-section .large-12 h4:before {
  content: '';
  background-image: url("../img/divider.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 303px;
  height: 19px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #contact-section .large-12 h4:before {
    background-image: url("../img/divider.png");
  }
}
#contact-section .large-12 p {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 15px;
}
#contact-section .large-4 {
  padding-top: 30px;
  padding-bottom: 20px;
}
#contact-section .large-4 .icon-holder {
  position: relative;
  min-height: 60px;
}
#contact-section .large-4 .icon-holder img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#contact-section .large-4 a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative;
  top: -7px;
}
#contact-section .large-4 a, #contact-section .large-4 p {
  color: #fff;
  margin: 0;
  font-weight: 300;
  font-size: 24px;
}

.form-section {
  padding-top: 50px;
  padding-bottom: 120px;
}
.form-section .input-wrap {
  position: relative;
}
.form-section .input-wrap label {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #e53a69;
}
.form-section .input-wrap input[type="text"], .form-section .input-wrap input[type="email"] {
  height: 40px;
  padding: 10px;
  padding-left: 45px;
  border-color: #e53a69;
  border-width: 2px;
}
.form-section .submit-wrap {
  text-align: center;
}
.form-section .submit-wrap input {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-family: "nexa_boldregular", sans-serif;
  font-size: 18px;
  padding: 10px;
  padding-bottom: 5px;
  background-color: #e53a69;
  border: none;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: 2px solid transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-section .submit-wrap input:hover {
  border-color: #e53a69;
  color: #e53a69;
  background-color: #fff;
}
.form-section .submit-wrap input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
}

footer {
  background-color: #161616;
  position: relative;
}
footer p {
  margin: 0;
  padding: 20px 0;
  padding-bottom: 15px;
}
footer p, footer a {
  color: #fff;
  text-transform: uppercase;
  font-family: "nexa_boldregular", sans-serif;
  font-size: 14px;
}
footer .large-6:last-child {
  text-align: right;
}
footer > a {
  position: absolute;
  top: -30px;
  left: 50%;
  font-size: 25px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
  background-image: url("../img/gotop.png");
  background-position: 0 bottom;
  width: 38px;
  height: 54px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer > a {
    background-image: url("../img/gotop.png");
  }
}

/***************************************************************************************
Blog Page Section
****************************************************************************************/
#blog-posts .blog-holder {
  margin-bottom: 60px;
}
#blog-posts .blog-holder .large-2 {
  padding-top: 4px;
  text-align: right;
}
#blog-posts .blog-holder .large-2 .top-infos {
  min-height: 65px;
}
#blog-posts .blog-holder .large-2 .top-infos .image-holder {
  float: left;
}
#blog-posts .blog-holder .large-2 .top-infos .post-info {
  font-size: 12px;
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
}
#blog-posts .blog-holder .large-2 .top-infos .post-info span {
  font-size: 42px;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags {
  padding-top: 13px;
  margin-top: 14px;
  border-top: 1px solid black;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags .sharings a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin-left: 5px;
  padding: 10px 12px;
  color: #161616;
  border: 1px solid #161616;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags .sharings a:first-child {
  margin-left: 0;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags .sharings a:hover {
  background-color: #e53a69;
  color: #fff;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags .tags {
  padding-top: 15px;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags .tags a {
  color: #161616;
  font-size: 12px;
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#blog-posts .blog-holder .large-2 .sharings-and-tags .tags a:hover {
  color: #e53a69;
}
#blog-posts .blog-holder .large-10 h1, #blog-posts .blog-holder .large-10 p {
  margin: 0;
  line-height: 1;
}
#blog-posts .blog-holder .large-10 h1 {
  font-size: 32px;
  font-family: "nexa_lightregular", sans-serif;
  margin-bottom: 10px;
  line-height: 1.1;
}
#blog-posts .blog-holder .large-10 h1 a {
  color: #161616;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#blog-posts .blog-holder .large-10 h1 a:hover {
  color: #e53a69;
}
#blog-posts .blog-holder .large-10 h1 a span {
  font-family: "nexa_boldregular", sans-serif;
}
#blog-posts .blog-holder .large-10 p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 20px;
  padding-top: 15px;
  position: relative;
}
#blog-posts .blog-holder .large-10 p:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15%;
  height: 2px;
  background-color: #e53a69;
}
#blog-posts .blog-holder .large-10 > a.read-more {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "nexa_boldregular", sans-serif;
  margin-top: 15px;
  padding: 10px 30px;
  padding-left: 20px;
  padding-top: 15px;
  border: 1px solid #e53a69;
  color: #161616;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#blog-posts .blog-holder .large-10 > a.read-more:hover {
  background-color: #e53a69;
  color: #fff;
}
#blog-posts .blog-holder .large-10 .post-images {
  padding: 0;
  margin: 0;
  list-style: none;
}
#blog-posts .blog-holder .large-10 .bx-wrapper .bx-viewport {
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0;
  margin: 0;
  border: none;
  left: auto;
}
#blog-posts .blog-holder .large-10 .bx-wrapper .bx-controls-direction a {
  bottom: 0;
  top: auto;
  left: auto;
  width: 70px;
  height: 70px;
  opacity: 0.6;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center center;
  background-color: #e53a69;
}
#blog-posts .blog-holder .large-10 .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
}
#blog-posts .blog-holder .large-10 .bx-wrapper .bx-prev {
  left: auto;
  right: 71px;
  background-image: url(../img/prev.png);
}
#blog-posts .blog-holder .large-10 .bx-wrapper .bx-next {
  right: 0;
  background-image: url(../img/next.png);
}

.pagination-wrap {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 100px;
  border-top: 2px solid #161616;
}
.pagination-wrap .pagination {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0;
}
.pagination-wrap .pagination a {
  font-family: "nexa_boldregular", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  color: #161616;
}
.pagination-wrap .pagination li.current a {
  color: #fff;
}

/***************************************************************************************
Contact Section
****************************************************************************************/
#contact-two-section .contact-map-section {
  min-height: 575px;
  background-image: url(../img/contact-map.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 30px;
  margin-bottom: 150px;
}
#contact-two-section .contact-map-section .large-10 .wrap {
  margin-top: 100px;
  text-align: center;
  position: relative;
  padding: 40px 25px;
  background-color: rgba(0, 0, 0, 0.5);
  min-height: 300px;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact-two-section .contact-map-section .large-10 .wrap .social-links {
  padding-top: 15px;
  position: relative;
  z-index: 5;
}
#contact-two-section .contact-map-section .large-10 .wrap .social-links a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 5px;
  font-size: 24px;
}
#contact-two-section .contact-map-section .large-10 .wrap h5 {
  line-height: 1;
  margin: 0;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#contact-two-section .contact-map-section .large-10 .wrap p {
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  margin-top: 10px;
}
#contact-two-section .contact-map-section .large-10 .wrap a {
  color: #fff;
}
#contact-two-section .contact-map-section .large-10 .wrap span {
  display: block;
  font-size