/* STYLE */
@charset "utf-8";

.slideBanner {
	position: relative;
	left: 80px;
	top: 10px
}

body {
	line-height: 20px;
	font-family: Poppins, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0
}

.clear {
	height: 0;
	line-height: 0;
	clear: both
}

.clr {
	height: 0;
	line-height: 0;
	clear: both
}

a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

a {
	color: #6a6a6a;
	font-family: Poppins, sans-serif;
	font-weight: 400;
	text-decoration: none !important
}

a:hover {
	color: #000
}

p {
	color: #979797;
	font-size: 15px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	line-height: normal
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Poppins, sans-serif
}

h2 {
	color: #474747;
	font-size: 50px;
	font-weight: 600
}

ul {
	padding: 0
}

li {
	color: #979797;
	font-size: 15px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	line-height: normal;
	list-style: none
}

.largefont {
	width: 180px
}

div.bub-btn {
	margin-bottom: 20px;
	display: inline-block;
	height: 100%;
	-webkit-animation: hue-rotate 10s linear infinite;
	animation: hue-rotate 10s linear infinite;
	margin: 0 5px 20px
}

a.button.button--bubble {
	color: #fff;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	background: red;
	position: relative;
	padding: 12px 20px;
	text-transform: uppercase;
	display: inline-block;
	background: red;
	position: relative;
	-webkit-animation-name: myfirst;
	-webkit-animation-duration: 10s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-webkit-animation-play-state: running;
	animation-name: myfirst;
	animation-duration: 10s;
	animation-timing-function: linear;
	animation-delay: 0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running
}

@-webkit-keyframes myfirst {
	0% {
		background: #16a085;
		left: 0;
		top: 0
	}

	25% {
		background: #1abc9c;
		left: 0;
		top: 0
	}

	50% {
		background: #9b59b6;
		left: 0;
		top: 0
	}

	75% {
		background: #8e44ad;
		left: 0;
		top: 0
	}

	100% {
		background: #16a085;
		left: 0;
		top: 0
	}

}

@keyframes myfirst {
	0% {
		background: #16a085;
		left: 0;
		top: 0
	}

	25% {
		background: #1abc9c;
		left: 0;
		top: 0
	}

	50% {
		background: #9b59b6;
		left: 0;
		top: 0
	}

	75% {
		background: #8e44ad;
		left: 0;
		top: 0
	}

	100% {
		background: #16a085;
		left: 0;
		top: 0
	}

}

a.common_btn {
	color: #545454;
	text-transform: capitalize;
	background: #f2f2f2;
	padding: 10px 0;
	text-decoration: none;
	width: 138px;
	display: block;
	text-align: center;
	position: relative;
	margin: 25px 0 0 0;
	padding-bottom: 17px;
	font-size: 0;
	font-weight: 500
}

a.common_btn:hover {
	background: 0 0;
	color: #fff
}

a.common_btn:hover:before {
	border: none;
	background: #d93939;
	color: #fff
}

a.common_btn:before {
	content: "Read More";
	border: 2px solid #919191;
	position: absolute;
	padding: 10px 0;
	left: -6px;
	width: 130px;
	top: -6px;
	color: #545454;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase
}

a.common_btn_p {
	color: #545454;
	text-transform: capitalize;
	background: #f2f2f2;
	padding: 10px 0;
	text-decoration: none;
	width: 267px;
	display: block;
	text-align: center;
	position: relative;
	margin: 20px auto 0;
	padding-bottom: 43px;
	font-size: 0;
	font-weight: 500;
	cursor: pointer
}

a.common_btn_p:hover {
	background: 0 0;
	color: #fff
}

a.common_btn_p:hover:before {
	border: none;
	background: #d93939;
	color: #fff
}

a.common_btn_p:before {
	content: "Order Now";
	border: 2px solid #919191;
	position: absolute;
	padding: 10px 0;
	left: -5px;
	width: 264px;
	top: -6px;
	color: #545454;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase
}

.row.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row.no-gutters>[class*=" col-"],
.row.no-gutters>[class^=col-] {
	padding-right: 0;
	padding-left: 0
}

.header-top {
	background-color: rgb(26, 188, 156);
	padding: 7px 0;
	display: none
}

.header-top ul {
	padding: 0;
	margin: 0
}

.header-top ul li {
	display: inline-block
}

.top-br-left {
	position: relative
}

.header-top ul li a span {
	position: absolute;
	left: 30px;
	top: -4px;
	width: 300px;
	line-height: 14px;
	font-size: 16px
}

.header-top ul li a span i {
	font-style: normal;
	font-size: 10px
}

ul.top-br-right li:last-child {
	border-right: 0;
	padding-right: 0;
	margin-right: 0
}

.header-top ul li a .fa {
	font-size: 23px;
	margin: -3px 0 0 0;
	padding: 0;
	display: inline-block;
	float: left
}

.header-top ul li .fa {
	padding: 0 8px 0 0;
	line-height: 0;
	font-size: 15px;
	color: #fff
}

.header-top ul li a {
	color: #fff;
	font-weight: 600
}

ul.top-br-right {
	float: right
}

ul.top-br-right li {
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #3f66bd
}

ul.top-br-right li:first-child a {
	color: #fff;
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .9s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}

@-webkit-keyframes blinker {
	from {
		opacity: 1
	}

	to {
		opacity: 0
	}

}

ul.top-br-right li span {
	color: #fff;
	font-weight: 600
}

.tab_btn.sticky {
	position: fixed;
	font-size: 24px;
	line-height: 48px;
	height: 48px;
	width: 100%;
	text-align: left;
	z-index: 999;
	top: 0;
	background: #fff;
	left: 0;
	right: 0;
	text-align: center;
	border-bottom: 1px solid #d93939
}

.header {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: 0 0;
	padding: 20px 0 0;
	position: absolute;
	z-index: 99;
	display: flex;
	align-items: center;
	vertical-align: middle;
	height: 138px
}

.mainNavCol {
	position: absolute;
	right: 0;
	top: 45px;
	padding: 0
}

.headerRightCol .navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	border: 0;
	margin: 0;
	min-height: auto
}

.MobileNav {
	display: none
}

ul.nav.navbar-nav.first_navbar {
	width: 100%;
	float: right;
	text-align: right;
	background: #fff;
	position: relative
}

ul.nav.navbar-nav.first_navbar:before {
	content: " ";
	background: rgb(26, 188, 156);
	width: 83px;
	height: 72px;
	position: absolute;
	z-index: -9;
	top: -20px;
	left: -30px
}

ul.nav.navbar-nav.first_navbar li a {
	color: #4c4c4c;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400
}

ul.nav.navbar-nav.first_navbar li a:hover,
ul.nav.navbar-nav.first_navbar li.active a,
ul.nav.navbar-nav.first_navbar li.active a:focus,
ul.nav.navbar-nav.first_navbar li.active a:hover {
	color: #1abc9c;
	background-color: transparent
}

li.top_chat {
	position: absolute;
	right: 160px;
	top: 0
}

li.top_chat a {
	text-transform: capitalize !important;
	color: #1abc9c  !important;
	font-size: 14px !important;
	margin: -2px 0 0 0
}

li.top_chat a span .fa {
	font-size: 21px;
	margin: 0 4px 0 0;
	position: relative;
	top: 2px
}

li.top_tel {
	position: absolute;
	right: 0;
	background: rgb(26, 188, 156)
}

li.top_tel a {
	color: #fff !important;
	font-size: 17px
}

li.top_tel a span {
	font-size: 19px;
	margin: 0 5px 0 0;
	line-height: 0;
	position: relative;
	top: 1px
}

ul.nav.navbar-nav.second_navbar {
	background: #9d9d9f;
	width: 100%;
	float: right
}

ul.nav.navbar-nav.second_navbar li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding-top: 11px;
	padding-bottom: 11px
}

ul.nav.navbar-nav.second_navbar li a:hover,
ul.nav.navbar-nav.second_navbar li.active a,
ul.nav.navbar-nav.second_navbar li.active a:focus,
ul.nav.navbar-nav.second_navbar li.active a:hover {
	color: #fff;
	background-color: transparent
}

.headerRightCol .navbar-inverse .navbar-collapse,
.headerRightCol .navbar-inverse .navbar-form {
	padding: 0
}

.main-home {
	position: relative
}

.main-home .headBox {
	padding: 0
}

.trustpilot-banner img {
	max-width: 100%
}

.trustpilot-banner {
	margin: 40px auto -40px;
}

#bannerWeb {
	display: flex;
	align-items: center;
	vertical-align: middle;
	width: 100%;
	height: 760px
}

.fullBanner {
	background-repeat: no-repeat;
	background-size: cover
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

section .headBox {
	padding: 10vh 0 0 0
}

#bannerWeb .headBox h2 {
	font-size: 50px;
	line-height: 60px
}

section .headBox h2 {
	font-weight: 800;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	margin: 0 0 10px
}

#bannerWeb .headBox p {
	font-size: 24px;
	line-height: 32px
}

section .headBox ul {
	padding: 0;
	margin: 0 0 40px 0
}

section .headBox ul li {
	z-index: 15;
	position: relative;
	list-style: none;
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px
}

section .headBox ul li:before {
	width: 12px;
	height: 12px;
	background: #d93939;
	display: block;
	content: "";
	border-radius: 15px;
	position: absolute;
	left: 1px;
	top: 4px
}

section .headBox p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 25px
}

.btn-group-own {
	margin: 0;
	padding: 0
}

#bannerWeb .btn {
	padding: 15px 50px
}

#bannerWeb .btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

#bannerWeb .btn-group-own .btn {
	float: left
}

#bannerWeb .btn {
	background-color: #9d9d9f;
	border-width: 1px;
	border-style: solid;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: table;
	margin: 0 10px 0 0;
	padding: 10px 30px;
	position: relative;
	z-index: 20
}

#bannerWeb .btn-primary {
	background-color: transparent;
	color: rgb(26, 188, 156);
	border-color: rgb(26, 188, 156)
}

#bannerWeb .btn-primary:hover {
	background-color: rgb(26, 188, 156);
	color: #fff;
	border-color: rgb(26, 188, 156)
}

.secBanner {
	background-position: center center
}

section#bannerHome {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #f4f3f1 100%);
	background: -webkit-linear-gradient(top, #fff 0, #f4f3f1 100%);
	background: linear-gradient(to bottom, #fff 0, #f4f3f1 100%)
}

#home-slider .item img,
#privacyortermscondition-page .item img {
	display: block;
	width: 100%;
	height: auto
}

.slide_caption {
	-ms-transform: translate(0, -50%)
}

.slide_caption h1 {
	color: #000;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 0
}

.slide_caption p {
	color: #000;
	font-size: 16px;
	margin: 15px 0 30px
}

.slide_caption button {
	color: #fff;
	font-size: 16px;
	border: 2px solid #fff;
	padding: 10px 20px;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	float: right;
	background: 0 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.slide_caption button:hover {
	background: #d93939
}

.HomeSliderWrapper .owl-controls.clickable {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

.HomeSliderWrapper .owl-theme .owl-controls .owl-page.active span,
.HomeSliderWrapper .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 9;
	background: #989898;
	width: 10px;
	height: 10px
}

.HomeSliderWrapper .owl-theme .owl-controls .owl-page span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px 0;
	filter: Alpha(Opacity=50);
	opacity: 9;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #9898986b
}

.bannerForm {
	background: #13337b;
	padding: 20px 20px;
	border-radius: 5px;
	width: 100%;
	display: inline-block
}

.bannerForm h2 {
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 27px
}

.bannerForm .bub-btn {
	float: right
}

.inner-content .col-md-12 h2 {
	position: relative;
	top: -317px;
	bottom: -15px;
	color: #fff;
	font-size: 54px;
}

.secAwards {
	text-align: center;
	padding: 50px 0 50px
}

.secAwards p {
	font-weight: 300;
	font-size: 22px;
	line-height: 37px
}

.secAwards .awardslogo {
	display: table;
	margin: 40px auto
}

.secAwards .awardsLink {
	margin: 0 auto 0;
	font-weight: 300;
	font-size: 15px;
	line-height: 30px;
	display: table;
	color: #616161
}

.secAwards .awardsLink .words,
.secAwards .awardsLink img {
	float: left
}

.secAwards .awardsLink .words {
	margin-left: 10px
}

.secAwards .awardsLink .green {
	color: #00b67a
}

.ban-btm-box {
	margin: 30px 0 0 0
}

.ban-btm-box .item img {
	max-width: 100%
}

section.secRecent {
	padding: 80px 0 0;
	background-color: #fff
}

section.secRecent p {
	text-align: center;
	margin: 20px 0 0 0;
	color: #000
}

section.secRecent h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 18px
}

section.secRecent h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

.secRecent .carousel-indicators {
	position: relative;
	left: 0;
	right: 0;
	bottom: inherit;
	margin: 40px auto 30px;
	border-bottom: 1px solid #dcdcdc;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	align-content: space-between;
	width: 100%
}

.secRecent .carousel-indicators>div {
	text-indent: inherit;
	margin: 0;
	padding: 0 20px 10px;
	width: auto;
	height: inherit;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #b9b9b9;
	cursor: pointer;
	position: relative;
	border-bottom: 5px solid transparent;
	display: inline-block
}

.secRecent .carousel-indicators>div.active {
	background: 0 0;
	color: #334046;
	border-color: #334046
}

.secRecent .carousel-fade .carousel-inner {
	background: 0 0
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: 1s;
	transition-property: opacity
}

#logoDesign .headBox {
	margin-bottom: 35px
}

.logoArea {
	margin: 0 0 30px
}

.effect-apollo,
.effect-sadie {
	overflow: hidden;
	position: relative;
	background-color: #fff;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.logBox {
	width: 100%;
	padding-top: 100%;
	margin: 0 0 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative
}

.logBox .wrap {
	background-repeat: no-repeat;
	background-size: cover;
	transition: all .35s ease-in-out;
	-webkit-transition: all .35s ease-in-out;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0
}

.buttonWrap {
	text-align: center
}

#myCarousel .nav a small {
	display: block
}

#myCarousel .nav {
	background: #eee
}

#myCarousel .nav a {
	border-radius: 0
}

.carousel-fade .carousel-inner {
	background: #000
}

.carousel-fade .carousel-control {
	z-index: 2
}

.carousel-fade .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}

.carousel-fade .item.active,
.carousel-fade .next.left,
.carousel-fade .prev.right {
	opacity: 1
}

.carousel-fade .active.left,
.carousel-fade .active.right {
	left: 0;
	opacity: 0;
	z-index: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
	.carousel-fade .carousel-inner>.item.active.right,
	.carousel-fade .carousel-inner>.item.next {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.carousel-fade .carousel-inner>.item.active.left,
	.carousel-fade .carousel-inner>.item.prev {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	.carousel-fade .carousel-inner>.item.active,
	.carousel-fade .carousel-inner>.item.next.left,
	.carousel-fade .carousel-inner>.item.prev.right {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

}

section.home_about {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: url(../images/home-aboutbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center
}

section.home_about.logo_designhome_about {
	background: url(../images/logo-design-home-aboutbg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center
}

.aboutContent {
	display: grid;
	align-items: center;
	margin: 0 auto;
	min-height: 590px
}

.homeaboutRight h2 {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 30px
}

.homeaboutRight h2:after {
	content: " ";
	background: #d93939;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: 30px
}

.wrap6 {
	margin: 50px 0 0;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	background: -o-linear-gradient(bottom, #fff, #f9fbfa);
	position: relative;
	z-index: 9;
	min-height: 530px;
	vertical-align: middle;
	align-items: center;
	display: flex
}

.wrap6 h2 {
	color: #000;
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

.wrap6 h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

.wrap6 .bx-wrapper .bx-viewport {
	left: 0;
	margin: 0;
	top: 0
}

.bxSlider {
	width: 100%;
	margin: 20px auto 0;
	float: left;
	display: inline-block;
	align-items: center;
	vertical-align: middle
}

#bx-pager {
	float: left;
	padding: 0;
	margin: 0;
	width: 380px;
	position: relative
}

#bx-pager h6 {
	color: #161d27;
	font-size: 42px;
	font-weight: 700;
	padding: 1px 0 1%;
	text-align: left
}

#bx-pager h6 span {
	color: #65657a;
	display: block;
	font-size: 26px
}

#bx-pager a.active {
	background-color: #484bb4 !important;
	color: #fff !important
}

section.home_workSection {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: url(../images/our-workbg.png);
	background-size: 100% 100%;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 50px 0 50px
}

section.home_workSection h2 {
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

section.home_workSection h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.home_workSection p {
	text-align: center;
	margin-bottom: 70px
}

.workbox {
	min-height: 300px;
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden
}

.workbox .box__content {
	position: absolute;
	padding: 30px 40px 0 30px;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	-webkit-transform: translateY(74%);
	-moz-transform: translateY(74%);
	-o-transform: translateY(74%);
	-ms-transform: translateY(74%);
	transform: translateY(74%)
}

.workbox .box__title {
	color: #fff;
	font-weight: 200;
	margin-bottom: 20px;
	text-transform: capitalize;
	line-height: 1
}

.workbox .box__subtitle {
	color: #e8e8e8;
	font-size: 15px;
	font-weight: 200;
	text-align: left
}

.workbox .box__linkbtn {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 20px
}

.workbox .btn.\--btn-primary {
	background: #001e7d;
	color: #fff;
	border-color: #001e7d
}

.workbox:hover .box__content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background: #2b2e31
}

section.home_portfolio_work {
	width: 100%;
	margin: 0 auto 0;
	float: left;
	background: 0 0;
	padding: 40px 0
}

section.home_portfolio_work.logo_design_portfolio {
	margin-top: 0;
	background: #fff
}

section.home_portfolio_work h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

section.home_portfolio_work h2:after {
	content: " ";
	background: #d93939;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.home_portfolio_work p {
	text-align: center;
	color: #474747;
	margin: 29px 0 0 0
}

.home_portfolio_inner {
	width: 100%;
	float: left;
	margin: 50px 0 30px 0
}

.card {
	position: relative;
	display: inline-block/*! height: 500px; */
}

.img-container {

	/*! position: absolute; *//*! bottom: 0; */
}

.card img {

	/*! transform: translate(0,0); */max-width: 100%;
	height: auto
}

.card img:hover {
	opacity: 1
}

section.home_portfolio_work a.common_btn {
	clear: both;
	margin: 0 auto;
	display: block;
	text-align: center
}

section.home_packages {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: url(../images/home-pack-bg01.jpg) no-repeat;
	padding: 40px 0;
	background-size: cover
}

section.home_packages h2 {
	color: #000;
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

section.home_packages h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.home_packages p {
	text-align: center;
	margin: 40px 0 40px 0;
	color: #000
}

.pricing_packages_tab {
	text-align: center
}

.pricing_packages_tab ul.nav.nav-tabs {
	border: 0;
	margin: 0 0 30px 0
}

.pricing_packages_tab ul.nav.nav-tabs li {
	float: none;
	display: inline-block;
	line-height: 0;
	padding: 0;
	position: relative
}

.pricing_packages_tab ul.nav.nav-tabs li:last-child {
	border-right: 0
}

li.logo_tab {
	position: relative
}

li.logo_tab:before {
	background: url(../images/packg-tab-icon.png);
	content: " ";
	position: absolute;
	background-position: -150px -7px;
	padding: 0;
	top: 0;
	width: 68px;
	height: 71px;
	left: 0;
	right: 0;
	margin: 0 auto
}

li.web_tab {
	position: relative
}

li.web_tab:before {
	background: url(../images/packg-tab-icon.png);
	content: " ";
	position: absolute;
	background-position: -81px -7px;
	padding: 0;
	top: 0;
	width: 68px;
	height: 71px;
	left: 0;
	right: 0;
	margin: 0 auto
}

li.combo_tab {
	position: relative
}

li.combo_tab:before {
	background: url(../images/packg-tab-icon.png);
	content: " ";
	position: absolute;
	background-position: -219px -7px;
	padding: 0;
	top: 0;
	width: 68px;
	height: 71px;
	left: 0;
	right: 0;
	margin: 0 auto
}

li.video_tab {
	position: relative
}

li.video_tab:before {
	background: url(../images/packg-tab-icon.png);
	content: " ";
	position: absolute;
	background-position: -9px -83px;
	padding: 0;
	top: 0;
	width: 68px;
	height: 71px;
	left: 0;
	right: 0;
	margin: 0 auto
}

li.Content_tab {
	position: relative
}

li.Content_tab:before {
	background: url(../images/packg-tab-icon.png);
	content: " ";
	position: absolute;
	background-position: -298px -7px;
	padding: 0;
	top: 0;
	width: 68px;
	height: 71px;
	left: 0;
	right: 0;
	margin: 0 auto
}

li.Stationery_tab {
	position: relative
}

li.Stationery_tab:before {
	background: url(../images/packg-tab-icon.png);
	content: " ";
	position: absolute;
	background-position: -83px -83px;
	padding: 0;
	top: 0;
	width: 68px;
	height: 71px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.pricing_packages_tab ul.nav.nav-tabs li a {
	font-size: 17px;
	color: #000;
	font-weight: 600 !important;
	text-transform: uppercase;
	padding: 82px 0 3px 0;
	margin: 0 15px;
	line-height: 15px;
	border: 0;
	cursor: pointer;
	text-decoration: none
}

.pricing_packages_tab ul.nav.nav-tabs li a::after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #9d9d9f;
	transition: width .3s;
	margin: 0;
	position: relative;
	top: 3px
}

.pricing_packages_tab ul.nav.nav-tabs li.active a::after {
	content: '';
	display: none
}

.pricing_packages_tab ul.nav.nav-tabs li a:hover::after {
	width: 100%
}

.pricing_packages_tab .nav-tabs>li>a:hover {
	background: 0 0 !important;
	font-weight: 400 !important;
	color: #9d9d9f !important
}

.pricing_packages_tab .nav-tabs>li.active>a,
.pricing_packages_tab .nav-tabs>li.active>a:focus,
.pricing_packages_tab .nav-tabs>li.active>a:hover {
	background: 0 0 !important;
	color: #9d9d9f !important;
	border-bottom: 2px solid #9d9d9f !important
}

.pkge_header {
	min-height: 220px;
	background-repeat: no-repeat !important;
	background-size: 100% 99% !important;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 10px 0 0 0;
	overflow: hidden;
	position: relative
}

.rushhour:before {
	content: "Free Rush Delivery";
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	vertical-align: middle;
	padding: 7px 10px;
	text-align: center;
	display: block;
	-ms-transform: rotate(-51deg);
	-webkit-transform: rotate(-51deg);
	transform: rotate(-51deg);
	height: 35px;
	width: 190px;
	background-color: red;
	position: absolute;
	border: 2px solid #b70000;
	box-shadow: 2px 1px 5px 0 #b7b7b7;
	left: -56px;
	top: 29px;
	margin: 0
}

.pack_icon {
	width: 143px;
	height: 75px;
	display: inline-block;
	background: url(../images/pkge-icon.png) no-repeat;
	background-size: cover;
	background-position: 0 -85px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.b-price-plan:hover .pack_icon {
	background-position: 0 0
}

.package_box1 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg1.png)
}

.package_box1 a.common_btn_p:before {
	border: 2px solid #4866ca;
	color: #4765c9
}

.package_box1:hover a.common_btn_p:before {
	border: none;
	background: #4d6bcb;
	color: #fff;
	font-weight: 600
}

.package_box1:hover .pack-price h4 {
	color: #4765c9
}

.package_box1 .pack-price h4 {
	color: #000
}

.package_box1:hover .pack-price p {
	color: #4765c9 !important;
	opacity: .5
}

.package_box1 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box1 ul.pkg-cta {
	background: #4d6bcb
}

.package_box2 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg2.png)
}

.package_box2 a.common_btn_p:before {
	border: 2px solid #6aba31;
	color: #6aba31
}

.package_box2:hover a.common_btn_p:before {
	border: none;
	background: #6aba31;
	color: #fff;
	font-weight: 600
}

.package_box2:hover .pack-price h4 {
	color: #6aba31
}

.package_box2 .pack-price h4 {
	color: #000
}

.package_box2:hover .pack-price p {
	color: #6aba31 !important;
	opacity: .5
}

.package_box2 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box2 ul.pkg-cta {
	background: #6aba31
}

.package_box3 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg3.png)
}

