
.Iam {
  padding: 7em 2em;
  font: normal 40px/50px Montserrat, sans-serif;
  color: #fff;
}
.Iam p {
  height: 50px;
  font-family: 'Orbitron', sans-serif;
  /*float: left;*/
  /*margin-right: 0.3em;*/
}
.Iam b {
  float: left;
  overflow: hidden;
  position: relative;
  height: 50px;
  top: 40px;
}
.Iam .innerIam {
  font-family: 'Orbitron', sans-serif;
  display: inline-block;
  color: #48b2e8;
  position: relative;
  /*white-space: nowrap;*/
  top: 0;
  left: 0;


/*animation*/
-webkit-animation:move 5s;
   -moz-animation:move 5s;
    -ms-animation:move 5s;
     -o-animation:move 5s;
        animation:move 5s;
/*animation-iteration-count*/
-webkit-animation-iteration-count:infinite;
   -moz-animation-iteration-count:infinite;
    -ms-animation-iteration-count:infinite;
     -o-animation-iteration-count:infinite;
        animation-iteration-count:infinite;
/*animation-delay*/
-webkit-animation-delay:1s;
   -moz-animation-delay:1s;
    -ms-animation-delay:1s;
     -o-animation-delay:1s;
        animation-delay:1s;
}
@keyframes move{
0%  { top: 0px; }
20% { top: -50px; }
40% { top: -100px; }
60% { top: -150px; }
80% { top: -200px; }
}

@-webkit-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@-moz-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@-o-keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
@keyframes move {
    0%  { top: 0px; }
    20% { top: -50px; }
    40% { top: -100px; }
    60% { top: -150px; }
    80% { top: -200px; }
}
.slider-text {
    position: absolute; 
    bottom: 0; 
    left: 0; 
    /*width: 35%;*/
    /*padding: 2em;*/
    display: inline-block;
    background: rgba(0, 0, 0, .19);
    height: 100%;

}


/*sroll down arrow start */


.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 20px;
  display: block;
  text-align: center;
  font-size: 25px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 25px;
  height: 25px;
  /*border-bottom: 3px solid #48b2e8;*/
  /*border-right: 3px solid #48b2e8;*/
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 4s ease-in-out infinite;
  -moz-animation:    fade_move_down 4s ease-in-out infinite;
  animation:         fade_move_down 4s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@-moz-keyframes fade_move_down {
  0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; }
}
@keyframes fade_move_down {
  0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px) rotate(45deg); opacity: 0; }
}

/*sroll down arrow end */




.content {
  float:left;
  width:70%;
  margin:0 15%;
  padding:2em 0;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;

  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(logo1.png);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/*navbarstrt*/

@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700|Open+Sans:400italic,300italic);
body {
  background-color: #fff
}

/*.home {
  width: 100%;
  height: 100vh;
  position: relative;
  background-image: url(https://images.unsplash.com/photo-1446771326090-d910bfaf00f6?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=9216e1a8598a8530ce329b41a8f3725d);
  background-size: cover;
  background-position: center center;
}
*/


/* ====================================
Burger king
==================================== */

.open-overlay {
  position: absolute;
  right: 5rem;
  top: 3.2rem;
  z-index: 100;
  width: 34px;
  display: block;
  cursor: pointer;
}

.open-overlay span {
  display: block;
  height: 1px;
  background-color: #fff;
  cursor: pointer;
  margin-top: 8px;
}

.animate-top-bar {
  animation: animate-top-bar .6s linear 1 both
}

.animate-bottom-bar {
  animation: animate-bottom-bar .6s linear 1 both
}

.animate-middle-bar {
  animation: animate-middle-bar .6s linear 1 both
}

.animate-out-top-bar {
  animation: animate-out-top-bar .6s linear 1 both
}

.animate-out-bottom-bar {
  animation: animate-out-bottom-bar .6s linear 1 both
}

.animate-out-middle-bar {
  animation: animate-out-middle-bar .6s linear 1 both
}


/* ====================================
Animation keyframes
==================================== */

@keyframes slide-in-nav-item {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes slide-in-nav-item-reverse {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}

@keyframes animate-top-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #fff
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-bottom-bar {
  0% {
    background-color: #fff;
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #fff;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #29363B;
  }
}

@keyframes animate-middle-bar {
  0% {
    background-color: #fff;
  }
  80% {
    background-color: #fff;
  }
  100% {
    background-color: #29363B;
  }
}

@keyframes animate-out-top-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(9px);
    transform: translateY(9px)
  }
  80% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    background-color: #29363B
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@keyframes animate-out-bottom-bar {
  0% {
    background-color: #29363B
  }
  50% {
    -webkit-transform: translateY(-9px);
    transform: translateY(-9px)
  }
  80% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #29363B;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #FFF;
  }
}

