/* Slick Slider Css Ruls */

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.img-fill {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  height: 320px;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none
}

/* Slider Theme Style */

.Container {
  padding: 0 15px;
}

.Container:after,
.Container .Head:after {
  content: '';
  display: block;
  clear: both;
}

.Container .Head {
  font: 20px/50px NeoSansR;
  color: #222;
  height: 52px;
  over-flow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, .25);
}

.Container .Head .Arrows {
  float: right;
}

.Container .Head .Slick-Next,
.Container .Head .Slick-Prev {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-top: 6px;
  background: #2b2b2b;
  color: #FFF;
  margin-left: 5px;
  cursor: pointer;
  font: 18px/36px FontAwesome;
  text-align: center;
  transition: all 0.5s;
}

.Container .Head .Slick-Next:hover,
.Container .Head .Slick-Prev:hover {
  background: #33687a;
}

.Container .Head .Slick-Next:before {
  content: '\f105'
}

.Container .Head .Slick-Prev:before {
  content: '\f104'
}

.SlickCarousel {
  margin: 0 -7.5px;
  margin-top: 10px;
}

.ProductBlock {
  padding: 0 7.5px;
}

.ProductBlock .img-fill {
  height: 330px;
}

.ProductBlock h3 {
  font: 15px/36px RalewayR;
  color: #393939;
  margin-top: 5px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, .25);
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.04);
}




.membre {
  box-shadow: 0px 2px 6px 0px #ccc;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.membre:hover .left {
  right: 0;
}

.membre:hover .overly {
  height: 100%;
  padding: 20px 10px;
}

.membre .left {
  top: 0;
  right: -100%;
  height: 100%;
}

.membre .overly {
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  position: absolute;
  width: 100%;
  display: block;
  transition: all 0.5s ease-in;
}

.membre:hover .info {
  position: absolute;
  bottom: -80px;
  padding: 0;
  transition: all 0.5s ease-in;
}

.membre .info {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all 0.5s ease-in;
  margin: 0;
}

.membre .name {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}

.membre .job {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.middle {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.membre .name {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
}

.membre .job {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin: 4px 0;
}

.membre .text {
  margin: 15px 10px 15px 0px;
  font-size: 14px;
  color: #fff;
}

.membre .social-icones {
  display: inline-flex;
  position: relative;
}

.membre .social-icones .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  display: block;
  text-align: center;
  margin-right: 5px;
  color: #000;
}

.top {
  bottom: -45% !important;
}

.shape-item {
  position: absolute;
}

@keyframes jump {
  0% {
    transform: translate3d(0, 0, 0)
  }

  10% {
    transform: translate3d(0, 5%, 0)
  }

  15% {
    transform: translate3d(0, 20%, 0)
  }
}

.jump {
  transform-origin: 50% 50%;
  animation: jump .9s linear alternate infinite;
}

.team-02 {
  top: 53%;
  right: 11%;
}

.our_skill_intro {
  background: url(../img/home-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 30px;
}

.lets_talk_team h6 {
  color: #fff;
  font-family: cerebri_sansbold;
  font-weight: 800;
}

.lets_talk_team h1 {
  font-weight: 800;
  font-size: 60px;
  color: #fff;
}

.get_detail_frm {
  padding: 60px 0px;
}

.solution_btn {
  background-color: #fff;
  border: 1px solid #fff;
  color: #000;
  padding: 10px 30px;
}

.our_team_sectored {
  padding: 30px;
  background-color: #fff;
}



/*contact*/
.contact_locator {
  width: 100%;
  background-image: url(../img/contact-bg.png);
  background-repeat: no-repeat;
  height: 250px;
  margin: 20px 0;
  border-radius: 20px;
}

.loc_cont {
  text-align: center;
}

.loc_cont {
  font-size: 21px;
  height: 70px;
  width: 70px;
  color: #fff;
  border-radius: 50%;
  line-height: 71px;
  margin-bottom: 10px;
  display: inline-block;
  background: linear-gradient(to right, #cb356b, #bd3f32);
}

.our_skill_intro_cont {
  padding: 30px;
}

.loc_inform {
  text-align: center;
  padding: 30px 0px;
}

.mail_here {
  color: #fff;
  padding: 5px 0px;
}

.mail_here li {
  list-style-type: none;
}

.mail_here a {
  color: #fff;
  text-decoration: none;
}

.input_sectore_query input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1.5px dashed #bd3f32;
  outline: none;
  color: #959595;
  transition: .5s ease;
}

.input_sectore_query input:focus {
  box-shadow: 1.2px 2px 17px #3198a3;
}

.form-control {
  width: 100%;
  padding: 10px 10px;
  border-radius: 5px;
  border: 1.5px dashed #bd3f32;
  outline: none;
  color: #959595;
  transition: .5s ease;

}

.form-control:focus {
  outline: none;
  box-shadow: 1.2px 2px 17px #bd3f32;
  color: #959595;
}

.form-control::placeholder {
  color: #bd3f32;
}

.input_sectore_query input:focus {
  outline: none;

}

.input_sectore_query input::placeholder {
  color: #bd3f32;
}

.input_sectore_query textarea {
  height: 150px;
}

.enquiry_btn_cont button {
  background: linear-gradient(to right, #cb356b, #bd3f32);
  border: none;
  padding: 10px 27px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
}

.enquiry_btn_cont button:focus {
  outline: none;
}

.our_team_sectored_cont {
  width: 100%;
}

.enqury_contact {
  text-align: center;
}

.input_sectore_query {
  padding: 20px 0px;
}

.enquiry_btn_cont {
  text-align: center;
  padding: 20px;
}

.text-failed {
  color: red;
}

.frms {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 5px 30px 10px 30px !important;
  margin-bottom: 25px;
}

