@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff'),
        url('fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.eot');
    src: url('fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff'),
        url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rockwell Extra';
    src: url('fonts/Rockwell-ExtraBold.eot');
    src: url('fonts/Rockwell-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rockwell-ExtraBold.woff2') format('woff2'),
        url('fonts/Rockwell-ExtraBold.woff') format('woff'),
        url('fonts/Rockwell-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Rockwell';
    src: url('fonts/Rockwell.eot');
    src: url('fonts/Rockwell.eot?#iefix') format('embedded-opentype'),
        url('fonts/Rockwell.woff2') format('woff2'),
        url('fonts/Rockwell.woff') format('woff'),
        url('fonts/Rockwell.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


body {

	font-family: 'Poppins';
  	font-style: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color:#000;
	background-color:#f8f8f8;
	
}

html {
  scroll-behavior: smooth;
}


div, h1, h2, h3, h4, h5, h6, p, img, ul, ol, li, form, input, textarea, dl, dt, dd {
	padding : 0px 0px 0px 0px;
	margin : 0;
	font-weight:normal;
	vertical-align:baseline;
}
header, footer, section, nav, article, aside {
	display: block;
	padding : 0px 0px 0px 0px;
	margin : 0px;
	font-weight:normal;
	vertical-align:baseline;
}
ul {
	list-style: none;
}
li {
	list-style: none;
}
img {
	outline: none;
	border: none;
	vertical-align:middle;
	padding:0px;
	margin:0px;
}
a {
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
a:hover {
	text-decoration:none;
}
a:focus {
	outline: none;
	text-decoration: none;
}
.clr {
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
}



/* ------------------------------------------------------ menu css ------------------------------------------------------------- */

.header {}
.header_top { text-align:right;} 



.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%; }
  .site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active {
      color: #007bff;
      display: inline-block;
      padding: 20px 20px; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 20px 0px 0px 50px;
        font-size: 17px;
        display: inline-block;
		color:#fff;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #007bff; }
      .site-navbar .site-navigation .site-menu > li.social > a {
        padding-left: 5px;
        padding-right: 5px; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 72%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #000;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #000;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #000;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #fff; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active {
          color: #007bff !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 210px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #333333;
              color: #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #007bff; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
		color:#fff;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #fff; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #CCC; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li .active {
        color: #CCC; }
    .site-mobile-menu .site-nav-wrap .social {
      display: inline-block; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
		color:#fff;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li.social {
        float: none !important;
        width: auto !important; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 17px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1); */}
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 1) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
/*    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);*/ }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #007bff; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #007bff !important; }



.bgblack { /*background-color:#0a4f70;*/ padding:10px 0px 10px 0px;}

.sticky-wrapper.is-sticky .site-navbar {
    background: #06609e !important; }
	
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
    color: #fff !important;
	}
	
.btn-search {
      background-color: teal;
      color: white;
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 5px;
    }
    .contact-box {
      border: 2px solid teal;
      padding: 10px 20px;
      display: flex;
      align-items: center;
      gap: 15px;
      border-radius: 5px;
      color: teal;
      font-weight: 500;
    }
    .btn-contact {
      background-color: #fff;
	  border:2px solid #fff;
      color: #032839;
      font-weight: bold;
      position: relative;
      border-radius: 5px;
	  margin-top:20px;
    }
	
	.btn-contact2 {      
      border:2px solid #fff;
	  color: #fff;
      font-weight: bold;
      position: relative;
      border-radius: 5px;
	  margin-top:20px;
    }
	
	
	.btn-contact:hover {
      background-color: #032839;
	  border:2px solid #032839;
      color: #fff;
    }
	
	.btn-contact2:hover {      
      background-color: #fff;
      color: #032839;
    }
    
	
	
/* ------------------------------------------------------ banner css ------------------------------------------------------------- */

/*
.banner { padding:240px 0px 320px;  background-repeat:no-repeat; background-position:center center; background-image:url(../images/b1.jpg); background-size:cover;position: relative;}

.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9;
}


.banner_content { max-width:1120px; margin:auto; text-align:center;position: relative;z-index: 99;}
*/



.banner {
  position: relative;
  text-align: center;
}
.banner-img {
  width: 100%;   /* full width */
  height: auto;  /* keep aspect ratio */
  display: block;
}
.banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.75); /* overlay */
}
.banner_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 1;
  width:100%;
}








