html {
  padding-top:0px; }


/* Main Slider
-------------------------------------------------- */
#feature_slider {
  height: 280px;
  background: #262626;
  z-index: 1;
  margin-top : 42px;
  margin-bottom: 0px; }
  #feature_slider h1 {
    font-weight: 100;
    color: #FFF;
    font-size: 20px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    top: 20px;
    width: 50%; }
    #feature_slider h1 strong {
      text-transform: uppercase;
      font-size: 14px;
      margin: 0 0 20px; }
  #feature_slider .slide .info {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;

  }
  #feature_slider #pagination {
    line-height:34px;
    position: absolute;
    top: 340px;
    z-index: 3;
    margin: 0;
    padding: 5px;
    padding-left:5%;
    list-style-type: none; }
    #feature_slider #pagination li {
      float: left;
      padding: 0 11px;
      cursor: pointer;
      display:block; }
      #feature_slider #pagination li a {
        font-weight:700;
        color:#fff;
        font-size:17px;      
        opacity: .7;
        display: block;
        -webkit-transition: opacity .1s linear;
        -moz-transition: opacity .1s linear;
        transition: opacity .1s linear; }
      #feature_slider #pagination li.active a {
        color:#FF0004;
        opacity: 1; }
      #feature_slider #pagination li:hover a {
        opacity: 1; }
  #feature_slider .slide {
    width: 100%;
    /*height: 720px;*/
    height: 280px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /* Custom styles for each slide */
    /* Slide 1 */
    /* Slide 2 */
    /* Slide 3 */
    /* Slide 4 */ }
    #feature_slider .slide.previous {
      z-index: 1; }
    #feature_slider .slide.active {
      z-index: 2; }
    #feature_slider .slide.hidden {
      display: none; }

    #feature_slider .slide .info {
      display: none;
      z-index: 10; }
      #feature_slider .slide .info a:hover {
        opacity: .8; }
    #feature_slider .slide .asset, #feature_slider .slide .fade {
      position: absolute;
      display: none; }
  #feature_slider #slide-left {
    width: 31px;
    height: 37px;
    display: block;
    position: absolute;
    top: 215px;
    left: 0;
    background: url(/img/leftright-arrows.png) no-repeat;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2; }
    #feature_slider #slide-left:hover {
      opacity: 1; }
  #feature_slider #slide-right {
    width: 31px;
    height: 37px;
    display: block;
    position: absolute;
    top: 215px;
    left: auto;
    right: 0;
    background: url(/img/leftright-arrows.png) no-repeat;
    background-position: -31px 0;
    opacity: .5;
    -webkit-transition: opacity .1s linear;
    -moz-transition: opacity .1s linear;
    transition: opacity .1s linear;
    display: none;
    z-index: 2; }
    #feature_slider #slide-right:hover {
      opacity: 1; }

  #feature_slider .slide .info a {
  background:#ED1C24;
  color: #FFF;
  border-radius:5px;
  padding:10px;
  display: inline-block;
  }
  
  #feature_slider .slide .info a:hover {
  background:#2D2D2D;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear; 
}
#bg-pagination {
    height:44px;
    background: url(/images/bg-pagination.png) top center no-repeat;
    position: absolute;
    top: 333px;
    width:100%;
    z-index:2}

