
div{
    transition: all 0.4s ease;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.heading-section.white span {
    opacity: .5
}

.heading-section span {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    top: -35px;
    left: 10px;
    letter-spacing: 3px;
    z-index: 0;
}

span{
    transition: all 0.4s ease;
}


.heading-section.white h2 {
    color: #fff;
}

.heading-section h2 {

font-size: 55px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 3px;

position: relative;
z-index: 2;
margin-top: -13px;

}

.heading-section.white .border-heading {
    background: #fff;
}

.heading-section .border-heading i {

color: #3799ef;
font-size: 30px;
position: absolute;
right: -4px;
top: -22px;

}

.fa {

display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

}

i{
    transition: all 0.4s ease;
}
.fa-android::before {

content: "\f17b";
color:yellowgreen;
}

.fa-apple:before {
    content: "\f179";
    color:#757575
}


.heading-section.white .border-heading i {
    color: #fff;
}

.heading-section.white p {
    color: #fff;
}
.heading-section p {

width: 95%;

}

.services {
    background: url("img/slider/services2.png") no-repeat center fixed;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

.services .overlay-services {
    /* background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(63, 94, 251, 0.514)); */
    background:#162d42;
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.services .heading-section {
    margin-bottom: 0;
}

.services .service {
    background-color: #fff;
    padding: 40px 20px;
    margin-top: 40px;
}

.services .service .icon-service {
    float: left;
    border: 1px solid #3799ef;
    width: 70px;
    height: 50px;
    text-align: center;
    position: relative;
}

.services .service .icon-service:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.services .service .icon-service:after {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 10px;
    width: 50px;
    height: 1px;
    background-color: #fff;
}

.services .service .icon-service:before,
.services .service .icon-service:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.services .service:hover .icon-service:before,
.services .service:hover .icon-service:after {
    width: 0;
}

.services .service .icon-service i {
    font-size: 30px;
    color: #162d42;
    line-height: 48px;
}

.services .service .info-service {
    float: left;
    margin-left: 20px;
    width: 230px;
}

.services .service .info-service h3 {
    font-size: 25px;
    color: #3799ef;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: -5px;
    display: inline-block;
    position: relative;
}

.services .service .info-service h3:before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    width: 0;
    background: linear-gradient(to right, #3799ef, #3f5efb);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.services .service:hover .info-service h3:before {
    width: 70%;
}

.services .service .info-service p {
    font-size: 15px;
    margin-top: 10px;
    color: #111;
    margin-bottom: 0;
}


.clear{
	clear: both;
}

p {
    line-height: 1.7 !important;

}

::selection {
    background-color: #3799ef;
    color: #fff;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

i, span, a, input, button, img, div, h3{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
}



@media(max-width:590px){ 

    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
}

@media(max-width:767px){

    .services .overlay-services, 
    .features .overlay-features,
    .team .overlay-team,
    .testimonials .overlay-testimonials {
        padding: 80px 0;
    }

    .heading-section p {
        width: 95%;
    }
    
    .about .info-about {
        margin-bottom: 40px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px){

    
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
    .heading-section p {
        width: 95%;
    }
    .about .info-about {
        margin-bottom: 40px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199px){

    
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    

}

@media(min-width:1200px)
{
    .services .service .icon-service,
    .services .service .info-service{
        float: none;
    }
    
    .services .service .info-service {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    
}

/* About us CSS */
.about {
    width: 100%;
    /* padding-top: 75px;
    padding-bottom: 75px; */
    padding:100px 0
}

.hybrid {
    width: 100%;
    padding: 100px 0px 50px 0;
}

.heading-section {
    position: relative;
    margin-bottom: 40px;
}

.heading-section span {
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: #eee;
    position: absolute;
    top: -35px;
    left: 10px;
    letter-spacing: 3px;
    z-index: 0;
}

.heading-section:hover span{
    top: -25px;
}

.heading-section h2 {
    font-size: 55px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #333;
    position: relative;
    z-index: 2;
    margin-top: -13px;
}

.heading-section .border-heading {
    width: 50px;
    height: 5px;
    background: linear-gradient(to left, #0066ff, #1f1f1f);

    margin-top: 28px;
    position: relative;
    
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
}

.heading-section:hover .border-heading {
    width: 300px;
}

.heading-section .border-heading i {
    color: #162d42;
    font-size: 30px;
    position: absolute;
    right: -4px;
    top: -22px;
}

.heading-section p {
    color: #111;
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    letter-spacing: 1px;
    margin-bottom: 0;
}


.about .info-about {
    border-radius: 3px;
    padding: 40px 15px;
}

.about .active-info {
    box-shadow: 1px 1px 10px #999;
}

.about .info-about:hover {
    box-shadow: 1px 1px 10px #999;
}

.about .info-about .icon {
    text-align: center;
    margin: 0 auto;
    width: 150px;
    height: 150px;
    text-align: center;
    border: 1px solid #162d42;
    position: relative;
}

.about .info-about .icon:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;
}

.icon:hover{
    background: rgba(0, 0, 0, 0.589);
    
}
.fa:hover{
    color:rgba(255, 255, 255, 0.747)!important;
}
.about .info-about .icon:after {
    content: '';
    position: absolute;
    right: -1px;
    bottom: 15px;
    width: 1px;
    height: 120px;
    background-color: #fff;    
}

.about .info-about .icon:before,
.about .info-about .icon:after {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.about .info-about:hover .icon:before,
.about .info-about:hover .icon:after {
    height: 0;
}

.about .info-about .icon i {
    font-size: 90px;
    color: #162d42;
    line-height: 150px;
}

.about .info-about .info-icon h3 {
    color: #222;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 25px;
    letter-spacing: 1px;
}

.about .info-about .info-icon p {
    color: #666;
    font-size: 15px;
    text-align: center;
    width: 98%;
    margin: 20px auto 0;
}

.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
  
  #container {
      position: relative;
      background: none!important;
  }

  @keyframes slideInUp {
    from {
      transform: translate3d(0, 100%, 0);
      visibility: visible;
    }
  
    to {
      transform: translate3d(0, 0, 0);
    }
  }
  
  .slideInUp {
    animation-name: slideInUp;
  }
  