@keyframes animate-out-middle-bar {
  0% {
    background-color: #29363B
  }
  80% {
    background-color: #29363B;
  }
  100% {
    background-color: #fff;
  }
}
.zoom {
    /*padding: 50px;*/
    /*background-color: green;*/
    transition: transform .2s; /* Animation */
    /*width: 300px;*/
    /*height: 200px;*/
    margin: 0 auto;
}

.zoom:hover {
    transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.home a{
  font-family: "Work Sans", sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  /*text-transform: uppercase;*/
  text-decoration: none;
  position: absolute;
  z-index: 10;
  top:30px;
  left:60px;
  /*padding-bottom: 3px;*/
  /*border-bottom: 1px solid #fff;*/
}





/*heading*/
.container1{
  text-align: left;
  position: absolute;
  top: 65%;
  left: 48%;
  transform: translate(-45%,50%);
  width: 100%;
}
.container1 span{
  text-transform: uppercase;
  display: block;
}
.mytext1{
  font-family: 'Timmana', sans-serif;
  color: white;
  font-size: 35px;
  /*font-weight: 700;*/
  letter-spacing: 10  px;
  margin-bottom: 20px;
  /*background: #002f5f;*/
  position: relative;
  animation: text 3s 1;

}
.mytext2{
  font-family: 'Share Tech Mono', monospace;

  font-size: 30px;
    color: #48b2e8;
    font-weight: bold;
  
}
@keyframes text {
  0%{
    color: #291a2d;
    margin-bottom: -140px;

  }
  30%{
    letter-spacing: 20px;
    margin-bottom: -40px;

  }
  85%{
    letter-spacing: 8px;
    margin-bottom: -40px;

  }
}
/*heading*/

/*navbarend*/







/*-- Banner-Slider --*/
.container-fluid.main{
  box-shadow: 0 14px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
  position: relative; /* To make the navbar positions relative to this container */
  padding: 0;
}


.carousel .background {
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 700px;

}

@media (max-width:991px) {
  .carousel .background {
    background-size: cover; /* To make the background image looks good */
  }
}

.carousel .background.a {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/T1.jpg");
}

.carousel .background.b {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/T2.jpg");
}

.carousel .background.c {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/T3.jpg");
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition: opacity 0.5s; /* The 0.5s describes the duration to make the opacity from 0 to 1 */
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

/* CSS Hack to trigger GPU for smooth transition */
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* CSS Hack to trigger GPU for smooth transition */

.covertext {
  position: absolute; /* To make the div to be place anywhere. It is out of the document flow */
  top: 200px; /* The distance between the div with the top of document */
  left: 0px; /* Make the div full width */
  right: 0px; /* Make the div full width */
}

.title {
  font-family: Verdana;
  font-weight: 600;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
}

.subtitle {
  font-family: Verdana;
  font-size: 23px;
  color: #ffffff;
  text-align: center;
}

.explore {
  text-align: center;
  margin-top: 10px;
}

.explore .btn-lg,
.explore .btn-lg:hover {
  border-radius: 30px;
  padding: 15px 25px;
  font-size: 22px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
}

.btn,
.btn:hover {
  border-radius: 0px;
  background-image: none;
  background-color: #FF4000;
  border-color: #FF4000;
  color: #ffffff;
  margin-bottom: 20px;
  box-shadow: none;
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #ffffff;
  outline: none;
}/*-- //Banner-Slider --*/
.about,.services, .news {
  padding: 10px 0;
}
.services h1{
  font-family: 'Orbitron', sans-serif;
  margin-bottom: 10px;
  text-align: center;
  /*font-family: inherit;*/
  font-size: 30px;
  font-weight: 600;
  color: #3CB043;
  margin-top: 10px;

  
}
.services h1 span{
  color:#0c9dbf;


}
.agency h2, .clients h3, .contact h3 {
  color: #FFF;
}
/*-- //Headings --*/





/*-- Services --*/
.tab-content>.tab-pane {
  padding-top: 50px;
}
.nav-tabs>li>a {
  margin: 0 20px;
  padding: 10px 53px;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #291a2d;
}
.nav-tabs>li>a:hover, .nav>li>a:focus {
  text-decoration: none;
  background-color: #74C2E1;
  color: #FFF;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #48b2e8;
}
.tab-info p {
    line-height: 1.9em;
    margin-bottom: 1em;
    font-weight: 400;
    color: #999;
}
/*-- //Services --*/


/*48b2e8*/
/*services2*/
h1{
             font-size:25px;
             text-align: left;
             text-transform:capitalize;
         }
        .service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
            border: 1px solid #e8e8e8;
        }
        .service-icon{
            width: 100%;
            height: 270px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: -10px;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 270px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #FFF;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:110px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }
     

        .service-box .service-icon .front-content h3 {
          font-size: 14px;
          color: #006497;
          text-align: center;
          margin-bottom: 15px;
          /* text-transform: uppercase; */
          font-weight: 500;
        }
        .service-box .service-content h3 {
            font-size: 14px;
            font-weight: 600;
            color: #0079b7;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #b1b1b1;
            margin:0;
        }
        .yellow{background-color: #fff;}
        .orange{background-color: #48b2e8;}
        .red{background-color: #48b2e8;}
        .grey{background-color: #48b2e8;}
        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
  
/*services2*/

/*-- clients --*/

/* carousel */
.clients{
  color:#005B9A;
  font-family: 'Orbitron', sans-serif;
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #48b2e8;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
a:focus, a:hover {
    color: #48b2e8;
    text-decoration: none;
}

.media-carousel 
{
/*  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;*/
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -75px;
  background-image: none;
  background: none repeat scroll 0 0 #48b2e8;
  border: 4px solid #48b2e8;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -75px !important;
  background-image: none;
  background: none repeat scroll 0 0 #48b2e8;
  border: 4px solid #48b2e8;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 250px;
  height: 100px
}
/* End carousel */

/*-- //clients --*/



/*testimonial*/
.quote {
    color: rgba(0,0,0,.1);
    text-align: center;
    margin-bottom: 0px;
}

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #48b2e8;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.testimonials{
  background: url(cl.jpg);
  background-attachment: fixed;
}
.tes{
  color: #fff
}
/*testimonial*/

.testimonials {
    box-shadow: 0 14px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(0, 0, 0, 0.19);
}

/*footer bg*/






/*--footer--*/


.footer1{
  opacity: 0.5

          /*top: -10px;*/
          left: 0;
          /*width: 100%;*/
          /*height: 10px;*/

          -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
              -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
                         box-shadow: 0px 0px 40px rgba(0,0,0,.8);

          /*z-index: 100;*/
}

/*.footer1 {*/
  /*position:absolute; */
    /*padding: 2em 0 1em;*/
    /*background-color: #06334f;*/
/*}*/
.footer h4 {
    font-size: 2em;
    color: #48b2e8;
    margin-bottom: 1.5em;
}
.footer-row {
    padding-bottom: 1.5em;
}
.footer-bottom {
    /*border-top: 1px solid #fff;*/
    border-bottom: 1px solid #48b2e8;
    padding: 2.5em 0 1.5em;
}
/*.footer-grids:nth-child(1) {
    padding-left: 0;
}
/*.footer p {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.8em;
}*/
.footer-grids.footer-mdl {
    border-left: 1px solid #48b2e8;
    border-right: 1px solid #48b2e8;
    padding: 0 4em 4em;
}
/*.footer-grids:nth-child(3) {
    padding: 0 6em 0 4em;
}*/
/*--//footer--*/

/*--social--*/
.social {
    padding:0;
    text-align: center;
}
.social ul{
  padding:0;
  margin:0;
}
.social ul li {
    display: inline-block;
    margin: 0 3px;
}
.social ul li a.facebook{
    background: url(s3.png) no-repeat 0px 0px; 
    width: 32px;
    height: 32px;
    display: block;
}
.social ul li a.twitter{
    /*background: url(S4.PNG) no-repeat -34px 0px ;*/
    background: url(s4.png) no-repeat 0px 0px; 

}
.social ul li a.chrome{
    /*background: url(S1.PNG) no-repeat -68px 0px ;*/
    background: url(s1.png) no-repeat 0px 0px; 

}
.social ul li a.in{
    /*background: url(S2.PNG) no-repeat -102px 0px ;*/
    background: url(s2.png) no-repeat 0px 0px; 

}
.social ul li a.facebook:hover{
  opacity:.5;
}
/*--social--*/
.footer-grids ul.footer-address li {
    list-style-type: none;
    margin-bottom: 1em;
    font-size: 14px;
    line-height: 1.8em;
    color: #48b2e8;
}
.footer-grids ul.footer-address li span {
    left: -1em;
    padding-left: 2em;
}
.footer-grids ul.footer-address li a {
    color: #48b2e8;
}
.footer-grids ul.footer-address li a:hover {
    color: #48b2e8;
}
.footer-copy {
    padding: 1.5em 0;
    text-align: center;
}
.footer-copy p {
    font-size: 14px;
    color: #48b2e8;
    margin: 0;
    line-height: 1.8em;
}
/*.footer-copy p a {
    color: #fff;
    text-decoration: none;
}*/
.footer-copy p a:hover {
    color: #48b2e8;
}

.foothead{

  color: #fff ;
}



/*return to top*/


#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}










@media only screen and (max-width: 600px) {

.service-box .service-icon .front-content {
  position: relative;
  top: 55px;
  -webkit-transform:
translateY(-50%);
  -moz-transform:
translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.front-content a img {
        max-width: 100%;   /* Full width on mobile */
        height: auto;
    }

.service-icon {
  width: 100%;
  height: 145px;
  padding:
20px;
  text-align: center;
  transition:
all .5s ease;
}
.service-box .service-icon .front-content h3 {
  font-size: 7px;
  color: #006497;
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
}




