/* Showcase services
-------------------------------------------------- */
#showcase {
  margin-top: 0px; }
  #showcase .container {
    /*width: 980px;*/ }
  #showcase .image img {
    box-shadow: 3px 3px 5px 0px #B7B6B7; }
  #showcase .info {
    margin-top: 30px; }
    #showcase .info h4 {
      font-size: 17px; }
    #showcase .info p {
      color: #333333;
      line-height: 21px;
      font-size: 13px; }
  #showcase .features_op1_row .last {
    margin-right: 0; }
  #showcase .features_op1_row .feature .text {
    margin: 32px auto 15px;
    width: 87%; }
  #showcase .features_op1_row .feature .text_desc {
    margin: 32px auto 0;
    width: 100%;
    text-align:justify
     }
    #showcase .features_op1_row .feature .text h6 {
      margin: 0 0 14px 0;
      font-size: 17px;
      line-height:20px;
       }
    #showcase .features_op1_row .feature .text p {
      margin: 0;
      font-size: 13px;
      line-height: 16px; }
  #showcase .features_op1_row .feature .img_box {
    position: relative;
    border-radius: 5px; }
    #showcase .features_op1_row .feature .img_box img {
      border-radius: 5px;
      max-width: 98%;
      margin: 0 auto;
      display: block; }
    #showcase .features_op1_row .feature .img_box span.circle {
      background: rgba(17, 137, 217, 0.8);
      width: 48px;
      height: 48px;
      display: none;
      text-align: center;
      position: absolute;
      top: 36%;
      left: 42%;
      border-radius: 100%; }
      #showcase .features_op1_row .feature .img_box span.circle span.plus {
        display: inline-block;
        font-weight: bold;
        color: white;
        font-size: 32px;
        margin-top: 13px; }
    #showcase .features_op1_row .feature .img_box:hover span.circle {
      display: block; }
    #showcase .features_op1_row .feature .img_box:hover .img_box {
      box-shadow: 0px 0px 1px 100px black inset; }
    #showcase .features_op1_row .feature .img_box:hover img {
      box-shadow: 1px 1px 6px 0px #888;
      border-radius: 5px;
      opacity: 0.9;
      filter: alpha(opacity=90); }
	  
#showcase #societe a,#showcase #activites a, #showcase #solutions a, #features.page a   {
    background: #73b72b; /* Old browsers */
    background: -moz-linear-gradient(top,  #73b72b 1%, #53970b 73%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#73b72b), color-stop(73%,#53970b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #73b72b 1%,#53970b 73%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #73b72b 1%,#53970b 73%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #73b72b 1%,#53970b 73%); /* IE10+ */
    background: linear-gradient(to bottom,  #73b72b 1%,#53970b 73%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73b72b', endColorstr='#53970b',GradientType=0 ); /* IE6-9 */
    text-align: center;
    margin: 25px auto 0;
    width: 80%;
    display: block;
    padding: 3px 0;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }

#showcase #societe a:hover,#showcase #activites a:hover ,#showcase #solutions a:hover  {
background: #252528;
}
	  
#societe {
background: #fff url(/img/bg-kep-france.jpg) no-repeat;
background-position: 50% 100%;
-webkit-background-size: cover;
background-size: cover;
background-size: 100%;
min-height: 300px;
margin-bottom:0;
}

#activites {
background: #FFF url(/img/bg-activites.jpg) no-repeat;
background-position: 50% 100%;
-webkit-background-size: cover;
background-size: cover;
background-size: 100%;
min-height: 300px;
margin-bottom:0;
}

#solutions {
background: #FFF url(/img/bg-catalogues.jpg) no-repeat;
background-position: 50% 100%;
-webkit-background-size: cover;
background-size: cover;
background-size: 100%;
min-height: 300px;
margin-bottom:0;
}

#societe h6, #activites h6, #solutions h6, #activites h6, #solutions h6 {
color:#269fe4;
}

#societe p, #activites p, #solutions p {
color:#000
}

#description h2 { font-size:20px; padding:2px; margin:2px}
#description h3 { font-size:15px; padding:0px; margin:0px; line-height:26px; font-weight:500;font-family: 'Lato', sans-serif !important;}

/* Features
-------------------------------------------------- */
#features {
  margin-top: 20px;
  margin-bottom: -20px; }
  #features .feature {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 65px; }
    #features .feature .info h3 {
      font-size: 21px;
      margin-top: 0px; }
      #features .feature .info h3 img {
        margin-right: 18px;
        position: relative;
        top: -10px; }
    #features .feature .info p {
      margin-top: 15px; }

