@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
a.down {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity .10s;
  width: 90%!important;
  font-size: 18px!important;
}
a.down:hover {
  background: #84c748!important;
  border: 1px solid #84c748!important;
  color:#fff!important;
}
a.down span {
  position: absolute;
  top: 0;
  right: 2px;
  width: 30px;
  height: 40px;
  box-sizing: border-box;
}
a.down span img {
  position: absolute;
  top: 3px;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
*{
  text-decoration: none !important;
  outline: 0 !important;
}
.row {
  margin: 0 !important;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
}
.container-in {
  max-width: 1100px;
  margin: 0 auto;
}
header .col-md-8 img{
  width: 14px;
}
header .col-md-4 {
  padding: 10px;
}
header .col-md-4 img{
  width: 145px;
}
header {
  border-bottom: 1px solid #EBEBEB;
}
header .col-md-8{
  text-align: right;
}
header .col-md-8 .social{
  height: 30px;
  width: 30px;
  border: 1px solid #EBEBEB;
  padding: 2px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
  margin: 10px 10px 0 0;
  position: relative;
  top: -10px;
}
header .col-md-8 .social:hover{
  background: #F2F5F8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .col-md-8 .mail{
  font-size: 15px;
  font-family: 'AvenirNextLTProRegular';
  color: #000;
  padding: 25px 25px;
  border-right: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  display: inline-block;
  margin-right: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .col-md-8 .tel{
  font-size: 16px;
  color: #fff;
  font-family: 'AvenirNextLTProRegular';
  padding: 15px 25px;
  border-right: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  display: inline-block;
  margin-right: 0;
  text-align: center;
  background: #007ac9;
  margin-left: -4px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
header .col-md-8 .tel span{
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
}
.tel:hover{
  background: #F2F5F8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.mail:hover{
  background: #F2F5F8;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.cta-one{
  padding: 10px;
  font-family: 'AvenirNextLTProRegular';
  display: inline-block;
  background: #007ACA;
  border: 1px solid #007ACA;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  margin-left: 20px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.cta-one:hover{
  background: #fff;
  color: #007ACA;
  border:1px solid #007ACA;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.showcase-form{
  background-image: url(../../images/cover.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: auto;
}
.overlay{
  background-image: linear-gradient(-90deg, #FFFFFF 1%, rgba(255,255,255,0.75) 100%);
  padding: 65px 0;
  height: 100%;
}
.overlay .col-md-7{
  padding-top: 10%;
}
.overlay h1{
  font-size: 39px;
  color: #7F7F7F;
  font-family: 'AvenirNextLTProRegular';
  line-height: 53px;
}
.overlay h1 span{
  font-size: 45px;
  color: #07537F;
  font-family: 'AvenirNextLTProBold';
}
.overlay .col-md-7 .cta-two{
  background: #fff;
  color: #007ACA;
  border:1px solid #007ACA;
  padding: 10px 15px;
  margin-top: 25px;
  font-size: 15px;
  font-family: 'AvenirNextLTProRegular';
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.overlay .col-md-7 .cta-two:hover{
  background: #007ACA;
  color:#fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.form-box{
  padding: 25px 35px;
  background: #F2F5F8;
  border: 1px solid #EBEBEB;
  text-align: center;
}
.form-box h3{
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #07537F;
  font-family: 'AvenirNextLTProBold';
}
.form-box p{
  font-family: 'AvenirNextLTProRegular';
  font-size: 15px;
  color: #444444;
  text-align: center;
  padding-bottom: 15px;
}
.form-box .form-control{
  border: 1px solid #C9D3D8;
  color: #000;
  font-size: 15px;
  margin-bottom: 20px;
  box-shadow: none;
}
.form-box input{
  height: 50px;
}
.form-box button{
  padding: 10px 50px;
  font-family: 'AvenirNextLTProRegular';
  display: inline-block;
  background: #007ACA;
  border: 1px solid #007ACA;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.form-box button:hover{
  background: #fff;
  color: #007ACA;
  border:1px solid #007ACA;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.anchor-down{
  margin-top: 20%;
}
.galery{
  padding: 0;
  height: 220px;
  margin: 0 10px ;
  min-height: 220px !important;
  overflow: hidden;
  position: relative;
}
.overlay_galery {
  background: rgba(159, 15, 18, 0.0);
  position: absolute;
  width: 100%;
  border: 2px solid transparent;
  padding-top: 88px;
  height: 220px;
  text-align: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 1;
}
.galery img {
  width: 140% !important;
  height: auto;
  position: absolute;
  top: 0;
  left: -10px;
}
.galery > a > .overlay_galery img {
  opacity: 0;
  width: 46px !important;
  height: 46px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
}
.overlay_galery:hover{
  background:  rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  z-index: 1;
}
.galery  > a >.overlay_galery:hover img {
  opacity: 1;
  width: auto;
  transition: all 0.3s ease;
}
.projects-box{
  padding: 20px 20px 40px 20px;
  text-align: center;
  background: #F2F5F8;
  overflow: hidden;
}
.projects-box .slick-prev::before {
  background: url(../../images/left.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 0;
}
.projects-box .slick-prev {
  left: -60px;
  z-index: 9;
  width: 50px;
  height: 50px;
  background: #FBFAF8;
  border-radius: 100px;
}
.projects-box .embed-responsive-16by9 {
  padding-bottom: 56.25%;
  margin: 0 4%;
}
.projects-box .slick-next {
  right: -60px;
  width: 50px;
  height: 50px;
  background: #FBFAF8;
  border-radius: 100px;
}
.projects-box .slick-next::before{
  background: url(../../images/right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 0;
}
.projects-box h2{
  margin-top: 0;
  font-family: 'AvenirNextLTProBold';
  font-size: 20px;
  color: #7f7f7f;
  text-align: center;
  margin-bottom: 20px;
}
.projects-box h4{
  margin-top: 0;
  font-family: 'AvenirNextLTProBold';
  font-size: 15px;
  color: #7f7f7f;
  text-align: center;
  margin-bottom: 20px;
  background: #3f3f3f;
  display: table;
  margin: 0 auto;
  padding: 10px;
  color: #fff;
  border-radius: 0;
  width: 92%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.projects-box h4::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: 8px solid #3f3f3f;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    padding: 0;
    right: 0;
    z-index: 10;
}
.projects-box p.description{
  color:#444444;
  margin: 0 0 45px 0;
}
.projects-box .cta-two{
  background: #fff;
  color: #007ACA;
  border:1px solid #007ACA;
  padding: 10px 15px;
  font-size: 15px;
  margin-top: 25px;
  font-family: 'AvenirNextLTProRegular';
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.projects-box .cta-two:hover{
  background: #007ACA;
  color:#fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.steps{
  padding: 45px 0;
  text-align: center;
  background: #fff;
}
.steps h2{
  margin-top: 0;
  font-family: 'AvenirNextLTProBold';
  font-size: 24px;
  color: #07537F;
  text-align: center;
  margin-bottom: 30px;
}
.steps p{
  font-family: 'AvenirNextLTProRegular';
  font-size: 14px;
  color: #444444;
  text-align: center;
  margin-bottom: 30px;
}
.steps a{
  padding: 10px 50px;
  font-family: 'AvenirNextLTProRegular';
  display: inline-block;
  background: #007ACA;
  border: 1px solid #007ACA;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.steps a:hover{
  background: #fff;
  color: #007ACA;
  border:1px solid #007ACA;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer{
  background: #3F3F3F;
  padding: 30px 0;
}
footer .col-md-4:nth-child(1) a{
  margin-right: 10px;
}
footer p{
  color: #fff;
  font-size: 15px;
  font-family: 'AvenirNextLTProRegular';
  margin-top: 25px;
}
footer .col-md-4:nth-child(2) img{
  width: 150px;
}
footer .col-md-4:nth-child(2) a{
  display: block;
  color: #fff;
  margin-top: 25px;
  font-family: 'AvenirNextLTProRegular';
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer .col-md-4:nth-child(2) a:hover{
  color: #ccc;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer span{
  color: #fff;
  font-size: 12px;
}
footer span a{
  color: #CFCFCF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
footer span a:hover{
  color: #fff;
}
.col-md-7-home h3 {
  color:#7f7f7f;
  font-size: 20px;
  margin: 0 0 14px 0;
  font-family: 'AvenirNextLTProBold';
  padding: 0;
}
.col-md-7-home h2 {
  color:#007ACA;
  font-size: 45px;
  font-family: 'AvenirNextLTProBold';
  margin: 0 0 14px 0;
  padding: 0;
}
.col-md-7-home {
  padding: 0 63px!important;
  overflow: hidden;
}
a.btngreen {
  background: #84c748;
  border: 1px solid #84c748;
}
.col-md-7-home a.btnblue {
  background: #007ACA;
  border: 1px solid #007ACA;
}
.col-md-7-home a.btnblue:hover {
  background: #fff;
  color: #007ACA;
  border: 1px solid #007ACA;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.col-md-7-home a.btngreen:hover {
  background: #fff;
  color: #84c748;
  border: 1px solid #84c748;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.col-md-7-home .col-md-6 {
  padding: 0 0 0 1.5%;

}
.col-md-7-home .col-md-6-first{
  padding: 0 1.5% 0 0;
}
.col-md-7-home .btnhome {
  padding: 10px;
  font-family: 'AvenirNextLTProBold';
  display: inline-block;
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  width: 100%;
  text-align: center;

}
.col-md-7-home h4 {
  color:#7f7f7f;
  font-size: 28px;
  margin: 0 0 45px 0;
  font-family: 'AvenirNextLTProBold';
  padding: 0;
  line-height: 23px;
}
.sliderhome img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.col-md-7-home .col-md-7-home-footer {
  clear: both;
  margin: 50px 0 0 0;
  padding: 0 8%;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.col-md-7-home-footer .btnhome {
  width: 44%;
}
.col-md-7-home .slick-prev {
  left: -60px;
  z-index: 9;
  width: 50px;
  height: 50px;
  background: #FBFAF8;
  border-radius: 100px;
}
.col-md-7-home .slick-next {
  right: -60px;
  width: 50px;
  height: 50px;
  background: #FBFAF8;
  border-radius: 100px;
}
.col-md-7-home .slick-prev::before {
  background: url(../../images/left.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 0;
}
.col-md-7-home .slick-next::before{
  background: url(../../images/right.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 0;
}
.projects .col-md-6{
  margin-bottom: 20px;
}
@media (min-width: 320px) and (max-width: 484px){
  header .col-md-4{
    text-align: center;
  }
  header .col-md-8 .social{
    display: none;
  }
  header .col-md-8 .mail{
    display: none;
  }
  header .col-md-8 .tel{
    margin: 0;
    border-right: 0;
    width: 100%;
    text-align: center;
    background: #007ac9;
    padding: 15px;
  }
  header .col-md-8 .cta-one{
    display: none;
  }
  .overlay .col-md-7{
    padding-top: 0;
    margin-bottom: 30px;
  }
  .overlay h1{
    font-size: 25px;
    line-height: 35px;
  }
  .overlay h1 span{
    font-size: 25px;
  }
  .anchor-down{
    display: none;
  }
  .form-box{
    padding: 25px 15px;
  }
  .projects-box .slick-prev{
    left: -30px;
  }
  .projects-box .slick-next{
    right: -30px;
  }
  footer{
    text-align: center;
  }
  footer .col-md-4:nth-child(3){
    text-align: center !important;
  }
}
.icowhatsapp {
  position:fixed;
  bottom:0;
  width: 15px;
  right: 0;
  display: block;
  position: fixed;
  right: 54px;
  bottom: 32px;
}
.icowhatsapp img {
  width: 45px;
}
@media (min-width: 568px) and (max-width: 736px){
  footer{
    text-align: center;
  }
  footer .col-md-4:nth-child(3){
    text-align: center !important;
  }
  .anchor-down{
    display: none;
  }
  .overlay .col-md-7{
    margin-bottom: 30px;
  }
  .projects-box .slick-prev{
    left: -30px;
  }
  .projects-box .slick-next{
    right: -30px;
  }
  header .col-md-8 .tel{
    padding: 25px 15px;
  }
  header .col-md-8 .mail{
    padding: 25px 15px;
  }
  .cta-one{
    margin-left: 5px;
  }
  header .col-md-8 .social{
    margin: 25px 0px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 800px){
  footer{
    text-align: center;
  }
  footer .col-md-4:nth-child(3){
    text-align: center !important;
  }
  .anchor-down{
    display: none;
  }
  .overlay .col-md-7{
    margin-bottom: 30px;
  }
  .projects-box .slick-prev{
    left: -30px;
  }
  .projects-box .slick-next{
    right: -30px;
  }
}
@media (min-width:800px) and (max-width: 1024px){
  header .col-md-8 .social{
    margin: 25px 0px 0 0;
  }
  .cta-one{
    margin-left: 0;
  }
  header .col-md-8 .tel{
    padding: 25px 15px;
  }
  header .col-md-8 .mail{
    padding: 25px 15px;
  }
}
@media (max-width: 1020px) {
  .col-md-7-home .btnhome {
    font-size: 1.3vw;
  }
}
@media (max-width: 992px) {
  .col-md-7-home .col-md-6-first, .col-md-7-home .col-md-6 {
    padding: 0;
  }
  .col-md-7-home .col-md-7-home-footer {
    margin: 50px 0;
  }
  footer .col-md-4 {
    text-align: center;
  }
  .col-md-7-home .btnhome {
    font-size: 13px;
  }
}
@media (max-width: 680px) {
  .col-md-7-home .col-md-7-home-footer {
    margin: 50px 0;
    padding: 0;
  }
  .col-md-7-home h2 {
    font-size: 35px;
  }
}