.banner_content h1 { font-family: 'Rockwell'; font-weight:bold; letter-spacing:3px;   font-size:40px; line-height:60px; padding-bottom:30px; color:#fff;width:100%;}
.banner_content p { max-width:400px; margin:auto; font-size:20px; color:#fff; line-height:36px;}




.home_block6 { padding:90px 0px; background:#0a4f70;}
.home_block6 h3 { font-weight:600; letter-spacing:3px;  font-size:30px;  padding-bottom:20px; line-height:36px; text-align:center; color:#fff;}

.home_block6 p { font-size:22px; color:#fff; line-height:36px; margin-bottom:30px; text-align:center;}


.btn-hiring {
    color: #fff !important;
    background-color:#0a4f70;
	border: solid 2px #0a4f70;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 5px;
    font-weight: 500;
    text-align: center;
	
}

.btn-hiring:hover {color: #fff; background-color:#000;	border: solid 2px #000;}




.tech-section {
  position: relative;
  padding: 90px 0;
  background:#e7e7e7;
  color: #000;
  z-index: 1;
}


.tech-section h4, 
.tech-section h5, 
.tech-section p, 
.tech-section li {
  color: #000; /* ensure text is visible */
}
.tech-section h4{
	font-size:28px;
}
.tech-section p, 
.tech-section li {
  color: #000; /* ensure text is visible */
  font-size:18px;
}

.tech-section li span {
  padding-top:5px;
}

.tech-section h5{
	margin:40px 0 20px 0;
	font-size:26px;
}
.tech-section p{	
	font-size:18px;
}

.videoSection{
	padding:90px 0 !important;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
}

.video-thumbnail::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.79); /* Black overlay with 50% opacity */
 
}

.experience-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: orange;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 50px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.3);
}

.overlay-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}

.play-icon {
  font-size: 80px;
  color: #fff;
  margin-top: 20px;
  text-shadow: 0 2px 6px rgba(0,0,0,0.7);
}






.about-section {
  
	background-image: url("../images/about_back2.jpg");
	background-position: center bottom !important;
	background-repeat: no-repeat !important;
	background-size:cover !important;
	padding:190px 0 260px 0 !important;
}

.about-text {
  max-width: 800px;
  margin: 0 auto;
}

.about-text h2 {
  font-size: 2.2rem; /* bigger font */
  color: #fff;
}

.about-text p {
  color: #fff;
  margin-bottom: 1rem;
}

.about-text .btn {
  background-color: orange;
  border: none;
  font-weight: bold;
}

.about-image img {
  width: 100%;
  margin-top: -28px;
}

.productSection{
	padding:90px 0!important;
}


.owl-carousel {
  flex-direction: row !important;
}


.owl-carousel .card {
  border: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
  margin: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;              /* ensure full height */
  display: flex;             /* flex container */
  flex-direction: column;    /* stack image + body */
}

.owl-carousel .card img {
  flex-shrink: 0;            /* image keeps its size */
}

.owl-carousel .card-body {
  flex-grow: 1;              /* body stretches to fill */
  display: flex;
  flex-direction: column;
  
}

/* Optional: set a fixed min-height for consistency */
.owl-carousel .card {
  min-height: 520px; /* adjust based on your tallest card */
}

/* Custom Arrows */
.custom-prev, .custom-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
  z-index:99;
}

.custom-prev:hover, .custom-next:hover {
  background: #032839;
  color: #fff;
}

.custom-prev {
  left: -20px;
}

.custom-next {
  right: -20px;
}

.caseStudies{
	background:#f2f2f2;
	padding:90px 0!important;
}
.caseStudiesContainer{
	max-width:950px;
	margin:0 auto;
}

.caseStudies .card.flex-row {
  display: flex;
  flex-direction: row;
}

.caseStudies .card-img-left {
  flex: 0 0 260px; /* fixed width for image column */
}

.caseStudies .card-img-left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0.25rem 0 0 0.25rem;
}

.caseStudies .card-body {
  padding: 1.5rem;
}


.contact-section {
  background: #032839;
  padding:90px 0 !important;
}

.contact-section h2, 
.contact-section p {
  color: #fff;
}

form .form-label {
  font-weight: 600;
}

.form-check-input {
  
  border: #ababaa 1px solid  !important;
  
  margin-left: -20px !important;
}

.clients-section{
	background:#fff;
	padding:90px 0 !important;
}

.clients-section h3{
	font-size:32px;
	font-weight: 700 !important;
	margin-bottom:45px !important;
}
.client-logo {
  max-height: 100px;
  padding:12px;

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.client-logo:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ------------------------------------------------------ footer css ------------------------------------------------------------- */


.footer_top { padding:70px 0px 40px 0px; background-color:#0a4f70;}

.footer_one { width:33.33%; float:left; padding-bottom:30px;}


.footer_two { width:33.33%; float:left; padding-bottom:30px;}
.footer_two h5 { font-size:20px; line-height:30px; color:#fff; font-weight:500; padding-bottom:30px;}
.footer_two  ul {}
.footer_two  ul li a { font-size:16px; line-height:24px; padding-bottom:7px; color:#fff; display:inline-block;} 


.footer_three { width:33.33%; float:left;}
.footer_three h5 { font-size:20px; line-height:30px; color:#fff; font-weight:500; padding-bottom:30px;}
.footer_three p { font-size:15px; line-height:24px; color:#fff; padding-bottom:8px;}
.footer_three p span {font-size:16px; font-weight:500;}

.footer_bottom { background-color:#032839; }
.footer_bottom p { font-size:16px; line-height:24px; color:#fff; text-align:center; padding:15px 0px;}






.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: transparent;
	color: #eeeeee;
	width: 52px;
	height: 60px;
	line-height: 52px;
	right: 10px;
	bottom: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: transparent;
}
.scroll-top-wrapper.show {
	visibility:visible;
	cursor:pointer;
	opacity: 1.0;
}
.scroll-top-inner img {
	max-width: 100%;
}
.scroll-top-inner {
	line-height: 17px;
	width: 100%;
	display: inline-block;
	text-align: center;
}