.package_box3 a.common_btn_p:before {
	border: 2px solid #2ac6a4;
	color: #2ac6a4
}

.package_box3:hover a.common_btn_p:before {
	border: none;
	background: #2ac6a4;
	color: #fff;
	font-weight: 600
}

.package_box3:hover .pack-price h4 {
	color: #2ac6a4
}

.package_box3 .pack-price h4 {
	color: #000
}

.package_box3:hover .pack-price p {
	color: #2ac6a4 !important;
	opacity: .5
}

.package_box3 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box3 ul.pkg-cta {
	background: #2ac6a4
}

.package_box4 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg4.png)
}

.package_box4 a.common_btn_p:before {
	border: 2px solid #4b59cb;
	color: #4b59cb
}

.package_box4:hover a.common_btn_p:before {
	border: none;
	background: #4b59cb;
	color: #fff;
	font-weight: 600
}

.package_box4:hover .pack-price h4 {
	color: #4b59cb
}

.package_box4 .pack-price h4 {
	color: #000
}

.package_box4:hover .pack-price p {
	color: #4b59cb !important;
	opacity: .5
}

.package_box4 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box4 ul.pkg-cta {
	background: #4b59cb
}

.package_box5 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg5.png)
}

.package_box5 a.common_btn_p:before {
	border: 2px solid #fd9366;
	color: #fd9366
}

.package_box5:hover a.common_btn_p:before {
	border: none;
	background: #fd9366;
	color: #fff;
	font-weight: 600
}

.package_box5:hover .pack-price h4 {
	color: #fd9366
}

.package_box5 .pack-price h4 {
	color: #000
}

.package_box5:hover .pack-price p {
	color: #fd9366 !important;
	opacity: .5
}

.package_box5 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box5 ul.pkg-cta {
	background: #fd9366
}

.package_box6 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg6.png)
}

.package_box6 a.common_btn_p:before {
	border: 2px solid #ff1629;
	color: #ff1629
}

.package_box6:hover a.common_btn_p:before {
	border: none;
	background: #ff1629;
	color: #fff;
	font-weight: 600
}

.package_box6:hover .pack-price h4 {
	color: #ff1629
}

.package_box6 .pack-price h4 {
	color: #000
}

.package_box6:hover .pack-price p {
	color: #ff1629 !important;
	opacity: .5
}

.package_box6 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box6 ul.pkg-cta {
	background: #ff1629
}

.package_box7 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg7.png)
}

.package_box7 a.common_btn_p:before {
	border: 2px solid #269ad6;
	color: #269ad6
}

.package_box7:hover a.common_btn_p:before {
	border: none;
	background: #269ad6;
	color: #fff;
	font-weight: 600
}

.package_box7:hover .pack-price h4 {
	color: #269ad6
}

.package_box7 .pack-price h4 {
	color: #000
}

.package_box7:hover .pack-price p {
	color: #269ad6 !important;
	opacity: .5
}

.package_box7 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box7 ul.pkg-cta {
	background: #269ad6
}

.package_box8 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg8.png)
}

.package_box8 a.common_btn_p:before {
	border: 2px solid #746dd4;
	color: #746dd4
}

.package_box8:hover a.common_btn_p:before {
	border: none;
	background: #746dd4;
	color: #fff;
	font-weight: 600
}

.package_box8:hover .pack-price h4 {
	color: #746dd4
}

.package_box8 .pack-price h4 {
	color: #000
}

.package_box8:hover .pack-price p {
	color: #746dd4 !important;
	opacity: .5
}

.package_box8 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box8 ul.pkg-cta {
	background: #746dd4
}

.package_box9 .pkge_header {
	background: url(../images/pkg-bg/pkge-bg9.png)
}

.package_box9 a.common_btn_p:before {
	border: 2px solid #30ae8a;
	color: #30ae8a
}

.package_box9:hover a.common_btn_p:before {
	border: none;
	background: #30ae8a;
	color: #fff;
	font-weight: 600
}

.package_box9:hover .pack-price h4 {
	color: #30ae8a
}

.package_box9 .pack-price h4 {
	color: #000
}

.package_box9:hover .pack-price p {
	color: #30ae8a !important;
	opacity: .5
}

.package_box9 .pack-price p {
	color: #000 !important;
	opacity: .5
}

.package_box9 ul.pkg-cta {
	background: #30ae8a
}

.best-plan {
	margin: 60px auto 30px auto;
	position: relative;
	z-index: 99;
	font-size: 15px;
	line-height: 1.55;
	color: #333;
	font-weight: 300
}

.best-plan__head {
	text-align: center;
	margin-bottom: 45px
}

.best-plan__title {
	font-size: 36px;
	margin-bottom: 15px;
	margin-top: 50px;
	font-weight: 800;
	color: #3c2f17
}

.best-plan__title+p {
	font-size: 18px;
	font-weight: 300
}

.b-price-plan {
	width: 100%;
	max-width: 100%;
	display: inline-block;
	background: #fff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
	transition: opacity .35s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
	-o-transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
	transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear;
	transition: transform .35s linear, opacity .35s linear, box-shadow .3s linear, -webkit-transform .35s linear, -webkit-box-shadow .3s linear;
	padding-bottom: 0;
	margin-bottom: 30px;
	box-shadow: 0 1px 10px #0000001f
}

.b-price-plan__head {
	padding-top: 8px;
	padding-bottom: 0;
	text-align: center;
	overflow: hidden;
	position: relative
}

.b-price-plan__head>h3 {
	font-size: 18px;
	text-align: center;
	position: relative;
	z-index: 1;
	margin: 0;
	letter-spacing: 0;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 0;
	line-height: 22px;
	font-weight: 800
}

.b-price-plan__head>h3 span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 1px 0
}

.b-price-plan__head>h3 span.ptl {
	font-size: 14px;
	padding: 0 0 0;
	line-height: 18px
}

span.ptl.combo-ptl {
	margin: 4px 0 0 0
}

ul.pack_star {
	padding: 0;
	line-height: 0;
	margin: 6px 0 0 0;
	display: none;
}

ul.pack_star li {
	list-style: none;
	display: inline-block;
	color: #fbba3a;
	font-size: 13px;
	line-height: 0
}

.b-price-plan__cost {
	font-size: 20px;
	font-weight: 600;
	position: relative;
	z-index: 99;
	text-align: center;
	background: 0 0
}

.cost-title {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	color: #fff
}

.cost-title:before {
	content: '\f155';
	font-family: FontAwesome;
	display: inline-block;
	margin-right: 5px;
	font-size: 57px;
	position: relative;
	top: -7px
}

.cost-title>span {
	position: relative;
	top: -43px;
	left: 5px;
	font-size: 18px;
	text-decoration-line: line-through;
	opacity: .8
}

.cost-time {
	font-size: 15px;
	color: #fff;
	margin: 11px 0 0 0
}

.price-plan_pro {
	position: relative;
	z-index: 99;
	-webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, .3);
	box-shadow: 0 0 0 6px rgba(255, 255, 255, .3)
}

.p_plan_list {
	padding: 0 13px;
	margin: 20px 0 10px 0
}

.p_plan_list>li {
	position: relative;
	padding: 5px 0;
	margin: 0;
	list-style: none;
	background-color: #fff;
	border-top: 1px solid #dcdcdc;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #353535;
	font-size: 15px;
	font-family: Poppins, sans-serif
}

.p_plan_list>li:hover {
	-ms-transform: scale(1.05)
}

.p_plan_list>li .fa {
	color: #7d8aa4;
	margin-right: 8px;
	width: 16px;
	height: 16px;
	position: absolute;
	top: -5px;
	left: 0;
	margin-top: -8px
}

.p_plan_list>li .fa.text-success {
	color: #a0ce4e !important
}

.p_plan_list>li .fa.text-danger {
	color: #fd6347 !important
}

.p_plan_list>li:hover {
	background: #ececec !important;
	font-weight: 600
}

.p_plan_list>li:first-of-type {
	border-top: none
}

.p_plan_list>li:nth-child(odd) {
	background: #f2f2f263
}

.slimScrollDiv {
	overflow: inherit !important;
	padding-left: 0;
	padding-right: 0;
	height: auto !important
}

.icn-tooltip {
	display: inline-block;
	position: relative;
	transition: all .4s ease
}

.icn-tooltip i {
	margin: 0 0 0 4px
}

.icn-tooltip .tooltip-innr {
	position: absolute;
	width: 160px;
	right: 0;
	top: 14px;
	background: #000;
	padding: 3px 3px 4px;
	border-radius: 3px;
	color: #fff;
	font-size: 11px;
	text-transform: capitalize;
	opacity: 0;
	transition: all .4s ease;
	z-index: 2;
	box-shadow: 0 0 11px 3px #00000042;
	line-height: 1.5em
}

.icn-tooltip .tooltip-innr:before {
	content: "\f0d8";
	font-family: FontAwesome;
	right: 17px;
	top: -12px;
	position: absolute;
	color: #000;
	font-size: 24px
}

.icn-tooltip:hover .tooltip-innr {
	opacity: 1
}

.price_btn {
	overflow: hidden;
	position: relative;
	z-index: 99;
	margin: 15px auto;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #7d8aa4;
	text-decoration: none;
	text-transform: uppercase;
	width: 70%;
	border: 2px solid #7d8aa4 !important;
	background: #fff !important;
	padding: 15px 20px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px
}

.price_btn:after,
.price_btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 50%;
	background: #7d8aa4 !important;
	-webkit-transition: width .3s ease-in;
	-o-transition: width .3s ease-in;
	transition: width .3s ease-in
}

.price_btn:after {
	top: auto;
	bottom: 0;
	-webkit-transition: width .4s ease-in;
	-o-transition: width .4s ease-in;
	transition: width .4s ease-in
}

.price_btn:hover:after,
.price_btn:hover:before {
	width: 100%
}

.price_btn>span {
	position: relative;
	z-index: 99
}

.price_btn .fa {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 100%;
	z-index: 99;
	width: 30px;
	opacity: 0;
	-webkit-transition: left .55s linear, opacity .55s linear;
	-o-transition: left .55s linear, opacity .55s linear;
	transition: left .55s linear, opacity .55s linear;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.price_btn:hover .fa {
	left: 80%;
	opacity: 1
}

.price_btn:hover {
	overflow: visible;
	background: #fff;
	border-color: #7d8aa4 !important
}

.price_btn:active,
.price_btn:focus {
	background: #7d8aa4 !important;
	border-color: #7d8aa4 !important
}

.b-price-plan:hover {
	-webkit-box-shadow: 0 10px 20px rgba(125, 138, 164, .25) !important;
	box-shadow: 0 10px 20px rgba(125, 138, 164, .25) !important
}

.b_plan_body:hover .b-price-plan {
	-webkit-transform: scale(.95);
	-ms-transform: scale(.95);
	transform: scale(.95)
}

.b_plan_body:hover .b-price-plan:hover {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1.06)
}

.pack-price {
	background: #fff;
	padding: 16px 0 0 0;
	position: relative;
	color: #76c137;
	transition-duration: .2s;
	border-radius: 0 0 10px 10px
}

.pack-price h4 {
	margin: 0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: .8em;
	font-size: 50px;
	font-family: Poppins, sans-serif;
	color: #000;
	display: inline-block;
	width: auto;
	text-align: right
}

.pack-price sup {
	top: -.2em;
	padding-right: 2px;
	font-size: 38px
}

.pack-price p {
	font-size: 21px;
	font-weight: 600;
	margin: 0 0 0 !important;
	display: inline-block;
	width: auto;
	text-align: left !important;
	border-left: 1px solid #b6b6b6;
	padding: 3px 0 3px 5px;
	color: #b6b6b6 !important;
	line-height: 17px;
	vertical-align: super
}

.pack-price p span {
	text-decoration: line-through;
	display: block
}

.view-more {
	display: block;
	margin: 3px 0 0 0;
	font-size: 14px;
	color: #333;
	text-decoration: underline
}

.pkge_button {
	display: inline-block;
	margin: 20px 0 0 0
}

.pkge_button .hvr-hang:active,
.pkge_button .hvr-hang:focus,
.pkge_button .hvr-hang:hover {
	-webkit-animation-name: hvr-hang-sink, hvr-hang;
	animation-name: hvr-hang-sink, hvr-hang;
	-webkit-animation-duration: .1s, 1s;
	animation-duration: .1s, 1s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate
}

.pkge_button a.common_btn {
	display: inline-block;
	margin: 0;
	padding-bottom: 25px;
	width: 131px
}

ul.pkg-cta {
	margin: 15px 0 15px 0;
	padding: 7px 0
}

ul.pkg-cta li {
	display: inline-block;
	padding: 0 12px;
	border-right: 2px solid #fff;
	line-height: 2px;
	font-weight: 600
}

ul.pkg-cta li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: 600
}

ul.pkg-cta li:last-child {
	border-right: 0
}

a.pack_btn {
	margin: 0 auto;
	width: 140px
}

a.pack_btn:before {
	content: " VIew Packages ";
	width: 140px
}

.key_featured {
	width: 100%;
	margin: 0 auto;
	float: left
}

.key_featured h4 {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 30px 0 0 0
}

.key_featured ul {
	padding: 0;
	margin: 25px 0 0 0
}

.key_featured ul li:first-child:after {
	content: "";
	display: none
}

.key_featured ul li:nth-child(6):after {
	content: "";
	display: none
}

.key_featured ul li {
	list-style: none;
	display: inline-block;
	padding: 0 0;
	position: relative;
	text-align: center;
	overflow: hidden;
	line-height: 0
}

.key_featured ul li:hover {
	overflow: initial;
	vertical-align: top
}

.key_featured ul li:after {
	content: "";
	width: 2px;
	height: 40px;
	background: #9d9d9f;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto
}

.key_featured ul li .feature-icn {
	width: 100%;
	display: block;
	line-height: 0
}

.key_featured ul li .feature-icn:before {
	content: "";
	display: inline-block;
	background: url(../images/key-featured-icon.png) no-repeat;
	width: 72px;
	height: 79px
}

.key_featured ul li .feature-icn h5 {
	font-family: Poppins, sans-serif;
	margin: 10px 0 0;
	font-size: 16px;
	color: #5e5c68;
	font-weight: 400;
	line-height: 22px
}

.key_featured ul li i.feature-icn-1:before {
	background-position: -10px -7px !important
}

.key_featured ul li i.feature-icn-2:before {
	background-position: -88px -7px !important
}

.key_featured ul li i.feature-icn-3:before {
	background-position: -167px -7px !important
}

.key_featured ul li i.feature-icn-4:before {
	background-position: -247px -7px !important
}

.key_featured ul li i.feature-icn-5:before {
	background-position: -328px -7px !important
}

.key_featured ul li .icn-tooltip {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 134px;
	width: 100%;
	text-align: center
}

.key_featured ul li .icn-tooltip .tooltip-innr {
	position: initial;
	padding: 6px;
	display: inline-block;
	line-height: 1.4em;
	font-size: 11px
}

.key_featured ul li .icn-tooltip .tooltip-innr:before {
	right: 0;
	left: 0;
	content: "\f0d7";
	top: initial;
	bottom: -10px
}

.key_featured ul li:hover .icn-tooltip .tooltip-innr {
	opacity: 1
}

.pricing_packages_tab .inner-tabs {
	margin: 0
}

.pricing_packages_tab .inner-tabs li a {
	padding: 40px 0 0 0 !important
}

.home_testi {
	margin: -93px auto 0;
	width: 100%;
	float: left
}

section.testimonial_sec {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #f3f4f6;
	position: relative;
	padding: 30px 0 50px 0;
	background: url(../images/website-aboutbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}

section.testimonial_sec:before {
	font-family: FontAwesome;
	content: "\f10d";
	position: absolute;
	font-size: 36vh;
	color: #e4e5e6;
	top: 0;
	right: 0;
	line-height: normal
}

section.testimonial_sec h2 {
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

section.testimonial_sec h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.testimonial_sec p {
	text-align: center;
	color: #474747;
	margin: 29px 0 0 0
}

#testi-crousel {
	margin: 50px 0 0 0
}

#testi-crousel .item img {
	max-width: 100%
}

.testi_content {
	padding: 0 29px 0;
	margin: 80px 0 0 0
}

#testi-crousel:before {
	font-family: FontAwesome;
	content: "\f10d";
	position: absolute;
	font-size: 100px;
	color: #9d9d9f;
	top: 8px;
	left: -40px;
	right: 0;
	text-align: center;
	z-index: 99;
	text-shadow: 3px 5px 7px #00000087
}

.testi_content h3 {
	margin: 0;
	position: relative;
	display: inline-block;
	width: 100%;
	line-height: normal;
	color: #9d9d9f;
	font-size: 20px
}

.testi_content p {
	margin: 20px 0 0 0 !important;
	text-align: left !important;
	color: #979797 !important;
	line-height: 31px
}

section.testimonial_sec .owl-controls.clickable {
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 9999
}

section.testimonial_sec .owl-pagination {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 250px
}

section.testimonial_sec .owl-pagination .owl-page:nth-child(1) {
	background: url(../images/testimonial/small-1.png) no-repeat;
	padding: 18px 16px;
	border-radius: 0
}

section.testimonial_sec .owl-pagination .owl-page:nth-child(2) {
	background: url(../images/testimonial/small-2.png) no-repeat;
	padding: 18px 16px;
	border-radius: 0
}

section.testimonial_sec .owl-pagination .owl-page:nth-child(3) {
	background: url(../images/testimonial/small-3.png) no-repeat;
	padding: 18px 16px;
	border-radius: 0
}

section.testimonial_sec .owl-pagination .owl-page.active {
	background-size: cover !important;
	padding: 30px 30px !important
}

section.testimonial_sec .owl-pagination .owl-page {
	margin: 0 3px
}

section.testimonial_sec .owl-pagination .owl-page span {
	background: 0 0 !important
}

section.testimonial_sec .owl-theme .owl-controls .owl-buttons div {
	color: #000;
	display: inline-block;
	zoom: 1;
	margin: 0;
	padding: 0 10px;
	font-size: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);
	opacity: 9
}

section.testimonial_sec .owl-buttons {
	margin: 10px 20px 0 0
}

section.testimonial_sec .owl-prev {
	position: relative;
	background: 0 0 !important;
	margin: 0 0 !important;
	padding: 0 0 !important;
	width: 30px
}

section.testimonial_sec .owl-prev:before {
	font-family: FontAwesome;
	content: "\f177 ";
	position: absolute;
	font-size: 30px;
	color: #000;
	top: 0;
	left: 0;
	text-align: center;
	z-index: 99
}

section.testimonial_sec .owl-next {
	position: relative;
	background: 0 0 !important;
	margin: 0 0 !important;
	padding: 0 0 !important;
	width: 40px
}

section.testimonial_sec .owl-next:before {
	font-family: FontAwesome;
	content: "\f178  ";
	position: absolute;
	font-size: 30px;
	color: #000;
	top: 0;
	right: 0;
	text-align: center;
	z-index: 99
}

section.footer_sec {
	width: 100%;
	margin: 0 auto;
	float: left;
	background: #0c1623;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	padding: 50px 0 30px 0
}

.top_footer ul {
	padding: 0;
	margin: 0
}

.top_footer ul li {
	list-style: none;
	margin: 10px 0
}

.top_footer ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none
}

.email_newsletter p {
	color: #fff
}

.email_newsletter form#signin {
	padding: 0
}

.email_newsletter .input-group {
	position: relative;
	display: inline-block;
	border-collapse: separate;
	width: 148px;
	float: left
}

.email_newsletter .input-group input {
	padding-top: 8px;
	padding-bottom: 8px;
	height: auto;
	border: 0;
	border-top-left-radius: 3px !important;
	border-bottom-left-radius: 3px !important
}

.email_newsletter button {
	background: #9d9d9f !important;
	border: 0;
	padding: 8.3px 14px;
	float: left;
	border-radius: 0;
	font-weight: 600;
	border-top-right-radius: 3px !important;
	border-bottom-right-radius: 3px !important
}

.bottom_foot {
	margin: 40px 0 0 0
}

.bottom_left_col ul {
	padding: 0;
	margin: 0
}

.bottom_left_col ul li {
	list-style: none;
	display: inline-block;
	border-right: 1px solid #fff;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	line-height: 14px
}

.bottom_left_col ul li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none
}

.bottom_left_col p {
	color: #fff;
	margin: 20px 0 0 0
}

.bottom_right_col {
	text-align: right
}

.disclaimer {
	width: 100%;
	margin: 20px auto 0;
	float: left;
	border-top: 2px solid #252e39;
	padding: 20px 0 0 0
}

.disclaimer p {
	color: #fff;
	font-size: 13px;
	line-height: normal;
	margin: 0
}

.disclaimer p span {
	font-weight: 600;
	font-size: 13px
}

section.logo_design_team {
	width: 100%;
	margin: 50px auto 0;
	float: left;
	min-height: 740px;
	background: url(../images/team-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
	display: flex;
	align-items: center;
	padding: 0 0 0 50px
}

section.logo_design_team .container {
	width: 100%
}

section.logo_design_team.about_team {
	margin-top: 0
}

section.logo_design_team.pakge_team {
	margin: 0 0 40px 0
}

.team_inner {
	position: static
}

.team_inner img {
	width: 100%;
	height: auto;
	display: none
}

.team_content {
	background: #4c4ab1;
	width: 455px;
	padding: 40px 40px
}

.team_content h3 {
	margin: 0;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	position: relative
}

.team_content h3:after {
	content: " ";
	background: #fff;
	height: 2px;
	width: 60px;
	float: left;
	position: absolute;
	left: 0;
	bottom: -20px;
	margin: 0 auto
}

.team_content p {
	color: #fff;
	margin: 30px 0 0 0;
	line-height: 26px;
	font-size: 14px
}

section.logo_design_featured {
	width: 100%;
	margin: 50px auto 0;
	float: left;
	text-align: center
}

section.logo_design_featured h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 11px;
	margin-top: 0
}

section.logo_design_featured h2:after {
	content: " ";
	background: #d93939;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.logo_design_featured p {
	text-align: center;
	color: #474747;
	margin: 30px 0 40px 0;
	line-height: 27px
}

.featured_innerBox {
	position: relative;
	margin: 0 0 50px 0;
	overflow: hidden
}

.featured_innerBox img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	max-width: 100%
}

.featured_innerBox:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.featured_innerBox .caption {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	background: #fff;
	margin: 0 20px;
	float: left;
	z-index: 9
}

.featured_innerBox .overly {
	background-color: rgba(0, 0, 0, .5);
	left: 0;
	top: 0;
	border-radius: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	opacity: 0;
	z-index: 1000;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}

.featured_innerBox:hover .overly {
	opacity: 1
}

.featured_innerBox .caption a {
	color: #474747;
	font-size: 19px;
	line-height: normal;
	text-decoration: none;
	padding: 15px 0;
	display: inline-block
}

section.cta {
	width: 100%;
	margin: -95px 0 0 0;
	float: left;
	background: url(../images/cta-bg.png) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 125px 0;
	position: relative;
	z-index: 9999
}

section.cta ul {
	padding: 0;
	margin: 0;
	text-align: center
}

section.cta ul li {
	list-style: none;
	display: inline-block;
	margin: 0 50px
}

section.cta ul li h3 {
	margin: 0;
	color: #fff;
	font-size: 29px;
	line-height: normal;
	font-weight: 700;
	position: relative;
	top: -20px
}