#features .info a {
    background-color: #D00000;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }

#features .info a:hover {
background: #252528;
}

#features .charts_wrapp {
	margin-left: -20px;
	margin-bottom: 40px; }
	#features .charts_wrapp .plan {
		border-radius: 6px;
		box-shadow: 0 1px 3px 1px #d6d6d6;
		background-color: #fff;
		width: 95%;
		position: relative; }
		#features .charts_wrapp .plan .wrapper {
			padding: 16px 15px 13px 15px; }
#features .plan h3 {
    color: #07ABE6;
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    margin: 0 0 5px 0;
    line-height: 20px; }
#features .plan p {
    font-size: 11px;
}
#features .plan ul {
    font-size: 11px;
    margin: 0 0 5px 0;
    line-height: 20px; }
    
    



    
/* Pricing charts
-------------------------------------------------- */
#in_pricing {
  
/*  background:url(/images/bg.png) top center no-repeat; */
background: url(/img/bg-int.png) repeat-y top center;
  margin-top: 0px;
  margin-bottom: 0; }
  #in_pricing .head h6 {
    font-size: 18px;
    margin: 0;
    color: #8E8E8F;
    font-weight: normal; }
  #in_pricing .charts_wrapp {
    margin-left: -20px;
    margin-bottom: 00px; }
    #in_pricing .charts_wrapp .plan {
      border-radius: 6px;
      box-shadow: 2px 2px 4px 0 #404040;
      background-color: #fff;
      width: 98%;
      position: relative;
	  min-height:290px }
      #in_pricing .charts_wrapp .plan .wrapper {
        padding: 16px 15px 13px 15px; }
  #in_pricing .plan h3 {
    color: #535353;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 25px; }
  #in_pricing .plan .price {
    font-size: 17px;
    color: #1189D9;
    margin-top: 16px; }
    #in_pricing .plan .price span.dollar {
      font-size: 32px;
      position: relative;
      top: -6px;
      margin-right: 3px; }
    #in_pricing .plan .price span.qty {
      font-size: 47px;
      margin-right: 4px;
      position: relative;
      top: 2px; }
    #in_pricing .plan .price span.month {
      font-style: italic;
      font-weight: 300;
      font-size: 15px; }
  #in_pricing .plan .features {
    margin-top: 30px; }
    #in_pricing .plan .features p {
      color: #838385;
      margin-bottom: 5px;
      font-size: 11px; }
  #in_pricing .plan a.order {
    background-color: #2190DB;
    text-align: center;
    margin: 10px auto 0;
    width: 90%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear; }
    #in_pricing .plan a.order:hover {
      background: #252528; }
  #in_pricing .pro .plan {
    width: 100%;
    box-shadow: 2px 2px 4px 0 #404040;
    border: none;
    min-height:430px; }
    #in_pricing .pro .plan .wrapper {
      padding: 16px 5px 13px 5px; }
    #in_pricing .pro .plan img.ribbon {
      position: absolute;
      top: 0;
      right: 0;
      z-index:21 }
    #in_pricing .pro .plan a.order {
      margin-top: 10px; }
  #in_pricing .standar .plan {
    top:0;
	float: right; }
  #in_pricing .start {
    width: 100%;
    text-align: center; }
    #in_pricing .start p {
      font-size: 24px;
      display: inline-block;
      color: #5B5B5D;
      font-style: italic;
      line-height: 26px;
      margin: 0 18px 0 0; }
    #in_pricing .start a {
      text-transform: uppercase;
      color: #fff;
      font-weight: bold;
      border-radius: 4px;
      padding: 7px 17px;
      font-size: 17px;
      background: #252528;
      -webkit-transition: all .2s linear;
      -moz-transition: all .2s linear; }
      #in_pricing .start a:hover {
        background: #2190DB; }

      #in_pricing .produit {
        margin-right: 2px;
        margin-left: 2px;
      }


  #in_pricing .standar {
    padding-right:5px;
    padding-left: 5px; }
    
  #in_pricing .pro {
    padding-right:5px;
    padding-left: 5px;
    }

  #in_pricing .owl-wrapper {
    padding-bottom:10px;
}

