/* Add here all your CSS customizations */
   section {
            padding: 60px 0;
        }
        
        a,
        a:hover,
        a:focus,
        a:active {
            text-decoration: none;
            outline: none;
        }
        
        a,
        a:active,
        a:focus {
            color: #6f6f6f;
            text-decoration: none;
            transition-timing-function: ease-in-out;
            -ms-transition-timing-function: ease-in-out;
            -moz-transition-timing-function: ease-in-out;
            -webkit-transition-timing-function: ease-in-out;
            -o-transition-timing-function: ease-in-out;
            transition-duration: .2s;
            -ms-transition-duration: .2s;
            -moz-transition-duration: .2s;
            -webkit-transition-duration: .2s;
            -o-transition-duration: .2s;
        }
        
        ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        img {
    max-width: 147px;
    height: auto;
}
.section_title {
  margin-bottom: 40px;
}

.section_title h2 {
  color: #333333;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.brand_border .fa.fa-minus {
    color: #fff;
    font-size: 8px;
    height: 2px;
        background: #F8C01B none repeat scroll 0 0;
    width: 100px;
}
.brand_border .fas.fa-handshake {
    font-size: 14px;
        color:#000000;
}


.section_title p {
  color: #333333;
  font-size: 14px;
  line-height: 25px;
  padding: 14px 0;
}

.choose_us .section_title {
    margin-top: 45px;
}
#service .single_service {
  padding: 32px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
}

#service .single_service:hover{
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.4);
}

#service .icon {
  border: 1px solid #666;
  border-radius: 5%;
  color: #333333;
  font-size: 35px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  width: 70px;
}

#service .single_service .single_service-left {
  padding-right: 25px;
}

.single_service-heading {
	margin-top: 4px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.single_service-body p {
  font-size: 13px;
  line-height: 25px;
}

.single_service-left {
  display: table-cell;
  vertical-align: top;
}
.single_service-body {
  color: #333333;
  display: table-cell;
  vertical-align: top;
}
.hvr-curl-top-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
}
#service .single_service:hover {
    background: #F8C01B none repeat scroll 0 0;
}
.kd
{
	width:93px;
	height: 94px;
}
.kd1
{
	width:70px;
	height: 94px;
}
.kd2
{
	width:90px;
	height: 94px;
}
@import url(https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Concert+One);

body{
  font: 14px/1.6em Arial, adelle-sans, sans-serif;
}
#wrapper{
} 
.services{
  
}

.services p{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  line-height: 22px;
}
.services h1 span:before {
  content: '/';
  padding-right: 10px;
  font-weight: 100;
}
.services h1 span:before {
}
.services h1 span:after {
  content: '/';
  padding-left: 10px;
  font-weight: 100;
}
.services h1 span:after {
}
.box-a {
  background: #eae5e5b3; 
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: right;
  position: relative;
  margin-bottom: 25px;
  height:163px;
}
.box-a:before, .box-b:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #f0eded;
  border-left: 15px solid #40b3ec; /*Set to background color, not transparent!*/
  -webkit-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  -moz-box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  box-shadow: 4px 4px 4px rgba(0,0,0,0.2);
  /* Firefox 3.0 damage limitation */
  display: block; width: 0;
}
.box-a.rounded, .box-b.rounded {
  -moz-border-radius: 5px 0 5px 5px;
  border-radius: 5px 0 5px 5px;
}
.box-a.rounded:before, .box-b.rounded:before {
  border-width: 8px;
  border-color: #323232 #323232 transparent transparent;
  -moz-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
.box-a i{
  font-size: 60px;
  background: #323232;
  padding: 25px;
  border-radius: 150px;
}
.box-a h3{
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: left;
  padding-bottom: 10px;
  margin: 0;
  color: #201e20;
}
.box-a p{
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 14px;
}

.box-b {
  background: #f0eded; 
  color: #ddd;
  padding: 20px 20px 20px 20px;
  float: left;
  position: relative;
  margin-bottom: 25px;
}
.box-b i{
  font-size: 60px;
  background: #323232;
  float: right;
  padding: 25px;
  border-radius: 150px;
}
.box-b h3{
  display: inline-block;
  padding: 0;
  text-align: right;
  padding-bottom: 10px;
  margin: 0;
  font-family: 'Concert One', cursive;
  color: #e600ff;
  float: right;
}
.box-b p{
  float: right;
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: 14px;
}
.box-a:hover i, .box-b:hover i{
  background: #e600ff;
  
  transition: all 1s;
  -moz-transition: all 1s; /* Firefox 4 */
  -webkit-transition: all 1s; /* Safari and Chrome */
  -o-transition: all 1s; /* Opera */
}
.kd3
{
	width:340px;
	height:340px;
	}
.kd4
{
	width:540px;
	height:340px;
}
.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.wh
{
	display: block;
	width:100px;
	height:100px;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:30px;
}
.ce
{
	text-align:center;
}
  
 *,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background:  #a4ecfc;
}
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  z-index: 2;
  background: 
#a4ecfc;
}
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 444px;
  padding: 20px;
  background: #fff;
  box-shadow: 4px 13px 30px 1px #a4ecfc;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.timeline ul li div time {
  position: absolute;
  background: #f5af19;
  width: 80px;
  height: 30px;
  top: -15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
}
.timeline ul li div div {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline ul li div div p {
  text-align: center;
}
.timeline ul li div .discovery {
  margin-right: 10px;
}
.timeline ul li:nth-of-type(odd) > div {
  left: 45px;
}
.timeline ul li:nth-of-type(even) > div {
  left: -480px;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.timeline ul li:nth-of-type(odd) div {
  transform: translate3d(100px, -10px, 0) rotate(10deg);
}
.timeline ul li:nth-of-type(even) div {
  transform: translate3d(-100px, -10px, 0) rotate(10deg);
}
.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
    flex-direction: column;
  }
  .timeline ul li div div {
    width: 80%;
    margin: 10px;
  }
  .timeline ul li:nth-of-type(even) > div {
    left: -289px;
  }
}
@media screen and (max-width: 600px) {
  body {
	  
  }

  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-of-type(even) > div {
    left: 45px;
  }
}
