
/** clients-section **/

.clients-section{
  position: relative;
  padding: 80px 0px;
}

.clients-section .client-logo img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .client-logo:hover img{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
}

  .clients-section.alternet-2{
    background: #f9f9f9;
    padding: 65px 0px;
  }
  
  .clients-section.alternet-2 .client-logo img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
  }
  
  .clients-section.alternet-2 .client-logo:hover img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
  }
/** policy-section **/

.policy-section{
  position: relative;
  padding: 100px 0px;
}

.policy-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

#content_block_five .content-box p{
  color: #c0cbda;
  margin: 0px;
}

#content_block_five .content-box .sec-title{
  margin-bottom: 25px;
}

#content_block_five .content-box .sec-title h2{
  margin-bottom: 14px;
}

#content_block_five .content-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 28px;
  padding-left: 80px;
}

#content_block_five .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_five .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border: 2px solid #e3ebf5;
  border-radius: 50%;
}

#content_block_five .content-box .info-list li h4{
  color: #fff;
  margin-bottom: 4px;
}

#content_block_five .content-box .info-list li a{
  color: #c0cbda;
}

#content_block_six .tab-btn-box{
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 28px;
}

#content_block_six .tab-btn-box .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #fff;
  padding: 19px 19px;
  margin-right: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 500ms ease;
}

#content_block_six .tab-btn-box .tab-btns li:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  left: 0px;
  bottom: 0px;
  transition: all 500ms ease;
}

#content_block_six .tab-btn-box .tab-btns li:hover:before,
#content_block_six .tab-btn-box .tab-btns li.active-btn:before{
  width: 100%
}

#content_block_six .tab-btn-box .tab-btns li:last-child{
  margin-right: 0px;
}

.policy-section #content_block_five .content-box{
  position: relative;
  margin-right: 100px;
  margin-top: 17px;
}

#content_block_six .tabs-content .content-inner p{
  color: #c0cbda;
  font-size: 16px;
  margin-bottom: 29px;
}

#content_block_six .tabs-content .content-inner p a{
  color: #c0cbda;
}

#content_block_six .tabs-content .content-inner p a:hover{

}

#content_block_six .tabs-content .content-inner form .form-group{
  position: relative;
  margin-bottom: 15px;
}

#content_block_six .tabs-content .content-inner form .form-group:last-child{
  margin-bottom: 0px;
}

#content_block_six .tabs-content .content-inner form .form-group i{
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 16px;
  color: #a9bbd4;
  z-index: 99;
}

#content_block_six .tabs-content .content-inner form .form-group input[type='text'],
#content_block_six .tabs-content .content-inner form .form-group input[type='email'],
#content_block_six .tabs-content .content-inner form .form-group select{
  position: relative;
  width: 100%;
  height: 55px;
  background: #fff;
  padding: 10px 20px 10px 50px;
  border-radius: 0px;
}

.nice-select{
  position: relative;
  margin-bottom: 25px;
  border: none;
  background: #fff;
  height: 55px;
  line-height: 55px;
  border-radius: 0px;
  padding-left: 50px;
  font-size: 16px;
  color: #666;
  z-index: 9;
}

.nice-select:after{
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  right: 25px;
}

#content_block_six .tabs-content .content-inner form .form-group button{
  display: block;
  width: 100%;
  padding: 12px 30px;
  text-transform: uppercase;
}