.effects {
  padding-left: 15px;
}
.effects .img {
  position: relative;
  float: left;
  margin-bottom: 5px;
  width: 110%;
  overflow: hidden;
}
.effects .img:nth-child(n) {
  margin-right: 5px;
}
.effects .img:first-child {
  margin-left: -15px;
}
.effects .img:last-child {
  margin-right: 0;
}
.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 7px #c50331;
  text-align: center;
  color: #c50331;
  line-height: 40px;
  font-weight: 900;
  font-size: 70px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}


#effect-5 .overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#effect-5 .overlay a.expand {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#effect-5 .img.hover .overlay {
  opacity: 1;
}
#effect-5 .img.hover .overlay a.expand {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}


#in_pricing h3 a:hover {color:#c50331}

#in_pricing2 .plan a.order:hover {
  background: #252528; }




/* Responsive
-------------------------------------------------- */
@media (max-width: 991px) {
  #showcase .features_op1_row .feature .img_box span.circle {
    top: 35%; }

  #clients .row {
    text-align: center; }
  #clients .client {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 10px;
    float: none; } }
@media (min-width: 768px) and (max-width: 979px) {

#in_pricing {
  margin-top: 40px;
}
  #in_pricing .plan a.order {
    width: 64%; }

  .slide .info h2, .slide .info h2 * {
    font-size: 30px !important; }
  .slide#responsive .info {
    position: absolute;
    top: 170px;
    right: 6%;
    width: 25%; }
  .slide#tour .info {
    font-size: 15px; }
    .slide#tour .info a {
      font-size: 15px; } }
@media (min-width: 768px) {
  #features .feature .pic-right {
    float: right; }
  #features .feature .info-left {
    float: left; } }
@media (max-width: 767px) {
#in_pricing {
  margin-top: 40px;}  
 
  #partner-slider,
  #feature_slider {
    display: none; }

  #features .section_header {
    text-align: center; }
  #features .feature img {
    margin: 0 auto !important;
    float: none !important; }
  #features .feature .info h3 {
    text-align: center; }

  #showcase {
    margin-top: 120px; }
    #showcase .section_header {
      text-align: center; }
    #showcase .features_op1_row .feature {
      margin-bottom: 60px; }
      #showcase .features_op1_row .feature .img_box {
        text-align: center; }
        #showcase .features_op1_row .feature .img_box span.circle {
          top: 38%;
          left: 45%; }
      #showcase .features_op1_row .feature .text h6 {
        text-align: center; }
      #showcase .features_op1_row .feature:hover .img_box {
        box-shadow: none; }
    #showcase .features_op1_row .last {
      margin-bottom: 0; }

  #in_pricing .charts_wrapp {
    margin-left: 0; }
    #in_pricing .charts_wrapp .plan {
      margin: 0 auto 30px;
      width: 95%; }
      #in_pricing .charts_wrapp .plan .wrapper {
        margin: 0 auto;
        text-align: center; }
  #in_pricing .pro .plan {
    top: 0;
    width: 95%; }
  #in_pricing .standar .plan {
    float: none; }
  #in_pricing .start p {
    margin-bottom: 20px; }
  #in_pricing .start a {
    display: block;
    width: 50%;
    margin: 0 auto; } }
@media (max-width: 480px) {
  #showcase .features_op1_row .feature {
    margin-bottom: 60px; }
    #showcase .features_op1_row .feature .img_box {
      text-align: center; }
      #showcase .features_op1_row .feature .img_box span.circle {
        left: 44%; }
    #showcase .features_op1_row .feature .text h6 {
      text-align: left; }
    #showcase .features_op1_row .feature:hover .img_box {
      box-shadow: none; }
  #showcase .features_op1_row .last {
    margin-bottom: 0; } }