section.cta ul li a.req-btn {
	background: #d7393a;
	color: #fff;
	font-size: 19px;
	padding: 17px 20px;
	display: inline-block;
	box-shadow: 1px 1px 1px #9c3d6a;
	position: relative;
	top: -39px;
	text-decoration: none;
	cursor: pointer
}

section.cta ul li.call_chat {
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent
}

section.cta ul li.call_chat:hover img {
	-webkit-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: .15s;
	animation-duration: .3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

section.cta ul li.call_chat img {
	clear: both
}

section.cta ul li.call_chat a {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: normal;
	text-decoration: none;
	margin: 10px 0 0 0
}

.cta .bub-btn {
	position: relative;
	top: -20px
}

section.our_process {
	width: 100%;
	margin: 0 auto 50px;
	float: left;
	background: url(../images/website-aboutbg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 10px 4px
}

section.our_process h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 11px;
	margin-top: 0
}

section.our_process h2:after {
	content: " ";
	background: #d93939;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.our_process p {
	text-align: center;
	color: #474747;
	margin: 30px 0 40px 0;
	line-height: 27px
}

.process_box {
	min-height: 420px;
	width: 100%;
	float: left;
	padding: 49px 30px;
	background: url(../images/process-box-bg.png);
	background-repeat: no-repeat;
	background-position: -294px 0;
	background-size: cover;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block
}

.process_box.down_box {
	margin: 126px 0 0 0
}

.process_box:hover {
	background-position: 0 0
}

.process_box:hover h3,
.process_box:hover p {
	color: #fff !important
}

.process_box span.img_icon1 {
	background: url(../images/our-process-icon1.png);
	background-repeat: no-repeat;
	background-position: -71px 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	width: 70px;
	height: 80px;
	background-size: cover
}

.process_box:hover span.img_icon1 {
	background-position: 0 0
}

.process_box span.img_icon2 {
	background: url(../images/our-process-icon2.png);
	background-repeat: no-repeat;
	background-position: -72px 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	width: 70px;
	height: 80px;
	background-size: cover
}

.process_box:hover span.img_icon2 {
	background-position: 0 1px
}

.process_box span.img_icon3 {
	background: url(../images/our-process-icon3.png);
	background-repeat: no-repeat;
	background-position: -66px 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	width: 70px;
	height: 80px;
	background-size: cover
}

.process_box:hover span.img_icon3 {
	background-position: 0 1px
}

.process_box span.img_icon4 {
	background: url(../images/our-process-icon4.png);
	background-repeat: no-repeat;
	background-position: -70px 1px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	width: 70px;
	height: 80px;
	background-size: cover
}

.process_box:hover span.img_icon4 {
	background-position: 0 1px
}

.process_box h3 {
	color: #272727;
	font-size: 19px
}

.process_box p {
	text-align: left !important;
	margin: 20px 0 !important;
	color: #979797 !important
}

.process_box a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block
}

.process_box a .fa {
	font-size: 25px;
	margin: 0 0 0 20px;
	position: relative;
	top: 4px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.process_box a:hover .fa {
	margin: 0 0 0 22px !important
}

section.home_about.website_designhome_about {
	background: url(../images/website-aboutbg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right center;
	position: relative
}

.websiteaboutRight {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0;
	display: grid;
	align-items: center;
	overflow: hidden
}

.websiteaboutRight img {
	width: 100%
}

.homeaboutLeft {
	margin: 31% 0
}

section.home_packages.package_page {
	background: 0 0;
	background: url(../images/pack-page-bg01.png) no-repeat;
	padding: 40px 0;
	background-size: cover;
	background-position: bottom center
}

section.home_packages.package_page h2 {
	color: #474747
}

section.home_packages.package_page p {
	color: #979797
}

section.home_packages.package_page .pricing_packages_tab ul.nav.nav-tabs li a {
	color: #979797
}

.about_banner h3 {
	font-size: 28px;
	font-weight: 600;
	margin-top: 90px
}

.about_banner h1 {
	color: #000;
	margin-top: 0
}

section.aboutus_corevalues {
	width: 100%;
	margin: 50px auto 50px;
	float: left;
	min-height: 460px
}

section.aboutus_corevalues h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 11px;
	margin-top: 0
}

section.aboutus_corevalues h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.aboutus_corevalues p {
	text-align: center
}

.aboutBlock {
	text-align: center;
	box-shadow: 0 0 14px #0000008c;
	border-radius: 5px;
	margin: 40px 0 0 0;
	position: relative
}

.aboutBlock img {
	max-width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.aboutBlock_content {
	background: #fff;
	margin: 0;
	position: absolute;
	box-shadow: 0 0 14px #0000008c;
	top: 170px;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 65px;
	transition: .5s ease;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.aboutBlock:hover .aboutBlock_content {
	bottom: 0;
	height: 100%
}

.aboutBlock_content h3 {
	color: #272727;
	font-weight: 600;
	font-size: 23px;
	margin: 0;
	line-height: normal;
	padding: 15px 0;
	text-transform: capitalize
}

.aboutBlock_content p {
	font-size: 13px;
	margin: 0;
	padding: 0 10px 12px
}

.about-section {
	position: relative;
	margin: -87px 0 0 0;
	float: left;
	width: 100%;
	background: url(../images/website-aboutbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center
}

section.about-section .row {
	display: flex;
	vertical-align: middle;
	align-items: center
}

.about-section__title {
	font-weight: 200;
	line-height: 1.2;
	letter-spacing: 1px;
	padding-left: 18%;
	color: rgb(26, 188, 156)
}

.tt-uppercase {
	text-transform: uppercase !important
}

.fc-red {
	color: #9d9d9f
}

.abt_contentLeft {
	background-image: url(../images/ALLPILING-DESIGN-IMAGE.jpg);
	min-height: 500px;
	background-repeat: no-repeat;
	display: flex;
	vertical-align: middle;
	align-items: center;
	background-position: -964px 0;
	background-size: cover;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease
}

section.about-section:hover .abt_contentLeft {
	background-position: 0 0 !important
}

.abt_contentRight p {
	width: 80%;
	margin: 0 auto
}

section.aboutLastSec {
	width: 100%;
	margin: 60px auto 100px;
	float: left
}

section.aboutLastSec h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 21px;
	margin-top: 0
}

section.aboutLastSec h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.aboutLastSec p {
	text-align: center;
	margin: 20px 0 10px 0
}

.aboutLastSec_inner {
	margin: 60px 0 0 0
}

.aboutLastSec_inner img {
	float: left
}

.aboutLastSec_inner h3 {
	margin: 0 0 0 12px;
	float: left;
	color: #272727;
	font-size: 24px;
	line-height: 27px
}

.aboutLastSec_inner p {
	width: 100%;
	clear: both;
	text-align: left !important;
	margin: 30px 0 0 0 !important;
	float: left;
	font-size: 14px
}

.our-client-banner .slide_caption {
	top: 55%
}

.our-client-banner .slide_caption h3 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	font-weight: 600
}

.our-client-banner .slide_caption h1 {
	margin-top: 0
}

section.our_clientSec {
	width: 100%;
	margin: 50px auto 0;
	float: left;
	text-align: center
}

section.our_clientSec h2 {
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

section.our_clientSec h2:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

section.client_logo {
	width: 100%;
	margin: 0 auto 100px;
	float: left;
	background: url(../images/client-logo-bg.png) no-repeat;
	background-position: right bottom;
	text-align: center;
	padding: 70px 0 70px;
	background-size: contain;
}

.logo_block {
	margin: 0 0 30px 0;
	box-shadow: 0 0 12px #b1b1b194;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.logo_block:hover {
	box-shadow: 0 0 12px #828282
}

.logo_block img {
	max-width: 100%;
	filter: grayscale(9)
}

.logo_block:hover img {
	filter: unset
}

section.testimonialSec {
	width: 100%;
	margin: 60px auto 0;
	float: left
}

.testi_inner_block {
	margin: 0 0 100px 0
}

.testi-img {
	position: relative;
	width: 100%
}

.testi-img:before {
	width: 0;
	height: 0;
	border-top: 140px solid #eaf1f6;
	border-right: 180px solid transparent;
	content: "";
	position: absolute;
	z-index: -1;
	top: -19px;
	left: -15px
}

.testi-img img {
	width: 100%;
	max-width: 100%
}

.test-content {
	background: #fff;
	box-shadow: 0 0 30px #969696cf;
	padding: 20px;
	height: 250px;
	overflow-y: scroll
}

.test-content .fa {
	font-size: 30px;
	color: #e9f1f5;
	margin: 0 0 10px 0
}

.test-content p {
	font-size: 12px;
	line-height: 21px;
	font-style: italic
}

.test-content span {
	color: #d93939;
	font-size: 14px;
	font-weight: 500
}

.sec-padding {
	padding: 50px 0;
	margin-bottom: 30px
}

.pbpx-0 {
	padding-bottom: 0 !important
}

.design_fetured h2 {
	color: #474747;
	text-align: center;
	position: relative;
	padding-bottom: 9px
}

.design_fetured h2:after {
	content: " ";
	background: #d93939;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto
}

.design_fetured p {
	text-align: center
}

.logo-features-slider {
	margin-top: 50px
}

.box.\--component-box {
	margin-bottom: 30px;
	display: table;
	width: 100%;
	min-height: 130px
}

.box.\--component-box figure {
	width: 70px;
	border-right: 1px solid #e4e5e5;
	display: table-cell;
	vertical-align: middle
}

.box.\--component-box .box__content {
	display: table-cell;
	vertical-align: middle;
	padding-left: 16px
}

.box__content p {
	text-align: left;
	min-height: 94px
}

.fw-normal {
	font-weight: 400 !important
}

.lh-medium {
	line-height: 1.2
}

.fs-large {
	font-size: 18px
}

.fc-lgrey {
	color: #999
}

.mbpx-4 {
	margin-bottom: 4px !important
}

section.portfolio_secondSec .row.nopaddindportfolio {
	padding: 0;
	margin: 0
}

.gallery-title {
	font-size: 36px;
	color: #42b32f;
	text-align: center;
	font-weight: 500;
	margin-bottom: 70px
}

.gallery-title:after {
	content: "";
	position: absolute;
	width: 7.5%;
	left: 46.5%;
	height: 45px;
	border-bottom: 1px solid #5e5e5e
}

.filter-button {
	font-size: 15px;
	color: #979797;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 0 10px 0;
	margin: 0 20px;
	line-height: 15px;
	border: 0;
	cursor: pointer;
	background: 0 0 !important;
	border-bottom: 3px solid transparent;
	border-radius: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.btn:focus {
	outline: 0;
	outline: 0;
	outline-offset: 0
}

.filter-button:hover {
	border: 0;
	text-align: center;
	color: #9d9d9f !important;
	background: 0 0;
	border-bottom: 3px solid #9d9d9f
}

.filter-button.active {
	box-shadow: none;
	color: #9d9d9f !important;
	border-bottom: 3px solid #9d9d9f
}

.btn-default:active .filter-button:active {
	background-color: #42b32f;
	color: #fff
}

.port-image {
	width: 100%
}

.gallery_product {
	margin-bottom: 30px
}

.gallery_product img {
	width: 100%;
	border: 1px solid #dcd7d7;
	padding: 10px 10px 10px 10px
}

.Web.gallery_product img {
	height: auto
}

.Stationary img {
	height: auto
}

.hover-img {
	overflow: hidden
}

.hover-img img:hover {
	transform: scale(1.1)
}

.hover-img img {
	transition: .5s all 0s
}

.gallery_product img:hover {
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .2)
}

.dropdown.dropdown1 {
	float: left;
	margin: -4px 0 0 0;
	left: 160px;
	display: none
}

.portfolio_secondSec .tab_btn {
	position: relative
}

.dropdown.dropdown1 button {
	border-bottom: 2px solid;
	padding: 9px 7px;
	box-shadow: none;
	border-radius: 0
}

.dropdown1 .dropdown-menu {
	min-width: 200px;
	height: 200px;
	overflow-y: scroll
}

.dropdown1 .dropdown-menu button {
	border: 0;
	text-align: left;
	width: 100%;
	margin: 0
}

.banner {
	overflow: hidden;
	background-color: #fffaf2;
	position: relative
}

.object1 {
	position: absolute;
	left: -26%;
	top: -60%;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation-name: spinner5;
	animation-duration: 10s;
	animation-iteration-count: infinite
}

.object2 {
	position: absolute;
	right: 10%;
	top: -40%;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation-name: spinner5;
	animation-duration: 15s;
	animation-iteration-count: infinite
}

.object3 {
	position: absolute;
	right: 20%;
	top: 50%;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation-name: spinner5;
	animation-duration: 12s;
	animation-iteration-count: infinite
}

.object4 {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 400px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@-webkit-keyframes spinner5 {
	0%,
	from {
		-webkit-transform: scale(1)
	}

	100%,
	20% {
		-webkit-transform: scale(1.2)
	}

	to {
		-webkit-transform: scale(1)
	}

}

.section-padding {
	padding: 40px 0
}

.mt-80 {
	margin-top: 0;
	clear: both;
	padding: 30px 0 0 0
}

#contactForm .form-control {
	height: 56px;
	padding: 16px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #202020;
	border: 1px solid #eee;
	border-radius: 0
}

#contactForm textarea.form-control {
	height: auto;
	resize: none
}

.contact-section .btn {
	font-weight: 600;
	min-width: 350px;
	background-color: #9d9d9f;
	border-color: #9d9d9f
}

.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 20px;
	right: 10px
}

.scroll {
	position: absolute;
	right: 20px;
	bottom: 20px;
	background: #b2b2b2;
	background: rgba(178, 178, 178, .7);
	padding: 20px;
	text-align: center;
	margin: 0;
	cursor: pointer;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s
}

.scroll:hover {
	background: #b2b2b2;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s
}

.scroll .fa {
	font-size: 30px;
	margin-top: -5px;
	margin-left: 1px;
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s
}

.contact-info h3 {
	color: #474747;
	text-align: left;
	position: relative;
	padding-bottom: 5px;
	margin-top: 0
}

.contact-info h3:after {
	content: " ";
	background: #9d9d9f;
	height: 3px;
	width: 100px;
	float: left;
	position: absolute;
	left: 0;
	bottom: 0;
	right: auto;
	margin: 0 auto
}

.contact-info address {
	color: #000;
	font-size: 15px;
	line-height: 22px
}

.contact-info address a {
	color: #9d9d9f
}

.template_faq {
	background: #edf3fe none repeat scroll 0 0
}

.panel-group {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .04);
	margin-bottom: 0;
	padding: 10px 0
}

#accordion .panel {
	border: medium none;
	border-radius: 0;
	box-shadow: none;
	margin: 0 0 0 10px
}

#accordion .panel-heading {
	border-radius: 30px;
	padding: 20px 0 7px 10px;
	background: 0 0
}

#accordion .panel-title a {
	background: #9d9d9f none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 30px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	padding: 12px 20px 12px 70px;
	position: relative;
	transition: all .3s ease 0s
}

#accordion .panel-title a.collapsed {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	color: #333
}

#accordion .panel-title a.collapsed::after,
#accordion .panel-title a::after {
	background: #9d9d9f none repeat scroll 0 0;
	border: 1px solid transparent;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .58);
	color: #fff;
	content: "\f105";
	font-family: fontawesome;
	font-size: 25px;
	height: 55px;
	left: -3px;
	line-height: 55px;
	position: absolute;
	text-align: center;
	top: -5px;
	transition: all .3s ease 0s;
	width: 55px
}

#accordion .panel-title a.collapsed::after {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	box-shadow: none;
	color: #333;
	content: "\f107"
}

#accordion .panel-body {
	background: transparent none repeat scroll 0 0;
	border-top: medium none;
	padding: 20px 25px 10px 9px;
	position: relative
}

#accordion .panel-body p {
	border-left: 1px dashed #8c8c8c;
	padding-left: 25px
}

.cta-col {
	height: 69px;
	display: flex;
	align-items: center
}

.call-sec {
	float: left;
	width: 635px;
	margin-top: 26px;
	display: flex;
	align-items: center
}

.call-thumbnail {
	float: left;
	margin-right: 13px
}

.call-now {
	float: left;
	margin-right: 27px
}

.call-now span {
	display: block;
	font-size: 13.01px;
	text-transform: uppercase;
	color: #e51515
}

.call-now a {
	font-size: 19.52px;
	font-weight: 600;
	color: #e51515
}

.sea-blue {
	color: #04ce63 !important
}

.orange {
	color: #ffb400 !important
}

.email_newsletter .navbar-form {
	margin-left: -15px !important
}

.pop_btn {
	width: auto;
	background-color: #9d9d9f;
	color: #fff;
	border: none;
	padding: 10px 0;
	margin: 0 0 0 -15px !important
}

textarea.form-control.san-bor {
	width: 300px
}

img.logo-img {
	width: 35%;
	margin-top: -70px
}

.headerLeftCol.Logo img {
	/*width: 170%*/
}

.trustpilot-banner-2 {
    margin: 25px auto 0;
    /* float: left; */
    /* bottom: 30px; */
    /* margin-left: 0; */
    display: block;
    width: 100%;
}
.secBanner .btn-group-own {
    display: flex ;
}


.overlay-bg {
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none
}

.popupform-main.active {
	display: block
}

.popupform-main {
	position: fixed;
	background-color: rgba(0, 0, 0, .62);
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none
}

.pop-form {
	position: absolute;
	width: 930px;
	height: 639px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(../images/popup-bg2.png);
	padding: 0 0 0 75px;
	z-index: 99;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background-size: cover
}

.popupform-main .main-pop .col-md-12 {
	padding: 0
}

.popupform-main h3 {
	font-size: 26px;
	margin: 60px 0 0 0;
	color: #000;
	font-weight: 500
}

.popupform-main h2 {
	font-size: 40px;
	margin: 10px 0 0 0;
	color: #fff;
	font-weight: 700
}

.popupform-main h4 {
	font-size: 26px;
	margin: 20px 0 0 0;
	color: #000;
	font-weight: 700
}

.fspx-23 {
	font-size: 23px
}

.fw-exbold {
	font-weight: 800 !important
}

.ls-xsmall {
	letter-spacing: -2px
}

.fc-red {
	color: #fb2224
}

.tt-uppercase {
	text-transform: uppercase !important
}

.popupform-main h6 {
	letter-spacing: 0;
	font-size: 45px;
	background: #4274fa;
	color: #fff;
	border-radius: 10px;
	padding: 10px 15px 5px 15px;
	text-align: left;
	position: relative;
	right: 0;
	margin: 0;
	float: right
}

.fspx-20 {
	font-size: 20px;
	display: block
}

.fspx-23 {
	font-size: 23px;
	margin-bottom: 10px
}

.fw-normal {
	font-weight: 400 !important
}

.popupform-main .main-pop {
	padding: 25px 10px 0 0
}

.pop-form .no-thanks {
	text-decoration: underline;
	color: #666
}

.pop-form form .control-group {
	margin-bottom: 10px
}

form .control-group {
	margin-bottom: 24px;
	position: relative
}

.pop-form form .control-group input[type=email],
.pop-form form .control-group input[type=number],
.pop-form form .control-group input[type=text],
.pop-form form .control-group select,
.pop-form form .control-group textarea {
	background-color: #fff;
	font-family: Nunito, sans-serif;
	text-align: left
}

.popupform-main form input[type=email],
.popupform-main form input[type=number],
.popupform-main form input[type=text] {
	padding-left: 10px;
	min-height: 50px
}

.popupform-main form input[type=email],
.popupform-main form input[type=number],
.popupform-main form input[type=text] {
	color: #333;
	padding: 10px;
	height: 44px;
	width: 100%;
	background: 0 0;
	border: 1px solid #ccc;
	box-shadow: none;
	-webkit-appearance: none;
	border-radius: 4px;
	font-family: Nunito, sans-serif
}

form .numberarea {
	width: auto;
	position: relative
}

.pop-form .submit-btn {
	font-size: 22px;
	width: 100%;
	padding: 15px 0;
	background-color: #000;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	position: relative;
	border: none;
	margin-top: 15px;
	width: 100%;
	margin: 10px 0 0 0 !important;
	font-weight: 700
}

.pop-form .no-thanks {
	text-decoration: underline;
	color: #666
}

.popupform-main h6:before {
	position: absolute;
	content: "";
	left: -35px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 0 solid transparent;
	border-right: 45px solid #4274fa;
	border-bottom: 28px solid transparent
}

.float-left {
	float: left
}

.lh-medium {
	line-height: 1.2
}

.lh-medium {
	line-height: 1.2
}

.ta-left {
	text-align: left
}

.fw-exbold {
	font-weight: 800 !important
}

.mtpx-60 {
	margin-top: 60px
}

.pop-form .close-btn {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	top: -18px;
	right: -20px;
	font-size: 18px;
	font-weight: 900;
	color: #000;
	padding-top: 3px;
	background-color: #e9e9e9;
	text-align: center;
	border-radius: 50px;
	align-items: center;
	display: grid;
	border: inset 3px #000
}

@media(max-width:991px) {
	.pop-form {
		position: absolute;
		width: 510px;
		height: 500px;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		padding: 0;
		z-index: 99;
		-webkit-transition: .5s;
		-moz-transition: .5s;
		-o-transition: .5s;
		transition: .5s;
		background: #eaeaea
	}

	.popupform-main .col-sm-offset-4.col-sm-8 {
		max-width: 100%;
		width: 100%;
		margin: 0
	}

	.popupform-main h3 {
		font-size: 30px !important
	}

	.popupform-main h6 {
		font-size: 30px
	}

	#flform input[type=text],
	input[type=email] {
		margin-bottom: 0
	}

	.pop-form .close-btn {
		width: 35px;
		height: 30px;
		display: block;
		position: absolute;
		top: 2px;
		right: 0;
		font-size: 18px;
		font-weight: 900;
		color: #080808;
		padding-top: 3px
	}

}



.social_media_sec {
	float: left;
	width: 100%
}

.social_icons {
	margin: 10px 0 0
}

.social_icons ul {
	margin: 0 0 0;
	display: flex;
	align-items: center
}

.social_icons ul li {
	list-style: none;
	display: inline-block;
	margin: 0 0 0 5px
}

.social_icons ul li:first-child {
	margin: 0
}

.social_icons ul li a {
	width: 35px;
	height: 35px;
	background-color: #9d9d9f;
	color: #fff;
	display: grid;
	align-items: center;
	text-align: center;
	font-size: 20px;
	border-radius: 50px;
	transition-duration: .5s;
	padding: 0 !important;
	transition-duration: .5s
}

.social_icons ul li a:focus,
.social_icons ul li a:hover {
	background-color: #fff;
	color: #9d9d9f;
	text-decoration: none
}

.textarea_auto textarea {
	height: 100px
}

.inner-btn,
.inner-btn2 {
	margin-top: 30px
}

.inner-btn3 {
	margin-top: 30px
}

.inner-btn4 {
	margin-top: 30px
}

.port-sec-bg {
	float: left;
	width: 100%
}

.gallery_product img {
	height: 290px
}

.col-sm-12.chk-bx-st {
	padding: 0
}

.col-sm-12.chk-bx-st label,
.col-sm-12.chk-bx-st label a {
	color: #646464 !important;
	font-weight: 400
}

.chk-st-1,
.chk-st-2 {
	display: inline-flex
}

.review_sec {
	padding: 40px 0 70px
}

.review_sec h2 {
	font-size: 41px;
	color: #000;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica
}

.review_boxes {
	margin: 50px 0 0
}

.review_inner {
	margin: 0 0 60px
}

.review_inner {
	background: #dadada;
	position: relative;
	-moz-border-radius: 10px
}

.review_inner:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 180px;
	width: 0;
	height: 0;
	border-right: 35px solid transparent;
	border-top: 36px solid #dadada;
	border-left: 0 solid transparent;
	left: 0
}

.review_inner:hover:before {
	border-right: 35px solid transparent;
	border-top: 36px solid #235acf;
	border-left: 0 solid transparent;
	left: 1px
}

