/*
Template Name: Orchid
Description: HTML5 / CSS3 Multi Page
Version: 1.0
Author: Cloud Software Solution Ltd.
*/



body {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
    color: #6d6d6d;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased !important;
}

div *:not(a):not(button), .no-caret {
	outline: none;
	caret-color: transparent;
}

/* ------------------------------------------------
TYPOGRAPHY
--------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #202020;
    font-family: "Roboto", sans-serif;
}

h1 {
    font-size: 42px;
    font-weight: 900;
    line-height: 46px;
}

h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 34px;
}

h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
}



/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color           : #deb235;
    text-decoration : none;
    transition      : all 0.3s ease 0s;
}

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
}



a:hover,
a:focus {
    color           : #9b7704;
}


/* --------------------------------------------------
GENERAL
----------------------------------------------------- */
img {
	max-width: 100%
}

.ml-5 {
	margin-left: 5px;
}
.mr-5 {
	margin-right: 5px;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.plr-15 {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.alert {
	padding: 10px; 
}
/* ------------------------------------------------------------------
GLOBAL BUTTON STYLE
--------------------------------------------------------------------- */
/*common style for all btn*/
.btn {
	padding: 10px 27px;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
	border-radius: 30px;
}


/*btn-primary*/
.btn-primary {
	background-color: whitesmoke;
	border: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: inset 0 0 0 2px #ededed;
	box-shadow: inset 0 0 0 2px #ededed;
	background-size: 150% 150%;
	-webkit-animation: BtnGradient 5s ease infinite;
	-o-animation: BtnGradient 5s ease infinite;
	animation: BtnGradient 5s ease infinite;
	color: #bfbfbf;
	transition: background-color 3s ease; 
}


.white-hover:hover {
	color: #fff !important;
}

.btn-dark-border {
	-webkit-box-shadow: inset 0 0 0 2px #1f1f1f;
	box-shadow: inset 0 0 0 2px #1f1f1f;
}

.btn-primary:hover, 
.active.btn-primary, 
.btn-primary:focus {
    border-radius: 40px !important;
    background-image: -webkit-linear-gradient(left, #da4540 20%, #e89f00 88%);
    background-image: -o-linear-gradient(left, #da4540 20%, #e89f00 88%);
    background-image: linear-gradient(to right, #da4540 20%, #e89f00 88%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2770d1', endColorstr='#ff6b329a', GradientType=1);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    outline: none !important;
    -webkit-box-shadow: inset 0 0 0 2px transparent;
    box-shadow: inset 0px 0px 0px 2px transparent;
    color: #fff;
}

/*IE9 Fixing*/
.ie9 .btn-primary:hover, 
.ie9 .btn-primary:focus, 
.ie9 .btn-primary:active, 
.ie9 .active.btn-primary, 
.ie9 .open > .btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #c4971d;
    border-color: rgba(0, 0, 0, 0);
}

.btn:focus, 
.btn:active:focus{
	outline: none;
}



.btn-lg, 
.btn-group-lg>.btn {
	padding: 17px 65px;
	font-size: 14px;
	font-weight: 700;
}


/* --------------------------------------------------
LIST STYLE
----------------------------------------------------- */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ----------------------------------------------------------------
Form Style
-------------------------------------------------------------------*/
.form-control {
	height: 45px;
	box-shadow: none;
}

.form-control:focus {
	border-color: #deb235;
	box-shadow: none;
}

/* --------------------------------------------------
SECTION
----------------------------------------------------- */

.section-padding {
  padding: 100px 0;
}

.section-title {
	position: relative;
	font-size: 28px;
	line-height: 44px;
	margin-bottom: 20px;
}

.section-title:after {
	position: absolute;
	content: " ";
	width: 61px;
	height: 15px;
	/* background: url(../img/star.png) no-repeat center center; */
	bottom: 0;
	left: 50%;
	bottom: -20px;
	margin-left: -30px;
}

.content-row {
	margin-top: 60px;
}


/* ------------------------------------------------------------------
NAVIGATION
--------------------------------------------------------------------- */
@media(min-width:767px) {
	.navbar {
	    padding: 20px 0;
	}
	.navbar.sticky{
	    padding: 10px 0;
	}
	.navbar-nav {
		padding-top: 15px;
	}
	.sticky .navbar-nav {
		padding-top: 10px;
	}
}


.navbar.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 998;
}

.navbar {
	border: 0;
    border-radius: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 0 1px #ededed;
}


.navbar-brand {
    padding: 0;
}
.navbar-default .navbar-nav>li>a {
    color: #a8a58c;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    border-bottom: 1px dotted transparent;
}
.navbar-default .navbar-nav li {
	margin-right: 30px;
}
.navbar-default .navbar-nav li:last-child {
	margin-right: 0;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:hover, 
.navbar-default .navbar-nav>.active>a:focus {
    color: #deb235;
    background-color: transparent;
    border-bottom: 1px dotted #deb235;
}
.navbar-default .navbar-nav>li>a:focus {
	color: #a8a58c;
}



/*RESPONSIVE TOGGLE BUTTON*/
.navbar-toggle {
	border-radius: 50%;
	margin: 0;
	padding: 8px 12px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background-repeat: repeat-x;
	background-image: -webkit-linear-gradient(20deg, rgba(223, 143, 37, 0.7) 20%, rgba(192, 57, 43, 0.75) 90%);
	background-image: -o-linear-gradient(20deg, rgba(223, 143, 37, 0.7) 20%, rgba(192, 57, 43, 0.75) 90%);
	background-image: linear-gradient(20deg, rgba(223, 143, 37, 0.7) 20%, rgba(192, 57, 43, 0.75) 90%);
	color: #ffffff;
	width: 40px;
	height: 40px;
	border: 0;
}

.navbar-toggle:hover {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(20deg, rgba(192, 57, 43, 0.7) 20%, rgba(223, 143, 37, 0.75) 90%);
  background-image: -o-linear-gradient(20deg, rgba(192, 57, 43, 0.7) 20%, rgba(223, 143, 37, 0.75) 90%);
  background-image: linear-gradient(20deg, rgba(192, 57, 43, 0.7) 20%, rgba(223, 143, 37, 0.75) 90%);
}

.ie9 .navbar-toggle {
	background-color: #a8a58c;
}

.ie9 .navbar-default .navbar-toggle:hover, 
.ie9 .navbar-default .navbar-toggle:focus {
    background-color: #deb235;
}

/*Logo*/
h1.logo {
    margin: 0;
    padding: 0;
}


/* ------------------------------------------------------------------
OUR SERVICES SECTION
--------------------------------------------------------------------- */
.service-content {
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding-bottom: 85px;
}
.service-content:nth-child(2),
.service-content:nth-child(4) {
	border-right: 0;
}
.service-content:nth-child(3),
.service-content:nth-child(4) {
	padding-top: 80px;
	border-bottom: 0;
}


.service-content .media-left, 
.service-content .media>.pull-left {
	padding-right: 40px;
}

.service-content:nth-child(2) .media-left,
.service-content:nth-child(4) .media-left {
	padding-left: 50px;
}

.service-content:nth-child(1) .media-body,
.service-content:nth-child(3) .media-body{
	padding-right: 35px;
}

.service-content .media-heading {
	font-size: 21px;
	line-height: 44px;
	font-weight: 500;
}


.our-services .media a:hover {
	text-decoration: none;
}
.our-services .media i:before{
	font-size: 65px;
	line-height: 65px;
}
.service-content .btn {
	margin-top: 50px;
}


.star-devider {
	margin: 50px 0;
	text-align: center;
	position: relative;
}

.star-devider:before,
.star-devider:after {
	position: absolute;
	content: " ";
	width: 70px;
	height: 1px;
	top: 14px;
	background-color: #e7e7e7;
}
.star-devider:before {
	left: 50%;
	margin-left: 40px;
	
}
.star-devider:after {
	right: 50%;
	margin-right: 40px;
}



/* ------------------------------------------------------------------
Working-process
--------------------------------------------------------------------- */
.working-process {
  background-color: #f6f6f6;
}
.process-circle {
    height: 125px;
    width: 125px;
    padding: 4px;
    border-radius: 50%;
    display: inline-block;
    background: #f6f6f6;
    border: 1px solid #d0d0d0;
}

.process-circle a {
    height: 115px;
    width: 115px;
    line-height: 108px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #d0d0d0;
}
.process-circle a:hover {
    background-color: #fff;
    border: 1px dashed #d0d0d0;
}
.process-circle span {
    display: block;
    font-weight: 700;
    color: #414141;
    margin-top: 20px;
}
.circle-connector {
    margin-top: 60px;
    position: relative;
}

.circle-connector:before {
    content: "";
    width: 75%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 13%;
    border-top: 1px solid #d0d0d0;
}



/* ------------------------------------------------------------------
Material/Work Section
--------------------------------------------------------------------- */
.material-section {
	background-color: #f6f6f6;
}


.portfolio-item {
    margin-bottom: 30px;
    min-height: 270px;
}

/*portfolio hover effect*/
figure.css-hover-effect {
	background: #ffd033; 
	background: -moz-linear-gradient(45deg,  #ffd033 42%, #E74C3C 88%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(42%,#ffd033), color-stop(88%,#E74C3C)); 
	background: -webkit-linear-gradient(45deg,  #ffd033 42%,#E74C3C 88%); 
	background: -o-linear-gradient(45deg,  #ffd033 42%,#E74C3C 88%);
	background: -ms-linear-gradient(45deg,  #ffd033 42%,#E74C3C 88%); 
	background: linear-gradient(45deg,  #ffd033 42%,#E74C3C 88%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd033', endColorstr='#E74C3C',GradientType=1 ); 
	position: relative;
	overflow: hidden;

}

figure.css-hover-effect img {
	width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	-moz-transition: opacity 0.35s;
	-o-transition: opacity 0.35s;
	transition: opacity 0.35s;

}

figure.css-hover-effect:hover img {
	opacity: 0.2;

}

figure .figure-link {
	position: absolute;
	top: 20px;
	right: 20px;
}
figure .figure-link a i{
	width: 30px;
	height: 30px;
	display: block;
	background: #a58400;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
	border-radius: 3px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
figure .figure-link a:hover {
	text-decoration: none;
}
figure .figure-link a i:hover {
	background-color: #fff;
	color: #a58400;
}

figure .figure-info {
	position: absolute;
	bottom: 30%;
	left: 30px;
}
figure .figure-info h2{
	margin: 0;
	font-size: 21px;
	line-height: 22px;
	font-weight: 300;
}
figure .figure-info h2 a{
	color: #fff;
	text-decoration: none;
}

figure.css-hover-effect span{
	color: #f4f4f4;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
}

/*IE9 Fixing*/
.ie9 figure .figure-info {
	left: 60px
}
.ie9 figure .figure-info h2 {
	font-size: 16px;
}
.ie9 figure.css-hover-effect span {
	font-size: 10px;
}


figure.css-hover-effect h2,
figure.css-hover-effect span,
figure.css-hover-effect i{
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.css-hover-effect:hover h2,
figure.css-hover-effect:hover span,
figure.css-hover-effect:hover .figure-link i{
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}



/* ------------------------------------------------------------------
COUNTER SECTION
--------------------------------------------------------------------- */
.counter-section {
	background: url(../assets/img/banner/banner.png) no-repeat center top fixed;
	-webkit-background-size: cover;
	background-size: cover;
}

@media (max-width: 600px) {
	.counter-section {
		background: url(../assets/img/banner/banner.png) no-repeat center top fixed;
		-webkit-background-size: cover;
		transform: scale(1.2);
		background-size: cover;
	}
}

.css-overlay {
  background-image: -webkit-linear-gradient(20deg, rgba(223, 143, 37, 0.5) 20%, rgba(192, 57, 43, 0.75) 90%);
	background-image: -o-linear-gradient(20deg, rgba(223, 143, 37, 0.5) 20%, rgba(192, 57, 43, 0.75) 90%);
	background-image: linear-gradient(20deg, rgba(223, 143, 37, 0.5) 20%, rgba(192, 57, 43, 0.75) 90%);
}

.counter-section strong {
    display: block;
    font-size: 48px;
    line-height: 50px;
    color: #fff;
}
span.count-description {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding-top: 10px;
    font-weight: 700;
    opacity: 0.7;
}




/* ----------------------------------------------------------------
FOOTER SECTION
-------------------------------------------------------------------*/
.footer-widget-wrapper {
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient(45deg, #deb235 30%, #C0392B 85%);
    background-image: -o-linear-gradient(45deg, #deb235 30%, #C0392B 85%);
    background-image: linear-gradient(45deg, #deb235 30%, #C0392B 85%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#deb235', endColorstr='#C0392B');
    color: #ffffff;
    padding: 100px 0 46px;
}


.footer-widget h3 {
    font-size: 12px;
    line-height: 12px;
    margin: 0 0 20px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.40);
    text-transform: uppercase;
    letter-spacing: 1px;
}


.footer-widget.footer-logo {
    padding: 40px 50px;
    position: relative;
}
.footer-widget.footer-logo::after {
    content: "";
    background-color: rgba(255,255,255,.2);
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
}


.footer-widget.footer-logo>a>img {
	max-width: 132.5px
}


.footer-widget a{
    font-size: 14px;
    line-height: 24px;  
    display: inline-block;
    color: #fff;
}
.footer-widget a:hover{
    color: rgba(255, 255, 255, 0.40);
    text-decoration: underline;
}
.footer-widget address {
    font-size: 12px;
    line-height: 24px;
    color: #fff;  
}
.footer-widget address a,
.footer-widget a.feedback-modal {
	margin-top: 10px;
	font-size: 10px;
	padding: 1px 10px 0px;
	border: 1px solid rgba(255,255,255,0);
	display: inline-block;
	border-radius: 30px;
	background: rgba(255,255,255,.1);
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	line-height: 18px;
}


.footer-widget address a:hover,
.footer-widget a.feedback-modal:hover {
	border: 1px solid rgba(255,255,255,.2);	
	background: rgba(255,255,255,0);
	text-decoration: none;
}


.copyright {
    margin-top: 50px;
    background: url('../img/footer-star.png') no-repeat;
    background-position: center 0px;
    padding: 35px 0 0;
}
.copyright p{
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: rgba(255, 255, 255, 0.40);
    letter-spacing: 2px;
}



/* ----------------------------------------------------------------
Google Map on Modal
-------------------------------------------------------------------*/
#googleMap {
    height     : 400px;
}



/* ----------------------------------------------------------------
Offcanvas Style
-------------------------------------------------------------------*/
.hippo-offcanvas-container{
	background: #27272C;
}
.hippo-offcanvas-pusher::after{
	z-index: 1200;
}
.offcanvas-menu{
	left: -1000px;
}
#off-canvas-close-btn{
	padding: 0px 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	height: 62px;
	text-shadow: none;
	opacity: 1;
}
#off-canvas-close-btn:hover,
#off-canvas-close-btn:focus{
	color: #deb235;
	outline: none;
}
.offcanvas-menu  h3{
	text-transform: uppercase;
	color: #fff;
	font-weight: 500;
	background: rgba(0, 0, 0, 0.25);
	padding: 1em 1em 1em 1.2em;
	margin-bottom: 0;
}
.offcanvas-menu ul li a {
	display: block;
	padding: 1em 1em 1em 1.2em;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
}
.offcanvas-menu ul li li a {
    font-size   : 12px;
    font-weight : 400;
    padding-left: 30px;
}
.offcanvas-menu ul li a:hover,
.offcanvas-menu ul li.active a {
    background : rgba(0, 0, 0, 0.2);
    box-shadow : inset 0 -1px rgba(0, 0, 0, 0);
    color      : #deb235;
    text-decoration: none;
}





/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop{
	position: fixed;
	width: 100%;
	bottom: -14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 9999;
	font-size: 34px;
	line-height: 34px;

	& i {
		transform: translate(50%, 50%);
		background: black;
    border-radius: 60%;
    border: solid 15px black;
	}
}


/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

#status,
.status-mes {
    background-image: url(../img/preloder.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.status-mes {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}



/*-------------------------------------
 *  HERO SLIDER
 *-------------------------------------*/

.hero-slide .carousel-inner>.item>img, 
.hero-slide .carousel-inner>.item>a>img{
	min-width: 100%;
}

.hero-slide .container {
    position  : absolute;
    left      : 0;
    right     : 0;
    top       : 50%;
    transform : translateY(-50%);
    }

.hero-slide .carousel-caption {
    position    : relative;
    right       : 0;
    left        : 0;
    text-align  : left;
    text-shadow : none;
    width : 60%;
    }

.hero-slide .carousel-caption small {
    font-size       : 13px;
    color           : #777777;
    font-weight     : 500;
    animation-delay : 1s;
    }

.hero-slide .carousel-caption .phone {
    font-size               : 30px;
    color                   : #ff5722;
    -webkit-animation-delay : 100ms;
    animation-delay         : 100ms;
    }

.hero-slide .carousel-caption h1 {
    font-size               : 38px;
    line-height             : 1;
    font-weight             : bold;
    text-transform          : capitalize;
    margin                  : 30px 0 20px;
    -webkit-animation-delay : 150ms;
    animation-delay         : 150ms;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #1f1f1f;
    }

.hero-slide .carousel-caption .lead {
    font-size               : 22px;
    color                   : #1f1f1f;
		text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.35);
    font-weight             : normal;
    margin-bottom           : 30px;
    -webkit-animation-delay : 200ms;
    animation-delay         : 200ms;
    }

.hero-slide .carousel-caption .btn {
    -webkit-animation-delay : 250ms;
    animation-delay         : 250ms;
    }

/* Slider Controller */
.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    font-size   : 30px;
    width       : 30px;
    height      : 100px;
    line-height : 100px;
    top         : 50%;
    background  : #000000;
    cursor      : pointer;
    border      : 0;
    text-shadow : none;
    transform   : translateY(-50%);
    }

.hero-slide .carousel-control.left {
    left : -100%;
    }

.hero-slide .carousel-control.right {
    right : -100%;
    }

.hero-slide:hover .left {
    left : 0;
    }

.hero-slide:hover .right {
    right : 0;
    }

/* Slider Indicator*/
.hero-slide .carousel-indicators li {
    border  : 2px solid #fff;
    opacity : .5;
    }

.hero-slide .carousel-indicators li.active {
    border-color     : #fff;
    background-color : #fff;
    opacity          : 1;
    }

/*Media Query*/

@media (max-width : 1024px) {
    .hero-slide .carousel-caption h1 {
        font-size : 24px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 16px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 18px;
        }
    .hero-slide .carousel-caption small{
        font-size: 11px;
        }

    .hero-slide .carousel-caption{
        padding: 40px 0;
        }
    }


@media (max-width : 768px) {

    .hero-slide .carousel-caption h1 {
        font-size : 18px;
        margin-top: 10px;
        }

    .hero-slide .carousel-caption .lead{
        font-size: 14px;
        }

    .hero-slide .carousel-caption .phone{
        font-size: 16px;
        line-height: 1;
        }

    .hero-slide .carousel-caption small{
        font-size: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 12px;
        }
    }

@media (max-width : 600px) {
    .carousel-indicators{
        display: none;
        }

    .hero-slide .carousel-caption{
        width: 100%;
        text-align: center;
        padding: 30px;
        }

    .hero-slide .carousel-caption .lead{
        margin-bottom: 10px;
        }

    .hero-slide .carousel-caption .btn{
        font-size: 10px;
        padding: 5px 10px;
        border-width: 1px;
        }
    }

@media (max-width : 320px){
    .hero-slide{
        display: none;
        }
    }





/*BUTTON HOVER GRADIENT ANIMATION */
@-webkit-keyframes BtnGradient {
    0%{background-position:0% 56%}
    50%{background-position:100% 45%}
    100%{background-position:0% 56%}
}
@-moz-keyframes BtnGradient {
    0%{background-position:0% 56%}
    50%{background-position:100% 45%}
    100%{background-position:0% 56%}
}
@-o-keyframes BtnGradient {
    0%{background-position:0% 56%}
    50%{background-position:100% 45%}
    100%{background-position:0% 56%}
}
@keyframes BtnGradient { 
    0%{background-position:0% 56%}
    50%{background-position:100% 45%}
    100%{background-position:0% 56%}
}
