
icon-location:before {
    content: "\e9d3";
}
icon-phone2:before{
   content: "\eb00";
}
.fta{
    color:#fff;
  padding:0;
}
.formli{
    margin-bottom: 5px;
    width: 100%;
    color: #9e9e9e;
    height: 30px;
    font-size: 15px;
    border: 1px solid #DBDBDB;
    padding: 0px 0px 0px 10px;
}
.abouts{
    background-image: linear-gradient(to right, rgba(3, 123, 128, 0.774), rgb(173, 214, 216));
    width:100%;
    height:auto;
}

.bck{
    background-image:url(../img/bg.jpg);
}
.grayBg-reach{
    background-color:#e5eaef
}
.grayBg-reach h2{
    color: #000;
    line-height:32px;
    font-size: 20px;
}
.reachOut{
color: #525252;
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
    padding-bottom: 30px;
    padding-top: 0;
    clear: both;
    width: 100%;
}
.btn-info{
    background: #f68828;
    border: none;
    border-radius: 50px;
    padding: 7px 45px 7px 70px;
}
.reachEmail{
    float:right;
}
.reachEmail, .helpNumber {
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.reachEmail:before {
    content: '';
    background-position: left;
    background-repeat: no-repeat;
    width: 25px;
    height: 17px;
}
.reachEmail:before, .helpNumber:before {
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 1.5em;
    color: #ea6218;
    margin-left: -34px;
    top: 14px;
}
.reachOut {
    background: #fff;
    float: left;
    width: 100%;
    padding: 45px 0px;
    text-align: center;
}
.helpNumber {
    float: left;
}
.helpNumber:before {
    content: '';
    background-image: url(images/phone-icon.png);
    background-position: left;
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
    top: 10px;
}
.flexthis {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767px){
.reachEmail, .helpNumber {
    font-size: 0.9rem;
    width: 100%;
    margin-top: 15px;
}
}

.main-title1{
  color: #2d2d2d;
  text-align: center;
  text-transform: capitalize;
  padding: 0.7em 0;
}

.container1{
  padding: 1em 0;
  float: left;
  width: 50%;
}
@media screen and (max-width: 640px){
  .container1{
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 900px){
  .container1{
    width: 33.33333%;
  }
}

.container1 .title1{
  color: #1a1a1a;
  text-align: center;
  margin-bottom: 10px;
}

.content1 {
  position: relative;
  width: 90%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}

.content1 .content-overlay1 {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}


.content1:hover .content-overlay1{
  opacity: 1;
}

.content-image1{
  width: 100%;
}

.content-details1 {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content1:hover .content-details1{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details1 h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details1 p{
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom1{
  top: 80%;
}

.fadeIn-top1{
  top: 20%;
}

.fadeIn-left1{
  left: 20%;
}

.fadeIn-right1{
  left: 80%;
}

/* fixed social*/
#fixed-social {
    position: fixed;
    top: 400px;
    z-index:1000;
 }
 
 #fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
     line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
 }
 #fixed-social a:hover>span{
     visibility: visible;
   left: 41px;
   opacity: 1;
 } 
 #fixed-social a span {
     line-height: 40px;
     left: 60px;
     position: absolute;
     text-align: center;
     width: 120px;
     visibility: hidden;
     transition-duration: 0.5s;
     z-index: 1;
     opacity: 0;
 }
  .fixed-facebook{
      background-color: #00AAE5;
  }
  .fixed-facebook span{
     background-color: #00AAE5;
  }
  .fixed-twitter{
     background-color: #7D3895;
 
  }
  .fixed-twitter span{
      background-color: #7D3895;
  }
  .fixed-gplus{
     background-color: #00AF54;
 
  }
  .fixed-gplus span{
      background-color: #00AF54;
  }
  .fixed-linkedin{
     background-color: #FFC41E;
 
  }
  .fixed-linkedin span{
      background-color: #FFC41E;
  }
  .fixed-instagrem{
     background-color: #ED2B29;
 
  }
  .fixed-instagrem span{
      background-color: #ED2B29;
  }
  .fixed-tumblr{
     background-color: #EB1471;
 
  }
  .fixed-tumblr span{
      background-color: #EB1471;
  }
  .fixed-whatsapp{
    background-color:#25D366;
  }
  .fixed-whatsapp span{
    background-color: #25D366;
}
 /*end fixed social*/

 /**services codepen**/
 .service-grid {
  background: #fcfcfc;
}
  .service-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.service-title h2::before {
  content: "";
  position: absolute;
  left: 0;
  width: 60px;
  height: 2px;
  background: #e8bc00;
  bottom: -25px;
  margin: auto;
  right: 0;
}
.service-icon {
  position: relative;
}
.service-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}
.about-info-text h2 {
  margin-bottom: 23px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: .9;
}
.about-info-text p {
  padding: 0 100px;
  font-size: 18px;
  margin-bottom: 26px;
    position: relative;
}
.about-content p {
  margin-bottom: 0;
}
.about-info-text a {
  margin-bottom: 20px;
    position: relative;
}
.service-icon i {
  font-size: 40px;
  color: #e8bc00;
  margin-bottom: 20px;
  display: inline-block;
}
.service-wrap {
  border: 1px solid #e6e6e6;
  padding: 50px 30px;
 
}

.service-wrap p{
    position: relative;
	
}

.service-wrap:hover {
  background-image: linear-gradient(to right, rgba(3, 123, 128, 0.774), rgb(173, 214, 216));
  background-size: cover;
  background-position: center center;
  background-attachment: local;
  transition: all .5s;
}

.service-wrap:hover:before {
  background: rgba(0, 0, 0, 0.2901960784313726);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  content: "";
  top: 0;
  opacity: 1;
}

.service-wrap:hover h4,.service-wrap:hover p{
  color: #fff;
}
.service-wrap h4 {
  font-weight: 600;
  color: #1e2331;
  margin-bottom: 17px;
  font-size: 18px;
  text-transform: capitalize;
    position: relative;
}
.service-wrap a {
  font-size: 14px;
  font-weight: 600;
    position: relative;
  color: #e8bc00;
}

/**our clients**/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -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: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-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;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.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;
}
.slick-arrow.slick-hidden {
  display: none;
}

/**about us**/

.banner_bottom_right .img_agile {
  position: relative;
  border: 7px solid #78a7bb;
  border-radius: 15px;
}
.img_agile img{
  width: 100%;
  height:auto;
}
.product-im{
 
  padding-bottom:30px;
  opacity:1;
  
}
.product-im:hover{
  opacity:0.5; 
}
.product-im h1{
  position:absolute;
  font-size: 30px;
  background-image:linear-gradient(to right, rgba(3, 123, 128, 0.774), rgb(173, 214, 216));
  text-transform: capitalize;
  border-style: outset;
}
.products-bg{
  background-color: #fff;
}
.contentss{
  width:300px;
  height:300px;
  background-color:#fff;
  border:7px solid #78a7bb;
  border-radius: 15px;
}
.contentss h1{
  font-size:30px;
  text-align: center;
  color:#fb8e00;
}
.contentss p{
  text-align:center;
  font-size:13px;
}