h3.review_name {
	margin: 0;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	width: 60%;
	float: left
}

.review_ret {
	width: 40%;
	float: right;
	text-align: right
}

.review_body {
	padding: 20px 15px 15px;
	border: 1px solid #dadada;
	border-bottom: 0 solid transparent;
	height: 130px;
	overflow-y: auto
}

.review_footer {
	padding: 15px 15px 35px;
	border-radius: 0;
	border: 1px solid #dadada;
	border-top: 0 solid transparent
}

.review_body p {
	margin: 0
}

.review-rating i {
	color: #ffe400;
	font-size: 18px
}

.review-rating .fa-star:before {
	content: "\f005"
}

.review_inner:hover {
	background-color: #235acf;
	border-radius: 0;
	color: #fff
}

.review_inner:hover h3 {
	color: #fff
}

.review_inner:hover p {
	color: #fff
}

.review_inner p {
	font-size: 13px
}

.review_body::-webkit-scrollbar {
	width: 5px
}

.review_body::-webkit-scrollbar-track {
	border-radius: 10px
}

.review_body::-webkit-scrollbar-thumb {
	background: #235acf;
	border-radius: 10px
}

.review_body:hover::-webkit-scrollbar-thumb {
	background: #fff
}

.toggle_open {
	display: none
}

.hiden_div {
	margin: auto;
	display: table;
	text-align: center;
	width: 100%;
	background-color: #15273b;
	color: #fff;
	padding: 20px 0 30px;
	border-top: 0
}

.toggle_open p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 13px 0;
	font-family: Helvetica;
	text-align: center;
	width: 100%;
	margin: 0
}

.toggle_open h3 {
	color: #fff;
	font-size: 23px;
	font-family: Helvetica;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700
}

.toggle_open h3 span {
	color: #fff;
	font-size: 23px;
	font-family: Helvetica;
	text-align: center
}

.why-choose-show span {
	color: #020202;
	font-size: 18px;
	font-weight: 500;
	padding: 5px 0 12px;
	float: left;
	width: 100%;
	text-align: center;
	font-family: Helvetica;
	text-transform: uppercase
}

.why-choose-show span i {
	font-size: 27px;
	position: relative;
	top: -4px;
	left: 10px
}

.why-choose-show {
	margin: 0 auto 0;
	padding: 0;
	width: 467px;
	background: #f8cc2d;
	height: 44px;
	position: relative;
	border-radius: 0 0 18px 18px
}

.border-right {
	position: absolute;
	left: -15px;
	top: 0;
	height: 37px
}

.border-left {
	position: absolute;
	right: -17px;
	top: 0;
	height: 37px
}

.social_icons ul li img {
	width: 22px;
	margin: 0 0 0 5px
}

/* RESPONSIVE */
@media only screen and (max-width:1400px) {
	.nav>li>a {
		padding: 10px 8px;
		font-size: 15px !important
	}

	section.testimonial_sec:before {
		font-size: 15vw;
	}

	section.logo_design_team {
		min-height: 584px;
	}

}

@media only screen and (max-width:1199px) {
	h2 {
		font-size: 40px
	}

	#bannerWeb .headBox h2 {
		font-size: 44px;
		line-height: 51px
	}

	#bannerWeb .headBox p {
		font-size: 17px;
		line-height: 25px
	}

	.nav>li>a {
		padding: 10px 7px;
		font-size: 14px !important
	}

	.slide_caption {
		top: 60%
	}

	.slide_caption h1 {
		font-size: 50px
	}

	.slide_caption p {
		margin: 15px 0 20px
	}

	.slide_caption a {
		font-size: 15px;
		padding: 8px 13px
	}

	section.home_about {
		background-size: 100%
	}

	section.home_workSection {
		padding: 0 0;
		margin: 0 0 110px 0
	}

	section.secRecent {
		padding: 20px 0 0
	}

	.pack_icon {
		width: 123px;
		background-position: 0 -70px
	}

	.b-price-plan__head {
		padding-top: 0
	}

	.b-price-plan__head>h3 span.ptl {
		font-size: 11px
	}

	.p_plan_list>li {
		font-size: 13px
	}

	.pack-price sup {
		font-size: 24px
	}

	.pack-price h4 {
		font-size: 30px
	}

	.pack-price p {
		font-size: 14px
	}

	.workbox {
		min-height: 220px
	}

	.workbox .box__content {
		padding: 10px 40px 0 30px
	}

	.workbox .box__title {
		font-size: 16px
	}

	.workbox .box__subtitle {
		font-size: 12px
	}

	.about_banner h3 {
		margin-top: 0
	}

	section.aboutus_corevalues {
		margin: 50px auto 80px
	}

	.aboutBlock:hover .aboutBlock_content {
		height: 130%
	}

	.aboutBlock_content {
		top: 140px
	}

	.aboutBlock_content h3 {
		font-size: 20px
	}

	.about_crousel_content h3 {
		font-size: 24px;
		margin-top: 0
	}

	.about_crousel_content p {
		line-height: normal;
		margin: 10px 0 0 0;
		font-size: 14px
	}

	.email_newsletter .input-group {
		width: 100%
	}

	.email_newsletter .input-group input {
		border-radius: 3px !important;
		border-top-left-radius: 3px !important;
		border-bottom-left-radius: 3px !important
	}

	#signin button {
		width: 100%
	}

	.home_testi {
		margin: -30px auto 0
	}

	section.testimonial_sec p {
		position: relative
	}

	li.top_tel {
		top: 40px;
		padding-bottom: 1px
	}

	section.our_process {
		background-size: cover
	}

	section.our_process p {
		line-height: 22px;
		font-size: 14px
	}

	section.testimonial_sec {
		padding: 30px 0 100px 0
	}

	section.testimonial_sec .owl-pagination {
		bottom: -70px
	}

	.dropdown.dropdown1 {
		margin: -7px 0 0 0;
		left: 80px
	}

	li.top_chat {
		right: 17px
	}

}

@media only screen and (max-width:991px) {
	li.top_chat {
		display: none
	}

	#bannerWeb {
		height: 580px
	}

	#bannerWeb .headBox h2 {
		font-size: 39px;
		line-height: 41px
	}

	#bannerWeb .headBox p {
		font-size: 16px;
		line-height: 24px;
		margin: 0 0 12px 0
	}

	.trustpilot-banner {
		bottom: 60px;
		width: 420px
	}

	.header-top {
		display: block
	}

	ul.nav.navbar-nav.first_navbar::before {
		display: none
	}

	ul.nav.navbar-nav.first_navbar {
		padding: 0 20px 0 0
	}

	li.top_tel {
		display: none
	}

	.slideBanner {
		display: none
	}

	.headerLeftCol.Logo img {
		width: 110px
	}

	section.home_about {
		background-size: 100%;
		background: 0 0;
		text-align: center;
		min-height: auto
	}

	.homeaboutRight h2::after {
		margin: 0 auto;
		right: 0
	}

	a.common_btn {
		margin: 25px auto 0
	}

	.aboutContent {
		margin: 30px auto;
		min-height: auto
	}

	.workbox {
		margin-bottom: 40px
	}

	#testi-crousel .item img {
		text-align: center;
		margin: 0 auto;
		display: block
	}

	section.tog-sec-st {
		display: none
	}

	section.cta {
		width: 100%;
		margin: 0 0 0;
		float: left;
		background: url(../images/cta-bg.png) no-repeat;
		background-size: cover;
		background-position: center center;
		padding: 60px 0;
		position: relative;
		z-index: 9999;
		background: #4444b1
	}

	.testi_content {
		margin: 40px 0 0 0;
		text-align: center
	}

	section.testimonial_sec .owl-controls.clickable {
		position: static
	}

	section.testimonial_sec .owl-pagination {
		display: none
	}

	#signin .btn {
		width: 100%
	}

	section.aboutus_corevalues {
		width: 100%;
		margin: 50px auto 50px;
		float: left;
		min-height: auto
	}

	.aboutBlock_content {
		z-index: 99
	}

	.about_crousel_content {
		text-align: center
	}

	.about_crousel_content h3::after {
		right: 0
	}

	h2 {
		font-size: 30px
	}

	section.client_logo {
		background-size: contain
	}

	.home_about.logo_designhome_about {
		background-image: none !important
	}

	.featured_innerBox .caption {
		z-index: 9999
	}

	.process_box:hover {
		background-position: 0 0;
		background-size: 199% 100%
	}

	.home_about.website_designhome_about {
		background-size: cover !important;
		background-position: center center important
	}

	.homeaboutLeft {
		margin: 100px 0
	}

	.websiteaboutRight {
		display: none
	}

	.pricing_packages_tab ul.nav.nav-tabs {
		border: 0;
		margin: 0
	}

	.pricing_packages_tab ul.nav.nav-tabs li {
		margin-bottom: 30px
	}

	.best-plan {
		margin: 0 auto 0 auto
	}

	.home_packages .container {
		width: 100%
	}

	.abt_contentRight p {
		width: 100%;
		padding: 0 10px;
		font-size: 16px
	}

	.about-section {
		position: static;
		margin: 30px 0 0 0
	}

	section.logo_design_team {
		min-height: 530px
	}

	.dropdown.dropdown1 {
		margin: -7px 0 0 0;
		left: 0
	}

	.dropdown.dropdown1 button {
		margin: 0 0
	}

	.filter-button {
		margin: 0 7px
	}

}

@media only screen and (max-width:800px) {
	#home-slider .item img {
		height: 600px
	}

	.slide_caption {
		width: 90%;
		left: 0;
		right: 0;
		margin: 0 auto
	}

	.inner-btn,
	.inner-btn2 {
		margin-top: 10px;
	}

}

@media screen and (min-width:767px) {
	.b-price-plan__head>h3 {
		font-size: 26px
	}

	.cost-title {
		font-size: 45px
	}

	.cost-title::before {
		font-size: 37px;
		top: -4px
	}

	.cost-title>span {
		font-size: 18px
	}

}

@media only screen and (max-width:767px) {
	.desktopnav {
		display: none
	}

	.MobileNav {
		display: block
	}

	.secBanner {
		padding: 0;
		background-position: top left
	}

	#bannerWeb {
		height: 530px !important;
		text-align: center;
		display: block
	}

	section .headBox {
		margin: 0 0 0;
		padding: 0
	}

	#bannerWeb .headBox h2 {
		font-size: 45px;
		line-height: 58px;
		padding: 0 10px
	}

	#bannerWeb .headBox p {
		font-size: 18px;
		line-height: 26px;
		margin: 30px 0;
		text-align: center;
		padding: 0 170px
	}

	.btn-group-own {
		margin: 10px 0 0 0;
		display: inline-block
	}

	.trustpilot-banner {
		position: static;
		margin: 20px auto 0;
		display: block;
		width: 100%
	}

	.secAwards {
		text-align: center;
		padding: 30px 0
	}

	.secAwards p {
		padding: 0 10px
	}

	.secAwards .owl-item {
		padding: 0 20px
	}

	.header {
		background: #153a8a;
		padding: 10px 0;
		height: 75px;
	}

	.header .container {
		margin: 0
	}

	.navbar-header {
		margin-bottom: 0
	}

	.navbar-nav {
		margin: 0 0;
		float: left !important;
		text-align: left !important
	}

	.mainNavCol {
		position: absolute;
		right: 0;
		top: 9px;
		padding: 0;
		width: 95%;
		margin: 0 auto;
		left: 0
	}

	.headerLeftCol.Logo {
		position: relative;
		z-index: 999
	}

	.secBanner {
		padding: 110px 0 60px 0
	}

	section.aboutus_corevalues {
		text-align: center
	}

	.b-price-plan__head>h3 span {
		font-size: 18px
	}

	.b-price-plan__head>h3 span.ptl {
		font-size: 14px
	}

	.pack-price h4 {
		font-size: 50px
	}

	.pack-price p {
		font-size: 17px
	}

	.p_plan_list>li {
		font-size: 15px
	}

	.key_featured .col-md-2 {
		width: 19%
	}

	section.secRecent {
		padding: 20px 0 0
	}

	section.home_workSection {
		background: 0 0;
		float: none;
		margin: 0 auto;
		text-align: center
	}

	.col-md-3.col-sm-6.wow.flipInX {
		width: 307px;
		margin: 0 auto 0;
		display: inline-block
	}

	#signin {
		padding: 0 13px !important
	}

	.process_box.down_box {
		margin: 10px 0 0 0
	}

	.navbar-toggle {
		background: #fff
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #f2752d
	}

	.bottom_foot {
		margin: 0
	}

	.fs-large {
		font-size: 15px
	}

	section.aboutLastSec {
		width: 100%;
		margin: 20px auto 10px;
		float: none;
		text-align: center
	}

	.contact-info {
		margin: 20px 0 0 0
	}

	.btn-group-own {
		margin: 10px 0 0 0
	}

	.b_plan_body:hover .b-price-plan:hover {
		opacity: 9;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.b_plan_body:hover .b-price-plan {
		opacity: 9;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	.bottom_right_col img {
		float: left;
		max-width: 100%
	}

	li.top_chat {
		display: none
	}

	ul.nav.navbar-nav.first_navbar li a {
		font-weight: 600
	}

	ul.nav.navbar-nav.second_navbar {
		background: #fff
	}

	ul.nav.navbar-nav.second_navbar li a:hover,
	ul.nav.navbar-nav.second_navbar li.active a,
	ul.nav.navbar-nav.second_navbar li.active a:focus,
	ul.nav.navbar-nav.second_navbar li.active a:hover {
		color: #000
	}

	ul.nav.navbar-nav.second_navbar li a {
		color: #000;
		font-weight: 600
	}

	.navbar-inverse .navbar-toggle {
		border-color: #f2752d
	}

	.wrap6 {
		margin: 10px 0 0;
		display: block
	}

	.bx-wrapper {
		position: relative !important;
		margin: 10px 0 0 !important;
		float: left !important;
		width: 100% !important;
		display: block !important;
		height: 320px !important
	}

	.about-section {
		margin: 0;
		text-align: center
	}

	section.about-section .row {
		display: block
	}

	.abt_contentLeft {
		background-image: none;
		min-height: auto;
		background-repeat: no-repeat;
		display: block;
		vertical-align: middle;
		align-items: center
	}

	.about-section__title.tt-uppercase {
		padding: 0 30px
	}

	.abt_contentRight {
		width: 100%;
		margin: 0 0 20px 0
	}

	.aboutLastSec_inner {
		margin: 30px auto 0;
		float: none;
		width: 310px;
		display: inline-block;
		clear: both;
		text-align: center
	}

	.aboutLastSec_inner h3 {
		float: none
	}

	.aboutLastSec_inner p {
		margin: 10px 0 25px 0 !important;
		text-align: center !important
	}

	.dropdown.dropdown1 {
		margin: 0 0 20px 0;
		left: 0;
		position: static;
		width: 100%
	}

}

@media (min-width:577px) and (max-width:659px) {
	.key_featured ul li h5 {
		font-size: 12px
	}

}

@media only screen and (max-width:685px) {
	#bannerWeb .headBox h2 {
		font-size: 50px;
		line-height: 60px;
		padding: 0 10px
	}

	#bannerWeb .headBox p {
		padding: 0 20px
	}

	.trustpilot-banner img {
		max-width: 80%
	}

	section.logo_design_team {
		min-height: auto;
		padding: 30px 0
	}

	.team_content {
		width: 96%;
		padding: 40px 40px;
		margin: 0 auto
	}

	.call-sec {
		float: none;
		width: 94%;
		display: block;
		align-items: center;
		margin: 30px auto 0
	}

	.call-thumbnail {
		float: left;
		margin-right: 9px;
		width: 40px
	}

	.call-thumbnail img {
		max-width: 100%
	}

	.cta-col {
		height: auto;
		display: block;
		align-items: center
	}

	.call-now {
		line-height: 18px;
		float: left;
		margin-right: 15px;
		text-align: left
	}

	.call-now span {
		font-size: 11px
	}

	.call-now a {
		font-size: 16px;
		font-weight: 600;
		color: #e51515;
		line-height: 3px
	}

}

@media only screen and (max-width:576px) {
	.bannerForm h2 {
		font-size: 22px
	}

	.secAwards {
		padding: 20px 0 0
	}

	.secAwards p {
		font-size: 17px
	}

	.key_featured ul {
		text-align: center
	}

	.key_featured .col-md-2 {
		width: 32%
	}

	.team_content {
		width: 100%;
		position: static;
		padding: 30px 20px
	}

	#home-slider .item img {
		height: 530px
	}

	.slide_caption h1 {
		font-size: 30px
	}

	.col-md-3.col-sm-6.wow.flipInX {
		display: block
	}

	.button.button--bubble.largefont {
		margin-bottom: 10px
	}

	.team_content {
		width: 96%
	}

	.team_content h3 {
		font-size: 28px
	}

	.team_content h3::after {
		bottom: -15px
	}

	h2 {
		font-size: 25px
	}

}

@media only screen and (max-width:500px) {
	.call-now a {
		font-size: 14px
	}

}

@media only screen and (max-width:470px) {
	.cta-col.wow.bounceIn {
		display: inline-block;
		width: 32%;
		margin: 0 auto;
		text-align: center
	}

	.call-thumbnail {
		float: none;
		margin: 0 auto;
		width: 50px
	}

	.call-now {
		line-height: 18px;
		float: none;
		margin: 10px auto 0;
		text-align: center
	}

	.call-now span {
		font-size: 14px
	}

	.call-now a {
		font-size: 19px
	}

	.team_content h3 {
		font-size: 25px
	}

	.filter-button {
		margin: 0 7px 15px
	}

}

@media only screen and (max-width:400px) {
	.cta-col.wow.bounceIn {
		display: block;
		width: 140px;
		margin: 0 auto 10px
	}

	.secAwards p {
		font-size: 17px;
		line-height: 24px;
		padding: 0 20px
	}

	.logo_block {
		margin: 0 0 10px 0
	}

	section.home_packages {
		padding: 20px 0 10px
	}

	section.home_packages p {
		margin: 20px 0 30px 0
	}

	#squarespaceModal form input {
		width: 100%
	}

	#squarespaceModal form button[type=submit] {
		width: 100%
	}

	#home-slider .item img {
		height: 450px
	}

	.slide_caption p {
		display: none
	}

	.slide_caption h1 {
		font-size: 25px;
		width: 310px
	}

	.slide_caption a {
		font-size: 12px;
		padding: 4px 11px;
		margin: 20px 0 0 0
	}

}

@media only screen and (max-width:460px) {
	#bannerWeb .headBox h2 {
		font-size: 40px;
		line-height: 50px
	}

	#bannerWeb .headBox p {
		margin: 20px 0
	}

}

@media only screen and (max-width:378px) {
	#bannerWeb {
		height: 490px
	}

	#bannerWeb .headBox h2 {
		font-size: 32px;
		line-height: 41px
	}

	#bannerWeb .headBox p {
		margin: 20px 0;
		font-size: 16px
	}

	#bannerWeb .btn {
		padding: 5px 18px
	}

	.header-top ul li a span {
		display: none
	}

	.ban-btm-box .col-md-2.col-sm-4.col-xs-4 {
		width: 49%;
		padding: 0 10px;
		margin: 0 auto;
		text-align: center
	}

}

@media only screen and (max-width:1200px) {
	.pop-form {
		width: 745px;
		height: 510px;
		background-size: cover !important
	}

	.popupform-main h3 {
		font-size: 24px;
		margin: 40px 0 0 0;
		
	}

	.popupform-main h2 {
		font-size: 35px;
		margin: 10px 0 0 0
	}

	.popupform-main h4 {
		font-size: 24px;
		margin: 15px 0 0 0
	}

	.textarea_auto textarea {
		height: 50px
	}

}

@media only screen and (max-width:320px) {
	h2 {
		font-size: 22px;
		padding-bottom: 9px
	}

	.workbox .box__subtitle {
		text-align: center
	}

	.key_featured .col-md-2 {
		width: 45%;
		text-align: center
	}

	.key_featured h4 {
		text-align: center;
		display: inline-block;
		width: 100%;
		margin: 10px 0 0 0;
		font-size: 22px
	}

	section.testimonial_sec {
		padding: 30px 0 30px 0
	}

	section.testimonial_sec::before {
		display: none
	}

	#testi-crousel {
		margin: 40px 0 0 0
	}

	#testi-crousel::before {
		display: none
	}

	#testi-crousel {
		margin: 20px 0 0 0
	}

	.testi_content {
		margin: 10px 0 0 0
	}

	.testi_content p {
		margin: 10px 0 0 0 !important;
		text-align: center !important;
		color: #979797 !important;
		line-height: 23px
	}

	section.footer_sec {
		padding: 20px 0 30px 0
	}

}

@media (min-width:1200px) and (max-width:1466px) {
	.pop-form {
		width: 770px;
		height: 530px;
		background-size: cover !important
	}

	section.logo_design_team {
		min-height: 584px;
	}

	.popupform-main h3 {
		font-size: 24px;
		margin: 25px 0 0 0;
		    font-weight: bold;
	}

	.popupform-main h2 {
		font-size: 35px;
		margin: 4px 0 0 0
	}

	.popupform-main h4 {
		font-size: 24px;
		margin: 10px 0 0 0
	}

	.textarea_auto textarea {
		height: 50px
	}

	img.pic-box {
		width: 75%;
	}

}

@media (min-width:320px) and (max-width:767px) {
	.inner-content .col-md-12 h2 {
		position: relative;
		top: 0;
		font-size: 35px;
		color: black;
	}

	.top_footer ul li a {
		font-size: 13px;
	}

	.top_footer ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.social_icons ul {
		align-items: center;
		display: table;
		margin: auto;
		display: flex;
		justify-content: center;
	}

	.popupform-main h3 {
		font-size: 24px;
		margin: 40px 0 0 0;
		text-align: center
	}

	.popupform-main h2 {
		font-size: 35px;
		margin: 10px 0 0 0;
		text-align: center;
		color: #003
	}

	.popupform-main h4 {
		font-size: 24px;
		margin: 15px 0 0 0;
		text-align: center
	}

	.textarea_auto textarea {
		height: 50px
	}

	/*  news page*/
	section.banner-news {
		padding: 50px 0px;
		height: auto;
	}

	.service-main {
		display: block !important;
		align-items: center;
	}

	.banner-main {
		padding-top: 0px;
	}

	section.service-sec {
		padding: 50px 0px;
		text-align: center;
	}

	.text-box h2 {
		font-size: 18px;
		padding-top: 30px;
	}

	.service-main {
		display: block;
		align-items: center;
	}

	.service-main h4 {
		padding-top: 16px;
	}

	section.service-sec {
		padding: 50px 0px 20px 0;
	}

	section.banner-news {
		padding: 50px 0px;
		height: auto;
	}

	.banner-main {
		padding-top: 0px;
	}

	section.service-sec {
		padding: 50px 0px;
		text-align: center;
	}

	.text-box h2 {
		font-size: 18px;
		padding-top: 30px;
	}

	.service-main {
		display: block;
		align-items: center;
	}

	.service-main h4 {
		padding-top: 16px;
	}

	.service-main h4 {
		padding-right: 0px;
	}

	section.service-sec {
		padding: 30px 0px 20px 0;
	}

	.sirvice-bottom .row {
		padding-bottom: 20px;
	}

	/*  news page*/
	section.footer_sec {
		text-align: center;
	}

}

/* HOVER */

/*!
* Hover.css (http://ianlunn.github.io/Hover/)
* Version: 2.3.0
* Author: Ian Lunn @IanLunn
* Author URL: http://ianlunn.co.uk/
* Github: https://github.com/IanLunn/Hover
* Hover.css Copyright Ian Lunn 2017. Generated with Sass.
*/.hvr-grow {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
-webkit-transform: scale(1.1);
transform: scale(1.1)
}

