.carousel{
    width:100%;
    margin:0px auto;
}
.carousel .slick-track{
    height: 430px;
}
.slick-slide img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
}
.carousel .slick-arrow{
    display: none !important;
}


.type-text ul{
    margin-bottom: 20px;
}
.type-text ul li{
    font-size: 16px;
    font-weight: 500;
    list-style-type: none;
}
.type-text ul li:before {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fc5c5c;
    content: "•";
    padding-right: 7px;
    font-size: 40px;
    position: relative;
    top: 5px;
    line-height: 23px;
}
.type-text p{
    font-size: 16px;
    margin-bottom: 20px;
}
.type-text img{
    width: 100%;
    margin-bottom: 20px;
}

.layer_sertificate{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: -10;
    transition: all 0.5s;
}
.sertificate_box:hover .layer_sertificate{
    opacity: 1;
    visibility: visible;
    z-index: 10;
}

/* call */
.call ul li{
    min-height: 29px;
    background-image: url('../img/like2.png');
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 49px;
    padding-top: 6px;
    margin-bottom: 19px;
    line-height: 1.3;
    list-style: none;
}

.project .slick-track, .color_1 .slick-track, .color_2 .slick-track, .color .slick-track{
    height: 300px;
}

.project .slick-slide, .color_1 .slick-slide, .color_2 .slick-slide, .color .slick-slide  { 
    margin: 0 30px;
}

.project .slick-list, .color_1 .slick-list, .color_2 .slick-list, .color .slick-list{ 
    padding: 0 -30px; 
}
.project_layer{
    position: absolute;
    z-index: -10;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(0,0,0,0.8);
    color: white;
    font-weight: 600;
    font-size: 20px;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease-in-out;
    text-align: center;
}
.project a:hover .project_layer{
    opacity: 1;
    visibility: visible;
    z-index: 10;
}
.project img, .color_1 img, .color_2 img, .color img{
    border: none !important;
}
.type-text .button_link{
    background: #fc5c5c;
    text-transform: uppercase;
    text-align: center;
    border: none;
    color: white;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
    bottom: 25px;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    text-decoration: none;
    padding: 8px;
    margin-bottom: 20px;
}
.type-text .button_link:hover{
    opacity: 0.8;
}

.float_left video,.float_left img, .float_left iframe{
    width: 448px !important;
    float: left !important;
    padding: 20px 20px 20px 0 !important;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .float_left img{
    padding: 0px !important;
    padding-right: 20px !important;
    padding-bottom: 20px !important;
    
  }
  .float_left a{
      color: #2a6496;
  }
  .float_left a:hover{
      text-decoration: underline;
  }

  .float_right video,.float_right img, .float_right iframe{
    width: 448px !important;
    float: right !important;
    padding: 20px 20px 20px 0 !important;
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
  }
  .float_right img{
    padding: 0px !important;
    padding-left: 20px !important;
    padding-bottom: 20px !important;
    
  }
  .float_right a{
      color: #2a6496 !important;
  }
  .float_right a:hover{
      text-decoration: underline !important;
  }

  .type-text h3{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 130%;
    color: #000;
    text-align: justify;
    text-transform: uppercase;
    font-family: 'Montserrat Light', sans-serif;
    line-height: 1.5;
  }
  .type-text ol{
      list-style-type:decimal;
  }
  .type-text ol li{
      margin-bottom: 10px;
  }

  #page-wrapper.over{
      overflow: hidden;
  }

  .phone-call:before {
    position: absolute;
    content: " ";
    z-index: -1;
    top: -15px;
    left: -15px;
    background-color: rgba(252,92,92,0.6);
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0);
        opacity: 0;
    }
    25% {
        -webkit-transform: scale(0.3);
        opacity: 1;
    }
    50% {
        -webkit-transform: scale(0.6);
        opacity: .6;
    }
    75% {
        -webkit-transform: scale(0.9);
        opacity: .3;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    25% {
        transform: scale(0.3);
        opacity: 1;
    }
    50% {
        transform: scale(0.6);
        opacity: .6;
    }
    75% {
        transform: scale(0.9);
        opacity: .3;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}


@media(max-width:1024px){
    .carousel .slick-track{
        height: 400px;
    }

    .float_left video,.float_left img, .float_left iframe{
        width: 80%;
        float: none;
        margin: 0 auto;
        padding: 20px ;
      }
      .float_left img{
        padding: 20px;
      }
    
      .float_right video,.float_right img, .float_right iframe{
        width: 80%;
        float: none;
        margin: 0 auto;
        padding: 20px;
      }
      .float_right img{
        padding: 20px;
      }
}
@media(max-width:768px){
    .carousel .slick-track{
        height: 300px;
    }
    .float_left video,.float_left img, .float_left iframe{
        width: 100%; 
        padding: 10px;
      }
      .float_left img{
        padding: 10px;
      }
      .float_right video,.float_right img, .float_right iframe{
        width: 100%;
        padding: 10px;
      }
      .float_right img{
        padding: 10px;
      }
}
@media(max-width:640px){
    .carousel .slick-track{
        height: 270px;
    }
}