.hvr-shrink {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-shrink:active,
.hvr-shrink:focus,
.hvr-shrink:hover {
-webkit-transform: scale(.9);
transform: scale(.9)
}

@-webkit-keyframes hvr-pulse {
25% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

75% {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

}

@keyframes hvr-pulse {
25% {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

75% {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

}

.hvr-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
-webkit-animation-name: hvr-pulse;
animation-name: hvr-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}

@-webkit-keyframes hvr-pulse-grow {
to {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

}

@keyframes hvr-pulse-grow {
to {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

}

.hvr-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
-webkit-animation-name: hvr-pulse-grow;
animation-name: hvr-pulse-grow;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}

@-webkit-keyframes hvr-pulse-shrink {
to {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

}

@keyframes hvr-pulse-shrink {
to {
	-webkit-transform: scale(.9);
	transform: scale(.9)
}

}

.hvr-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-pulse-shrink:active,
.hvr-pulse-shrink:focus,
.hvr-pulse-shrink:hover {
-webkit-animation-name: hvr-pulse-shrink;
animation-name: hvr-pulse-shrink;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}

@-webkit-keyframes hvr-push {
50% {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1)
}

}

@keyframes hvr-push {
50% {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

100% {
	-webkit-transform: scale(1);
	transform: scale(1)
}

}

.hvr-push {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-push:active,
.hvr-push:focus,
.hvr-push:hover {
-webkit-animation-name: hvr-push;
animation-name: hvr-push;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-pop {
50% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

}

@keyframes hvr-pop {
50% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

}

.hvr-pop {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-pop:active,
.hvr-pop:focus,
.hvr-pop:hover {
-webkit-animation-name: hvr-pop;
animation-name: hvr-pop;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

.hvr-bounce-in {
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: .5s;
transition-duration: .5s
}

.hvr-bounce-in:active,
.hvr-bounce-in:focus,
.hvr-bounce-in:hover {
-webkit-transform: scale(1.2);
transform: scale(1.2);
-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-bounce-out {
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: .5s;
transition-duration: .5s
}

.hvr-bounce-out:active,
.hvr-bounce-out:focus,
.hvr-bounce-out:hover {
-webkit-transform: scale(.8);
transform: scale(.8);
-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-rotate {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-rotate:active,
.hvr-rotate:focus,
.hvr-rotate:hover {
-webkit-transform: rotate(4deg);
transform: rotate(4deg)
}

.hvr-grow-rotate {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-grow-rotate:active,
.hvr-grow-rotate:focus,
.hvr-grow-rotate:hover {
-webkit-transform: scale(1.1) rotate(4deg);
transform: scale(1.1) rotate(4deg)
}

.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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-float:active,
.hvr-float:focus,
.hvr-float:hover {
-webkit-transform: translateY(-8px);
transform: translateY(-8px)
}

.hvr-sink {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-sink:active,
.hvr-sink:focus,
.hvr-sink:hover {
-webkit-transform: translateY(8px);
transform: translateY(8px)
}

@-webkit-keyframes hvr-bob {
0% {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

50% {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

100% {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

}

@keyframes hvr-bob {
0% {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

50% {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

100% {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

}

@-webkit-keyframes hvr-bob-float {
100% {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

}

@keyframes hvr-bob-float {
100% {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px)
}

}

.hvr-bob {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-bob:active,
.hvr-bob:focus,
.hvr-bob:hover {
-webkit-animation-name: hvr-bob-float, hvr-bob;
animation-name: hvr-bob-float, hvr-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}

@-webkit-keyframes hvr-hang {
0% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

50% {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}

100% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

}

@keyframes hvr-hang {
0% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

50% {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}

100% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

}

@-webkit-keyframes hvr-hang-sink {
100% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

}

@keyframes hvr-hang-sink {
100% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

}

.hvr-hang {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
-webkit-animation-name: hvr-hang-sink, hvr-hang;
animation-name: hvr-hang-sink, hvr-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}

.hvr-skew {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-skew:active,
.hvr-skew:focus,
.hvr-skew:hover {
-webkit-transform: skew(-10deg);
transform: skew(-10deg)
}

.hvr-skew-forward {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%
}

.hvr-skew-forward:active,
.hvr-skew-forward:focus,
.hvr-skew-forward:hover {
-webkit-transform: skew(-10deg);
transform: skew(-10deg)
}

.hvr-skew-backward {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%
}

.hvr-skew-backward:active,
.hvr-skew-backward:focus,
.hvr-skew-backward:hover {
-webkit-transform: skew(10deg);
transform: skew(10deg)
}

@-webkit-keyframes hvr-wobble-vertical {
16.65% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

33.3% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

49.95% {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}

66.6% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

83.25% {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}

@keyframes hvr-wobble-vertical {
16.65% {
	-webkit-transform: translateY(8px);
	transform: translateY(8px)
}

33.3% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

49.95% {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}

66.6% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

83.25% {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}

.hvr-wobble-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
-webkit-animation-name: hvr-wobble-vertical;
animation-name: hvr-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-horizontal {
16.65% {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

33.3% {
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px)
}

49.95% {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

66.6% {
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px)
}

83.25% {
	-webkit-transform: translateX(1px);
	transform: translateX(1px)
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}

@keyframes hvr-wobble-horizontal {
16.65% {
	-webkit-transform: translateX(8px);
	transform: translateX(8px)
}

33.3% {
	-webkit-transform: translateX(-6px);
	transform: translateX(-6px)
}

49.95% {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

66.6% {
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px)
}

83.25% {
	-webkit-transform: translateX(1px);
	transform: translateX(1px)
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}

.hvr-wobble-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
-webkit-animation-name: hvr-wobble-horizontal;
animation-name: hvr-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-bottom-right {
16.65% {
	-webkit-transform: translate(8px, 8px);
	transform: translate(8px, 8px)
}

33.3% {
	-webkit-transform: translate(-6px, -6px);
	transform: translate(-6px, -6px)
}

49.95% {
	-webkit-transform: translate(4px, 4px);
	transform: translate(4px, 4px)
}

66.6% {
	-webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px)
}

83.25% {
	-webkit-transform: translate(1px, 1px);
	transform: translate(1px, 1px)
}

100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

}

@keyframes hvr-wobble-to-bottom-right {
16.65% {
	-webkit-transform: translate(8px, 8px);
	transform: translate(8px, 8px)
}

33.3% {
	-webkit-transform: translate(-6px, -6px);
	transform: translate(-6px, -6px)
}

49.95% {
	-webkit-transform: translate(4px, 4px);
	transform: translate(4px, 4px)
}

66.6% {
	-webkit-transform: translate(-2px, -2px);
	transform: translate(-2px, -2px)
}

83.25% {
	-webkit-transform: translate(1px, 1px);
	transform: translate(1px, 1px)
}

100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

}

.hvr-wobble-to-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-bottom-right:active,
.hvr-wobble-to-bottom-right:focus,
.hvr-wobble-to-bottom-right:hover {
-webkit-animation-name: hvr-wobble-to-bottom-right;
animation-name: hvr-wobble-to-bottom-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-to-top-right {
16.65% {
	-webkit-transform: translate(8px, -8px);
	transform: translate(8px, -8px)
}

33.3% {
	-webkit-transform: translate(-6px, 6px);
	transform: translate(-6px, 6px)
}

49.95% {
	-webkit-transform: translate(4px, -4px);
	transform: translate(4px, -4px)
}

66.6% {
	-webkit-transform: translate(-2px, 2px);
	transform: translate(-2px, 2px)
}

83.25% {
	-webkit-transform: translate(1px, -1px);
	transform: translate(1px, -1px)
}

100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

}

@keyframes hvr-wobble-to-top-right {
16.65% {
	-webkit-transform: translate(8px, -8px);
	transform: translate(8px, -8px)
}

33.3% {
	-webkit-transform: translate(-6px, 6px);
	transform: translate(-6px, 6px)
}

49.95% {
	-webkit-transform: translate(4px, -4px);
	transform: translate(4px, -4px)
}

66.6% {
	-webkit-transform: translate(-2px, 2px);
	transform: translate(-2px, 2px)
}

83.25% {
	-webkit-transform: translate(1px, -1px);
	transform: translate(1px, -1px)
}

100% {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

}

.hvr-wobble-to-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-wobble-to-top-right:active,
.hvr-wobble-to-top-right:focus,
.hvr-wobble-to-top-right:hover {
-webkit-animation-name: hvr-wobble-to-top-right;
animation-name: hvr-wobble-to-top-right;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-top {
16.65% {
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}

33.3% {
	-webkit-transform: skew(10deg);
	transform: skew(10deg)
}

49.95% {
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg)
}

66.6% {
	-webkit-transform: skew(4deg);
	transform: skew(4deg)
}

83.25% {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg)
}

100% {
	-webkit-transform: skew(0);
	transform: skew(0)
}

}

@keyframes hvr-wobble-top {
16.65% {
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}

33.3% {
	-webkit-transform: skew(10deg);
	transform: skew(10deg)
}

49.95% {
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg)
}

66.6% {
	-webkit-transform: skew(4deg);
	transform: skew(4deg)
}

83.25% {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg)
}

100% {
	-webkit-transform: skew(0);
	transform: skew(0)
}

}

.hvr-wobble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transform-origin: 0 100%;
transform-origin: 0 100%
}

.hvr-wobble-top:active,
.hvr-wobble-top:focus,
.hvr-wobble-top:hover {
-webkit-animation-name: hvr-wobble-top;
animation-name: hvr-wobble-top;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-bottom {
16.65% {
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}

33.3% {
	-webkit-transform: skew(10deg);
	transform: skew(10deg)
}

49.95% {
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg)
}

66.6% {
	-webkit-transform: skew(4deg);
	transform: skew(4deg)
}

83.25% {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg)
}

100% {
	-webkit-transform: skew(0);
	transform: skew(0)
}

}

@keyframes hvr-wobble-bottom {
16.65% {
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}

33.3% {
	-webkit-transform: skew(10deg);
	transform: skew(10deg)
}

49.95% {
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg)
}

66.6% {
	-webkit-transform: skew(4deg);
	transform: skew(4deg)
}

83.25% {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg)
}

100% {
	-webkit-transform: skew(0);
	transform: skew(0)
}

}

.hvr-wobble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
-webkit-transform-origin: 100% 0;
transform-origin: 100% 0
}

.hvr-wobble-bottom:active,
.hvr-wobble-bottom:focus,
.hvr-wobble-bottom:hover {
-webkit-animation-name: hvr-wobble-bottom;
animation-name: hvr-wobble-bottom;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-wobble-skew {
16.65% {
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}

33.3% {
	-webkit-transform: skew(10deg);
	transform: skew(10deg)
}

49.95% {
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg)
}

66.6% {
	-webkit-transform: skew(4deg);
	transform: skew(4deg)
}

83.25% {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg)
}

100% {
	-webkit-transform: skew(0);
	transform: skew(0)
}

}

@keyframes hvr-wobble-skew {
16.65% {
	-webkit-transform: skew(-12deg);
	transform: skew(-12deg)
}

33.3% {
	-webkit-transform: skew(10deg);
	transform: skew(10deg)
}

49.95% {
	-webkit-transform: skew(-6deg);
	transform: skew(-6deg)
}

66.6% {
	-webkit-transform: skew(4deg);
	transform: skew(4deg)
}

83.25% {
	-webkit-transform: skew(-2deg);
	transform: skew(-2deg)
}

100% {
	-webkit-transform: skew(0);
	transform: skew(0)
}

}

.hvr-wobble-skew {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-wobble-skew:active,
.hvr-wobble-skew:focus,
.hvr-wobble-skew:hover {
-webkit-animation-name: hvr-wobble-skew;
animation-name: hvr-wobble-skew;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-buzz {
50% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

100% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

}

@keyframes hvr-buzz {
50% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

100% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

}

.hvr-buzz {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-buzz:active,
.hvr-buzz:focus,
.hvr-buzz:hover {
-webkit-animation-name: hvr-buzz;
animation-name: hvr-buzz;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}

@-webkit-keyframes hvr-buzz-out {
10% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

30% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

50% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

70% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

90% {
	-webkit-transform: translateX(1px) rotate(0);
	transform: translateX(1px) rotate(0)
}

100% {
	-webkit-transform: translateX(-1px) rotate(0);
	transform: translateX(-1px) rotate(0)
}

}

@keyframes hvr-buzz-out {
10% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

30% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

50% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

70% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

90% {
	-webkit-transform: translateX(1px) rotate(0);
	transform: translateX(1px) rotate(0)
}

100% {
	-webkit-transform: translateX(-1px) rotate(0);
	transform: translateX(-1px) rotate(0)
}

}

.hvr-buzz-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-buzz-out:active,
.hvr-buzz-out:focus,
.hvr-buzz-out:hover {
-webkit-animation-name: hvr-buzz-out;
animation-name: hvr-buzz-out;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

.hvr-forward {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-forward:active,
.hvr-forward:focus,
.hvr-forward:hover {
-webkit-transform: translateX(8px);
transform: translateX(8px)
}

.hvr-backward {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-backward:active,
.hvr-backward:focus,
.hvr-backward:hover {
-webkit-transform: translateX(-8px);
transform: translateX(-8px)
}

.hvr-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
background-color: #2098d1;
color: #fff
}

@-webkit-keyframes hvr-back-pulse {
50% {
	background-color: rgba(32, 152, 209, .75)
}

}

@keyframes hvr-back-pulse {
50% {
	background-color: rgba(32, 152, 209, .75)
}

}

.hvr-back-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
overflow: hidden;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: color, background-color;
transition-property: color, background-color
}

.hvr-back-pulse:active,
.hvr-back-pulse:focus,
.hvr-back-pulse:hover {
-webkit-animation-name: hvr-back-pulse;
animation-name: hvr-back-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-delay: .5s;
animation-delay: .5s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
background-color: #2098d1;
background-color: #2098d1;
color: #fff
}

.hvr-sweep-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-sweep-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
color: #fff
}

.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}

.hvr-sweep-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-sweep-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-sweep-to-left:active,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:hover {
color: #fff
}

.hvr-sweep-to-left:active:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}

.hvr-sweep-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-sweep-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-sweep-to-bottom:active,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:hover {
color: #fff
}

.hvr-sweep-to-bottom:active:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}

.hvr-sweep-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-sweep-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-sweep-to-top:active,
.hvr-sweep-to-top:focus,
.hvr-sweep-to-top:hover {
color: #fff
}

.hvr-sweep-to-top:active:before,
.hvr-sweep-to-top:focus:before,
.hvr-sweep-to-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}

.hvr-bounce-to-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}

.hvr-bounce-to-right:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-bounce-to-right:active,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:hover {
color: #fff
}

.hvr-bounce-to-right:active:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}

.hvr-bounce-to-left:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-bounce-to-left:active,
.hvr-bounce-to-left:focus,
.hvr-bounce-to-left:hover {
color: #fff
}

.hvr-bounce-to-left:active:before,
.hvr-bounce-to-left:focus:before,
.hvr-bounce-to-left:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}

.hvr-bounce-to-bottom:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-bounce-to-bottom:active,
.hvr-bounce-to-bottom:focus,
.hvr-bounce-to-bottom:hover {
color: #fff
}

.hvr-bounce-to-bottom:active:before,
.hvr-bounce-to-bottom:focus:before,
.hvr-bounce-to-bottom:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-bounce-to-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .5s;
transition-duration: .5s
}

.hvr-bounce-to-top:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-bounce-to-top:active,
.hvr-bounce-to-top:focus,
.hvr-bounce-to-top:hover {
color: #fff
}

.hvr-bounce-to-top:active:before,
.hvr-bounce-to-top:focus:before,
.hvr-bounce-to-top:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transition-timing-function: cubic-bezier(.52, 1.64, .37, .66);
transition-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-radial-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-radial-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-radial-out:active,
.hvr-radial-out:focus,
.hvr-radial-out:hover {
color: #fff
}

.hvr-radial-out:active:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:hover:before {
-webkit-transform: scale(2);
transform: scale(2)
}

.hvr-radial-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden;
background: #2098d1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-radial-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
border-radius: 100%;
-webkit-transform: scale(2);
transform: scale(2);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-radial-in:active,
.hvr-radial-in:focus,
.hvr-radial-in:hover {
color: #fff
}

.hvr-radial-in:active:before,
.hvr-radial-in:focus:before,
.hvr-radial-in:hover:before {
-webkit-transform: scale(0);
transform: scale(0)
}

.hvr-rectangle-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-rectangle-in:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #e1e1e1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-rectangle-in:active,
.hvr-rectangle-in:focus,
.hvr-rectangle-in:hover {
color: #fff
}

.hvr-rectangle-in:active:before,
.hvr-rectangle-in:focus:before,
.hvr-rectangle-in:hover:before {
-webkit-transform: scale(0);
transform: scale(0)
}

.hvr-rectangle-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-rectangle-out:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-rectangle-out:active,
.hvr-rectangle-out:focus,
.hvr-rectangle-out:hover {
color: #fff
}

.hvr-rectangle-out:active:before,
.hvr-rectangle-out:focus:before,
.hvr-rectangle-out:hover:before {
-webkit-transform: scale(1);
transform: scale(1)
}

.hvr-shutter-in-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-shutter-in-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
-webkit-transform: scaleX(1);
transform: scaleX(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-shutter-in-horizontal:active,
.hvr-shutter-in-horizontal:focus,
.hvr-shutter-in-horizontal:hover {
color: #fff
}

.hvr-shutter-in-horizontal:active:before,
.hvr-shutter-in-horizontal:focus:before,
.hvr-shutter-in-horizontal:hover:before {
-webkit-transform: scaleX(0);
transform: scaleX(0)
}

.hvr-shutter-out-horizontal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-shutter-out-horizontal:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover {
color: #fff
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
-webkit-transform: scaleX(1);
transform: scaleX(1)
}

.hvr-shutter-in-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #2098d1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-shutter-in-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #e1e1e1;
-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-shutter-in-vertical:active,
.hvr-shutter-in-vertical:focus,
.hvr-shutter-in-vertical:hover {
color: #fff
}

.hvr-shutter-in-vertical:active:before,
.hvr-shutter-in-vertical:focus:before,
.hvr-shutter-in-vertical:hover:before {
-webkit-transform: scaleY(0);
transform: scaleY(0)
}

.hvr-shutter-out-vertical {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
background: #e1e1e1;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: .3s;
transition-duration: .3s
}

.hvr-shutter-out-vertical:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2098d1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50%;
transform-origin: 50%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-shutter-out-vertical:active,
.hvr-shutter-out-vertical:focus,
.hvr-shutter-out-vertical:hover {
color: #fff
}

.hvr-shutter-out-vertical:active:before,
.hvr-shutter-out-vertical:focus:before,
.hvr-shutter-out-vertical:hover:before {
-webkit-transform: scaleY(1);
transform: scaleY(1)
}

.hvr-border-fade {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-border-fade:active,
.hvr-border-fade:focus,
.hvr-border-fade:hover {
box-shadow: inset 0 0 0 4px #2098d1, 0 0 1px transparent
}

.hvr-hollow {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: background;
transition-property: background;
box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent
}

.hvr-hollow:active,
.hvr-hollow:focus,
.hvr-hollow:hover {
background: 0 0
}

.hvr-trim {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-trim:before {
content: '';
position: absolute;
border: #fff solid 4px;
top: 4px;
left: 4px;
right: 4px;
bottom: 4px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: opacity;
transition-property: opacity
}

.hvr-trim:active:before,
.hvr-trim:focus:before,
.hvr-trim:hover:before {
opacity: 1
}

@-webkit-keyframes hvr-ripple-out {
100% {
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0
}

}

@keyframes hvr-ripple-out {
100% {
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	opacity: 0
}

}

.hvr-ripple-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-ripple-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 6px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s
}

.hvr-ripple-out:active:before,
.hvr-ripple-out:focus:before,
.hvr-ripple-out:hover:before {
-webkit-animation-name: hvr-ripple-out;
animation-name: hvr-ripple-out
}

@-webkit-keyframes hvr-ripple-in {
100% {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1
}

}

@keyframes hvr-ripple-in {
100% {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 1
}

}

.hvr-ripple-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-ripple-in:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -12px;
right: -12px;
bottom: -12px;
left: -12px;
opacity: 0;
-webkit-animation-duration: 1s;
animation-duration: 1s
}

.hvr-ripple-in:active:before,
.hvr-ripple-in:focus:before,
.hvr-ripple-in:hover:before {
-webkit-animation-name: hvr-ripple-in;
animation-name: hvr-ripple-in
}

.hvr-outline-out {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-outline-out:before {
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: 0;
right: 0;
bottom: 0;
left: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left
}

.hvr-outline-out:active:before,
.hvr-outline-out:focus:before,
.hvr-outline-out:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px
}

.hvr-outline-in {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-outline-in:before {
pointer-events: none;
content: '';
position: absolute;
border: #e1e1e1 solid 4px;
top: -16px;
right: -16px;
bottom: -16px;
left: -16px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: top, right, bottom, left;
transition-property: top, right, bottom, left
}

.hvr-outline-in:active:before,
.hvr-outline-in:focus:before,
.hvr-outline-in:hover:before {
top: -8px;
right: -8px;
bottom: -8px;
left: -8px;
opacity: 1
}

.hvr-round-corners {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: border-radius;
transition-property: border-radius
}

.hvr-round-corners:active,
.hvr-round-corners:focus,
.hvr-round-corners:hover {
border-radius: 1em
}

.hvr-underline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-underline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
right: 0
}

.hvr-underline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-underline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-underline-from-center:active:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:hover:before {
left: 0;
right: 0
}

.hvr-underline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-underline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-underline-from-right:active:before,
.hvr-underline-from-right:focus:before,
.hvr-underline-from-right:hover:before {
left: 0
}

.hvr-overline-from-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-overline-from-left:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 100%;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: right;
transition-property: right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-overline-from-left:active:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:hover:before {
right: 0
}

.hvr-overline-from-center {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-overline-from-center:before {
content: "";
position: absolute;
z-index: -1;
left: 51%;
right: 51%;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left, right;
transition-property: left, right;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-overline-from-center:active:before,
.hvr-overline-from-center:focus:before,
.hvr-overline-from-center:hover:before {
left: 0;
right: 0
}

.hvr-overline-from-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-overline-from-right:before {
content: "";
position: absolute;
z-index: -1;
left: 100%;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transition-property: left;
transition-property: left;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-overline-from-right:active:before,
.hvr-overline-from-right:focus:before,
.hvr-overline-from-right:hover:before {
left: 0
}

.hvr-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
bottom: 0;
border-color: #2098d1;
border-style: solid;
border-width: 0;
-webkit-transition-property: border-width;
transition-property: border-width;
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-reveal:active:before,
.hvr-reveal:focus:before,
.hvr-reveal:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0);
border-width: 4px
}

.hvr-underline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-underline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
bottom: 0;
background: #2098d1;
height: 4px;
-webkit-transform: translateY(4px);
transform: translateY(4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-underline-reveal:active:before,
.hvr-underline-reveal:focus:before,
.hvr-underline-reveal:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0)
}

.hvr-overline-reveal {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
overflow: hidden
}

.hvr-overline-reveal:before {
content: "";
position: absolute;
z-index: -1;
left: 0;
right: 0;
top: 0;
background: #2098d1;
height: 4px;
-webkit-transform: translateY(-4px);
transform: translateY(-4px);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-overline-reveal:active:before,
.hvr-overline-reveal:focus:before,
.hvr-overline-reveal:hover:before {
-webkit-transform: translateY(0);
transform: translateY(0)
}

.hvr-glow {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow
}

.hvr-glow:active,
.hvr-glow:focus,
.hvr-glow:hover {
box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.hvr-shadow {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow
}

.hvr-shadow:active,
.hvr-shadow:focus,
.hvr-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5)
}

.hvr-grow-shadow {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow, transform;
transition-property: box-shadow, transform
}

.hvr-grow-shadow:active,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:hover {
box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
-webkit-transform: scale(1.1);
transform: scale(1.1)
}

.hvr-box-shadow-outset {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow
}

.hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover {
box-shadow: 2px 2px 2px rgba(0, 0, 0, .6)
}

.hvr-box-shadow-inset {
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: .3s;
transition-duration: .3s;
-webkit-transition-property: box-shadow;
transition-property: box-shadow;
box-shadow: inset 0 0 0 rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-box-shadow-inset:active,
.hvr-box-shadow-inset:focus,
.hvr-box-shadow-inset:hover {
box-shadow: inset 2px 2px 2px rgba(0, 0, 0, .6), 0 0 1px transparent
}

.hvr-float-shadow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-float-shadow:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
top: 100%;
left: 5%;
height: 10px;
width: 90%;
opacity: 0;
background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at center, rgba(0, 0, 0, .35) 0, rgba(0, 0, 0, 0) 80%);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform, opacity;
transition-property: transform, opacity
}

.hvr-float-shadow:active,
.hvr-float-shadow:focus,
.hvr-float-shadow:hover {
-webkit-transform: translateY(-5px);
transform: translateY(-5px)
}

.hvr-float-shadow:active:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:hover:before {
opacity: 1;
-webkit-transform: translateY(5px);
transform: translateY(5px)
}

.hvr-shadow-radial {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-shadow-radial:after,
.hvr-shadow-radial:before {
pointer-events: none;
position: absolute;
content: '';
left: 0;
width: 100%;
box-sizing: border-box;
background-repeat: no-repeat;
height: 5px;
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: opacity;
transition-property: opacity
}

.hvr-shadow-radial:before {
bottom: 100%;
background: -webkit-radial-gradient(50% 150%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.hvr-shadow-radial:after {
top: 100%;
background: -webkit-radial-gradient(50% -50%, ellipse, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%);
background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, 0) 80%)
}

.hvr-shadow-radial:active:after,
.hvr-shadow-radial:active:before,
.hvr-shadow-radial:focus:after,
.hvr-shadow-radial:focus:before,
.hvr-shadow-radial:hover:after,
.hvr-shadow-radial:hover:before {
opacity: 1
}

.hvr-bubble-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-bubble-top:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
top: 0;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent
}

.hvr-bubble-top:active:before,
.hvr-bubble-top:focus:before,
.hvr-bubble-top:hover:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}

.hvr-bubble-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-bubble-right:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
right: 0;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1
}

.hvr-bubble-right:active:before,
.hvr-bubble-right:focus:before,
.hvr-bubble-right:hover:before {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}

.hvr-bubble-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-bubble-bottom:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
left: calc(50% - 10px);
bottom: 0;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent
}

.hvr-bubble-bottom:active:before,
.hvr-bubble-bottom:focus:before,
.hvr-bubble-bottom:hover:before {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}

.hvr-bubble-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-bubble-left:before {
pointer-events: none;
position: absolute;
z-index: -1;
content: '';
border-style: solid;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
top: calc(50% - 10px);
left: 0;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent
}

.hvr-bubble-left:active:before,
.hvr-bubble-left:focus:before,
.hvr-bubble-left:hover:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}

.hvr-bubble-float-top {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-top:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
top: 0;
border-style: solid;
border-width: 0 10px 10px 10px;
border-color: transparent transparent #e1e1e1 transparent;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-top:active,
.hvr-bubble-float-top:focus,
.hvr-bubble-float-top:hover {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}

.hvr-bubble-float-top:active:before,
.hvr-bubble-float-top:focus:before,
.hvr-bubble-float-top:hover:before {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}

.hvr-bubble-float-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-right:before {
position: absolute;
z-index: -1;
top: calc(50% - 10px);
right: 0;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #e1e1e1;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-right:active,
.hvr-bubble-float-right:focus,
.hvr-bubble-float-right:hover {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}

.hvr-bubble-float-right:active:before,
.hvr-bubble-float-right:focus:before,
.hvr-bubble-float-right:hover:before {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}

.hvr-bubble-float-bottom {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-bottom:before {
position: absolute;
z-index: -1;
content: '';
left: calc(50% - 10px);
bottom: 0;
border-style: solid;
border-width: 10px 10px 0 10px;
border-color: #e1e1e1 transparent transparent transparent;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-bottom:active,
.hvr-bubble-float-bottom:focus,
.hvr-bubble-float-bottom:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px)
}

.hvr-bubble-float-bottom:active:before,
.hvr-bubble-float-bottom:focus:before,
.hvr-bubble-float-bottom:hover:before {
-webkit-transform: translateY(10px);
transform: translateY(10px)
}

.hvr-bubble-float-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-left:before {
position: absolute;
z-index: -1;
content: '';
top: calc(50% - 10px);
left: 0;
border-style: solid;
border-width: 10px 10px 10px 0;
border-color: transparent #e1e1e1 transparent transparent;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform
}

.hvr-bubble-float-left:active,
.hvr-bubble-float-left:focus,
.hvr-bubble-float-left:hover {
-webkit-transform: translateX(10px);
transform: translateX(10px)
}

.hvr-bubble-float-left:active:before,
.hvr-bubble-float-left:focus:before,
.hvr-bubble-float-left:hover:before {
-webkit-transform: translateX(-10px);
transform: translateX(-10px)
}

.hvr-icon-back {
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: .1s;
transition-duration: .1s
}

.hvr-icon-back .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-back:active .hvr-icon,
.hvr-icon-back:focus .hvr-icon,
.hvr-icon-back:hover .hvr-icon {
-webkit-transform: translateX(-4px);
transform: translateX(-4px)
}

.hvr-icon-forward {
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: .1s;
transition-duration: .1s
}

.hvr-icon-forward .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .1s;
transition-duration: .1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-forward:active .hvr-icon,
.hvr-icon-forward:focus .hvr-icon,
.hvr-icon-forward:hover .hvr-icon {
-webkit-transform: translateX(4px);
transform: translateX(4px)
}

@-webkit-keyframes hvr-icon-down {
0%,
100%,
50% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

25%,
75% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

}

@keyframes hvr-icon-down {
0%,
100%,
50% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

25%,
75% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

}

.hvr-icon-down {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-down .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-down:active .hvr-icon,
.hvr-icon-down:focus .hvr-icon,
.hvr-icon-down:hover .hvr-icon {
-webkit-animation-name: hvr-icon-down;
animation-name: hvr-icon-down;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-up {
0%,
100%,
50% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

25%,
75% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

}

@keyframes hvr-icon-up {
0%,
100%,
50% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

25%,
75% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

}

.hvr-icon-up {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-up .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-up:active .hvr-icon,
.hvr-icon-up:focus .hvr-icon,
.hvr-icon-up:hover .hvr-icon {
-webkit-animation-name: hvr-icon-up;
animation-name: hvr-icon-up;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

.hvr-icon-spin {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-spin .hvr-icon {
-webkit-transition-duration: 1s;
transition-duration: 1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-in-out;
transition-timing-function: ease-in-out
}

.hvr-icon-spin:active .hvr-icon,
.hvr-icon-spin:focus .hvr-icon,
.hvr-icon-spin:hover .hvr-icon {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}

@-webkit-keyframes hvr-icon-drop {
0% {
	opacity: 0
}

50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

100%,
51% {
	opacity: 1
}

}

@keyframes hvr-icon-drop {
0% {
	opacity: 0
}

50% {
	opacity: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

100%,
51% {
	opacity: 1
}

}

.hvr-icon-drop {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-drop .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-drop:active .hvr-icon,
.hvr-icon-drop:focus .hvr-icon,
.hvr-icon-drop:hover .hvr-icon {
opacity: 0;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-animation-name: hvr-icon-drop;
animation-name: hvr-icon-drop;
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-delay: .3s;
animation-delay: .3s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-timing-function: cubic-bezier(.52, 1.64, .37, .66);
animation-timing-function: cubic-bezier(.52, 1.64, .37, .66)
}

.hvr-icon-fade {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-fade .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .5s;
transition-duration: .5s;
-webkit-transition-property: color;
transition-property: color
}

.hvr-icon-fade:active .hvr-icon,
.hvr-icon-fade:focus .hvr-icon,
.hvr-icon-fade:hover .hvr-icon {
color: #0f9e5e
}

@-webkit-keyframes hvr-icon-float-away {
0% {
	opacity: 1
}

100% {
	opacity: 0;
	-webkit-transform: translateY(-1em);
	transform: translateY(-1em)
}

}

@keyframes hvr-icon-float-away {
0% {
	opacity: 1
}

100% {
	opacity: 0;
	-webkit-transform: translateY(-1em);
	transform: translateY(-1em)
}

}

.hvr-icon-float-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-float-away .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}

.hvr-icon-float-away:active .hvr-icon,
.hvr-icon-float-away:focus .hvr-icon,
.hvr-icon-float-away:hover .hvr-icon {
-webkit-animation-name: hvr-icon-float-away;
animation-name: hvr-icon-float-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

@-webkit-keyframes hvr-icon-sink-away {
0% {
	opacity: 1
}

100% {
	opacity: 0;
	-webkit-transform: translateY(1em);
	transform: translateY(1em)
}

}

@keyframes hvr-icon-sink-away {
0% {
	opacity: 1
}

100% {
	opacity: 0;
	-webkit-transform: translateY(1em);
	transform: translateY(1em)
}

}

.hvr-icon-sink-away {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-sink-away .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation-duration: .5s;
animation-duration: .5s;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards
}

.hvr-icon-sink-away:active .hvr-icon,
.hvr-icon-sink-away:focus .hvr-icon,
.hvr-icon-sink-away:hover .hvr-icon {
-webkit-animation-name: hvr-icon-sink-away;
animation-name: hvr-icon-sink-away;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out
}

.hvr-icon-grow {
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: .3s;
transition-duration: .3s
}

.hvr-icon-grow .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-grow:active .hvr-icon,
.hvr-icon-grow:focus .hvr-icon,
.hvr-icon-grow:hover .hvr-icon {
-webkit-transform: scale(1.3) translateZ(0);
transform: scale(1.3) translateZ(0)
}

.hvr-icon-shrink {
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: .3s;
transition-duration: .3s
}

.hvr-icon-shrink .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-shrink:active .hvr-icon,
.hvr-icon-shrink:focus .hvr-icon,
.hvr-icon-shrink:hover .hvr-icon {
-webkit-transform: scale(.8);
transform: scale(.8)
}

@-webkit-keyframes hvr-icon-pulse {
25% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

75% {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

}

@keyframes hvr-icon-pulse {
25% {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

75% {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

}

.hvr-icon-pulse {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-pulse .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-pulse:active .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:hover .hvr-icon {
-webkit-animation-name: hvr-icon-pulse;
animation-name: hvr-icon-pulse;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-pulse-grow {
to {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

}

@keyframes hvr-icon-pulse-grow {
to {
	-webkit-transform: scale(1.3);
	transform: scale(1.3)
}

}

.hvr-icon-pulse-grow {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-pulse-grow .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-pulse-grow:active .hvr-icon,
.hvr-icon-pulse-grow:focus .hvr-icon,
.hvr-icon-pulse-grow:hover .hvr-icon {
-webkit-animation-name: hvr-icon-pulse-grow;
animation-name: hvr-icon-pulse-grow;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}

@-webkit-keyframes hvr-icon-pulse-shrink {
to {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

}

@keyframes hvr-icon-pulse-shrink {
to {
	-webkit-transform: scale(.8);
	transform: scale(.8)
}

}

.hvr-icon-pulse-shrink {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent
}

.hvr-icon-pulse-shrink .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-pulse-shrink:active .hvr-icon,
.hvr-icon-pulse-shrink:focus .hvr-icon,
.hvr-icon-pulse-shrink:hover .hvr-icon {
-webkit-animation-name: hvr-icon-pulse-shrink;
animation-name: hvr-icon-pulse-shrink;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate
}

@-webkit-keyframes hvr-icon-push {
50% {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

}

@keyframes hvr-icon-push {
50% {
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

}

.hvr-icon-push {
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: .3s;
transition-duration: .3s
}

.hvr-icon-push .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-push:active .hvr-icon,
.hvr-icon-push:focus .hvr-icon,
.hvr-icon-push:hover .hvr-icon {
-webkit-animation-name: hvr-icon-push;
animation-name: hvr-icon-push;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-pop {
50% {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

}

@keyframes hvr-icon-pop {
50% {
	-webkit-transform: scale(1.5);
	transform: scale(1.5)
}

}

.hvr-icon-pop {
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: .3s;
transition-duration: .3s
}

.hvr-icon-pop .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-pop:active .hvr-icon,
.hvr-icon-pop:focus .hvr-icon,
.hvr-icon-pop:hover .hvr-icon {
-webkit-animation-name: hvr-icon-pop;
animation-name: hvr-icon-pop;
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

.hvr-icon-bounce {
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: .3s;
transition-duration: .3s
}

.hvr-icon-bounce .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-bounce:active .hvr-icon,
.hvr-icon-bounce:focus .hvr-icon,
.hvr-icon-bounce:hover .hvr-icon {
-webkit-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.hvr-icon-rotate {
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: .3s;
transition-duration: .3s
}

.hvr-icon-rotate .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-rotate:active .hvr-icon,
.hvr-icon-rotate:focus .hvr-icon,
.hvr-icon-rotate:hover .hvr-icon {
-webkit-transform: rotate(20deg);
transform: rotate(20deg)
}

.hvr-icon-grow-rotate {
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: .3s;
transition-duration: .3s
}

.hvr-icon-grow-rotate .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-grow-rotate:active .hvr-icon,
.hvr-icon-grow-rotate:focus .hvr-icon,
.hvr-icon-grow-rotate:hover .hvr-icon {
-webkit-transform: scale(1.5) rotate(12deg);
transform: scale(1.5) rotate(12deg)
}

.hvr-icon-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: .3s;
transition-duration: .3s
}

.hvr-icon-float .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-float:active .hvr-icon,
.hvr-icon-float:focus .hvr-icon,
.hvr-icon-float:hover .hvr-icon {
-webkit-transform: translateY(-4px);
transform: translateY(-4px)
}

.hvr-icon-sink {
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: .3s;
transition-duration: .3s
}

.hvr-icon-sink .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}

.hvr-icon-sink:active .hvr-icon,
.hvr-icon-sink:focus .hvr-icon,
.hvr-icon-sink:hover .hvr-icon {
-webkit-transform: translateY(4px);
transform: translateY(4px)
}

@-webkit-keyframes hvr-icon-bob {
0% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

50% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

100% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

}

@keyframes hvr-icon-bob {
0% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

50% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

100% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

}

@-webkit-keyframes hvr-icon-bob-float {
100% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

}

@keyframes hvr-icon-bob-float {
100% {
	-webkit-transform: translateY(-6px);
	transform: translateY(-6px)
}

}

.hvr-icon-bob {
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: .3s;
transition-duration: .3s
}

.hvr-icon-bob .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-bob:active .hvr-icon,
.hvr-icon-bob:focus .hvr-icon,
.hvr-icon-bob:hover .hvr-icon {
-webkit-animation-name: hvr-icon-bob-float, hvr-icon-bob;
animation-name: hvr-icon-bob-float, hvr-icon-bob;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-hang {
0% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

50% {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

100% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

}

@keyframes hvr-icon-hang {
0% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

50% {
	-webkit-transform: translateY(2px);
	transform: translateY(2px)
}

100% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

}

@-webkit-keyframes hvr-icon-hang-sink {
100% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

}

@keyframes hvr-icon-hang-sink {
100% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

}

.hvr-icon-hang {
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: .3s;
transition-duration: .3s
}

.hvr-icon-hang .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-hang:active .hvr-icon,
.hvr-icon-hang:focus .hvr-icon,
.hvr-icon-hang:hover .hvr-icon {
-webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
animation-name: hvr-icon-hang-sink, hvr-icon-hang;
-webkit-animation-duration: .3s, 1.5s;
animation-duration: .3s, 1.5s;
-webkit-animation-delay: 0s, .3s;
animation-delay: 0s, .3s;
-webkit-animation-timing-function: ease-out, ease-in-out;
animation-timing-function: ease-out, ease-in-out;
-webkit-animation-iteration-count: 1, infinite;
animation-iteration-count: 1, infinite;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
-webkit-animation-direction: normal, alternate;
animation-direction: normal, alternate
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
16.65% {
	-webkit-transform: translateX(6px);
	transform: translateX(6px)
}

33.3% {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px)
}

49.95% {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

66.6% {
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px)
}

83.25% {
	-webkit-transform: translateX(1px);
	transform: translateX(1px)
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}

@keyframes hvr-icon-wobble-horizontal {
16.65% {
	-webkit-transform: translateX(6px);
	transform: translateX(6px)
}

33.3% {
	-webkit-transform: translateX(-5px);
	transform: translateX(-5px)
}

49.95% {
	-webkit-transform: translateX(4px);
	transform: translateX(4px)
}

66.6% {
	-webkit-transform: translateX(-2px);
	transform: translateX(-2px)
}

83.25% {
	-webkit-transform: translateX(1px);
	transform: translateX(1px)
}

100% {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

}

.hvr-icon-wobble-horizontal {
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: .3s;
transition-duration: .3s
}

.hvr-icon-wobble-horizontal .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-wobble-horizontal:active .hvr-icon,
.hvr-icon-wobble-horizontal:focus .hvr-icon,
.hvr-icon-wobble-horizontal:hover .hvr-icon {
-webkit-animation-name: hvr-icon-wobble-horizontal;
animation-name: hvr-icon-wobble-horizontal;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-wobble-vertical {
16.65% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

33.3% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

49.95% {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}

66.6% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

83.25% {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}

@keyframes hvr-icon-wobble-vertical {
16.65% {
	-webkit-transform: translateY(6px);
	transform: translateY(6px)
}

33.3% {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px)
}

49.95% {
	-webkit-transform: translateY(4px);
	transform: translateY(4px)
}

66.6% {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

83.25% {
	-webkit-transform: translateY(1px);
	transform: translateY(1px)
}

100% {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

}

.hvr-icon-wobble-vertical {
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: .3s;
transition-duration: .3s
}

.hvr-icon-wobble-vertical .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-wobble-vertical:active .hvr-icon,
.hvr-icon-wobble-vertical:focus .hvr-icon,
.hvr-icon-wobble-vertical:hover .hvr-icon {
-webkit-animation-name: hvr-icon-wobble-vertical;
animation-name: hvr-icon-wobble-vertical;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

@-webkit-keyframes hvr-icon-buzz {
50% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

100% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

}

@keyframes hvr-icon-buzz {
50% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

100% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

}

.hvr-icon-buzz {
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: .3s;
transition-duration: .3s
}

.hvr-icon-buzz .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-buzz:active .hvr-icon,
.hvr-icon-buzz:focus .hvr-icon,
.hvr-icon-buzz:hover .hvr-icon {
-webkit-animation-name: hvr-icon-buzz;
animation-name: hvr-icon-buzz;
-webkit-animation-duration: .15s;
animation-duration: .15s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite
}

@-webkit-keyframes hvr-icon-buzz-out {
10% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

30% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

50% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

70% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

90% {
	-webkit-transform: translateX(1px) rotate(0);
	transform: translateX(1px) rotate(0)
}

100% {
	-webkit-transform: translateX(-1px) rotate(0);
	transform: translateX(-1px) rotate(0)
}

}

@keyframes hvr-icon-buzz-out {
10% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

20% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

30% {
	-webkit-transform: translateX(3px) rotate(2deg);
	transform: translateX(3px) rotate(2deg)
}

40% {
	-webkit-transform: translateX(-3px) rotate(-2deg);
	transform: translateX(-3px) rotate(-2deg)
}

50% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

60% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

70% {
	-webkit-transform: translateX(2px) rotate(1deg);
	transform: translateX(2px) rotate(1deg)
}

80% {
	-webkit-transform: translateX(-2px) rotate(-1deg);
	transform: translateX(-2px) rotate(-1deg)
}

90% {
	-webkit-transform: translateX(1px) rotate(0);
	transform: translateX(1px) rotate(0)
}

100% {
	-webkit-transform: translateX(-1px) rotate(0);
	transform: translateX(-1px) rotate(0)
}

}

.hvr-icon-buzz-out {
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: .3s;
transition-duration: .3s
}

.hvr-icon-buzz-out .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0)
}

.hvr-icon-buzz-out:active .hvr-icon,
.hvr-icon-buzz-out:focus .hvr-icon,
.hvr-icon-buzz-out:hover .hvr-icon {
-webkit-animation-name: hvr-icon-buzz-out;
animation-name: hvr-icon-buzz-out;
-webkit-animation-duration: .75s;
animation-duration: .75s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1
}

.hvr-curl-top-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-curl-top-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
left: 0;
background: #fff;
background: linear-gradient(135deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
z-index: 1000;
box-shadow: 1px 1px 1px rgba(0, 0, 0, .4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}

.hvr-curl-top-left:active:before,
.hvr-curl-top-left:focus:before,
.hvr-curl-top-left:hover:before {
width: 25px;
height: 25px
}

.hvr-curl-top-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-curl-top-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
top: 0;
right: 0;
background: #fff;
background: linear-gradient(225deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px 1px 1px rgba(0, 0, 0, .4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}

.hvr-curl-top-right:active:before,
.hvr-curl-top-right:focus:before,
.hvr-curl-top-right:hover:before {
width: 25px;
height: 25px
}

.hvr-curl-bottom-right {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-curl-bottom-right:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
right: 0;
background: #fff;
background: linear-gradient(315deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: -1px -1px 1px rgba(0, 0, 0, .4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}

.hvr-curl-bottom-right:active:before,
.hvr-curl-bottom-right:focus:before,
.hvr-curl-bottom-right:hover:before {
width: 25px;
height: 25px
}

.hvr-curl-bottom-left {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px transparent;
position: relative
}

.hvr-curl-bottom-left:before {
pointer-events: none;
position: absolute;
content: '';
height: 0;
width: 0;
bottom: 0;
left: 0;
background: #fff;
background: linear-gradient(45deg, #fff 45%, #aaa 50%, #ccc 56%, #fff 80%);
box-shadow: 1px -1px 1px rgba(0, 0, 0, .4);
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-property: width, height;
transition-property: width, height
}

.hvr-curl-bottom-left:active:before,
.hvr-curl-bottom-left:focus:before,
.hvr-curl-bottom-left:hover:before {
width: 25px;
height: 25px
}

/* FONT-AWESOME */

/*!
*  Font Awesome 4.6.1 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: FontAwesome;
src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?v=4.6.1);
src: url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.eot?#iefix&v=4.6.1) format('embedded-opentype'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff2?v=4.6.1) format('woff2'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.woff?v=4.6.1) format('woff'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.ttf?v=4.6.1) format('truetype'), url(https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular) format('svg');
font-weight: 400;
font-style: normal
}

.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}

.fa-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%
}

.fa-2x {
font-size: 2em
}

.fa-3x {
font-size: 3em
}

.fa-4x {
font-size: 4em
}

.fa-5x {
font-size: 5em
}

.fa-fw {
width: 1.28571429em;
text-align: center
}

.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none
}

.fa-ul>li {
position: relative
}

.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center
}

.fa-li.fa-lg {
left: -1.85714286em
}

.fa-border {
padding: .2em .25em .15em;
border: solid .08em #eee;
border-radius: .1em
}

.fa-pull-left {
float: left
}

.fa-pull-right {
float: right
}

.fa.fa-pull-left {
margin-right: .3em
}

.fa.fa-pull-right {
margin-left: .3em
}

.pull-right {
float: right
}

.pull-left {
float: left
}

.fa.pull-left {
margin-right: .3em
}

.fa.pull-right {
margin-left: .3em
}

.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear
}

.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
0% {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}

}

@keyframes fa-spin {
0% {
	-webkit-transform: rotate(0);
	transform: rotate(0)
}

100% {
	-webkit-transform: rotate(359deg);
	transform: rotate(359deg)
}

}

.fa-rotate-90 {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg)
}

.fa-rotate-180 {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg)
}

.fa-rotate-270 {
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg)
}

.fa-flip-horizontal {
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1)
}

.fa-flip-vertical {
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
filter: none
}

.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center
}

.fa-stack-1x {
line-height: inherit
}

.fa-stack-2x {
font-size: 2em
}

.fa-inverse {
color: #fff
}

.fa-glass:before {
content: "\f000"
}

.fa-music:before {
content: "\f001"
}

.fa-search:before {
content: "\f002"
}

.fa-envelope-o:before {
content: "\f003"
}

.fa-heart:before {
content: "\f004"
}

.fa-star:before {
content: "\f005"
}

.fa-star-o:before {
content: "\f006"
}

.fa-user:before {
content: "\f007"
}

.fa-film:before {
content: "\f008"
}

.fa-th-large:before {
content: "\f009"
}

.fa-th:before {
content: "\f00a"
}

.fa-th-list:before {
content: "\f00b"
}

.fa-check:before {
content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
content: "\f00d"
}

.fa-search-plus:before {
content: "\f00e"
}

.fa-search-minus:before {
content: "\f010"
}

.fa-power-off:before {
content: "\f011"
}

.fa-signal:before {
content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
content: "\f013"
}

.fa-trash-o:before {
content: "\f014"
}

.fa-home:before {
content: "\f015"
}

.fa-file-o:before {
content: "\f016"
}

.fa-clock-o:before {
content: "\f017"
}

.fa-road:before {
content: "\f018"
}

.fa-download:before {
content: "\f019"
}

.fa-arrow-circle-o-down:before {
content: "\f01a"
}

.fa-arrow-circle-o-up:before {
content: "\f01b"
}

.fa-inbox:before {
content: "\f01c"
}

.fa-play-circle-o:before {
content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
content: "\f01e"
}

.fa-refresh:before {
content: "\f021"
}

.fa-list-alt:before {
content: "\f022"
}

.fa-lock:before {
content: "\f023"
}

.fa-flag:before {
content: "\f024"
}

.fa-headphones:before {
content: "\f025"
}

.fa-volume-off:before {
content: "\f026"
}

.fa-volume-down:before {
content: "\f027"
}

.fa-volume-up:before {
content: "\f028"
}

.fa-qrcode:before {
content: "\f029"
}

.fa-barcode:before {
content: "\f02a"
}

.fa-tag:before {
content: "\f02b"
}

.fa-tags:before {
content: "\f02c"
}

.fa-book:before {
content: "\f02d"
}

.fa-bookmark:before {
content: "\f02e"
}

.fa-print:before {
content: "\f02f"
}

.fa-camera:before {
content: "\f030"
}

.fa-font:before {
content: "\f031"
}

.fa-bold:before {
content: "\f032"
}

.fa-italic:before {
content: "\f033"
}

.fa-text-height:before {
content: "\f034"
}

.fa-text-width:before {
content: "\f035"
}

.fa-align-left:before {
content: "\f036"
}

.fa-align-center:before {
content: "\f037"
}

.fa-align-right:before {
content: "\f038"
}

.fa-align-justify:before {
content: "\f039"
}

.fa-list:before {
content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
content: "\f03b"
}

.fa-indent:before {
content: "\f03c"
}

.fa-video-camera:before {
content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
content: "\f03e"
}

.fa-pencil:before {
content: "\f040"
}

.fa-map-marker:before {
content: "\f041"
}

.fa-adjust:before {
content: "\f042"
}

.fa-tint:before {
content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044"
}

.fa-share-square-o:before {
content: "\f045"
}

.fa-check-square-o:before {
content: "\f046"
}

.fa-arrows:before {
content: "\f047"
}

.fa-step-backward:before {
content: "\f048"
}

.fa-fast-backward:before {
content: "\f049"
}

.fa-backward:before {
content: "\f04a"
}

.fa-play:before {
content: "\f04b"
}

.fa-pause:before {
content: "\f04c"
}

.fa-stop:before {
content: "\f04d"
}

.fa-forward:before {
content: "\f04e"
}

.fa-fast-forward:before {
content: "\f050"
}

.fa-step-forward:before {
content: "\f051"
}

.fa-eject:before {
content: "\f052"
}

.fa-chevron-left:before {
content: "\f053"
}

.fa-chevron-right:before {
content: "\f054"
}

.fa-plus-circle:before {
content: "\f055"
}

.fa-minus-circle:before {
content: "\f056"
}

.fa-times-circle:before {
content: "\f057"
}

.fa-check-circle:before {
content: "\f058"
}

.fa-question-circle:before {
content: "\f059"
}

.fa-info-circle:before {
content: "\f05a"
}

.fa-crosshairs:before {
content: "\f05b"
}

.fa-times-circle-o:before {
content: "\f05c"
}

.fa-check-circle-o:before {
content: "\f05d"
}

.fa-ban:before {
content: "\f05e"
}

.fa-arrow-left:before {
content: "\f060"
}

.fa-arrow-right:before {
content: "\f061"
}

.fa-arrow-up:before {
content: "\f062"
}

.fa-arrow-down:before {
content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
content: "\f064"
}

.fa-expand:before {
content: "\f065"
}

.fa-compress:before {
content: "\f066"
}

.fa-plus:before {
content: "\f067"
}

.fa-minus:before {
content: "\f068"
}

.fa-asterisk:before {
content: "\f069"
}

.fa-exclamation-circle:before {
content: "\f06a"
}

.fa-gift:before {
content: "\f06b"
}

.fa-leaf:before {
content: "\f06c"
}

.fa-fire:before {
content: "\f06d"
}

.fa-eye:before {
content: "\f06e"
}

.fa-eye-slash:before {
content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
content: "\f071"
}

.fa-plane:before {
content: "\f072"
}

.fa-calendar:before {
content: "\f073"
}

.fa-random:before {
content: "\f074"
}

.fa-comment:before {
content: "\f075"
}

.fa-magnet:before {
content: "\f076"
}

.fa-chevron-up:before {
content: "\f077"
}

.fa-chevron-down:before {
content: "\f078"
}

.fa-retweet:before {
content: "\f079"
}

.fa-shopping-cart:before {
content: "\f07a"
}

.fa-folder:before {
content: "\f07b"
}

.fa-folder-open:before {
content: "\f07c"
}

.fa-arrows-v:before {
content: "\f07d"
}

.fa-arrows-h:before {
content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080"
}

.fa-twitter-square:before {
content: "\f081"
}

.fa-facebook-square:before {
content: "\f082"
}

.fa-camera-retro:before {
content: "\f083"
}

.fa-key:before {
content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
content: "\f085"
}

.fa-comments:before {
content: "\f086"
}

.fa-thumbs-o-up:before {
content: "\f087"
}

.fa-thumbs-o-down:before {
content: "\f088"
}

.fa-star-half:before {
content: "\f089"
}

.fa-heart-o:before {
content: "\f08a"
}

.fa-sign-out:before {
content: "\f08b"
}

.fa-linkedin-square:before {
content: "\f08c"
}

.fa-thumb-tack:before {
content: "\f08d"
}

.fa-external-link:before {
content: "\f08e"
}

.fa-sign-in:before {
content: "\f090"
}

.fa-trophy:before {
content: "\f091"
}

.fa-github-square:before {
content: "\f092"
}

.fa-upload:before {
content: "\f093"
}

.fa-lemon-o:before {
content: "\f094"
}

.fa-phone:before {
content: "\f095"
}

.fa-square-o:before {
content: "\f096"
}

.fa-bookmark-o:before {
content: "\f097"
}

.fa-phone-square:before {
content: "\f098"
}

.fa-twitter:before {
content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a"
}

.fa-github:before {
content: "\f09b"
}

.fa-unlock:before {
content: "\f09c"
}

.fa-credit-card:before {
content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
content: "\f09e"
}

.fa-hdd-o:before {
content: "\f0a0"
}

.fa-bullhorn:before {
content: "\f0a1"
}

.fa-bell:before {
content: "\f0f3"
}

.fa-certificate:before {
content: "\f0a3"
}

.fa-hand-o-right:before {
content: "\f0a4"
}

.fa-hand-o-left:before {
content: "\f0a5"
}

.fa-hand-o-up:before {
content: "\f0a6"
}

.fa-hand-o-down:before {
content: "\f0a7"
}

.fa-arrow-circle-left:before {
content: "\f0a8"
}

.fa-arrow-circle-right:before {
content: "\f0a9"
}

.fa-arrow-circle-up:before {
content: "\f0aa"
}

.fa-arrow-circle-down:before {
content: "\f0ab"
}

.fa-globe:before {
content: "\f0ac"
}

.fa-wrench:before {
content: "\f0ad"
}

.fa-tasks:before {
content: "\f0ae"
}

.fa-filter:before {
content: "\f0b0"
}

.fa-briefcase:before {
content: "\f0b1"
}

.fa-arrows-alt:before {
content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
content: "\f0c1"
}

.fa-cloud:before {
content: "\f0c2"
}

.fa-flask:before {
content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
content: "\f0c5"
}

.fa-paperclip:before {
content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
content: "\f0c7"
}

.fa-square:before {
content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
content: "\f0c9"
}

.fa-list-ul:before {
content: "\f0ca"
}

.fa-list-ol:before {
content: "\f0cb"
}

.fa-strikethrough:before {
content: "\f0cc"
}

.fa-underline:before {
content: "\f0cd"
}

.fa-table:before {
content: "\f0ce"
}

.fa-magic:before {
content: "\f0d0"
}

.fa-truck:before {
content: "\f0d1"
}

.fa-pinterest:before {
content: "\f0d2"
}

.fa-pinterest-square:before {
content: "\f0d3"
}

.fa-google-plus-square:before {
content: "\f0d4"
}

.fa-google-plus:before {
content: "\f0d5"
}

.fa-money:before {
content: "\f0d6"
}

.fa-caret-down:before {
content: "\f0d7"
}

.fa-caret-up:before {
content: "\f0d8"
}

.fa-caret-left:before {
content: "\f0d9"
}

.fa-caret-right:before {
content: "\f0da"
}

.fa-columns:before {
content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
content: "\f0de"
}

.fa-envelope:before {
content: "\f0e0"
}

.fa-linkedin:before {
content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4"
}

.fa-comment-o:before {
content: "\f0e5"
}

.fa-comments-o:before {
content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
content: "\f0e7"
}

.fa-sitemap:before {
content: "\f0e8"
}

.fa-umbrella:before {
content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
content: "\f0ea"
}

.fa-lightbulb-o:before {
content: "\f0eb"
}

.fa-exchange:before {
content: "\f0ec"
}

.fa-cloud-download:before {
content: "\f0ed"
}

.fa-cloud-upload:before {
content: "\f0ee"
}

.fa-user-md:before {
content: "\f0f0"
}

.fa-stethoscope:before {
content: "\f0f1"
}

.fa-suitcase:before {
content: "\f0f2"
}

.fa-bell-o:before {
content: "\f0a2"
}

.fa-coffee:before {
content: "\f0f4"
}

.fa-cutlery:before {
content: "\f0f5"
}

.fa-file-text-o:before {
content: "\f0f6"
}

.fa-building-o:before {
content: "\f0f7"
}

.fa-hospital-o:before {
content: "\f0f8"
}

.fa-ambulance:before {
content: "\f0f9"
}

.fa-medkit:before {
content: "\f0fa"
}

.fa-fighter-jet:before {
content: "\f0fb"
}

.fa-beer:before {
content: "\f0fc"
}

.fa-h-square:before {
content: "\f0fd"
}

.fa-plus-square:before {
content: "\f0fe"
}

.fa-angle-double-left:before {
content: "\f100"
}

.fa-angle-double-right:before {
content: "\f101"
}

.fa-angle-double-up:before {
content: "\f102"
}

.fa-angle-double-down:before {
content: "\f103"
}

.fa-angle-left:before {
content: "\f104"
}

.fa-angle-right:before {
content: "\f105"
}

.fa-angle-up:before {
content: "\f106"
}

.fa-angle-down:before {
content: "\f107"
}

.fa-desktop:before {
content: "\f108"
}

.fa-laptop:before {
content: "\f109"
}

.fa-tablet:before {
content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b"
}

.fa-circle-o:before {
content: "\f10c"
}

.fa-quote-left:before {
content: "\f10d"
}

.fa-quote-right:before {
content: "\f10e"
}

.fa-spinner:before {
content: "\f110"
}

.fa-circle:before {
content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
content: "\f112"
}

.fa-github-alt:before {
content: "\f113"
}

.fa-folder-o:before {
content: "\f114"
}

.fa-folder-open-o:before {
content: "\f115"
}

.fa-smile-o:before {
content: "\f118"
}

.fa-frown-o:before {
content: "\f119"
}

.fa-meh-o:before {
content: "\f11a"
}

.fa-gamepad:before {
content: "\f11b"
}

.fa-keyboard-o:before {
content: "\f11c"
}

.fa-flag-o:before {
content: "\f11d"
}

.fa-flag-checkered:before {
content: "\f11e"
}

.fa-terminal:before {
content: "\f120"
}

.fa-code:before {
content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123"
}

.fa-location-arrow:before {
content: "\f124"
}

.fa-crop:before {
content: "\f125"
}

.fa-code-fork:before {
content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
content: "\f127"
}

.fa-question:before {
content: "\f128"
}

.fa-info:before {
content: "\f129"
}

.fa-exclamation:before {
content: "\f12a"
}

.fa-superscript:before {
content: "\f12b"
}

.fa-subscript:before {
content: "\f12c"
}

.fa-eraser:before {
content: "\f12d"
}

.fa-puzzle-piece:before {
content: "\f12e"
}

.fa-microphone:before {
content: "\f130"
}

.fa-microphone-slash:before {
content: "\f131"
}

.fa-shield:before {
content: "\f132"
}

.fa-calendar-o:before {
content: "\f133"
}

.fa-fire-extinguisher:before {
content: "\f134"
}

.fa-rocket:before {
content: "\f135"
}

.fa-maxcdn:before {
content: "\f136"
}

.fa-chevron-circle-left:before {
content: "\f137"
}

.fa-chevron-circle-right:before {
content: "\f138"
}

.fa-chevron-circle-up:before {
content: "\f139"
}

.fa-chevron-circle-down:before {
content: "\f13a"
}

.fa-html5:before {
content: "\f13b"
}

.fa-css3:before {
content: "\f13c"
}

.fa-anchor:before {
content: "\f13d"
}

.fa-unlock-alt:before {
content: "\f13e"
}

.fa-bullseye:before {
content: "\f140"
}

.fa-ellipsis-h:before {
content: "\f141"
}

.fa-ellipsis-v:before {
content: "\f142"
}

.fa-rss-square:before {
content: "\f143"
}

.fa-play-circle:before {
content: "\f144"
}

.fa-ticket:before {
content: "\f145"
}

.fa-minus-square:before {
content: "\f146"
}

.fa-minus-square-o:before {
content: "\f147"
}

.fa-level-up:before {
content: "\f148"
}

.fa-level-down:before {
content: "\f149"
}

.fa-check-square:before {
content: "\f14a"
}

.fa-pencil-square:before {
content: "\f14b"
}

.fa-external-link-square:before {
content: "\f14c"
}

.fa-share-square:before {
content: "\f14d"
}

.fa-compass:before {
content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
content: "\f153"
}

.fa-gbp:before {
content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
content: "\f158"
}

.fa-krw:before,
.fa-won:before {
content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a"
}

.fa-file:before {
content: "\f15b"
}

.fa-file-text:before {
content: "\f15c"
}

.fa-sort-alpha-asc:before {
content: "\f15d"
}

.fa-sort-alpha-desc:before {
content: "\f15e"
}

.fa-sort-amount-asc:before {
content: "\f160"
}

.fa-sort-amount-desc:before {
content: "\f161"
}

.fa-sort-numeric-asc:before {
content: "\f162"
}

.fa-sort-numeric-desc:before {
content: "\f163"
}

.fa-thumbs-up:before {
content: "\f164"
}

.fa-thumbs-down:before {
content: "\f165"
}

.fa-youtube-square:before {
content: "\f166"
}

.fa-youtube:before {
content: "\f167"
}

.fa-xing:before {
content: "\f168"
}

.fa-xing-square:before {
content: "\f169"
}

.fa-youtube-play:before {
content: "\f16a"
}

.fa-dropbox:before {
content: "\f16b"
}

.fa-stack-overflow:before {
content: "\f16c"
}

.fa-instagram:before {
content: "\f16d"
}

.fa-flickr:before {
content: "\f16e"
}

.fa-adn:before {
content: "\f170"
}

.fa-bitbucket:before {
content: "\f171"
}

.fa-bitbucket-square:before {
content: "\f172"
}

.fa-tumblr:before {
content: "\f173"
}

.fa-tumblr-square:before {
content: "\f174"
}

.fa-long-arrow-down:before {
content: "\f175"
}

.fa-long-arrow-up:before {
content: "\f176"
}

.fa-long-arrow-left:before {
content: "\f177"
}

.fa-long-arrow-right:before {
content: "\f178"
}

.fa-apple:before {
content: "\f179"
}

.fa-windows:before {
content: "\f17a"
}

.fa-android:before {
content: "\f17b"
}

.fa-linux:before {
content: "\f17c"
}

.fa-dribbble:before {
content: "\f17d"
}

.fa-skype:before {
content: "\f17e"
}

.fa-foursquare:before {
content: "\f180"
}

.fa-trello:before {
content: "\f181"
}

.fa-female:before {
content: "\f182"
}

.fa-male:before {
content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
content: "\f184"
}

.fa-sun-o:before {
content: "\f185"
}

.fa-moon-o:before {
content: "\f186"
}

.fa-archive:before {
content: "\f187"
}

.fa-bug:before {
content: "\f188"
}

.fa-vk:before {
content: "\f189"
}

.fa-weibo:before {
content: "\f18a"
}

.fa-renren:before {
content: "\f18b"
}

.fa-pagelines:before {
content: "\f18c"
}

.fa-stack-exchange:before {
content: "\f18d"
}

.fa-arrow-circle-o-right:before {
content: "\f18e"
}

.fa-arrow-circle-o-left:before {
content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
content: "\f191"
}

.fa-dot-circle-o:before {
content: "\f192"
}

.fa-wheelchair:before {
content: "\f193"
}

.fa-vimeo-square:before {
content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
content: "\f195"
}

.fa-plus-square-o:before {
content: "\f196"
}

.fa-space-shuttle:before {
content: "\f197"
}

.fa-slack:before {
content: "\f198"
}

.fa-envelope-square:before {
content: "\f199"
}

.fa-wordpress:before {
content: "\f19a"
}

.fa-openid:before {
content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
content: "\f19d"
}

.fa-yahoo:before {
content: "\f19e"
}

.fa-google:before {
content: "\f1a0"
}

.fa-reddit:before {
content: "\f1a1"
}

.fa-reddit-square:before {
content: "\f1a2"
}

.fa-stumbleupon-circle:before {
content: "\f1a3"
}

.fa-stumbleupon:before {
content: "\f1a4"
}

.fa-delicious:before {
content: "\f1a5"
}

.fa-digg:before {
content: "\f1a6"
}

.fa-pied-piper:before {
content: "\f1a7"
}

.fa-pied-piper-alt:before {
content: "\f1a8"
}

.fa-drupal:before {
content: "\f1a9"
}

.fa-joomla:before {
content: "\f1aa"
}

.fa-language:before {
content: "\f1ab"
}

.fa-fax:before {
content: "\f1ac"
}

.fa-building:before {
content: "\f1ad"
}

.fa-child:before {
content: "\f1ae"
}

.fa-paw:before {
content: "\f1b0"
}

.fa-spoon:before {
content: "\f1b1"
}

.fa-cube:before {
content: "\f1b2"
}

.fa-cubes:before {
content: "\f1b3"
}

.fa-behance:before {
content: "\f1b4"
}

.fa-behance-square:before {
content: "\f1b5"
}

.fa-steam:before {
content: "\f1b6"
}

.fa-steam-square:before {
content: "\f1b7"
}

.fa-recycle:before {
content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
content: "\f1ba"
}

.fa-tree:before {
content: "\f1bb"
}

.fa-spotify:before {
content: "\f1bc"
}

.fa-deviantart:before {
content: "\f1bd"
}

.fa-soundcloud:before {
content: "\f1be"
}

.fa-database:before {
content: "\f1c0"
}

.fa-file-pdf-o:before {
content: "\f1c1"
}

.fa-file-word-o:before {
content: "\f1c2"
}

.fa-file-excel-o:before {
content: "\f1c3"
}

.fa-file-powerpoint-o:before {
content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8"
}

.fa-file-code-o:before {
content: "\f1c9"
}

.fa-vine:before {
content: "\f1ca"
}

.fa-codepen:before {
content: "\f1cb"
}

.fa-jsfiddle:before {
content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
content: "\f1cd"
}

.fa-circle-o-notch:before {
content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before {
content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
content: "\f1d1"
}

.fa-git-square:before {
content: "\f1d2"
}

.fa-git:before {
content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
content: "\f1d4"
}

.fa-tencent-weibo:before {
content: "\f1d5"
}

.fa-qq:before {
content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
content: "\f1d9"
}

.fa-history:before {
content: "\f1da"
}

.fa-circle-thin:before {
content: "\f1db"
}

.fa-header:before {
content: "\f1dc"
}

.fa-paragraph:before {
content: "\f1dd"
}

.fa-sliders:before {
content: "\f1de"
}

.fa-share-alt:before {
content: "\f1e0"
}

.fa-share-alt-square:before {
content: "\f1e1"
}

.fa-bomb:before {
content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
content: "\f1e3"
}

.fa-tty:before {
content: "\f1e4"
}

.fa-binoculars:before {
content: "\f1e5"
}

.fa-plug:before {
content: "\f1e6"
}

.fa-slideshare:before {
content: "\f1e7"
}

.fa-twitch:before {
content: "\f1e8"
}

.fa-yelp:before {
content: "\f1e9"
}

.fa-newspaper-o:before {
content: "\f1ea"
}

.fa-wifi:before {
content: "\f1eb"
}

.fa-calculator:before {
content: "\f1ec"
}

.fa-paypal:before {
content: "\f1ed"
}

.fa-google-wallet:before {
content: "\f1ee"
}

.fa-cc-visa:before {
content: "\f1f0"
}

.fa-cc-mastercard:before {
content: "\f1f1"
}

.fa-cc-discover:before {
content: "\f1f2"
}

.fa-cc-amex:before {
content: "\f1f3"
}

.fa-cc-paypal:before {
content: "\f1f4"
}

.fa-cc-stripe:before {
content: "\f1f5"
}

.fa-bell-slash:before {
content: "\f1f6"
}

.fa-bell-slash-o:before {
content: "\f1f7"
}

.fa-trash:before {
content: "\f1f8"
}

.fa-copyright:before {
content: "\f1f9"
}

.fa-at:before {
content: "\f1fa"
}

.fa-eyedropper:before {
content: "\f1fb"
}

.fa-paint-brush:before {
content: "\f1fc"
}

.fa-birthday-cake:before {
content: "\f1fd"
}

.fa-area-chart:before {
content: "\f1fe"
}

.fa-pie-chart:before {
content: "\f200"
}

.fa-line-chart:before {
content: "\f201"
}

.fa-lastfm:before {
content: "\f202"
}

.fa-lastfm-square:before {
content: "\f203"
}

.fa-toggle-off:before {
content: "\f204"
}

.fa-toggle-on:before {
content: "\f205"
}

.fa-bicycle:before {
content: "\f206"
}

.fa-bus:before {
content: "\f207"
}

.fa-ioxhost:before {
content: "\f208"
}

.fa-angellist:before {
content: "\f209"
}

.fa-cc:before {
content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
content: "\f20b"
}

.fa-meanpath:before {
content: "\f20c"
}

.fa-buysellads:before {
content: "\f20d"
}

.fa-connectdevelop:before {
content: "\f20e"
}

.fa-dashcube:before {
content: "\f210"
}

.fa-forumbee:before {
content: "\f211"
}

.fa-leanpub:before {
content: "\f212"
}

.fa-sellsy:before {
content: "\f213"
}

.fa-shirtsinbulk:before {
content: "\f214"
}

.fa-simplybuilt:before {
content: "\f215"
}

.fa-skyatlas:before {
content: "\f216"
}

.fa-cart-plus:before {
content: "\f217"
}

.fa-cart-arrow-down:before {
content: "\f218"
}

.fa-diamond:before {
content: "\f219"
}

.fa-ship:before {
content: "\f21a"
}

.fa-user-secret:before {
content: "\f21b"
}

.fa-motorcycle:before {
content: "\f21c"
}

.fa-street-view:before {
content: "\f21d"
}

.fa-heartbeat:before {
content: "\f21e"
}

.fa-venus:before {
content: "\f221"
}

.fa-mars:before {
content: "\f222"
}

.fa-mercury:before {
content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
content: "\f224"
}

.fa-transgender-alt:before {
content: "\f225"
}

.fa-venus-double:before {
content: "\f226"
}

.fa-mars-double:before {
content: "\f227"
}

.fa-venus-mars:before {
content: "\f228"
}

.fa-mars-stroke:before {
content: "\f229"
}

.fa-mars-stroke-v:before {
content: "\f22a"
}

.fa-mars-stroke-h:before {
content: "\f22b"
}

.fa-neuter:before {
content: "\f22c"
}

.fa-genderless:before {
content: "\f22d"
}

.fa-facebook-official:before {
content: "\f230"
}

.fa-pinterest-p:before {
content: "\f231"
}

.fa-whatsapp:before {
content: "\f232"
}

.fa-server:before {
content: "\f233"
}

.fa-user-plus:before {
content: "\f234"
}

.fa-user-times:before {
content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
content: "\f236"
}

.fa-viacoin:before {
content: "\f237"
}

.fa-train:before {
content: "\f238"
}

.fa-subway:before {
content: "\f239"
}

.fa-medium:before {
content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
content: "\f23b"
}

.fa-optin-monster:before {
content: "\f23c"
}

.fa-opencart:before {
content: "\f23d"
}

.fa-expeditedssl:before {
content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244"
}

.fa-mouse-pointer:before {
content: "\f245"
}

.fa-i-cursor:before {
content: "\f246"
}

.fa-object-group:before {
content: "\f247"
}

.fa-object-ungroup:before {
content: "\f248"
}

.fa-sticky-note:before {
content: "\f249"
}

.fa-sticky-note-o:before {
content: "\f24a"
}

.fa-cc-jcb:before {
content: "\f24b"
}

.fa-cc-diners-club:before {
content: "\f24c"
}

.fa-clone:before {
content: "\f24d"
}

.fa-balance-scale:before {
content: "\f24e"
}

.fa-hourglass-o:before {
content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253"
}

.fa-hourglass:before {
content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
content: "\f256"
}

.fa-hand-scissors-o:before {
content: "\f257"
}

.fa-hand-lizard-o:before {
content: "\f258"
}

.fa-hand-spock-o:before {
content: "\f259"
}

.fa-hand-pointer-o:before {
content: "\f25a"
}

.fa-hand-peace-o:before {
content: "\f25b"
}

.fa-trademark:before {
content: "\f25c"
}

.fa-registered:before {
content: "\f25d"
}

.fa-creative-commons:before {
content: "\f25e"
}

.fa-gg:before {
content: "\f260"
}

.fa-gg-circle:before {
content: "\f261"
}

.fa-tripadvisor:before {
content: "\f262"
}

.fa-odnoklassniki:before {
content: "\f263"
}

.fa-odnoklassniki-square:before {
content: "\f264"
}

.fa-get-pocket:before {
content: "\f265"
}

.fa-wikipedia-w:before {
content: "\f266"
}

.fa-safari:before {
content: "\f267"
}

.fa-chrome:before {
content: "\f268"
}

.fa-firefox:before {
content: "\f269"
}

.fa-opera:before {
content: "\f26a"
}

.fa-internet-explorer:before {
content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
content: "\f26c"
}

.fa-contao:before {
content: "\f26d"
}

.fa-500px:before {
content: "\f26e"
}

.fa-amazon:before {
content: "\f270"
}

.fa-calendar-plus-o:before {
content: "\f271"
}

.fa-calendar-minus-o:before {
content: "\f272"
}

.fa-calendar-times-o:before {
content: "\f273"
}

.fa-calendar-check-o:before {
content: "\f274"
}

.fa-industry:before {
content: "\f275"
}

.fa-map-pin:before {
content: "\f276"
}

.fa-map-signs:before {
content: "\f277"
}

.fa-map-o:before {
content: "\f278"
}

.fa-map:before {
content: "\f279"
}

.fa-commenting:before {
content: "\f27a"
}

.fa-commenting-o:before {
content: "\f27b"
}

.fa-houzz:before {
content: "\f27c"
}

.fa-vimeo:before {
content: "\f27d"
}

.fa-black-tie:before {
content: "\f27e"
}

.fa-fonticons:before {
content: "\f280"
}

.fa-reddit-alien:before {
content: "\f281"
}

.fa-edge:before {
content: "\f282"
}

.fa-credit-card-alt:before {
content: "\f283"
}

.fa-codiepie:before {
content: "\f284"
}

.fa-modx:before {
content: "\f285"
}

.fa-fort-awesome:before {
content: "\f286"
}

.fa-usb:before {
content: "\f287"
}

.fa-product-hunt:before {
content: "\f288"
}

.fa-mixcloud:before {
content: "\f289"
}

.fa-scribd:before {
content: "\f28a"
}

.fa-pause-circle:before {
content: "\f28b"
}

.fa-pause-circle-o:before {
content: "\f28c"
}

.fa-stop-circle:before {
content: "\f28d"
}

.fa-stop-circle-o:before {
content: "\f28e"
}

.fa-shopping-bag:before {
content: "\f290"
}

.fa-shopping-basket:before {
content: "\f291"
}

.fa-hashtag:before {
content: "\f292"
}

.fa-bluetooth:before {
content: "\f293"
}

.fa-bluetooth-b:before {
content: "\f294"
}

.fa-percent:before {
content: "\f295"
}

.fa-gitlab:before {
content: "\f296"
}

.fa-wpbeginner:before {
content: "\f297"
}

.fa-wpforms:before {
content: "\f298"
}

.fa-envira:before {
content: "\f299"
}

.fa-universal-access:before {
content: "\f29a"
}

.fa-wheelchair-alt:before {
content: "\f29b"
}

.fa-question-circle-o:before {
content: "\f29c"
}

.fa-blind:before {
content: "\f29d"
}

.fa-audio-description:before {
content: "\f29e"
}

.fa-volume-control-phone:before {
content: "\f2a0"
}

.fa-braille:before {
content: "\f2a1"
}

.fa-assistive-listening-systems:before {
content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
content: "\f2a4"
}

.fa-glide:before {
content: "\f2a5"
}

.fa-glide-g:before {
content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
content: "\f2a7"
}

.fa-low-vision:before {
content: "\f2a8"
}

.fa-viadeo:before {
content: "\f2a9"
}

.fa-viadeo-square:before {
content: "\f2aa"
}

.fa-snapchat:before {
content: "\f2ab"
}

.fa-snapchat-ghost:before {
content: "\f2ac"
}

.fa-snapchat-square:before {
content: "\f2ad"
}

.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto
}

/*section.banner-news*/
section.banner-news {
padding: 50px 0px;
background-image: url(../images/news-bg1.png);
background-position: center;
background-size: cover;
background-repeat: no-repeat;
height: 573px;
display: flex;
align-items: center;
}

.banner-main {
text-align: center;
color: #fff !important;
width: 80%;
display: table;
margin: auto;
}

.banner-main h2 {
padding-bottom: 15px;
font-size: 45px;
font-weight: 700;
margin: 0;
color: #fff;
}

.banner-main p {
font-size: 20px;
font-weight: 300;
margin: 0;
color: #fff;
line-height: 26px;
}

section.service-sec {
padding: 50px 0px 0 0;
}

.img-box img {
width: 100%;
}

img.pic-box {
width: 85%;
}

.service-main h4 {
padding-right: 30px;
}

.text-box h2 a {
color: #282526 !important;
margin: 0;
font-weight: 700;
}

.text-box h2 {
font-size: 28px !important;
color: #282526 !important;
margin: 0;
padding-bottom: 20px;
}

.text-box:hover h2 a {
color: red !important;
}

.text-box p {
padding-bottom: 40px;
font-size: 16px;
font-weight: 500;
color: #282526;
line-height: 26px;
}

.service-main {
display: flex;
align-items: center;
}

.service-main h4 {
font-size: 18px;
font-weight: 600;
padding-left: 20px;
}

.sirvice-bottom .row {
border-bottom: 1px solid #cbcaca;
display: table;
padding-bottom: 50px;
}

.bottom-box {
padding-bottom: 50px !important;
}

/*section.banner-news*/
section.home_about.website_designhome_about p {
font-size: 15px;
line-height: 22px;
font-weight: 400;
letter-spacing: 0.5px;
color: #666;
margin: 30px 0 0;
}

.buttonWrap.website_designhome_about_btttn {
text-align: left;
margin: 40px 0 0;
}

.buttonWrap.website_designhome_about_btttn a {
text-align: center;
}






/*accounting-inner-page*/
.inner-pages .secBanner {
    text-align: center;
    margin: 0 auto;
}

.inner-pages .secBanner .btn-group-own {
    margin: 0 auto;
    display: table;
}

.inner-pages .secBanner .trustpilot-banner-2 img {
    display: table;
    margin: 0 auto;
}

.inner-pages .secBanner .trustpilot-banner-2 {
    width: 100%;
}
.inner-pages .secBanner#bannerWeb .headBox p {
    font-size: 18px;
}




/*compile-logo*/


.compile-logo {
    padding: 50px 0;
}

.compile-logo .compile-logo-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.hd-txt h2 {
    text-align: center;
    color: #212226;
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 45px;
}


.compile-logo-list li {
    width: 15%;
    text-align: center;
    margin: 0 auto;
}


.compile-box {
    background: #ebebeb;
    padding: 20px 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.compile-box-txt p {
    font-size: 18px;
    font-weight: 300;
    color: #212226;
}
/*compile-logo*/



/*unique-logo*/
.uniq-logo-div ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.uniq-logo-div ul li img {
    width: 100%;
}

.uniq-logo-div ul li {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.unique-logo-inner-sec {
    padding: 50px 0 100px;
}

.unique-logo-inner-sec .hd-txt {
    margin-bottom: 20px;
}

.unique-logo-inner-sec .hd-txt h2 {
    margin-bottom: 15px;
}

.uniq-logo-div {
    padding-top: 30px;
}
.uni-logo-2, .uni-logo-4 {
    position: relative;
    top: 50px;
}
.unique-logo-inner-sec .hd-txt p {
    text-align: center;
    color: #000;
}
/*unique-logo*/


/*industry-sec*/
.inner-sec-industry {
    padding: 50px 0;
    background: #2d2f44;
}

.inner-sec-txt-indus p, .inner-sec-txt-indus h2 {
    text-align: left;
    color: #fff;
}

.inner-sec-img img {
    width: 100%;
}

.inner-sec-txt-indus p {
    margin-bottom: 0;
}
/*industry-sec*/

/*process-sec*/
.process-sec-inner-page {
    padding: 50px 0;
    background: #ebebeb;
}

.process-sec-inner-page .hd-txt {
    text-align: center;
    margin-bottom: 50px;
}

.process-sec-inner-page .hd-txt p {
    color: #212226;
}

.process-col-st h4 {
    font-size: 20px;
    font-weight: bold;
    color: #212226;
}

.process-col-st p {
    color: #212226;
    font-size: 14px;
    font-weight: 300;
}

.process-col-st {
    padding: 0 15px 0 0;
    border-right: 1px solid #aeaeb0;
}


.process-col-st:before {position: absolute;left: 105px;top: 8px;font-size: 49px;font-weight: bold;color: #212226;opacity: 20%;}

.proces-1:before {
    content: '01';
}

.proces-2:before {content: '02';}

.proces-3:before {content: '03';}

.proces-4:before {content: '04';}

.process-col-st.proces-4 {
    border: 0;
}
/*process-sec*/

/*accounting-inner-page*/
.inner-sec-automotive .col-sm-12 {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


.uni-img-entr-st img {
    width: 100%;
}

.uni-entr-txt h2 {
    color: #000;
    margin: 0 0 10px 0;
}

.uni-entr-txt p {
    color: #000;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
}


.unq-logo-entertainment-sec .col-sm-12 {
    display: flex;
    align-items: center;
    margin: 20px 0;
}	


.inner-sec-religious {
    background: #fff;
}

.inner-sec-religious .inner-sec-txt-indus h2,.inner-sec-religious .inner-sec-txt-indus p {
    color: #000;
}

.inner-sec-religious .col-sm-12.p0 {
    display: flex;
    align-items: center;
}



.industry-list a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
}

.industry-list ul {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.industry-list ul li {width: 25%;}
.industry-list h6 {
    font-size: 20px;
    color: #fff;
    margin: 20px 0 20px;
    cursor: pointer;
}

.industry-list {
    padding: 0;
}




section.inner-sec-industry.inner-sec-attorney-law {
    background: #fff;
}

section.inner-sec-industry.inner-sec-attorney-law .inner-sec-txt-indus p, section.inner-sec-industry.inner-sec-attorney-law .inner-sec-txt-indus h2 {
    color: #000;
}

section.inner-sec-industry.inner-sec-attorney-law .col-sm-12 {
    display: flex;
    align-items: center;
}

.unq-logo-law-sec {
    background: #ebebeb;
    padding: 50px 0;
}

.unq-logo-law-sec .uni-logo-2, .unq-logo-law-sec .uni-logo-4 {
    top: 0;
}

.choose-design-law {
    background: url(../images/logo-designs/law/choose-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}


.choose-design-law.choose-design-communication {
    background: url(../images/logo-designs/communication/choose-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.choose-design-law.choose-design-security {
    background: url(../images/logo-designs/security/choose-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}


.choose-design-law .hd-txt h2 {
    color: #fff;
    text-align: left;
}

.choose-design-law .hd-txt p {
    color: #fff;
}

.btn-group-own .btn {
    background-color: #9d9d9f;
    border-width: 1px;
    border-style: solid;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    display: table;
    margin: 0 10px 0 0;
    padding: 10px 30px;
    position: relative;
    z-index: 20;
}

.btn-group-own .btn-primary {
    background-color: transparent;
    color: rgb(26, 188, 156);
    border-color: rgb(26, 188, 156);
}

.btn-group-own .btn-primary:hover {
    background-color: rgb(26, 188, 156);
    color: #fff;
    border-color: rgb(26, 188, 156);
}
.choose-design-law:before {
    content: '';
    background: rgb(6 35 115 / 80%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 70%;
    height: 65%;
}
.choose-design-law .btn-group-own {
    display: flex;
    align-items: center;
    margin-top: 20px;
}


section.inner-sec-industry.inner-sec-attorney-law .btn-group-own {
    display: flex;
    align-items: center;
    margin-top: 40px;
}


.pro-sec-agriculture-pg {
    background: #fff;
}

.unq-logo-agriculture-sec {
    background: url(../images/logo-designs/agriculture/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.unq-logo-agriculture-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.unq-logo-spa-sec {
    background: url(../images/logo-designs/spa/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.unq-logo-spa-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.unq-logo-flora-sec {
    background: url(../images/logo-designs/flora/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.unq-logo-flora-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.inner-sec-floral {
    padding: 40px 0;
}

.inner-sec-floral ul li {
    color: #fff;
    line-height: 28px;
}

.inner-sec-floral ul li i {
    margin-right: 10px;
}
.pro-sec-floral-pg {
    background: #fff;
}









.inner-sec-fitness {
    padding: 40px 0;
}

.inner-sec-fitness ul li {
    color: #fff;
    line-height: 28px;
}

.inner-sec-fitness ul li i {
    margin-right: 10px;
}

.unq-logo-fitness-sec {
    background: url(../images/logo-designs/fitness/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}

.unq-logo-fitness-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}



.unq-logo-industrial-sec {
    background: url(../images/logo-designs/industrial/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.unq-logo-industrial-sec h2{
	color: #fff;
}
.unq-logo-industrial-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.unq-logo-real-estate-sec {
    background: url(../images/logo-designs/real-estate/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.unq-logo-real-estate-sec h2, .unq-logo-real-estate-sec p{
	color: #fff !important;
}
.unq-logo-real-estate-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


.unq-logo-technology-sec {
    background: url(../images/logo-designs/technology/inner-bg-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 0;
}
.unq-logo-technology-sec h2, .unq-logo-technology-sec p{
	color: #fff !important;
}
.unq-logo-technology-sec .btn-group-own {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}



.inner-sec-industrial {
    background: #ebebeb;
}

.inner-sec-industrial .inner-sec-txt-indus p, .inner-sec-industrial .inner-sec-txt-indus h2 {
    color: #000;
}

.inner-sec-industrial .btn-group-own {
    display: flex;
    align-items: center;
    margin-top: 25px;
}





.inner-sec-industrial2 {
    background: #fff;
}

.inner-sec-industrial2 .inner-sec-txt-indus p, .inner-sec-industrial2 .inner-sec-txt-indus h2 {
    color: #000;
}

.inner-sec-industrial2 li {
    color: #000;
}

.inner-sec-industrial2 li i {
    margin-right: 15px;
}


section.inner-sec-industry.inner-sec-real-estate {
    background: transparent;
}

.inner-sec-real-estate {
    background: #ebebeb;
    padding: 40px 0;
}

.inner-sec-real-estate .inner-sec-txt-indus p, .inner-sec-real-estate .inner-sec-txt-indus h2 {
    color: #000;
}

.inner-sec-real-estate .btn-group-own {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.inner-sec-real-estate .col-sm-12 {
    display: flex;
    align-items: center;
}



.inner-sec-industrial2 .hd-txt.head-txt-tech {
    text-align: center;
    margin-bottom: 50px;
}

.inner-sec-industrial2 .hd-txt.head-txt-tech p {
    color: #000;
}

section.inner-sec-industry.inner-sec-attorney-law .inner-sec-txt-indus h4 {
    font-weight: bold;
    color: #153a8a;
    font-size: 25px;
}


@media(max-width:767px) {
	.inner-btn,
	.inner-btn2 {
		margin-top: 10px;
	}

	.headerLeftCol.Logo img {
		width: 200px !important;
	}

	.gallery_product img {
		height: 160px;
	}
	section.inner-sec-industry.inner-sec-attorney-law .col-sm-12 {
	    flex-direction: column;
		}

		.choose-design-law:before {
		    width: 100%;
		    height: 100%;
		}

		.choose-design-law .hd-txt h2 {
		    text-align: center;
		}
		section.inner-sec-industry.inner-sec-attorney-law .inner-sec-txt-indus h4 {
		    text-align: center;
		}
		.choose-design-law .hd-txt p {
		    text-align: center;
		}

		.choose-design-law .btn-group-own {
		    justify-content: center;
		}

		section.inner-sec-industry.inner-sec-attorney-law .btn-group-own {
		    margin-bottom: 25px;
		    justify-content: center;
		}

		section.inner-sec-industry.inner-sec-attorney-law .btn-group-own .btn.btn-primary.smoothClick {
		    margin: 0;
		}
		section.inner-sec-industry.inner-sec-attorney-law .col-sm-12 {
		    flex-wrap: wrap;
		    justify-content: center;
		}
		.unique-logo-inner-sec .hd-txt h2 {
		    font-size: 20px;
		    line-height: normal;
		}
		.hd-txt h2 {
		    font-size: 25px;
		    line-height: normal;
		}
		.inner-sec-industrial .inner-sec-img.inner-sec-acount-img {
		    margin-top: 20px;
		}
		.inner-sec-real-estate .col-sm-12.real-col-2, .inner-sec-real-estate .col-sm-12.real-col-4, .inner-sec-real-estate .col-sm-12.real-col-6 {
		    flex-direction: column;
		}

		.inner-sec-real-estate .col-sm-12.real-col-3, .inner-sec-real-estate .col-sm-12.real-col-5 {
		    flex-direction: column-reverse;
		}

		.inner-sec-real-estate .hd-txt {
		    padding: 0 10px;
		}
		.inner-sec-real-estate .col-sm-12.technology-col-1, .inner-sec-real-estate .col-sm-12.technology-col-3, .inner-sec-real-estate .col-sm-12.technology-col-5, .inner-sec-real-estate .col-sm-12.technology-col-7 {
	    flex-direction: column-reverse;
		}

		.inner-sec-real-estate .col-sm-12.technology-col-2, .inner-sec-real-estate .col-sm-12.technology-col-4, .inner-sec-real-estate .col-sm-12.technology-col-6, .inner-sec-real-estate .col-sm-12.technology-col-8 {
		    flex-direction: column;
		}
	.process_box {
		min-height: 270px;
		width: 100%;
		float: left;
		padding: 19px 30px;
	}

	#testi-crousel:before {
		top: -33px;
		left: 0px;
		font-size: 50px;
	}

	section.testimonial_sec .owl-buttons {
		margin: 0px 0px 0 0;
	}

	.trustpilot-banner-2 img {
		max-width: 80%;
	}

	.popupform-main h6:before {
		position: absolute;
		content: "";
		left: -20px;
		top: 0;
		width: 0;
		height: 0;
		border-top: 0 solid transparent;
		border-right: 28px solid #4274fa;
		border-bottom: 28px solid transparent
	}

	.pop-form {
		position: absolute;
		width: 334px !important;
		height: 570px !important
	}

	.popupform-main .pop-form h3 {
		font-size: 21px !important;
		margin-top: 4px
	}

	.pop-form .close-btn {
		top: -13px;
		right: -6px;
		height: 35px
	}

	.popupform-main h6 {
		letter-spacing: 0;
		font-size: 21px;
		background: #4274fa;
		color: #fff;
		border-radius: 10px;
		padding: 3px 8px 5px 8px;
		text-align: left;
		position: relative;
		right: 0;
		margin: 0;
		float: right
	}

	.pop-form .submit-btn {
		font-size: 22px;
		width: 100%;
		padding: 8px 0
	}
	section.inner-pages section#bannerWeb {
    height: auto !important;
	}

	.compile-logo .compile-logo-list ul {flex-wrap: wrap;}

	.compile-logo .compile-logo-list ul li {
	    width: 42%;
	}

	.inner-sec-txt-indus p, .inner-sec-txt-indus h2 {
	    text-align: center;
	}

	.uniq-logo-div ul {
	    flex-wrap: wrap;
	}

	.uniq-logo-div ul li {
	    width: 50%;
	    margin-bottom: 10px;
	}

	.uni-logo-2, .uni-logo-4 {
	    top: 0;
	}

	.unique-logo-inner-sec {
	    padding: 50px 0 50px;
	}

	.process-col-st {
	    text-align: center;
	    border: 0;
	    padding: 0;
	    margin: 20px 0;
	}

	.process-col-st:before {
	    left: 60px;
	}

	.industry-list ul li {
	    width: 100%;
	}
	.inner-sec-automotive .col-sm-12:nth-child(2) {flex-direction: column-reverse;}
	.unq-logo-entertainment-sec .col-sm-12 {flex-direction: column;}

	.unq-logo-entertainment-sec .col-sm-12:nth-child(3), .unq-logo-entertainment-sec .col-sm-12:nth-child(5) {
	    flex-direction: column-reverse;
	}

	.uni-entr-txt h2 {
	    text-align: center;
	    margin-top: 25px;
	}

	.uni-entr-txt p {
	    text-align: center;
	}

}





