/*
Theme Name: General
Theme URI: http://www.google.com/
Author: Our Theme
Author URI: http://google.com/
Description: Our Theme

*/
/*----- Reset Css -----*/
body {
	font-family: Poppins, sans-serif;
	padding: 0;
	margin: 0;
	color:#000;
}
body, p {
	font-size: 15px
}
p {
	color:#000;
	line-height:1.9;
	margin-bottom:15px;
	margin-top:0;
}
p:last-child {
	margin-bottom: 0
}

.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	font-family: Poppins, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000
}
a {
	outline: 0!important;
	-webkit-transition: .5s;
	transition: .5s;
	display: block
}
a:focus, a:hover { 
	text-decoration: none;
	outline: 0
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}
.d-table {
	width: 100%;
	display: table;
	height: 100%
}
.d-table-cell {
	vertical-align: middle;
	display: table-cell
}
.bg-gray {
	background-color: #f4f4f4
}
.uk-dark {
	background-color: #000
}
.uk-button-default {
	border: 2px solid #ff4800;
	background-color: #ff4800;
	color: #fff
}
.uk-button-default:focus, .uk-button-default:hover {
	background: #fff;
	color: #fff;
	border-color: #ff4800
}
.uk-button-default i {
	margin-left: 3px
}
.uk-button {
	font-size: 15px;
	font-weight: 600;
	line-height: unset;
	text-transform: capitalize;
	padding: 13px 32px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	z-index: 1
}
.uk-button:after, .uk-button:before {
	content: "";
	position: absolute;
	height: 0;
	width: 51%;
	background: #ff4800;
	z-index: -1;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-button:after {
	left: 0;
	top: 0
}
.uk-button:before {
	right: 0;
	bottom: 0
}
.uk-button:focus:after, .uk-button:focus:before, .uk-button:hover:after, .uk-button:hover:before {
	height: 100%
}
.section-title {
	margin-bottom: 60px!important;
	position: relative
}
.bar {
	position: relative;
	z-index: 1;
	background: #ff4800;
	width: 55px;
	height: 3px;
	margin-top: 12px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 40px!important;
}
.bar:after, .bar:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.bar:after {
	right: 10px
}
.bar:before {
	right: 20px
}
.section-title span {
	margin-bottom: -5px;
	color: #ff4800;
	display: block;
	text-transform: uppercase
}
.section-title h2 {
	font-size: 34px;
	font-weight: 700
}
.section-title .uk-button {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -25px
}
.uk-input, .uk-select:not([multiple]):not([size]) {
	height: 47px
}
.uk-input, .uk-select, .uk-textarea {
	padding: 10px;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
	border-color: #ff4800;
	padding-left: 15px
}
.uk-preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: #ff4800;
	left: 0;
	right: 0
}
.uk-preloader .spinner {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	margin: -70px auto 0
}
.uk-preloader .spinner .double-bounce1, .uk-preloader .spinner .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2s ease-in-out infinite;
	animation: sk-bounce 2s ease-in-out infinite
}
.uk-preloader .spinner .double-bounce2 {
	opacity: .8;
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}
@-webkit-keyframes sk-bounce {
0%, to {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes sk-bounce {
0%, to {
-webkit-transform:scale(0);
transform:scale(0)
}
50% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
.header-area {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 999;
	padding-top:20px;
	padding-bottom:20px
}
.header-area .uk-navbar-container:not(.uk-navbar-transparent) {
	background: transparent
}
.header-area.uk-sticky-fixed {
	padding-top: 30px;
	padding-bottom: 30px
}
.header-area.uk-sticky-fixed.uk-sticky-below {
	background: #fff
}
.open-nav {
	position: absolute;
	right:10px;
	top:10px;
	width:28px;
	justify-content: center;
	flex-direction: column;
	cursor: pointer;
	padding: 0;
	height: 20px;
	min-height: 20px;
	display: none;
	z-index:999;
}
.open-nav span {
	display: block;
	width: 100%;
	height:5px;
	background-color:#fff; 
}


.open-nav *+span {
	margin-top: 3px
}

.open-nav.mob-nav span {
	background-color:#ff4800;
}
.navbar .uk-navbar-nav li {
	padding: 0 15px
}
.navbar .uk-navbar-nav li a {
	color: #000;
	text-transform: capitalize;
	-webkit-transition: .5s;
	transition: .5s;
	padding: 0;
	position: relative;
	min-height: 25px;
	z-index: 1;
	font-size: 15px;
	font-weight:700;
	font-family: Poppins, sans-serif
}
.navbar .uk-navbar-nav li a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	background: #ff4800;
	width: 0;
	height: 2px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.navbar .uk-navbar-nav li a.active, .navbar .uk-navbar-nav li a:focus, .navbar .uk-navbar-nav li a:hover {
	color: #ff4800
}
.navbar .uk-navbar-nav li a.active:before, .navbar .uk-navbar-nav li a:focus:before, .navbar .uk-navbar-nav li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}
.navbar .uk-navbar-nav li .uk-dropdown {
	padding: 15px 5px 15px 0;
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
	top: 120%!important
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li {
	margin-bottom: 8px
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a {
	color: #000
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:after {
	position: absolute;
	left: -15px;
	top: 0;
	height: 0;
	width: 3px;
	background: #ff4800;
	content: "";
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:before {
	display: none
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus, .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover {
	color: #ff4800
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:focus:after, .navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li a:hover:after {
	opacity: 1;
	height: 100%;
	visibility: visible
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a {
	color: #ff4800
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li.uk-active a:after {
	opacity: 1;
	visibility: visible;
	height: 100%
}
.navbar .uk-navbar-nav li .uk-dropdown .uk-dropdown-nav li:last-child {
	margin-bottom: 0
}
.navbar .uk-navbar-nav li:hover .uk-dropdown {
	opacity: 1;
	visibility: visible;
	top: 95%!important
}
.navbar .uk-navbar-nav li.uk-active a {
	color: #ff4800
}
.navbar .uk-navbar-nav li.uk-active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}
.navbar .lang {
	margin-left: 6px
}
.navbar .lang form select {
	background: transparent;
	border: none;
	font-size: 15px;
	font-weight: 600;
	color: #000;
	outline: 0!important;
	cursor: pointer;
	box-shadow: unset!important
}
.uk-sticky-placeholder {
	height: 0!important
}
.main-banner {
	/*height: 750px;
	background-position: 100%;
	background-repeat: no-repeat;
	background-size: 575px;
	background-position: 92%;*/
	position: relative;
	background-size:100%;
	z-index: 1
}

.main-banner:before
{
background-color:rgba(255,255,255,0.65);
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;}

.main-banner-content {
	max-width: 560px;
	padding:100px 0px;
}
.main-banner-content h1 {
	font-size: 65px;
	font-weight: 700;
	position: relative;
	z-index: 1;
	line-height: 63px;
	padding: 8px 0;
	margin: 0
}
.main-banner-content h1:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 100%;
	z-index: -1;
	background: #ff4800
}
.main-banner-content p {
	margin-top: 30px;
	margin-bottom: 30px;
	color:#000;
	position:relative;
}
.main-banner-content a {
	display: inline-block
}
.main-banner-content .video-btn {
	margin-left: 85px;
	color: #848484;
	font-weight: 600
}
.main-banner-content .video-btn .uk-icon {
	width: 45px;
	margin-right: 5px;
	height: 45px;
	line-height: 45px;
	background-color: #fff;
	border: 2px solid #ff4800;
	border-radius: 50%;
	text-align: center;
	color: #ff4800;
	-webkit-transition: .5s;
	transition: .5s
}
.main-banner-content .video-btn .uk-icon svg {
	width: 30px
}
.main-banner-content .video-btn:focus, .main-banner-content .video-btn:hover {
	color: #ff4800
}
.main-banner-content .video-btn:focus .uk-icon, .main-banner-content .video-btn:hover .uk-icon {
	background-color: #000;
	color: #fff;
	border-color: #000
}
.banner-with-form .main-banner-content {
	max-width: unset
}
.banner-with-form .uk-container .uk-grid {
	margin-top: 30px
}
.main-banner-form {
	border: 3px solid #111;
	background: #000;
	padding: 35px;
	box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
	margin-left: 45px
}
.main-banner-form form select.uk-input {
	cursor: pointer;
	line-height: normal
}
.main-banner-form form label span {
	color: #8a8a8a;
	position: relative;
	top: -3px;
	font-size: 13px
}
.main-banner-form form label span a {
	display: inline-block;
	color: #ff4800
}
.features-area {
/*	position: relative;
	margin-top: -50px;
	z-index: 1;
	background: #fff*/

    position: relative;
    margin-top: 70px;
    z-index: 1;
    background: #fff;
    float: left;
    width: 100%;

}
.features-area.uk-dark {
	background-color: #000
}
.single-features-box {
	background-color: #f7f7ff;
	position: relative;
	z-index: 1;
	padding: 55px 40px;
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .icon {
	color:#00427b;
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .icon i:before {
	font-size: 45px
}
.single-features-box h3 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .dot-img {
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: -1
}
.single-features-box .dot-img, .single-features-box .dot-img img {
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .dot-img img.white-dot {
	display: none
}
.single-features-box .bar {
	position: relative;
	z-index: 1;
	background:#00427b;
	width: 55px;
	height: 3px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 7px;
	margin-bottom: 20px
}
.single-features-box .bar:after, .single-features-box .bar:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .bar:after {
	right: 10px
}
.single-features-box .bar:before {
	right: 20px
}
.single-features-box p {
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .animation-img img {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.single-features-box .animation-img img:first-child {
	left: 0;
	bottom: 0
}
.single-features-box .animation-img img:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}
.single-features-box .animation-img img:nth-child(3) {
	top: 0;
	left: 0
}
.single-features-box .animation-img img:nth-child(4) {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0
}
.single-features-box .animation-img img:nth-child(5) {
	right: 0;
	top: 0
}
.single-features-box .animation-img img:nth-child(6) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}
.single-features-box .animation-img img:nth-child(7) {
	bottom: 0;
	right: 0
}
.single-features-box .animation-img img:nth-child(8) {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0
}
.single-features-box.active, .single-features-box:focus, .single-features-box:hover {
	background:#00427b;
}

.single-features-box.active h3 a
{
	color:#fff;
}

.single-features-box:hover h3 a
{color:#fff;}

.single-features-box.active .icon, .single-features-box.active h3, .single-features-box.active p, .single-features-box:focus .icon, .single-features-box:focus h3, .single-features-box:focus p, .single-features-box:hover .icon, .single-features-box:hover h3, .single-features-box:hover p {
	color: #fff
}
.single-features-box.active .dot-img img.color-dot, .single-features-box:focus .dot-img img.color-dot, .single-features-box:hover .dot-img img.color-dot {
	display: none
}
.single-features-box.active .dot-img img.white-dot, .single-features-box:focus .dot-img img.white-dot, .single-features-box:hover .dot-img img.white-dot {
	display: block
}
.single-features-box.active .bar, .single-features-box:focus .bar, .single-features-box:hover .bar {
	background: #fff
}
.single-features-box.active .bar:after, .single-features-box.active .bar:before, .single-features-box:focus .bar:after, .single-features-box:focus .bar:before, .single-features-box:hover .bar:after, .single-features-box:hover .bar:before {
	background:#3f96cf;
}
.single-features-box:focus .animation-img img, .single-features-box:hover .animation-img img {
	opacity: 1;
	visibility: visible
}
.single-features-box:focus .animation-img img:first-child, .single-features-box:hover .animation-img img:first-child {
	left: -25px;
	bottom: -24px
}
.single-features-box:focus .animation-img img:nth-child(2), .single-features-box:hover .animation-img img:nth-child(2) {
	left: -35px
}
.single-features-box:focus .animation-img img:nth-child(3), .single-features-box:hover .animation-img img:nth-child(3) {
	top: -15px;
	left: -16px
}
.single-features-box:focus .animation-img img:nth-child(4), .single-features-box:hover .animation-img img:nth-child(4) {
	top: -28px
}
.single-features-box:focus .animation-img img:nth-child(5), .single-features-box:hover .animation-img img:nth-child(5) {
	right: -25px;
	top: -26px
}
.single-features-box:focus .animation-img img:nth-child(6), .single-features-box:hover .animation-img img:nth-child(6) {
	right: -25px
}
.single-features-box:focus .animation-img img:nth-child(7), .single-features-box:hover .animation-img img:nth-child(7) {
	bottom: -26px;
	right: -25px
}
.single-features-box:focus .animation-img img:nth-child(8), .single-features-box:hover .animation-img img:nth-child(8) {
	bottom: -25px
}
.br-line {
	position: relative;
	overflow: hidden;
	height: 60px;
	width: 3px;
	background: #ff4800;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: 1
}
.br-line:after, .br-line:before {
	content: "";
	position: absolute;
	background: #fff;
	width: 100%;
	height: 3px;
	left: 0;
	z-index: -1;
	-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-name: MOVE-BG;
	animation-name: MOVE-BG
}
.br-line:after {
	top: 5px
}
.br-line:before {
	top: 15px
}
@-webkit-keyframes MOVE-BG {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
to {
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}
}
@keyframes MOVE-BG {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
to {
	-webkit-transform: translateY(60px);
	transform: translateY(60px)
}
}
.about-area {
	position: relative;
	overflow: hidden
}
.about-content .section-title {
	margin-bottom: 40px!important
}
.about-content .about-text {
	position: relative;
/*	padding-left: 65px*/
}

.about-content .about-text a
{display:inline-block;
    color: #ff4800;
    text-decoration: underline;}
.about-content .about-text .icon {
	position: absolute;
	left: 0;
	top: 0;
	color: #ff4800
}
.about-content .about-text .icon i:before {
	font-size: 45px
}
.about-content .about-text h3 {
	margin-top: 0;
	font-size: 20px
}
.about-content .about-text .signature {
	margin-top: 35px
}
.about-img {
	position: absolute;
	right: 0;
	top: 70px;
	width: auto!important;
	text-align: right
}
.about-img img {
	-webkit-transition: .5s;
	transition: .5s
}
.about-img .about-img1 {
	width: 85%
}
.about-img .about-img2 {
	position: absolute;
	left: 70px;
	bottom: -82px
}
.about-img .shape-img {
	position: absolute;
	-webkit-animation: moveleftbounce 3s linear infinite;
	animation: moveleftbounce 3s linear infinite;
	left: 44%;
	top: 9%
}
.about-img .uk-button {
	background-color: #ff4800;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: -25px
}
.about-img .uk-button:focus, .about-img .uk-button:hover {
	background-color: #000
}
.about-img:focus img, .about-img:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
@-webkit-keyframes moveleftbounce {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
}
@keyframes moveleftbounce {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
50% {
-webkit-transform:translateX(5px);
transform:translateX(5px)
}
to {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}
}
.services-area {
	padding-bottom: 40px
}
.services-area .item {
	margin-bottom: 30px
}
.services-area .pagination-area {
	margin-top: 20px;
	margin-bottom: 30px!important
}
.single-services {
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	padding: 40px 55px 40px 108px;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 65px 0 0 65px
}
.single-services .icon {
	position: absolute;
	left: 15px;
	top: 50%;
	z-index: -1;
	width: 75px;
	height: 75px;
	background: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	color: #ff4800;
	/*line-height: 75px;*/
	line-height:90px;
	margin-top: -38px;
	-webkit-transition: .5s;
	transition: .5s
}

.single-services:hover .icon
{color:#00427b;}
.single-services .icon i:before {
	font-size: 35px
}
.single-services h3 {
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services h3 a {
	color: #000
}
.single-services .link-btn {
	position: absolute;
	right: 20px;
	top: 50%;
	color: #bdbdbd;
	display: block;
/*	margin-top: -19px;*/
	-webkit-transition: .5s;
	transition: .5s;
	transform:translateY(-50%);
}
.single-services .link-btn:before {
	font-size: 25px
}
.single-services.active, .single-services:focus, .single-services:hover {
	background:#00427b;
}
.single-services.active a, .single-services.active h3, .single-services:focus a, .single-services:focus h3, .single-services:hover a, .single-services:hover h3 {
	color: #fff
}
.single-services.active .link-btn, .single-services:focus .link-btn, .single-services:hover .link-btn {
	right: 10px;
	color: #fff
}
.single-services-box {
	background-color: #f7f7ff;
	position: relative;
	z-index: 1;
	padding: 40px;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .icon {
	color:#00427b;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .icon i:before {
	font-size: 45px
}
.single-services-box h3 {
	margin-bottom: 0;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 20px;
	font-weight: 700
}
.single-services-box h3 a {
	color: #000
}
.single-services-box .bar {
	position: relative;
	z-index: 1;
	background:#00427b;
	width: 55px;
	height: 3px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-top: 7px;
	margin-bottom: 20px
}
.single-services-box .bar:after, .single-services-box .bar:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .bar:after {
	right: 10px
}
.single-services-box .bar:before {
	right: 20px
}
.single-services-box p {
	margin-bottom: 20px;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .link-btn {
	display: inline-block;
	position: relative;
	color: #fff
}
.single-services-box .link-btn span {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .link-btn i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color:#00427b;
	color: #fff;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .link-btn:focus span, .single-services-box .link-btn:hover span {
	opacity: 1;
	visibility: visible;
	padding-right: 5px
}
.single-services-box .link-btn:focus i, .single-services-box .link-btn:hover i {
	left: 100%;
	width: 25px;
	height: 25px;
	line-height: 23px
}
.single-services-box .link-btn:focus i:before, .single-services-box .link-btn:hover i:before {
	font-size: 12px
}
.single-services-box .animation-img img {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.single-services-box .animation-img img:first-child {
	left: 0;
	bottom: 0
}
.single-services-box .animation-img img:nth-child(2) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0
}
.single-services-box .animation-img img:nth-child(3) {
	top: 0;
	left: 0
}
.single-services-box .animation-img img:nth-child(4) {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 0
}
.single-services-box .animation-img img:nth-child(5) {
	right: 0;
	top: 0
}
.single-services-box .animation-img img:nth-child(6) {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0
}
.single-services-box .animation-img img:nth-child(7) {
	bottom: 0;
	right: 0
}
.single-services-box .animation-img img:nth-child(8) {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0
}
.single-services-box:focus, .single-services-box:hover {
	background:#00427b;
}
.single-services-box:focus .icon, .single-services-box:focus h3 a, .single-services-box:focus p, .single-services-box:hover .icon, .single-services-box:hover h3 a, .single-services-box:hover p {
	color: #fff
}
.single-services-box:focus .bar, .single-services-box:hover .bar {
	background: #fff
}
.single-services-box:focus .bar:after, .single-services-box:focus .bar:before, .single-services-box:hover .bar:after, .single-services-box:hover .bar:before {
	background: #3f96cf;
}
.single-services-box:focus .link-btn span, .single-services-box:hover .link-btn span {
	opacity: 1;
	visibility: visible;
	padding-right: 7px
}

.single-services-box:hover .d-block
{color:#fff;}

.single-services-box:focus .link-btn i, .single-services-box:hover .link-btn i {
	left: 100%;
	width: 25px;
	height: 25px;
	line-height: 23px;
	background-color: #fff;
	color:#00427b;
}
.single-services-box:focus .link-btn i:before, .single-services-box:hover .link-btn i:before {
	font-size: 12px
}
.single-services-box:focus .animation-img img, .single-services-box:hover .animation-img img {
	opacity: 1;
	visibility: visible
}
.single-services-box:focus .animation-img img:first-child, .single-services-box:hover .animation-img img:first-child {
	left: -25px;
	bottom: -24px
}
.single-services-box:focus .animation-img img:nth-child(2), .single-services-box:hover .animation-img img:nth-child(2) {
	left: -35px
}
.single-services-box:focus .animation-img img:nth-child(3), .single-services-box:hover .animation-img img:nth-child(3) {
	top: -15px;
	left: -16px
}
.single-services-box:focus .animation-img img:nth-child(4), .single-services-box:hover .animation-img img:nth-child(4) {
	top: -28px
}
.single-services-box:focus .animation-img img:nth-child(5), .single-services-box:hover .animation-img img:nth-child(5) {
	right: -25px;
	top: -26px
}
.single-services-box:focus .animation-img img:nth-child(6), .single-services-box:hover .animation-img img:nth-child(6) {
	right: -25px
}
.single-services-box:focus .animation-img img:nth-child(7), .single-services-box:hover .animation-img img:nth-child(7) {
	bottom: -26px;
	right: -25px
}
.single-services-box:focus .animation-img img:nth-child(8), .single-services-box:hover .animation-img img:nth-child(8) {
	bottom: -25px
}
.services-details .uk-width-1-5 {
	width: 33%
}
.services-details-desc h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px
}
.services-details-desc p {
	margin-bottom: 15px
}
.services-details-desc .services-image-slides {
	margin-bottom: 30px;
	margin-top: 25px
}
.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 15px
}
.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot {
	outline: 0!important
}
.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 0 4px;
	outline: 0!important;
	background: transparent;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 50%;
	position: relative;
	padding: 0;
	text-align: center;
	border: 1px solid #fff
}
.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	width: 8px;
	height: 8px;
	top: 4px;
	border-radius: 50%
}
.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span, .services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot:hover span {
	border-color: #ff4800
}
.services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot.active span:before, .services-details-desc .services-image-slides.owl-theme .owl-nav.disabled+.owl-dots .owl-dot:hover span:before {
	background: #ff4800
}
.services-details-desc .services-features-list {
	padding: 0;
	margin: 20px 0 10px;
	list-style-type: none;
	overflow: hidden
}
.services-details-desc .services-features-list li {
	float: left;
	width: 45%;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 10px
}
.services-details-desc .services-features-list li i {
	color: #ff4800
}
.services-details-desc .services-features-list li i:before {
	margin-right: 3px
}
.services-details-desc .blockquote, .services-details-desc blockquote {
	background: #f7f7f7;
	padding: 30px 20px;
	margin-bottom: 25px;
	border-left: 4px solid #ff4800
}
.services-details-desc .blockquote p, .services-details-desc blockquote p {
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
	font-size: 16px
}
.services-details-desc .our-work-benefits .accordion {
	list-style-type: none;
	padding: 0;
	margin: 25px 0 0
}
.services-details-desc .our-work-benefits .accordion .accordion-item {
	display: block;
	box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
	background: #fff;
	margin-bottom: 5px
}
.services-details-desc .our-work-benefits .accordion .accordion-item:last-child {
	margin-bottom: 0
}
.services-details-desc .our-work-benefits .accordion .accordion-title {
	display: block;
	padding: 12px 20px 9px 51px;
	text-decoration: none;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	border-bottom: 1px solid #fff
}
.services-details-desc .our-work-benefits .accordion .accordion-title i {
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	text-align: center;
	height: 100%;
	background: #ff4800;
	color: #fff
}
.services-details-desc .our-work-benefits .accordion .accordion-title i:before {
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	margin-top: -11px
}
.services-details-desc .our-work-benefits .accordion .accordion-title.active {
	border-bottom-color: #e1e1e1
}
.services-details-desc .our-work-benefits .accordion .accordion-title.active i:before {
	content: "\F122"
}
.services-details-desc .our-work-benefits .accordion .accordion-content {
	display: none;
	position: relative;
	padding: 15px
}
.services-details-desc .our-work-benefits .accordion .accordion-content.show {
	display: block
}
.project-area {
	overflow: hidden
}

.project-slides {
	left: calc((100% - 1200px)/2);
	position: relative
} 
.single-project {
	text-align: center;
	margin-bottom: 30px
}

.single-project a.project-img
{border:2px solid #f9f9f9;}

.single-project .project-content, .single-project .project-img img {
	-webkit-transition: .5s;
	transition: .5s
}
.single-project .project-content {
	background-color: #f9f9f9;
	padding: 35px 15px;
	position: relative;
	z-index: 1
}
.single-project .project-content:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	-webkit-transition: .5s;
	transition: .5s;
	background:#00427b;
	z-index: -1
}
.single-project .project-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	-webkit-transition: .5s;
	transition: .5s
}
.single-project .project-content h3 a {
	color: #000
}
.single-project .project-content h3 a:focus, .single-project .project-content h3 a:hover {
	color: #ff4800
}
.single-project .project-content ul {
	padding: 0;
	margin: 8px 0 0;
	list-style-type: none
}
.single-project .project-content ul li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	-webkit-transition: .5s;
	transition: .5s
}
.single-project .project-content ul li:before {
	content: "";
	position: absolute;
	left: -11px;
	top: 0;
	height: 15px;
	width: 2px;
	background: #848484;
	top: 3px;
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	-webkit-transition: .5s;
	transition: .5s
}
.single-project .project-content ul li:first-child:before {
	display: none
}
.single-project .project-content ul li a {
	color: #848484
}
.single-project .project-content ul li a:focus, .single-project .project-content ul li a:hover {
	color: #ff4800
}
.single-project:focus .project-content:before, .single-project:hover .project-content:before {
	height: 100%
}
.single-project:focus .project-content h3 a, .single-project:focus .project-content ul li a, .single-project:hover .project-content h3 a, .single-project:hover .project-content ul li a {
	color: #fff
}
.single-project:focus .project-content ul li:before, .single-project:hover .project-content ul li:before {
	background: #fff
}
.single-project:focus .project-img img, .single-project:hover .project-img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.project-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 20px!important
}
.project-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 5px;
	margin: 0 3px;
	background: #d6d6d6;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}
.project-slides.owl-theme .owl-dots .owl-dot.active, .project-slides.owl-theme .owl-dots .owl-dot:focus, .project-slides.owl-theme .owl-dots .owl-dot:hover {
	outline: 0!important;
	box-shadow: unset!important
}
.project-slides.owl-theme .owl-dots .owl-dot.active span, .project-slides.owl-theme .owl-dots .owl-dot:focus span, .project-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff4800
}
.project-slides.owl-theme .owl-dots .owl-dot.active span {
	width: 22px
}
.project-details .uk-width-1-5 {
	width: 33%
}
.project-details-info {
	background: #fff;
	box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
	padding: 30px
}
.project-details-info ul { 
	padding: 0;
	margin: 0;
	list-style-type: none
}
.project-details-info ul li {
	color: #848484;
	font-size: 16px;
	margin-bottom: 14px
}
.project-details-info ul li span {
	font-weight: 500;
	display: inline-block;
	margin-right: 5px;
	color: #000
}
.project-details-info ul li a {
	display: inline-block;
	color: #848484
}
.project-details-info ul li a:focus, .project-details-info ul li a:hover {
	color: #ff4800
}
.project-details-info ul li:last-child {
	margin-bottom: 0
}
.project-details-info ul li ul {
	display: inline-block
}
.project-details-info ul li ul li {
	display: inline-block;
	margin-bottom: 0
}
.project-details-info ul li ul li a {
	width: 35px;
	height: 35px;
	background: #2d3046;
	text-align: center;
	color: #fff;
	line-height: 35px;
	border-radius: 50%
}
.project-details-info ul li ul li a i:before {
	font-size: 14px
}
.project-details-info ul li ul li a:focus, .project-details-info ul li ul li a:hover {
	background: #ff4800;
	color: #fff
}
.project-details-desc {
	margin-top: 30px
}
.project-details-desc h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 12px
}
.project-details-desc p {
	margin-bottom: 15px
}
.project-details-desc p:last-child {
	margin-bottom: 0
}
.project-details-desc .blockquote, .project-details-desc blockquote {
	background: #f7f7f7;
	padding: 30px 20px;
	margin-bottom: 25px;
	border-left: 4px solid #ff4800
}
.project-details-desc .blockquote p, .project-details-desc blockquote p {
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
	font-size: 15px
}
.project-next-and-prev {
	box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
	background: #fff;
	margin-top: 30px;
	position: relative;
	padding: 30px
}
.project-next-and-prev .uk-button {
	flex: unset;
	width: auto
}
.project-next-and-prev .uk-text-right {
	display: block!important
}
.feedback-img {
	position: relative
}
.feedback-img img {
	-webkit-transition: .5s;
	transition: .5s
}
.feedback-img .shape-img {
	position: absolute;
	left: 20px;
	top: -55px;
	-webkit-animation: moveleftbounce 3s linear infinite;
	animation: moveleftbounce 3s linear infinite
}
.feedback-img .video-btn {
	position: absolute;
	right: 15px;
	bottom: 200px;
	background: #ff4800;
	color: #fff;
	padding: 20px 20px 20px 65px;
	border-radius: 45px
}
.feedback-img .video-btn i {
	position: absolute;
	left: 10px;
	top: 50%;
	width: 45px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	border-radius: 50%;
	margin-top: -22px;
	-webkit-transition: .5s;
	transition: .5s
}
.feedback-img .video-btn:focus, .feedback-img .video-btn:hover, .feedback-img .video-btn i {
	background: #fff;
	color: #ff4800
}
.feedback-img .video-btn:focus i, .feedback-img .video-btn:hover i {
	background: #ff4800;
	color: #fff
}
.feedback-img:focus img, .feedback-img:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.single-feedback i {
	color: #e7e7e7;
	line-height: 45px
}
.single-feedback i:before {
	font-size: 65px
}
.single-feedback p {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 0
}
.single-feedback .client {
	margin-top: 20px
}
.single-feedback .client h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 0
}
.single-feedback .client span {
	display: block;
	color: #ff4800;
	margin-top: 6px;
	font-size: 14px
}
.feedback-inner {
	margin-top: 75px
}
.feedback-slides.owl-theme .owl-dots {
	line-height: .01;
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
	z-index: -1;
	bottom: -40px
}
.feedback-slides.owl-theme .owl-dots .owl-dot span {
	width: 40px;
	height: 6px;
	margin: 0;
	background: #d6d6d6;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active, .feedback-slides.owl-theme .owl-dots .owl-dot:focus, .feedback-slides.owl-theme .owl-dots .owl-dot:hover {
	outline: 0!important;
	box-shadow: unset!important
}
.feedback-slides.owl-theme .owl-dots .owl-dot.active span, .feedback-slides.owl-theme .owl-dots .owl-dot:focus span, .feedback-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff4800
}
.feedback-slides.owl-theme .owl-nav {
	margin-top: 0;
	line-height: .01;
	display:none;
}
.feedback-slides.owl-theme .owl-nav [class*=owl-] {
	color: #000;
	font-size: unset;
	margin: 0;
	padding: 0;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border-radius: 0;
	position: absolute;
	left: 0;
	-webkit-transition: .5s;
	transition: .5s;
	height: 20px;
	bottom: -47px;
	z-index: 10
}
.feedback-slides.owl-theme .owl-nav [class*=owl-] i:before {
	font-size: 20px
}
.feedback-slides.owl-theme .owl-nav [class*=owl-].owl-next {
	left: auto;
	right: 0
}
.feedback-slides.owl-theme .owl-nav [class*=owl-]:focus, .feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
	outline: 0!important;
	box-shadow: unset!important;
	color: #ff4800;
	background: transparent
}
.testimonials-area {
	padding-bottom: 40px
}
.testimonials-item {
	margin-bottom: 30px
}
.testimonials-item .testimonials-single-item {
	position: relative;
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
	background-color: #fff;
	padding: 25px
}
.testimonials-item .testimonials-single-item p {
	font-style: italic;
	margin-bottom: 0;
	padding-left:45px;
	position: relative
}
.testimonials-item .testimonials-single-item p:before {
position: absolute;
    content: "";
    background-image: url(images/quate.png);
    background-repeat: no-repeat;
    left: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.testimonials-item .testimonials-single-item:before {
	border-left: 0 solid transparent;
	border-right: 23px solid transparent;
	border-top: 32px solid #fff;
	bottom: -32px;
	content: "";
	height: 0;
	left: 50px;
	position: absolute;
	width: 0
}
.testimonials-item .quotation-profile {
	position: relative;
	margin-top: 40px;
	margin-left: 10px
}
.testimonials-item .quotation-profile img {
	box-shadow: 0 15px 20px 0 rgba(0,0,0,.06);
	border: 2px solid #fff;
	border-radius: 50%;
}
.testimonials-item .quotation-profile .profile-info {
	position: absolute;
	top: -5px;
	left: 90px
}
.testimonials-item .quotation-profile .profile-info h3 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 6px
}
.testimonials-item .quotation-profile .profile-info span {
	display: block;
	font-size: 14px;
	color: #ff4800
}
.partner-area {
	border-bottom: 1px solid #f0f0f0
}
.partner-area .item {
	text-align: center
}
.partner-area .item a img {
	display: inline-block!important;
	width: 140px!important;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: .45
}
.partner-area .item a:focus img, .partner-area .item a:hover img {
	opacity: 1;
	-webkit-animation: toTopFromBottom .5s forwards;
	animation: toTopFromBottom .5s forwards
}
@-webkit-keyframes toTopFromBottom {
49% {
-webkit-transform:translateY(50%);
transform:translateY(50%)
}
50% {
opacity:0;
-webkit-transform:translateY(-50%);
transform:translateY(-50%)
}
51% {
opacity:1
}
}
@keyframes toTopFromBottom {
49% {
-webkit-transform:translateY(50%);
transform:translateY(50%)
}
50% {
opacity:0;
-webkit-transform:translateY(-50%);
transform:translateY(-50%)
}
51% {
opacity:1
}
}
.team-area {
	padding-bottom: 40px
}
.single-team {
	text-align: center;
	position: relative;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 30px;
	border:1px solid #e6e6e6;
}
.single-team .team-social {
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	top: 35px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s
}
.single-team .team-social li {
	display: inline-block;
	margin: 0 2px
}
.single-team .team-social li a {
	width: 35px;
	height: 35px;
	line-height: 33px;
	color: #ff4800;
	background: transparent;
	border-radius: 50%;
	border: 1px solid #ff4800
}
.single-team .team-social li a:focus, .single-team .team-social li a:hover {
	background: #ff4800;
	color: #fff
}
.single-team .team-social li a i:before {
	font-size: 13px
}
.single-team img {
	-webkit-transition: all .7s ease-out;
	transition: all .7s ease-out;
	position: relative;
	top: 0
}
.single-team .team-content {
	padding-top: 20px;
	-webkit-transition: .5s;
	transition: .5s;
	position: relative;
	background: #fff
}
.single-team .team-content h3 {
	font-size: 20px;
	font-weight: 700;
	margin: 0
}
.single-team .team-content span {
	display:block;
	color:#000;
	margin-top: 5px;
	margin-bottom:5px;
}
.single-team:focus .team-social, .single-team:hover .team-social {
	opacity: 1;
	top: 18px;
	visibility: visible
}
.single-team:focus img, .single-team:hover img {
	top: 70px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.team-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 20px!important;
	margin-bottom: 30px
}
.team-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 5px;
	margin: 0 3px;
	background: #d6d6d6;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}
.team-slides.owl-theme .owl-dots .owl-dot.active, .team-slides.owl-theme .owl-dots .owl-dot:focus, .team-slides.owl-theme .owl-dots .owl-dot:hover {
	outline: 0!important;
	box-shadow: unset!important
}
.team-slides.owl-theme .owl-dots .owl-dot.active span, .team-slides.owl-theme .owl-dots .owl-dot:focus span, .team-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff4800
}
.team-slides.owl-theme .owl-dots .owl-dot.active span {
	width: 22px
}
.subscribe-area {
	position: relative;
	z-index: 1;
	overflow: hidden
}
.subscribe-area h3 {
	font-size: 26px;
	font-weight: 700;
	margin: 8px 0 0;
	text-transform: uppercase
}
.subscribe-area form {
	position: relative
}
.subscribe-area form .uk-input {
	height: 50px;
	border: none;
	padding-left: 20px
}
.subscribe-area form .uk-button {
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	background-color: #ff4800;
	color: #fff
}
.subscribe-area form .uk-button:focus, .subscribe-area form .uk-button:hover {
	background-color: #000
}
.subscribe-area form .validation-danger {
	color: red;
	margin-top: 15px
}
.subscribe-area form .validation-success {
	color: #848484;
	margin-top: 15px
}
.subscribe-area .shape {
	position: absolute;
	left: 20%;
	bottom: -70px;
	z-index: -1;
	-webkit-transform: rotate(-132deg);
	transform: rotate(-132deg)
}
.single-blog-post {
	margin-bottom: 30px
}
.single-blog-post .blog-post-content, .single-blog-post .blog-post-image img {
	-webkit-transition: .5s;
	transition: .5s;
	max-height:190px;
	object-fit:cover;
}
.single-blog-post .blog-post-content {
	border: 1px solid #f4f4f4;
	background-color: #fff;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: -30px;
	position: relative;
	z-index: 1;
	padding: 20px
}
.single-blog-post .blog-post-content span {
	display: inline-block;
	color: #fff;
	background-color:#00427b;
	padding: 4px 12px
}
.single-blog-post .blog-post-content h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 15px 0
}
.single-blog-post .blog-post-content h3 a {
	color: #000
}
.single-blog-post .blog-post-content h3 a:focus, .single-blog-post .blog-post-content h3 a:hover {
	color: #ff4800
}
.single-blog-post .blog-post-content .read-more {
	text-transform: uppercase;
	color: #ff4800
}
.single-blog-post .blog-post-content .read-more:focus, .single-blog-post .blog-post-content .read-more:hover {
	letter-spacing: 1px
}
.single-blog-post:focus .blog-post-image img, .single-blog-post:hover .blog-post-image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.single-blog-post:focus .blog-post-content, .single-blog-post:hover .blog-post-content {
	margin-top: -40px
}
.blog-slides.owl-theme .owl-dots {
	line-height: .01;
	margin-top: 20px!important
}
.blog-slides.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 5px;
	margin: 0 3px;
	background: #d6d6d6;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0
}
.blog-slides.owl-theme .owl-dots .owl-dot.active, .blog-slides.owl-theme .owl-dots .owl-dot:focus, .blog-slides.owl-theme .owl-dots .owl-dot:hover {
	outline: 0!important;
	box-shadow: unset!important
}
.blog-slides.owl-theme .owl-dots .owl-dot.active span, .blog-slides.owl-theme .owl-dots .owl-dot:focus span, .blog-slides.owl-theme .owl-dots .owl-dot:hover span {
	background: #ff4800
}
.blog-slides.owl-theme .owl-dots .owl-dot.active span {
	width: 22px
}
.blog-details .uk-width-1-5 {
	width: 33%
}
.blog-details .inner .article-img {
	position: relative
}
.blog-details .inner .article-img .date {
	position: absolute;
	bottom: 15px;
	width: 100px;
	left: 15px;
	height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
	background: #ff4800;
	color: #fff;
	border-radius: 5px;
	padding-top: 10px;
	line-height: 28px
}
.blog-details .inner .article-content {
	margin-top: 30px
}
.blog-details .inner .article-content ul.category {
	padding: 0;
	list-style-type: none;
	margin: 0 0 25px
}
.blog-details .inner .article-content ul.category li {
	display: inline-block
}
.blog-details .inner .article-content ul.category li a {
	background: #ff4800;
	color: #fff;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 3px
}
.blog-details .inner .article-content h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0;
	line-height: 30px
}
.blog-details .inner .article-content p {
	margin-bottom: 0;
	margin-top: 15px
}
.blog-details .inner .article-content .blockquote {
	margin-bottom: 20px;
	margin-top: 20px;
	background: #f7f7f7;
	padding: 30px;
	border-left: 4px solid #ff4800
}
.blog-details .inner .article-content .blockquote p {
	margin-top: 0;
	font-size: 18px
}
.blog-details .inner .post-controls-buttons {
	margin-top: 30px
}
.blog-details .inner .post-controls-buttons .uk-button {
	flex: unset;
	width: auto
}
.blog-details .inner .post-controls-buttons .uk-text-right {
	display: block!important
}
.blog-details .inner .comments-area {
	margin-top: 45px
}
.blog-details .inner .comments-area .comment-reply-title, .blog-details .inner .comments-area .comments-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 25px
}
.blog-details .inner .comments-area .comment-reply-title {
	margin-bottom: 8px
}
.blog-details .inner .comments-area ol, .blog-details .inner .comments-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.blog-details .inner .comments-area ol li ol li, .blog-details .inner .comments-area ol li ul li, .blog-details .inner .comments-area ul li ol li, .blog-details .inner .comments-area ul li ul li {
	margin-top: 15px;
	margin-left: 35px;
	margin-bottom: 15px
}
.blog-details .inner .comments-area ol li .comment-body, .blog-details .inner .comments-area ul li .comment-body {
	background: #f7f7ff;
	padding: 25px 20px;
	position: relative
}
.blog-details .inner .comments-area ol li .comment-body .comment-meta, .blog-details .inner .comments-area ul li .comment-body .comment-meta {
	position: relative;
	padding-left: 80px;
	padding-top: 8px
}
.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-author img, .blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-author img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%
}
.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-author .fn, .blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-author .fn {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #000;
	display: block
}
.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-author .says, .blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-author .says {
	display: none
}
.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-metadata a, .blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-metadata a {
	display: inline-block;
	color: #848484;
	font-size: 13px
}
.blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-metadata a:focus, .blog-details .inner .comments-area ol li .comment-body .comment-meta .comment-metadata a:hover, .blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-metadata a:focus, .blog-details .inner .comments-area ul li .comment-body .comment-meta .comment-metadata a:hover {
	color: #ff4800
}
.blog-details .inner .comments-area ol li .comment-body .comment-content, .blog-details .inner .comments-area ul li .comment-body .comment-content {
	margin-top: 20px
}
.blog-details .inner .comments-area ol li .comment-body .reply, .blog-details .inner .comments-area ul li .comment-body .reply {
	position: absolute;
	right: 30px;
	top: 30px
}
.blog-details .inner .comments-area ol li .comment-body .reply a, .blog-details .inner .comments-area ul li .comment-body .reply a {
	display: inline-block;
	background: #000;
	padding: 5px 15px;
	color: #fff
}
.blog-details .inner .comments-area ol li .comment-body .reply a:focus, .blog-details .inner .comments-area ol li .comment-body .reply a:hover, .blog-details .inner .comments-area ul li .comment-body .reply a:focus, .blog-details .inner .comments-area ul li .comment-body .reply a:hover {
	background: #ff4800
}
.blog-details .inner .comments-area .comment-respond {
	margin-top: 30px
}
.blog-details .inner .comments-area .comment-respond .comment-notes {
	font-size: 14px;
	margin-bottom: 20px
}
.blog-details .inner .comments-area .comment-respond .comment-form-author input, .blog-details .inner .comments-area .comment-respond .comment-form-author textarea, .blog-details .inner .comments-area .comment-respond .comment-form-comment input, .blog-details .inner .comments-area .comment-respond .comment-form-comment textarea, .blog-details .inner .comments-area .comment-respond .comment-form-email input, .blog-details .inner .comments-area .comment-respond .comment-form-email textarea, .blog-details .inner .comments-area .comment-respond .comment-form-url input, .blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
	display: block;
	width: 100%;
	height: 45px;
	outline: 0!important;
	box-shadow: unset!important;
	border: 1px solid #eee;
	padding: 0 15px;
	border-radius: 3px;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s
}
.blog-details .inner .comments-area .comment-respond .comment-form-author input:focus, .blog-details .inner .comments-area .comment-respond .comment-form-author textarea:focus, .blog-details .inner .comments-area .comment-respond .comment-form-comment input:focus, .blog-details .inner .comments-area .comment-respond .comment-form-comment textarea:focus, .blog-details .inner .comments-area .comment-respond .comment-form-email input:focus, .blog-details .inner .comments-area .comment-respond .comment-form-email textarea:focus, .blog-details .inner .comments-area .comment-respond .comment-form-url input:focus, .blog-details .inner .comments-area .comment-respond .comment-form-url textarea:focus {
	border-color: #ff4800
}
.blog-details .inner .comments-area .comment-respond .comment-form-author textarea, .blog-details .inner .comments-area .comment-respond .comment-form-comment textarea, .blog-details .inner .comments-area .comment-respond .comment-form-email textarea, .blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
	height: auto;
	padding-top: 15px
}
.blog-details .inner .comments-area .comment-respond .form-submit input {
	display: inline-block;
	background: #ff4800;
	border: none;
	color: #fff;
	padding: 16px 30px;
	text-transform: uppercase;
	font-weight: 600;
	outline: 0!important;
	cursor: pointer;
	margin-top: 5px;
	-webkit-transition: .5s;
	transition: .5s
}
.blog-details .inner .comments-area .comment-respond .form-submit input:focus, .blog-details .inner .comments-area .comment-respond .form-submit input:hover {
	background: #000;
	box-shadow: 0 13px 27px 0 rgba(255,82,2,.11)
}
.contact-area {
	padding-bottom: 100px
}
.contact-area .section-title {
	text-align: center
}
.contact-area .section-title h2 {
	margin-bottom: 0
}
.map-img {
	position: relative;
	z-index: 1
}
.map-img .location {
	position: absolute;
	left: 24%;
	top: 30%;
	width: auto;
	height: auto
}
.map-img .location a {
	width: 14px;
	height: 14px;
	background: #ff4800;
	border-radius: 50%;
	position: relative
}
.map-img .location a:before {
	content: "";
	position: absolute;
	left: -4px;
	bottom: -4px;
	border: 4px solid #eec3b3;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-animation-name: ripple;
	animation-name: ripple;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: cubic-bezier(.65, 0, .34, 1);
	animation-timing-function: cubic-bezier(.65, 0, .34, 1)
}
.map-img .location a .location-info {
	position: absolute;
	left: -55px;
	bottom: 30px;
	-webkit-transition: .5s;
	transition: .5s;
	width: 160px;
	background: #fff;
	text-align: center;
	padding: 20px 15px;
	border-radius: 3px;
	z-index: 1;
	box-shadow: 0 -2px 20px 0 rgba(0,0,0,.06);
	opacity: 0;
	visibility: hidden
}
.map-img .location a .location-info h5 {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	color: #616161
}
.map-img .location a .location-info span {
	display: block;
	font-size: 14px;
	color: #616161;
	margin-top: 6px
}
.map-img .location a .location-info:before {
	content: "";
	position: absolute;
	left: 50px;
	bottom: -10px;
	width: 25px;
	height: 25px;
	background: #fff;
	z-index: -1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 1px 1px 2px 0 rgba(0,0,0,.06)
}
.map-img .location a.active .location-info, .map-img .location a:focus .location-info, .map-img .location a:hover .location-info {
	opacity: 1;
	visibility: visible;
	bottom: 40px
}
.map-img .location.uk-location2 {
	right: 22%;
	left: auto;
	top: 25%
}
#contactForm .uk-grid-medium {
	margin-left: -15px
}
#contactForm .uk-margin {
	margin-top: 0!important;
	margin-bottom: 15px;
	padding-left: 15px
}


.gform_wrapper .gform_fields .gfield input[type="text"] {
	height: 55px;
	background-color: #f4f4f4;
	border: none;
	padding:10px !important;
	padding-left: 15px !important;
	-webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin:0px;
}


.gform_wrapper .gform_fields .gfield input[type="text"]:focus
{padding-left: 17px; outline:none;} 

.gform_wrapper .gform_fields .gfield textarea
{	background-color: #f4f4f4;
	border: none;
	padding-left: 15px !important;
	padding-top: 15px !important;}


.gform_wrapper#gform_wrapper_1 .gform_fields .gfield div.ginput_container
{margin-top:0px;}

.gform_wrapper#gform_wrapper_1 .gform_fields .gfield div.ginput_container_name span
{margin-right:0px;
padding-right:0px;}


#contactForm .uk-input::-webkit-input-placeholder {
color:#8a8a8a
}
#contactForm .uk-input::-moz-placeholder {
color:#8a8a8a
}
#contactForm .uk-input::-ms-input-placeholder {
color:#8a8a8a
}
#contactForm .uk-input::placeholder {
color:#8a8a8a
}
#contactForm .uk-input:focus {
	padding-left: 17px
}

#contactForm .uk-textarea::-webkit-input-placeholder {
color:#8a8a8a
}
#contactForm .uk-textarea::-moz-placeholder {
color:#8a8a8a
}
#contactForm .uk-textarea::-ms-input-placeholder {
color:#8a8a8a
}
#contactForm .uk-textarea::placeholder {
color:#8a8a8a
}
#contactForm .uk-button {
	background-color: #ff4800;
	color: #fff;
	margin-top: 20px
}
#contactForm .uk-button:focus, #contactForm .uk-button:hover {
	background-color: #000
}
@-webkit-keyframes ripple {
0% {
opacity:1;
-webkit-transform:scale3d(.75, .75, 1);
transform:scale3d(.75, .75, 1)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1);
	transform: scale3d(1.5, 1.5, 1)
}
}
@keyframes ripple {
0% {
opacity:1;
-webkit-transform:scale3d(.75, .75, 1);
transform:scale3d(.75, .75, 1)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1);
	transform: scale3d(1.5, 1.5, 1)
}
}
.page-title-area {
	text-align: center;
	z-index: 1;
	position: relative;
}
.page-title-area:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: .77;
	width: 100%;
	height: 100%;
	z-index:1;
}
.page-title-area h1 {
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	position: relative;
	margin: 0
}
.page-title-area ul {
	padding: 0;
	margin: 20px 0 0;
	list-style-type: none
}
.page-title-area ul li {
	display: inline-block;
	margin-right:0px;
	color: #ff4800;
	position: relative
}
.page-title-area ul li a {
	display: block;
	color: #fff
}
.page-title-area ul li a:focus, .page-title-area ul li a:hover {
	color: #ff4800
}

.page-title-area ul li:first-child:before {
	display: none
}
.pagination-area {
	text-align: center;
	margin-top: 30px
}
.pagination-area ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.pagination-area ul li a {
	font-weight: 600;
	font-size: 16px
}
.pagination-area ul li.uk-active a, .pagination-area ul li a:focus, .pagination-area ul li a:hover {
	color: #ff4800
}
.uk-sidebar .widget {
	margin-bottom: 40px
}
.uk-sidebar .widget:last-child {
	margin-bottom: 0
}
.uk-sidebar .widget .widget-title {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 0;
	position: relative
}
.uk-sidebar .widget .bar {
	position: relative;
	z-index: 1;
	background: #ff4800;
	width: 55px;
	height: 3px;
	margin-top: 8px;
	margin-bottom: 25px;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget .bar:after, .uk-sidebar .widget .bar:before {
	content: "";
	position: absolute;
	height: 100%;
	width: 3px;
	top: 0;
	background: #fff;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget .bar:after {
	right: 10px
}
.uk-sidebar .widget .bar:before {
	right: 20px
}
.uk-sidebar .widget:focus .widget-title:before, .uk-sidebar .widget:hover .widget-title:before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}
.uk-sidebar .widget.service_list {
	background: #fff;
	box-shadow: 0 0 1.25rem rgba(108,118,134,.1)
}
.uk-sidebar .widget.service_list ul {
	padding: 0;
	list-style-type: none;
	margin: 0
}
.uk-sidebar .widget.service_list ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 15px 35px 15px 15px;
	color: #5d6576;
	font-weight: 500;
	z-index: 1
}
.uk-sidebar .widget.service_list ul li a.active, .uk-sidebar .widget.service_list ul li a:focus, .uk-sidebar .widget.service_list ul li a:hover {
	background: #ff4800;
	color: #fff;
	padding-left: 20px
}
.uk-sidebar .widget.service_list ul li a.active:before, .uk-sidebar .widget.service_list ul li a:focus:before, .uk-sidebar .widget.service_list ul li a:hover:before {
	width: 5px
}
.uk-sidebar .widget.service_list ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px
}
.uk-sidebar .widget.service_list ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #000;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget.service_list ul li:last-child a {
	border-bottom: none
}
.uk-sidebar .widget.widget_download ul {
	list-style-type: none;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 1.25rem rgba(108,118,134,.1)
}
.uk-sidebar .widget.widget_download ul li a {
	display: block;
	position: relative;
	border-bottom: 1px solid #eee;
	padding: 15px 35px 15px 15px;
	color: #5d6576;
	font-weight: 500;
	z-index: 1
}
.uk-sidebar .widget.widget_download ul li a.active, .uk-sidebar .widget.widget_download ul li a:focus, .uk-sidebar .widget.widget_download ul li a:hover {
	background: #000;
	color: #fff;
	padding-left: 20px
}
.uk-sidebar .widget.widget_download ul li a.active:before, .uk-sidebar .widget.widget_download ul li a:focus:before, .uk-sidebar .widget.widget_download ul li a:hover:before {
	width: 5px
}
.uk-sidebar .widget.widget_download ul li a i {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px
}
.uk-sidebar .widget.widget_download ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #ff4800;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget.widget_download ul li:last-child a {
	border-bottom: none
}
.uk-sidebar .widget.widget_contact ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.uk-sidebar .widget.widget_contact ul li {
	padding-left: 23px;
	position: relative;
	margin-bottom: 12px;
	color: #848484
}
.uk-sidebar .widget.widget_contact ul li a {
	color: #848484;
	display: block
}
.uk-sidebar .widget.widget_contact ul li a:focus, .uk-sidebar .widget.widget_contact ul li a:hover {
	color: #ff4800
}
.uk-sidebar .widget.widget_contact ul li i {
	color: #ff4800;
	position: absolute;
	left: 0;
	top: 0
}
.uk-sidebar .widget.widget_contact ul li:last-child {
	margin-bottom: 0
}
.uk-sidebar .widget.widget_search {
	background: #fff;
	box-shadow: 0 0 29px 0 hsla(0,0%,40%,.1);
	padding: 15px
}
.uk-sidebar .widget.widget_search form {
	position: relative
}
.uk-sidebar .widget.widget_search form .form-control {
	background: transparent
}
.uk-sidebar .widget.widget_search form button {
	position: absolute;
	right: 5px;
	top: 0;
	height: 100%;
	border: none;
	background: transparent;
	color: #ff4800;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget.widget_search form button:focus, .uk-sidebar .widget.widget_search form button:hover {
	color: #000
}
.uk-sidebar .widget.widget_categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.uk-sidebar .widget.widget_categories ul li {
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px
}
.uk-sidebar .widget.widget_categories ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #ff4800;
	margin-top: -5px;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget.widget_categories ul li:last-child {
	border-bottom: 1px solid #eee
}
.uk-sidebar .widget.widget_categories ul li a {
	color: #848484
}
.uk-sidebar .widget.widget_categories ul li a:hover {
	color: #ff4800
}
.uk-sidebar .widget.widget_categories ul li:hover:before {
	border-radius: 50%
}
.uk-sidebar .widget.widget_recent_entries ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.uk-sidebar .widget.widget_recent_entries ul li {
	position: relative;
	padding-left: 100px;
	margin-bottom: 15px
}
.uk-sidebar .widget.widget_recent_entries ul li a {
	display: block
}
.uk-sidebar .widget.widget_recent_entries ul li a img {
	position: absolute;
	left: 0;
	top: 3px;
	width: 85px;
	height: 65px
}
.uk-sidebar .widget.widget_recent_entries ul li h5 {
	font-size: 15px;
	font-weight: 600;
	line-height: 22px;
	margin-bottom: 2px
}
.uk-sidebar .widget.widget_recent_entries ul li h5 a {
	color: #000;
	display: inline-block
}
.uk-sidebar .widget.widget_recent_entries ul li h5 a:focus, .uk-sidebar .widget.widget_recent_entries ul li h5 a:hover {
	color: #ff4800
}
.uk-sidebar .widget.widget_recent_entries ul li:last-child {
	margin-bottom: 0
}
.uk-sidebar .widget.widget_tag_cloud .tagcloud a {
	font-size: 15px!important;
	border: 1px dashed #eee;
	padding: 7px 20px;
	margin-top: 6px;
	color: #848484;
	display: inline-block
}
.uk-sidebar .widget.widget_tag_cloud .tagcloud a:hover {
	background: #ff4800;
	color: #fff;
	border-color: #ff4800
}
.uk-sidebar .widget.widget_archive ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.uk-sidebar .widget.widget_archive ul li {
	position: relative;
	border-top: 1px solid #eee;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px
}
.uk-sidebar .widget.widget_archive ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 10px;
	height: 10px;
	background: #ff4800;
	margin-top: -5px;
	-webkit-transition: .5s;
	transition: .5s
}
.uk-sidebar .widget.widget_archive ul li:last-child {
	border-bottom: 1px solid #eee
}
.uk-sidebar .widget.widget_archive ul li a {
	color: #848484;
	display: inline-block
}
.uk-sidebar .widget.widget_archive ul li a:hover {
	color: #ff4800
}
.uk-sidebar .widget.widget_archive ul li:hover:before {
	border-radius: 50%
}
.footer-area {
	background-color: #000;
	padding-top: 100px;
	position: relative;
	z-index: 1
}
.footer-area .br-line {
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 auto
}
.footer-area .br-line:after, .footer-area .br-line:before {
	background: #000
}
.footer-area .footer-shape1, .footer-area .footer-shape2 {
	position: absolute;
	z-index: -1
}
.footer-area .footer-shape1 {
	left: 0;
	top: 0
}
.footer-area .footer-shape2 {
	right: 0;
	bottom: 0
}
.single-footer-widget p {
	color: #999
}
.single-footer-widget .logo {
	margin-bottom: 32px
}
.single-footer-widget h3 {
	font-size: 22px;
	font-weight: 700;
	margin: -5px 0 0;
	color: #fff
}
.single-footer-widget .bar {
	width: 50px;
	height: 2px;
	background: #ff4800;
	margin-top: 4px;
	margin-bottom: 25px
}
.single-footer-widget .contact-info {
	padding: 0;
	margin: 0;
	list-style-type: none
}
.single-footer-widget .contact-info li {
	margin-bottom: 10px
}
.single-footer-widget .contact-info li a {
	color:#d6d6d6;
}
.single-footer-widget .contact-info li a:focus, .single-footer-widget .contact-info li a:hover {
	color: #ff4800
}
.single-footer-widget .contact-info li:last-child {
	margin-bottom: 0
}
.single-footer-widget .social {
	padding: 0;
	margin: 15px 0 0;
	list-style-type: none
}
.single-footer-widget .social li {
	display: inline-block;
	margin-right: 3px
}
.single-footer-widget .social li a {
	width: 35px;
	text-align: center;
	height: 35px;
	line-height: 33px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	border: 1px solid #ff4800
}
.single-footer-widget .social li a:focus, .single-footer-widget .social li a:hover {
	background: #ff4800;
	color: #fff
}
.single-footer-widget .social li a i:before {
	font-size: 13px
}
.copyright-area {
	margin-top: 70px;
	border-top: 1px solid #151515;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px
}
.copyright-area p {
	color: #999
}
.copyright-area ul {
	text-align: right;
	padding: 0;
	margin: 0;
	list-style-type: none
}
.copyright-area ul li {
	position: relative;
	display: inline-block;
	margin-left: 17px
}
.copyright-area ul li:first-child {
	margin-left: 0
}
.copyright-area ul li:first-child:before {
	display: none
}
.copyright-area ul li:before {
	content: "";
	position: absolute;
	left: -13px;
	bottom: 10px;
	width: 6px;
	height: 1px;
	background: #999
}
.copyright-area ul li a {
	color: #999
}
.copyright-area ul li a:focus, .copyright-area ul li a:hover {
	color: #ff4800
}
.copyright-area .go-top {
	position: absolute;
	right: 0;
	top: -20px;
	left: 0;
	margin: 0 auto;
	width: 38px;
	text-align: center;
	line-height: 38px;
	height: 38px;
	background:#ff4800;
	border-radius: 50%;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer
}
.uk-dark .uk-h1, .uk-dark .uk-h2, .uk-dark .uk-h3, .uk-dark .uk-h4, .uk-dark .uk-h5, .uk-dark .uk-h6, .uk-dark h1, .uk-dark h2, .uk-dark h3, .uk-dark h4, .uk-dark h5, .uk-dark h6 {
	color: #fff
}
.uk-dark p {
	color: #d6d6d6
}
.uk-dark .uk-button-default {
	color: #fff
}
.uk-dark .uk-button-default:focus, .uk-dark .uk-button-default:hover {
	background: #000
}
.uk-dark.header-area.uk-sticky-fixed {
	background-color: #000
}
.uk-dark.header-area .lang form button {
	color: #fff
}
.uk-dark.header-area #navbar-toggle span {
	background-color: #fff
}
.uk-dark.header-area.uk-dark {
	background-color: initial
}
.uk-dark.header-area.uk-dark.uk-sticky-fixed {
	background-color: #000
}
.uk-dark .navbar .uk-navbar-nav li a {
	color: #fff
}
.uk-dark .navbar .uk-navbar-nav li a:focus, .uk-dark .navbar .uk-navbar-nav li a:hover {
	color: #ff4800
}
.uk-dark .navbar .uk-navbar-nav li a:focus:before, .uk-dark .navbar .uk-navbar-nav li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}
.uk-dark .navbar .uk-navbar-nav li.uk-active a {
	color: #ff4800
}
.uk-dark .navbar .uk-navbar-nav li.uk-active a:before {
	opacity: 1;
	visibility: visible;
	width: 100%
}
.uk-dark .navbar .lang form select {
	color: #fff;
	background-color: #000
}
.uk-dark .main-banner-content .video-btn .uk-icon {
	background-color: #000
}
.uk-dark .main-banner-content .video-btn:focus .uk-icon, .uk-dark .main-banner-content .video-btn:hover .uk-icon {
	background-color: #fff;
	color: #000;
	border-color: #fff
}
.uk-dark .single-features-box {
	background-color: #111
}
.uk-dark .single-features-box .bar:after, .uk-dark .single-features-box .bar:before {
	background: #111
}
.uk-dark .single-features-box.active, .uk-dark .single-features-box:focus, .uk-dark .single-features-box:hover {
	background-color: #ff4800
}
.uk-dark .single-features-box.active .bar:after, .uk-dark .single-features-box.active .bar:before, .uk-dark .single-features-box:focus .bar:after, .uk-dark .single-features-box:focus .bar:before, .uk-dark .single-features-box:hover .bar:after, .uk-dark .single-features-box:hover .bar:before {
	background: #ff4800
}
.uk-dark .section-title .bar:after, .uk-dark .section-title .bar:before {
	background: #000
}
.uk-dark .single-services {
	background-color: #111
}
.uk-dark .single-services .icon {
	background-color: #000
}
.uk-dark .single-services h3 a {
	color: #fff
}
.uk-dark .single-services.active, .uk-dark .single-services:focus, .uk-dark .single-services:hover {
	background-color: #ff4800
}
.uk-dark .single-services.active .icon, .uk-dark .single-services:focus .icon, .uk-dark .single-services:hover .icon {
	background-color: #fff
}
.uk-dark .about-img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s;
	transition: .5s
}
.uk-dark .about-img .shape-img, .uk-dark .about-img:focus img, .uk-dark .about-img:hover img {
	-webkit-filter: unset;
	filter: unset
}
.uk-dark .single-project .project-img img {
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}
.uk-dark .single-project .project-content {
	background-color: #111
}
.uk-dark .single-project .project-content h3 a {
	color: #fff
}
.uk-dark .single-project .project-content ul li a {
	color: #d6d6d6
}
.uk-dark .single-project:focus .project-content ul li a, .uk-dark .single-project:hover .project-content ul li a {
	color: #fff
}
.uk-dark .single-project:focus .project-img img, .uk-dark .single-project:hover .project-img img {
	-webkit-filter: unset;
	filter: unset
}
.uk-dark .feedback-img img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s;
	transition: .5s
}
.uk-dark .feedback-img:focus img, .uk-dark .feedback-img:hover img, .uk-dark .feedback-img img.shape-img {
	-webkit-filter: unset;
	filter: unset
}
.uk-dark .feedback-slides.owl-theme .owl-nav [class*=owl-] {
	color: #fff
}
.uk-dark .feedback-slides.owl-theme .owl-nav [class*=owl-]:focus, .uk-dark .feedback-slides.owl-theme .owl-nav [class*=owl-]:hover {
	color: #ff4800
}
.uk-dark.partner-area {
	border-bottom-color: #111
}
.uk-dark .single-team .team-content {
	background-color: #000
}
.uk-dark .single-team .team-content span {
	color: #d6d6d6
}
.uk-dark .single-team img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s;
	transition: .5s
}
.uk-dark .single-team:focus img, .uk-dark .single-team:hover img {
	-webkit-filter: unset;
	filter: unset
}
.uk-dark.subscribe-area {
	background-color: #111
}
.uk-dark .single-blog-post .blog-post-image img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .5s;
	transition: .5s
}
.uk-dark .single-blog-post .blog-post-content {
	background-color: #111;
	border: none
}
.uk-dark .single-blog-post .blog-post-content h3 a {
	color: #fff
}
.uk-dark .single-blog-post .blog-post-content h3 a:focus, .uk-dark .single-blog-post .blog-post-content h3 a:hover {
	color: #ff4800
}
.uk-dark .single-blog-post:focus .blog-post-image img, .uk-dark .single-blog-post:hover .blog-post-image img {
	-webkit-filter: unset;
	filter: unset
}
.uk-dark .map-img .location a .location-info {
	background-color: #111
}
.uk-dark .map-img .location a .location-info h5 {
	color: #fff
}
.uk-dark .map-img .location a .location-info span {
	color: #d6d6d6
}
.uk-dark .map-img .location a .location-info:before {
	background: #111
}
.uk-dark.footer-area {
	background-color: #111
}
.uk-dark .single-footer-widget .social li {
	margin-right: 7px
}
.uk-dark .single-footer-widget .social li a {
	color: #999;
	background: #111
}
.uk-dark .single-footer-widget .social li a:focus, .uk-dark .single-footer-widget .social li a:hover {
	background-color: #ff4800;
	color: #fff
}
.uk-dark #contactForm .uk-input, .uk-dark #contactForm .uk-textarea {
	color: #fff;
	background-color: #111
}
.uk-dark .br-line:after, .uk-dark .br-line:before {
	background: #000
}

/*8-JUN-2021*/
.bounce-icons {
    text-align: right;
    margin-bottom: 0;
    position: fixed;
    right: 1%;
    bottom: 20%;
    z-index: 999;
}

.bounce-icons li {
    list-style-type: none;
}

.bounce-icons li::before {
    content: '';
}

.bounce-icons li a {
    display: block;
    margin: 0 2px;
    outline: none;
    position: relative;
    width: 40px;
    height: 40px;
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bounce-icons li a span {
    width: 160px;
    height: auto;
    line-height: 20px;
    padding: 5px;
    right: 0;
    margin-left: -64px;
    font-family: 'Gothic A1', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    text-align: center;
    border: 4px solid #626262;
    background: rgba(98,98,98,.98);
    text-indent: 0;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 2px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    z-index: 9;
}

.bounce-icons li a span:before, .bounce-icons li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0 solid rgba(0,0,0,.1);
    right: -19px;
    transform: rotate(
270deg
);
}

.bounce-icons li a span:after {
    bottom: 9px;
    margin-left: -10px;
    border-top: 10px solid #626262;
}

.bounce-icons li a:hover span {
    opacity: .9;
    bottom: 2px;
    right: 123%;
    left: inherit;
}

.form-single.uk-sidebar #gform_wrapper_4
{
	background-color:#00427b;
	margin-top:35px;
}

.form-single.uk-sidebar #gform_wrapper_4 li
{border:none; margin:0 0 8px 0;
	padding-left:0px;
}

.uk-sidebar .sidebar #gform_wrapper_4 li:before
{display:none;}

.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 .gform_footer
{    padding-left:0px;
    padding-bottom: 15px;}
.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 .gform_footer input.gform_button.button
{
	margin-top:5px !important;
}
.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 .gform_heading .gform_title
{    background: #ff4800;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;
font-size: 1.5rem;
    line-height: 1.4;}
.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 .gform_heading h3.gform_title:before
{display:none;}
.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 .gform_heading h3.gform_title:after
{display:none;}

.form-single.uk-sidebar #gform_wrapper_4 li.gfield .ginput_container_address input
{margin-bottom:0px;}

/*18-JUNE-2021*/

.form-section
{max-width:700px;
margin:0 auto;
padding-left:0;} 

.form-section .nav-pills li a
{    display: block;
    padding: 12px;
    text-align: center;
    color: #ff4800;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0;
    border: 2px solid #ff4800;
    margin: 0 10px;}

.form-section .tab-content .form-quate
{
	background:#00427b;
    padding:15px;
    color:#fff;
}

.form-section .tab-content .tab-pane h3
{
	margin:0px;
	color:#fff;
	text-align:center;
	font-weight:700;
}

.form-section .nav-pills li a.active.show
{background: #ff4800;
    color: #fff;}

.form-quate .ginput_container_radio ul.gfield_radio li.gchoice input[type="radio"] {
    float: left;
    margin: 5px;
    width: 20px;
    height: 20px;
}

.form-quate .ginput_container_radio ul.gfield_radio li.gchoice label {
    font-size: 16px;
    margin: 3px;
    padding: 0px;
}

.form-quate .ginput_container_checkbox ul.gfield_checkbox li.gchoice input[type="checkbox"] {
    float: left;
    margin: 5px;
    width: 20px;
    height: 20px;
}

.form-quate .ginput_container_checkbox ul.gfield_checkbox li.gchoice label {
    font-size: 16px;
    margin: 5px;
    padding: 0px;
}

.form-quate .gform_page .gform_page_footer {
    border-top:none;
    text-align:center;
}

.form-quate .gform_page_footer input[type="button"], .form-quate .gform_page_footer input[type="submit"] 
{    font-size: 15px;
    font-weight: 600;
    line-height: unset;
    text-transform: capitalize;
    padding: 13px 32px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: #ff4800;
    color: #fff;
    margin-top: 20px !important;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;}

.form-quate .gform_wrapper .gform_fields .gfield input[type="text"]
{
	width:100%;
}

.form-quate .gform_legacy_markup_wrapper li.gfield_error ul.gfield_radio {
    color: #fff;
}

.form-quate .gform_legacy_markup_wrapper li.gfield_error ul.gfield_checkbox {
    color: #fff;
}

.form-quate .gform_legacy_markup_wrapper .gfield_error .gfield_label {
    color: #fff;
}

.form-quate .gform_wrapper ul li.gfield.gfield_error .validation_message {
    display: inline-block !important;
    background: red;
    text-align: center;
    color: #fff;
    width: auto;
    max-width: inherit;
    padding: 0 0 0 5px;
}

.form-section .gform_legacy_markup_wrapper .gf_progressbar
{
	border-radius:0px;
}


.form-section .gf_progressbar_percentage.percentbar_blue
{border-radius:0px;
background-image: -webkit-linear-gradient( 
45deg
 ,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
    background-image: -moz- oldlinear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,.2) 75%,transparent 75%,transparent);
    background-image: -o-linear-gradient(45deg,hsla(0,0%,100%,.2) 25%,transparent 25%,transparent 50%,hsla(0,0%,100%,.2) 50%,hsla(0,0%,100%,.2) 75%,transparent 75%,transparent);
    background-image: linear-gradient( 
45deg
 ,hsla(0,0%,100%,.2) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 75%,transparent 0,transparent);
    background-size: 20px 20px;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;}



.form-section .gform_legacy_markup_wrapper .gfield_required
{color:#fff;}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}


.footer-area .single-footer-widget ul.menu
{
	margin-left:0px;
	list-style-type:none;
	padding-left:0px;
}

.footer-area .single-footer-widget ul.menu li a
{display:inline;
color:#d6d6d6;
}

.footer-area .single-footer-widget ul.menu li a:hover
{color:#ff4800;}

.post-page .tags ul
{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

.post-page .tags ul li 
{width:auto;
	margin:0px;
	padding:0px;
}

.post-page .tags ul li:before
{
	display:none;
}

.post-page .tags ul li a
{    background: #ff4800;
    padding: 6px 8px;
    color: #fff;
}


.post-page .tags ul li a:hover
{background-color:#000;
}

.post-page .share-social ul.widget-socials li
{
	list-style-type: none;
    margin:0 10px 0 0;
    padding: 0;
    width: auto;
}

.post-page .share-social ul.widget-socials li:before
{
	display:none;
}

.post-page .share-social ul.widget-socials li a
{    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 33px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    border:none;
}

.post-page .share-social ul.widget-socials li.fb-link a
{background-color:#394ea7;
}

.post-page .share-social ul.widget-socials li.twt-link a
{
	background-color:#5fb8fe;
}

.post-page .share-social .widget-socials
{margin:0px 0 20px 0;
}

.project-details blockquote
{    
	background:#111;
    padding:20px;
}

.project-details blockquote p
{color:#fff;}

.project-single-img
{
	margin-bottom:30px; 
	text-align:center;
}

.cta-project-org
{background: #ff4800;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-right:4px solid #00427b;
    margin-bottom:25px;
}
  

.post-page .cta-project-org a
{color:#fff;}


.cta-project-blu
{background:#00427b;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-right:4px solid #ff4800;
    margin-bottom:25px;
}

/*first-popup-css-start*/
.pum-overlay
{background-color:rgba( 000, 000, 000, 0.5 ) !important;}


.first-popup
{background:#0974bb;
border-top:10px solid #2fb0eb;}

.first-popup .right-img
{float:right;
width:100%;
}

.pum-container
{padding:0px !important;}

.pum-container button[type="button"].popmake-close
{width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height: 16px;
    font-size: 18px;
    background: #2fb0eb;
    top:-10px;
    right:-10px;
outline:none;}

.first-popup .form-join
{float: left;
    width: 100%;
    padding: 50px 0 0 25px;
    color: #fff;}

.first-popup .form-join h2
{font-weight: 700;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 60px;
margin-bottom:10px;
color:#fff;}

.first-popup .form-join p
{ font-size: 18px;
    line-height: 28px;
color:#fff;}

.first-popup .form-join .gfield input[type="text"]
{    width: 100%;
    height: 52px;
    border: none;
    font-size: 20px;
    padding-left: 18px;
outline:none;
color:#000;
}

.first-popup .form-join .gfield input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#ddd;
  opacity: 1; /* Firefox */
}

.first-popup .form-join .gfield input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#ddd;
}

.first-popup .form-join .gfield input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color:#ddd;
}

.first-popup .form-join .gform_footer input[type="submit"].gform_button
{    width: 100%;
    border: 1px solid #fff;
    background: none;
    padding: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom:0px; 
    margin-top:0px !important;
}

.popmake-content .gform_validation_errors
{display:none;}

/*first-popup-css-end*/

.second-popup
{background:#424242;
 padding:75px 30px;
border:8px solid #fff;
}


.second-popup h2
{color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 15px 0;
    padding: 0px;
    letter-spacing: 3px;
    font-weight:500;
    text-transform: uppercase;
}

.second-popup p
{    font-size: 13px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 25px 0;
    line-height: 20px;
    color:#8c8c8c; 
}

.second-popup .gform_wrapper{margin:0 auto; max-width:70%;}

.second-popup .second-popup-form .gform-body
{
       width: 70%;
    float: left;
    margin-right: 2%;
}

.second-popup .second-popup-form .gform-body .gfield input[type="text"]
{    background: none;
    border: none;
    font-size: 20px;
    height: 48px;
    border-bottom: 1px solid #b1b1b1;
    padding: 0 !important;
    outline: none;
    color: #fff;}

.second-popup .second-popup-form .gform_footer
{float:left;
 width:25%;
 margin:0px !important;
 padding:0px !important;
}

.second-popup .second-popup-form .gform_footer input[type="submit"].gform_button
{ margin: 0;
    height: 48px;
    background: transparent;
    border: 2px solid #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
     margin-top: 0 !important;
}
 

#popmake-576.pum-container button[type="button"].popmake-close
{     background: transparent;
    width: auto;
    height: auto;
    top: 0;
    border-radius: 0;
    right: 0;
    box-shadow: none;
    padding: 20px 15px;
    text-transform: inherit;
    font-size: 15px;
    letter-spacing: 1px;}


 
.post-page .cta-project-blu a
{color:#fff;}

.clearfix{clear:both;}

@media only screen and (max-width:767px) {
body, p {
	font-size: 14px
}
.section-title {
	margin-bottom: 40px!important
}
.section-title span {
	font-size: 13px;
	text-transform: capitalize
}
.section-title h2 {
	font-size: 23px;
	margin-top: 10px;
	margin-bottom: 0
}
.section-title .uk-button {
	display: none
}
.header-area, .header-area.uk-sticky-fixed {
	padding-top: 15px;
	padding-bottom: 15px
}
.header-area #navbar-toggle {
	display: inline-flex
}
.navbar {
	display: none
}
.main-banner {
	height: 100%;
	background-position: 0 100%;
	padding-top: 145px;
	padding-bottom: 600px
}
.main-banner-content {
	max-width: unset
}
.main-banner-content h1 {
	font-size: 35px;
	line-height: 38px;
	padding: 8px 0;
	margin-bottom:15px
}
.main-banner-content h1:before {
	width: 15px
}
.main-banner-content p {
	margin-top:10px;
	margin-bottom:10px;
	line-height:20px;
}
.main-banner-content .video-btn {
	margin-left: 8px;
	font-size: 13px
}
.main-banner-content .video-btn .uk-icon {
	width: 40px;
	margin-right: 3px;
	height: 40px;
	line-height: 40px
}
.main-banner-content .uk-button {
	font-size: 14px;
	padding: 12px 27px
}
.banner-with-form {
	padding-bottom: 565px
}
.banner-with-form .uk-container .uk-grid {
	margin-top: 0
}
.main-banner-form {
	padding: 20px;
	margin-left: 0;
	margin-top: 30px
}
.features-area {
	margin-top:0px;
	background-color: initial
}
.features-area.uk-dark {
	position: relative;
	z-index: 1;
	background-color: initial
}
.features-area.uk-dark:before {
	content: "";
	position: absolute

	left: 0;
	bottom: 0;
	width: 100%;
	display: block;
	background: #000;
	height: 45%;
	z-index: -1
}
.single-features-box {
	margin-top: 20px;
	padding: 25px 20px
}
.single-features-box .icon i:before {
	font-size: 35px
}
.single-features-box h3 {
	font-size: 18px
}
.single-features-box .animation-img img {
	display: none
}
.about-img {
	position: relative;
	top: 0;
	margin-top: 35px
}
.about-img .about-img2, .about-img .shape-img {
	display: none
}
.about-img .about-img1, .about-img img {
	width: 100%
}
.about-img .uk-button {
	right: 0;
	bottom: 1px
}
.about-content .about-text h3 {
	font-size: 17px
}
.services-area {
	padding-bottom: 20px
}
.services-area .item {
	margin-bottom: 20px
}
.single-services {
	padding: 30px 30px 30px 88px;
	border-radius: 65px 0 0 65px
}
.single-services .icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	margin-top: -35px;
	left: 5px
}
.single-services .icon i:before {
	font-size: 28px
}
.single-services h3 {
	font-size: 15px
}
.single-services .link-btn {
	margin-top: -10px
}
.single-services .link-btn:before {
	font-size: 15px
}
.single-services-box {
	padding: 20px
}
.single-services-box .icon i:before {
	font-size: 30px
}
.single-services-box h3 {
	font-size: 15px
}
.single-services-box .animation-img img {
	display: none
}
.project-slides {
	left: 0
}
.project-slides.owl-theme .owl-dots {
	margin-top: 25px!important
}
.single-project .project-content {
	padding: 25px 15px
}
.single-project .project-content h3 {
	font-size: 18px
}
.single-project .project-content ul li {
	margin: 0 7px
}
.single-project .project-content ul li a {
	font-size: 13px
}
.feedback-img .shape-img {
	display: none
}
.feedback-img .video-btn {
	right: 10px;
	bottom: 10px
}
.feedback-inner {
	margin-top: 30px
}
.testimonials-area {
	padding-bottom: 10px
}
.testimonials-item .quotation-profile .profile-info h3 {
	font-size: 15px;
	margin-bottom: 4px
}
.testimonials-item .quotation-profile .profile-info span {
	font-size: 13px
}
.partner-area {
	padding-top: 40px!important
}
.team-area {
	padding-bottom: 10px
}
.team-slides.owl-theme .owl-dots {
	margin-top: 0!important
}
.single-team .team-content h3 {
	font-size: 18px
}
.single-team:focus .team-social, .single-team:hover .team-social {
	top: 0
}
.single-team:focus img, .single-team:hover img {
	top: 60px
}
.subscribe-area {
	text-align: center
}
.subscribe-area h3 {
	font-size: 18px;
	margin: 0 0 20px!important
}
.subscribe-area form .uk-button {
	position: relative;
	height: 50px;
	margin-top: 20px
}
.single-blog-post .blog-post-content {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: -30px;
	padding: 20px 15px
}
.single-blog-post .blog-post-content h3 {
	font-size: 18px
}
.single-blog-post .blog-post-image a img {
	width: 100%
}
.blog-slides.owl-theme .owl-dots {
	margin-top: 0!important
}
.map-img {
	margin-bottom: 0!important;
	margin-top: 75px
}
.map-img .location a .location-info {
	left: -58px;
	width: 130px;
	padding: 15px 10px
}
.map-img .location a .location-info h5 {
	font-size: 14px
}
.map-img .location a .location-info span {
	font-size: 13px
}
.footer-area {
	padding-top: 70px
}
.footer-area .footer-shape1, .footer-area .footer-shape2 {
	display: none
}
.single-footer-widget {
	margin-bottom: 30px!important
}
.single-footer-widget .logo {
	margin-bottom: 20px
}
.single-footer-widget h3 {
	font-size: 18px
}
.copyright-area, .copyright-area ul {
	margin-top: 10px;
	text-align: center
}
.copyright-area .back-to-top {
	top: -22px
}
.copyright-area .back-to-top .uk-totop {
	width: 30px;
	line-height: 30px;
	height: 30px
}
.page-title-area {
    padding-top:0px;
    padding-bottom:0px;

}

.page-title-area img {
	min-height:250px;
	object-fit:cover;
	}


.page-title-area h1 {
	font-size: 22px
}
.page-title-area ul {
	margin: 13px 0 0
}
.blog-details .uk-flex {
	display: block
}
.blog-details .uk-width-1-5 {
	width: 100%
}
.blog-details .inner .article-img .date {
	width: 80px;
	height: 60px;
	font-size: 15px;
	padding-top: 13px;
	line-height: 23px
}
.blog-details .inner .article-content ul.category li {
	margin-bottom: 2px
}
.blog-details .inner .article-content h3 {
	font-size: 18px;
	line-height: 28px
}
.blog-details .inner .article-content .blockquote {
	padding: 20px;
	border-width: 3px
}
.blog-details .inner .article-content .blockquote p {
	font-size: 15px
}
.blog-details .inner .post-controls-buttons {
	overflow: hidden
}
.blog-details .inner .post-controls-buttons .item {
	float: left;
	width: 50%
}
.blog-details .inner .post-controls-buttons .item .uk-button {
	font-size: 14px;
	padding: 10px 25px
}
.blog-details .inner .comments-area .comment-reply-title, .blog-details .inner .comments-area .comments-title {
	font-size: 17px
}
.blog-details .inner .comments-area ol li .comment-body .reply, .blog-details .inner .comments-area ul li .comment-body .reply {
	position: relative;
	right: 0;
	top: 0;
	margin-top: 15px
}
.blog-details .inner .comments-area .comment-respond .comment-form-author input, .blog-details .inner .comments-area .comment-respond .comment-form-author textarea, .blog-details .inner .comments-area .comment-respond .comment-form-comment input, .blog-details .inner .comments-area .comment-respond .comment-form-comment textarea, .blog-details .inner .comments-area .comment-respond .comment-form-email input, .blog-details .inner .comments-area .comment-respond .comment-form-email textarea, .blog-details .inner .comments-area .comment-respond .comment-form-url input, .blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
	width: 90%
}
.blog-details .uk-sidebar {
	margin-top: 40px
}
.uk-sidebar .widget .widget-title {
	font-size: 18px
}
.uk-sidebar .widget.widget_recent_entries ul li h5 {
	font-size: 14px
}
.services-details .uk-flex {
	display: block
}
.services-details .uk-width-1-5 {
	width: 100%
}
.services-details .uk-sidebar {
	margin-top: 40px
}
.services-details-desc h3 {
	font-size: 18px
}
.services-details-desc .services-features-list li {
	float: unset;
	width: 100%
}
.services-details-desc .blockquote, .services-details-desc blockquote {
	padding: 20px 15px
}
.services-details-desc .blockquote p, .services-details-desc .our-work-benefits .accordion .accordion-title, .services-details-desc blockquote p {
	font-size: 14px
}
.pagination-area {
	margin-top: 10px
}
.project-details .uk-flex {
	display: block
}
.project-details .uk-width-1-5 {
	width: 100%
}
.project-details-info {
	padding: 20px
}
.project-details-info ul li {
	font-size: 14px
}
.project-details-desc h3 {
	font-size: 18px
}
.project-details-desc .blockquote, .project-details-desc blockquote {
	padding: 20px 15px
}
.project-details-desc .blockquote p, .project-details-desc blockquote p {
	font-size: 14px
}
.project-next-and-prev {
	overflow: hidden;
	padding: 0;
	box-shadow: unset
}
.project-next-and-prev .item {
	float: left;
	width: 50%
}
.project-next-and-prev .item .uk-button {
	font-size: 14px;
	padding: 10px 20px
}

.header-area
{position:relative;}

.header-area.inner-header
{position:absolute;}

.header.sticky
{position:inherit;}

}

@media only screen and (max-width:991px)

{
.open-nav
{display:block;}

}


@media only screen and (min-width:768px) and (max-width:991px) {


body, p {
	font-size: 14px
}
.section-title h2 {
	font-size: 30px
}
.header-area {
	padding-top: 20px;
	padding-bottom: 20px
}
.header-area.uk-sticky-fixed {
	padding-top: 25px;
	padding-bottom: 25px;
	
}
.header.sticky
{position:absolute;} 
.header-area #navbar-toggle {
	display: inline-flex
}
.navbar {
	display: none
}
.main-banner {
	height: 100%;
	background-position: 100% 100%;
	padding-top: 200px;
	padding-bottom: 540px
}
.main-banner-content h1 {
	font-size: 45px;
	line-height: 45px;
	padding: 6px 0
}
.main-banner-content h1:before {
	width: 17px
}
.main-banner-content p {
	margin-top: 25px;
	margin-bottom: 25px
}
.banner-with-form {
	padding-bottom: 455px
}
.banner-with-form .uk-container .uk-grid {
	margin-top: 0
}
.main-banner-form {
	margin-left: 0;
	margin-top: 30px
}
.features-area {
	background: transparent;
}
.features-area.uk-dark {
	background-color: initial;
	position: relative;
	z-index: 1
}
.features-area.uk-dark:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #000;
	height: 65%;
	z-index: -1;
	display: block
}
.single-features-box {
	margin-top: 20px
}
.single-features-box h3 {
	font-size: 20px
}

.single-features-box .animation-img {
	display: none
}
.about-content .about-text h3 {
	font-size: 18px
}
.about-img {
	position: relative;
	top: 0;
	bottom: 0;
	text-align: center;
	margin-top: 30px
}
.about-img .about-img2 {
	display: none
}
.about-img .about-img1 {
	width: 100%
}
.about-img .uk-button {
	bottom: 0
}
.services-area {
	padding-bottom: 10px
}
.single-services h3 {
	font-size: 16px
}
.single-services-box {
	padding: 30px
}
.single-services-box .icon i:before {
	font-size: 35px
}
.single-services-box h3 {
	font-size: 16px
}
.single-services-box .animation-img {
	display: none
}
.testimonials-area {
	padding-bottom: 10px
}
.testimonials-item .quotation-profile .profile-info h3 {
	font-size: 16px
}
.project-slides {
	left: 0;
	position: relative
}
.single-project .project-content h3 {
	font-size: 20px
}
.feedback-img .video-btn {
	right: 0
}
.feedback-inner {
	margin-top: 35px
}
.team-area {
	padding-bottom: 10px
}
.team-slides.owl-theme .owl-dots {
	margin-top: 10px!important
}
.partner-area {
	padding-top: 40px!important
}
.subscribe-area {
	text-align: center
}
.subscribe-area h3 {
	font-size: 20px;
	margin: 0 0 20px!important
}
.subscribe-area form .uk-button {
	position: relative;
	height: 50px;
	margin-top: 20px
}
.single-blog-post .blog-post-content {
	margin-right: 10px;
	margin-left: 10px
}
.single-blog-post .blog-post-content h3 {
	font-size: 20px
}
.single-footer-widget {
	margin-bottom: 30px!important
}
.single-footer-widget h3 {
	font-size: 20px
}
.copyright-area {
	margin-top: 40px
}

.pagination-area {
	margin-top: 20px
}
.blog-details .uk-flex {
	display: block
}
.blog-details .uk-width-1-5 {
	width: 100%
}
.blog-details .inner .article-content h3, .blog-details .inner .comments-area .comment-reply-title, .blog-details .inner .comments-area .comments-title {
	font-size: 20px
}
.blog-details .inner .comments-area .comment-respond .comment-form-author input, .blog-details .inner .comments-area .comment-respond .comment-form-author textarea, .blog-details .inner .comments-area .comment-respond .comment-form-comment input, .blog-details .inner .comments-area .comment-respond .comment-form-comment textarea, .blog-details .inner .comments-area .comment-respond .comment-form-email input, .blog-details .inner .comments-area .comment-respond .comment-form-email textarea, .blog-details .inner .comments-area .comment-respond .comment-form-url input, .blog-details .inner .comments-area .comment-respond .comment-form-url textarea {
	width: 90%
}
.blog-details .uk-sidebar {
	margin-top: 40px
}
.services-details .uk-flex {
	display: block
}
.services-details .uk-width-1-5 {
	width: 100%
}
.services-details .uk-sidebar {
	margin-top: 40px
}
.services-details-desc h3 {
	font-size: 20px
}
.project-details .uk-flex {
	display: block
}
.project-details .uk-width-1-5 {
	width: 100%
}
.project-details-desc h3 {
	font-size: 20px
}

.uk-page-title img
{object-fit:cover;
min-height:400px;}


}
@media only screen and (min-width:992px) and (max-width:1199px) {
.about-img {
	position: relative;
	top: 0
}
.about-img .about-img2 {
	left: 0;
	bottom: 0
}
.about-img .uk-button {
	bottom: 0
}
.main-banner-form {
	margin-top: 0
}
.project-slides {
	left: 0
}
}
@media only screen and (min-width:1650px) {
.main-banner {
	background-position: 74%
}
.about-img {
	position: absolute;
	right: 0;
	top: 70px;
	text-align: right
}
.about-img .about-img2 {
	position: absolute;
	left: -130px;
	bottom: -30px
}
.about-img .shape-img {
	position: absolute;
	left: 115px;
	top: 12%
}
.about-img .about-img1 {
	width: 100%
}
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}
@-webkit-keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
@keyframes bounce {
0%, 20%, 53%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1);
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
40%, 43% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -30px, 0);
transform:translate3d(0, -30px, 0)
}
70% {
-webkit-animation-timing-function:cubic-bezier(.755, .05, .855, .06);
animation-timing-function:cubic-bezier(.755, .05, .855, .06);
-webkit-transform:translate3d(0, -15px, 0);
transform:translate3d(0, -15px, 0)
}
90% {
-webkit-transform:translate3d(0, -4px, 0);
transform:translate3d(0, -4px, 0)
}
}
.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}
@-webkit-keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
@keyframes flash {
0%, 50%, to {
opacity:1
}
25%, 75% {
opacity:0
}
}
.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}
@-webkit-keyframes pulse {
0%, to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
}
@keyframes pulse {
0%, to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
50% {
-webkit-transform:scale3d(1.05, 1.05, 1.05);
transform:scale3d(1.05, 1.05, 1.05)
}
}
.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
@-webkit-keyframes rubberBand {
0%, to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
}
@keyframes rubberBand {
0%, to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
30% {
-webkit-transform:scale3d(1.25, .75, 1);
transform:scale3d(1.25, .75, 1)
}
40% {
-webkit-transform:scale3d(.75, 1.25, 1);
transform:scale3d(.75, 1.25, 1)
}
50% {
-webkit-transform:scale3d(1.15, .85, 1);
transform:scale3d(1.15, .85, 1)
}
65% {
-webkit-transform:scale3d(.95, 1.05, 1);
transform:scale3d(.95, 1.05, 1)
}
75% {
-webkit-transform:scale3d(1.05, .95, 1);
transform:scale3d(1.05, .95, 1)
}
}
.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}
@-webkit-keyframes shake {
0%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
@keyframes shake {
0%, to {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
20%, 40%, 60%, 80% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
}
.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}
@-webkit-keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes headShake {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
6.5% {
-webkit-transform:translateX(-6px) rotateY(-9deg);
transform:translateX(-6px) rotateY(-9deg)
}
18.5% {
-webkit-transform:translateX(5px) rotateY(7deg);
transform:translateX(5px) rotateY(7deg)
}
31.5% {
-webkit-transform:translateX(-3px) rotateY(-5deg);
transform:translateX(-3px) rotateY(-5deg)
}
43.5% {
-webkit-transform:translateX(2px) rotateY(3deg);
transform:translateX(2px) rotateY(3deg)
}
50% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
.headShake {
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-name: headShake;
	animation-name: headShake
}
@-webkit-keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
}
@keyframes swing {
20% {
-webkit-transform:rotate(15deg);
transform:rotate(15deg)
}
40% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
60% {
-webkit-transform:rotate(5deg);
transform:rotate(5deg)
}
80% {
-webkit-transform:rotate(-5deg);
transform:rotate(-5deg)
}
to {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg)
}
}
.swing {
	-webkit-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}
@-webkit-keyframes tada {
0%, to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate(-3deg);
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
}
@keyframes tada {
0%, to {
-webkit-transform:scaleX(1);
transform:scaleX(1)
}
10%, 20% {
-webkit-transform:scale3d(.9, .9, .9) rotate(-3deg);
transform:scale3d(.9, .9, .9) rotate(-3deg)
}
30%, 50%, 70%, 90% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)
}
40%, 60%, 80% {
-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg);
transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)
}
}
.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}
@-webkit-keyframes wobble {
0%, to {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
}
@keyframes wobble {
0%, to {
-webkit-transform:none;
transform:none
}
15% {
-webkit-transform:translate3d(-25%, 0, 0) rotate(-5deg);
transform:translate3d(-25%, 0, 0) rotate(-5deg)
}
30% {
-webkit-transform:translate3d(20%, 0, 0) rotate(3deg);
transform:translate3d(20%, 0, 0) rotate(3deg)
}
45% {
-webkit-transform:translate3d(-15%, 0, 0) rotate(-3deg);
transform:translate3d(-15%, 0, 0) rotate(-3deg)
}
60% {
-webkit-transform:translate3d(10%, 0, 0) rotate(2deg);
transform:translate3d(10%, 0, 0) rotate(2deg)
}
75% {
-webkit-transform:translate3d(-5%, 0, 0) rotate(-1deg);
transform:translate3d(-5%, 0, 0) rotate(-1deg)
}
}
.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}
@-webkit-keyframes jello {
0%, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
@keyframes jello {
0%, 11.1%, to {
-webkit-transform:none;
transform:none
}
22.2% {
-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);
transform:skewX(-12.5deg) skewY(-12.5deg)
}
33.3% {
-webkit-transform:skewX(6.25deg) skewY(6.25deg);
transform:skewX(6.25deg) skewY(6.25deg)
}
44.4% {
-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);
transform:skewX(-3.125deg) skewY(-3.125deg)
}
55.5% {
-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);
transform:skewX(1.5625deg) skewY(1.5625deg)
}
66.6% {
-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);
transform:skewX(-.78125deg) skewY(-.78125deg)
}
77.7% {
-webkit-transform:skewX(.390625deg) skewY(.390625deg);
transform:skewX(.390625deg) skewY(.390625deg)
}
88.8% {
-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);
transform:skewX(-.1953125deg) skewY(-.1953125deg)
}
}
.jello {
	-webkit-animation-name: jello;
	animation-name: jello;
	-webkit-transform-origin: center;
	transform-origin: center
}
@-webkit-keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
}
@keyframes bounceIn {
0%, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
20% {
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
40% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
60% {
opacity:1;
-webkit-transform:scale3d(1.03, 1.03, 1.03);
transform:scale3d(1.03, 1.03, 1.03)
}
80% {
-webkit-transform:scale3d(.97, .97, .97);
transform:scale3d(.97, .97, .97)
}
to {
	opacity: 1;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
}
.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes bounceInDown {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, -3000px, 0);
transform:translate3d(0, -3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, 25px, 0);
transform:translate3d(0, 25px, 0)
}
75% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
90% {
-webkit-transform:translate3d(0, 5px, 0);
transform:translate3d(0, 5px, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes bounceInLeft {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(-3000px, 0, 0);
transform:translate3d(-3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(25px, 0, 0);
transform:translate3d(25px, 0, 0)
}
75% {
-webkit-transform:translate3d(-10px, 0, 0);
transform:translate3d(-10px, 0, 0)
}
90% {
-webkit-transform:translate3d(5px, 0, 0);
transform:translate3d(5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
@keyframes bounceInRight {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(3000px, 0, 0);
transform:translate3d(3000px, 0, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(-25px, 0, 0);
transform:translate3d(-25px, 0, 0)
}
75% {
-webkit-transform:translate3d(10px, 0, 0);
transform:translate3d(10px, 0, 0)
}
90% {
-webkit-transform:translate3d(-5px, 0, 0);
transform:translate3d(-5px, 0, 0)
}
to {
	-webkit-transform: none;
	transform: none
}
}
.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes bounceInUp {
0%, 60%, 75%, 90%, to {
-webkit-animation-timing-function:cubic-bezier(.215, .61, .355, 1);
animation-timing-function:cubic-bezier(.215, .61, .355, 1)
}
0% {
opacity:0;
-webkit-transform:translate3d(0, 3000px, 0);
transform:translate3d(0, 3000px, 0)
}
60% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
75% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
90% {
-webkit-transform:translate3d(0, -5px, 0);
transform:translate3d(0, -5px, 0)
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3)
}
}
@keyframes bounceOut {
20% {
-webkit-transform:scale3d(.9, .9, .9);
transform:scale3d(.9, .9, .9)
}
50%, 55% {
opacity:1;
-webkit-transform:scale3d(1.1, 1.1, 1.1);
transform:scale3d(1.1, 1.1, 1.1)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.3, .3, .3);
	transform: scale3d(.3, .3, .3)
}
}
.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform:translate3d(0, 10px, 0);
transform:translate3d(0, 10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, -20px, 0);
transform:translate3d(0, -20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
@keyframes bounceOutLeft {
20% {
opacity:1;
-webkit-transform:translate3d(20px, 0, 0);
transform:translate3d(20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
@keyframes bounceOutRight {
20% {
opacity:1;
-webkit-transform:translate3d(-20px, 0, 0);
transform:translate3d(-20px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform:translate3d(0, -10px, 0);
transform:translate3d(0, -10px, 0)
}
40%, 45% {
opacity:1;
-webkit-transform:translate3d(0, 20px, 0);
transform:translate3d(0, 20px, 0)
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}
@-webkit-keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
@keyframes fadeIn {
0% {
opacity:0
}
to {
	opacity: 1
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDown {
0% {
opacity:0;
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInDownBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, -2000px, 0);
transform:translate3d(0, -2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInLeftBig {
0% {
opacity:0;
-webkit-transform:translate3d(-2000px, 0, 0);
transform:translate3d(-2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRight {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInRightBig {
0% {
opacity:0;
-webkit-transform:translate3d(2000px, 0, 0);
transform:translate3d(2000px, 0, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUp {
0% {
opacity:0;
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes fadeInUpBig {
0% {
opacity:0;
-webkit-transform:translate3d(0, 2000px, 0);
transform:translate3d(0, 2000px, 0)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
to {
	opacity: 0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
to {
	opacity: 0
}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
@keyframes fadeOutDown {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
@keyframes fadeOutDownBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0)
}
}
.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
@keyframes fadeOutLeft {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
@keyframes fadeOutLeftBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(-2000px, 0, 0);
	transform: translate3d(-2000px, 0, 0)
}
}
.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}
@-webkit-keyframes fadeOutRight {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
@keyframes fadeOutRight {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
@keyframes fadeOutRightBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(2000px, 0, 0);
	transform: translate3d(2000px, 0, 0)
}
}
.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}
@-webkit-keyframes fadeOutUp {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
@keyframes fadeOutUp {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
@keyframes fadeOutUpBig {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(0, -2000px, 0);
	transform: translate3d(0, -2000px, 0)
}
}
.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}
@-webkit-keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(-1turn);
transform:perspective(400px) rotateY(-1turn);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);
transform:perspective(400px) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);
transform:perspective(400px) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
}
@keyframes flip {
0% {
-webkit-transform:perspective(400px) rotateY(-1turn);
transform:perspective(400px) rotateY(-1turn);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
40% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);
transform:perspective(400px) translateZ(150px) rotateY(-190deg);
-webkit-animation-timing-function:ease-out;
animation-timing-function:ease-out
}
50% {
-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);
transform:perspective(400px) translateZ(150px) rotateY(-170deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
80% {
-webkit-transform:perspective(400px) scale3d(.95, .95, .95);
transform:perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px);
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
}
.animated.flip {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
@keyframes flipInX {
0% {
-webkit-transform:perspective(400px) rotateX(90deg);
transform:perspective(400px) rotateX(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateX(10deg);
transform:perspective(400px) rotateX(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateX(-5deg);
transform:perspective(400px) rotateX(-5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
.flipInX {
	backface-visibility: visible!important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}
.flipInX, .flipInY, .flipOutX {
	-webkit-backface-visibility: visible!important
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-20deg);
transform:perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
@keyframes flipInY {
0% {
-webkit-transform:perspective(400px) rotateY(90deg);
transform:perspective(400px) rotateY(90deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in;
opacity:0
}
40% {
-webkit-transform:perspective(400px) rotateY(-20deg);
transform:perspective(400px) rotateY(-20deg);
-webkit-animation-timing-function:ease-in;
animation-timing-function:ease-in
}
60% {
-webkit-transform:perspective(400px) rotateY(10deg);
transform:perspective(400px) rotateY(10deg);
opacity:1
}
80% {
-webkit-transform:perspective(400px) rotateY(-5deg);
transform:perspective(400px) rotateY(-5deg)
}
to {
	-webkit-transform: perspective(400px);
	transform: perspective(400px)
}
}
.flipInY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}
@keyframes flipOutX {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateX(-20deg);
transform:perspective(400px) rotateX(-20deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotateX(90deg);
	transform: perspective(400px) rotateX(90deg);
	opacity: 0
}
}
.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateY(-15deg);
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}
}
@keyframes flipOutY {
0% {
-webkit-transform:perspective(400px);
transform:perspective(400px)
}
30% {
-webkit-transform:perspective(400px) rotateY(-15deg);
transform:perspective(400px) rotateY(-15deg);
opacity:1
}
to {
	-webkit-transform: perspective(400px) rotateY(90deg);
	transform: perspective(400px) rotateY(90deg);
	opacity: 0
}
}
.flipOutY {
	-webkit-backface-visibility: visible!important;
	backface-visibility: visible!important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);
transform:translate3d(100%, 0, 0) skewX(-30deg);
opacity:0
}
60% {
-webkit-transform:skewX(20deg);
transform:skewX(20deg);
opacity:1
}
80% {
-webkit-transform:skewX(-5deg);
transform:skewX(-5deg);
opacity:1
}
to {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
0% {
opacity:1
}
to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0
}
}
@keyframes lightSpeedOut {
0% {
opacity:1
}
to {
	-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
	transform: translate3d(100%, 0, 0) skewX(30deg);
	opacity: 0
}
}
.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center;
transform-origin:center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
opacity:0
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(-45deg);
transform:rotate(-45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
-webkit-transform:rotate(45deg);
transform:rotate(45deg);
opacity:0
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
-webkit-transform:rotate(-90deg);
transform:rotate(-90deg);
opacity:0
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: none;
	transform: none;
	opacity: 1
}
}
.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(200deg);
	transform: rotate(200deg);
	opacity: 0
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center;
transform-origin:center;
opacity:1
}
to {
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(200deg);
	transform: rotate(200deg);
	opacity: 0
}
}
.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0
}
}
.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0
}
}
.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin:left bottom;
transform-origin:left bottom;
opacity:1
}
to {
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	opacity: 0
}
}
.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin:right bottom;
transform-origin:right bottom;
opacity:1
}
to {
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	opacity: 0
}
}
.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0
}
}
@keyframes hinge {
0% {
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
20%, 60% {
-webkit-transform:rotate(80deg);
transform:rotate(80deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out
}
40%, 80% {
-webkit-transform:rotate(60deg);
transform:rotate(60deg);
-webkit-transform-origin:top left;
transform-origin:top left;
-webkit-animation-timing-function:ease-in-out;
animation-timing-function:ease-in-out;
opacity:1
}
to {
	-webkit-transform: translate3d(0, 700px, 0);
	transform: translate3d(0, 700px, 0);
	opacity: 0
}
}
.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}
@-webkit-keyframes jackInTheBox {
0% {
opacity:0;
-webkit-transform:scale(.1) rotate(30deg);
transform:scale(.1) rotate(30deg);
-webkit-transform-origin:center bottom;
transform-origin:center bottom
}
50% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
70% {
-webkit-transform:rotate(3deg);
transform:rotate(3deg)
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
@keyframes jackInTheBox {
0% {
opacity:0;
-webkit-transform:scale(.1) rotate(30deg);
transform:scale(.1) rotate(30deg);
-webkit-transform-origin:center bottom;
transform-origin:center bottom
}
50% {
-webkit-transform:rotate(-10deg);
transform:rotate(-10deg)
}
70% {
-webkit-transform:rotate(3deg);
transform:rotate(3deg)
}
to {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1)
}
}
.jackInTheBox {
	-webkit-animation-name: jackInTheBox;
	animation-name: jackInTheBox
}
@-webkit-keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
@keyframes rollIn {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0) rotate(-120deg);
transform:translate3d(-100%, 0, 0) rotate(-120deg)
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none
}
}
.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}
@-webkit-keyframes rollOut {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
	transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
@keyframes rollOut {
0% {
opacity:1
}
to {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
	transform: translate3d(100%, 0, 0) rotate(120deg)
}
}
.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInDown {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}
@-webkit-keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInLeft {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}
@-webkit-keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInRight {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}
@-webkit-keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomInUp {
0% {
opacity:0;
-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
60% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);
animation-timing-function:cubic-bezier(.175, .885, .32, 1)
}
}
.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
to {
	opacity: 0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
to {
	opacity: 0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
@-webkit-keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutDown {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center
}
}
@keyframes zoomOutLeft {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
	transform: scale(.1) translate3d(-2000px, 0, 0);
	-webkit-transform-origin: left center;
	transform-origin: left center
}
}
.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}
@-webkit-keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center
}
}
@keyframes zoomOutRight {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
}
to {
	opacity: 0;
	-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
	transform: scale(.1) translate3d(2000px, 0, 0);
	-webkit-transform-origin: right center;
	transform-origin: right center
}
}
.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}
@-webkit-keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
@keyframes zoomOutUp {
40% {
opacity:1;
-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);
animation-timing-function:cubic-bezier(.55, .055, .675, .19)
}
to {
	opacity: 0;
	-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
	animation-timing-function: cubic-bezier(.175, .885, .32, 1)
}
}
.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}
@-webkit-keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes slideInDown {
0% {
-webkit-transform:translate3d(0, -100%, 0);
transform:translate3d(0, -100%, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes slideInLeft {
0% {
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes slideInRight {
0% {
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
@keyframes slideInUp {
0% {
-webkit-transform:translate3d(0, 100%, 0);
transform:translate3d(0, 100%, 0);
visibility:visible
}
to {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
}
.slideInUp {
	-webkit-animation-name: slideInUp;
	animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
@keyframes slideOutDown {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0)
}
}
.slideOutDown {
	-webkit-animation-name: slideOutDown;
	animation-name: slideOutDown
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}
}
.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
@keyframes slideOutRight {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0)
}
}
.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
@keyframes slideOutUp {
0% {
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
to {
	visibility: hidden;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}
}
.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

/*MY-CSS*/


.page h2
{
	font-size: 34px;
    font-weight: 700;
}

.ml-0
{margin-left:0px;}

.pagination-area ul li a
{display:inline-block;}
.pagination-area ul li
{padding-left:0px;}
.pagination-area ul li .page-numbers
{display: inline-block;
    padding: 0 10px;}
.pagination-area ul li span
{display:inline-block;}

.page-title-area ul#crumbs
{color:#fff;}


.header-area.inner-header .navbar .uk-navbar-nav li a
{
	color:#fff;
}

.header-area.inner-header .navbar .uk-navbar-nav li.current_page_item a
{color:#ff4800;}

.inner-header.header.sticky
{background:#000;}

.uk-page-title img
{
	width:100%;
}

span.current{color:#ff4800;}


.title-inner
{position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%);
z-index:1;}

.navbar .uk-navbar-nav li.current_page_item a {
    color: #ff4800;
}

.navbar .uk-navbar-nav li.current_page_item a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}


.page-title-area ul#crumbs a
{
	display:inline-block;
	color:#fff;
}

.page-title-area ul#crumbs a:hover
{color:#ff4800;}


.header.sticky
{background:#fff;}

.mobile-logo
{display:none;}

.slicknav_menu
{display:none;}

.post-page h3
{font-size: 24px;
    font-weight: 700;
    margin:0 0 15px 0;
    line-height: 30px;}

.sidebar h3{font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top:40px;
    position: relative;
margin-bottom:30px;}

.sidebar h3:after{position: absolute;
    z-index: 1;
    background: #ff4800;
    width: 55px;
    height: 3px;
    margin-top: 8px;
    margin-bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
    content: '';
    bottom: -40px;
    left: 0;
}

.sidebar h3:before{content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 30px;
    background: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    left: 35px;
    bottom: bottom: -40px;
    z-index: 99;}

.sidebar ul 
{    padding: 0;
    margin: 0;
    list-style-type: none;}

.sidebar ul li
{    position: relative;
    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;}

.sidebar ul li a
{color:#848484;}

.sidebar ul li:before
{content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #ff4800;
    margin-top: -5px;
    -webkit-transition: .5s;
    transition: .5s;}

.sidebar ul li:hover:before
{border-radius: 50%;}

.sidebar form.searchform
{background: #fff;
    box-shadow: 0 0 29px 0 hsla(0,0%,40%,.1);
    padding: 15px;}
.sidebar form.searchform div
{position:relative;}
.sidebar form.searchform input[type="text"]
{max-width: 100%;
    width: 100%;
    padding: 0 10px;
    background: #fff;
    color: #666;
    border: 1px solid #e5e5e5;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transition-property: color,background-color,border;
    transition-property: color,background-color,border;
    height: 48px;
padding: 10px;
    -webkit-transition: .5s;
    transition: .5s;}

.sidebar form.searchform input[type="text"]:focus
{    border:1px solid #ff4800;
    padding-left: 15px;}

.sidebar form.searchform input[type="submit"]
{    position: absolute;
    right:0px;
    top: 0;
    height: 100%;
    border: none;
        background: #ff4800;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
cursor:pointer;
padding:0 12px;
}



.sidebar form.searchform input[type="submit"]:hover
{background:#000;
color:#fff;}

.uk-container h2
{
	font-size: 34px;
    font-weight: 700;
}

.gform_wrapper#gform_wrapper_1 .gform_footer
{
	padding-top:0px;
	margin-top:0px;
}
.gform_wrapper .gform_footer input.gform_button
{font-size: 15px;
    font-weight: 600;
    line-height: unset;
    text-transform: capitalize;
    padding: 13px 32px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
background-color: #ff4800;
    color: #fff;
    margin-top: 20px !important;
        border: none;
    outline: none;
cursor:pointer;
-webkit-transition: .5s;
    transition: .5s;}



.gform_wrapper .gform_footer input.gform_button:hover
{background-color:#000;}
.gform_wrapper#gform_wrapper_1 ul li.gfield{margin-top:15px !important;}

.gform_wrapper#gform_wrapper_1 ul.gform_fields li.gfield span.name_first
{padding-top:0px;}

.gform_wrapper#gform_wrapper_1 .top_label li.gfield.gfield_error.gf_left_half
{
	margin-right:16px !important;
}

.gform_wrapper div.validation_error
{display:none !important;}

.gform_wrapper ul.gform_fields li.gfield select.gfield_select
{    height: 55px;
    background-color: #f4f4f4;
    border: none;
    padding: 10px;
    padding-left: 15px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin: 0px;
    width: 100%;}


/*dropdown*/

.uk-navbar-container .uk-navbar-nav li .sub-menu
{padding: 15px 5px 15px 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    top: 120%!important;}



.uk-navbar-container .uk-navbar-nav li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 95%!important;
    display:block;
    list-style-type:none;
}

.uk-navbar-container .uk-navbar-nav li .sub-menu
{    white-space: nowrap;
    font-size: .875rem;}

.sub-menu
{    display: none;
    position: absolute;
    z-index: 1020;
    box-sizing: border-box;
    min-width: 200px;
    padding: 25px;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 12px rgba(0,0,0,.15);}
.uk-navbar-container .uk-navbar-nav li .sub-menu li
{margin-bottom:8px;
list-style-type:none;}

.header-area.inner-header .uk-navbar-container .uk-navbar-nav li .sub-menu li a
{color:#000;}
.uk-navbar-container .uk-navbar-nav li .sub-menu li a:before
{display:none;}
.uk-navbar-container .uk-navbar-nav li:hover .sub-menu li a:after
{position: absolute;
    left: -15px;
    top: 0;
    height: 0;
    width: 3px;
    background: #ff4800;
    content: "";
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;}

.uk-navbar-container .uk-navbar-nav li:hover .sub-menu li a:hover 
{
	color:#ff4800;
}
.uk-navbar-container .uk-navbar-nav li:hover .sub-menu li a:hover:after
{opacity: 1;
    height: 100%;
    visibility: visible;}


.post-page a
{display:inline-block;
color:#ff4800;}

.post-page ul
{margin-left: 0;
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
}

.post-page ul li
{float: left;
    width: 45%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color:#000;
    position: relative;
    padding-left: 28px;}

.post-page ul li:before
{
	background-image: url(images/right.png);
    background-repeat: no-repeat;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 8px;
    background-position: center;
    background-size: 100%;
}

.gform_wrapper#gform_wrapper_2
{margin-top:0px; margin-bottom:0px;}

.gform_wrapper#gform_wrapper_2 .gform_fields li.gfield input[type="text"]{margin: 0px;
    padding: 0px;
    height:52px;
    border: none;
    padding-left: 20px;
    width: 100%;
    outline: none;
background:#fff;}

.gform_wrapper#gform_wrapper_2 .gform_body
{float:left;
width:70%;}

.gform_wrapper#gform_wrapper_2 .gform_footer
{    margin: 0px;
    padding: 0;
    float: left;
    width: 30%;
    clear: none;}

body .gform_wrapper#gform_wrapper_2 .gform_fields li.gfield
{margin-top:0px;
padding-right:0px;}

body .gform_wrapper#gform_wrapper_2 .gform_fields li.gfield div.ginput_container
{margin-top:0px;}

.gform_wrapper#gform_wrapper_2 .gform_footer input.gform_button
{margin-top:0px !important;}

.ab-btn i
{margin-left:10px;}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}

/*.caption-txt
{position:absolute;
top:50%;
transform:translateY(-50%);
width:100%;}*/

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


.flexslider .slides figure:first-child 
{    display: block;
    -webkit-backface-visibility: visible;}


.flexslider .slides figure
{display: none;
    -webkit-backface-visibility: hidden;
margin: 0;
    padding: 0;
    overflow: hidden;}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.blog-slides.owl-theme .owl-dots {
    line-height: .01;
    margin-top: 20px!important;
}

.blog-slides.owl-theme .owl-dots .owl-dot.active span {
    width: 22px;
}





.type-project .single-blog-post .blog-post-content
{
	background-color: #f9f9f9;
    padding: 35px 15px;
    position: relative;
    z-index: 1;
    margin:0px 0 30px 0;
    text-align:center;
    border:none;
}


.type-project .single-blog-post .blog-post-content h3
{margin:0px;}

.type-project .single-blog-post .blog-post-content span.date
{display:none;}

.type-project .single-blog-post .blog-post-content a.read-more
{display:none;}


.type-project .single-blog-post:hover .blog-post-content:before
{
	height:100%;
}

.type-project .single-blog-post .blog-post-content:before{    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    -webkit-transition: .5s;
    transition: .5s;
    background: #ff4800;
    z-index: -1;}

.type-project .single-blog-post:hover .blog-post-content a
{color:#fff;}

.project-slides .owl-nav
{display:none;}

/*9-OCT-2020*/


.gform_wrapper#gform_wrapper_3
{    margin: 0;
    padding: 15px 0 15px 15px;
    background:#00427b;}

.gform_wrapper#gform_wrapper_3 .gform_fields .gfield span.address_zip
{
	width:100%;
	margin:0px;
	padding:0px;
	padding-right:0px !important;
}

.gform_wrapper#gform_wrapper_3 ul li.gfield
{margin:0px;
     padding-top: 0;
    padding-bottom: 0;}

.gform_wrapper#gform_wrapper_3 ul li.gfield div.ginput_container
{margin-top:0px;}

.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield span.name_last
{
	padding-top:0px;
}


.gform_wrapper#gform_wrapper_3 ul.gform_fields li.gfield span.name_first
{
	padding-top:0px;
}

.gform_wrapper#gform_wrapper_3 ul li.gfield .ginput_container_name span input
{margin-bottom:0px;}

.gform_wrapper#gform_wrapper_3 ul li.gfield
{
	padding-bottom:12px;
	padding-left:0px;
	width:100%;
}

.gform_wrapper#gform_wrapper_3 ul li.gfield:before
{display:none;}

.gform_wrapper#gform_wrapper_3 ul li.gfield label.gfield_label
{margin:8px 0px; color:#fff;}

.gform_wrapper#gform_wrapper_3 .gform_footer
{margin:0px; padding:0px;}

.gform_wrapper#gform_wrapper_3 ul li.gfield .gfield_required
{display:none;}

.gform_wrapper#gform_wrapper_3 ul li.gfield .ginput_container_fileupload input[type="file"]
{background: #f4f4f4;
    padding: 8px;
    width: 62%;}

.gform_wrapper#gform_wrapper_3 .top_label li.gfield.gfield_error.gf_left_half
{margin-right:15px !important;}


.about-content ul
{margin-left: 0;
    display: block;
    width: 100%;
    float: left;
    padding: 0;
    list-style-type: none;
margin-top:0px;}

.about-content ul li
{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color:#000;
    position: relative;
    padding-left: 28px;
display:block;}

.about-content ul li:before
{
	background-image: url(images/right.png);
    background-repeat: no-repeat;
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 8px;
    background-position: center;
    background-size: 100%;
}


.single-features-box h3 a
{color:#000;}


.gform_wrapper#gform_wrapper_4 .gform_fields .gfield .ginput_container_name span.name_first input[type="text"]
{
	margin-bottom:0px;
}

.gform_wrapper#gform_wrapper_4 .gform_fields .gfield .ginput_container_email
{margin-top:0px}

.gform_wrapper#gform_wrapper_4 .gform_footer
{margin:0px; padding:0px;}

.gform_wrapper#gform_wrapper_4 .top_label li.gfield.gfield_error.gf_left_half
{margin-right:15px !important;}

.gform_wrapper#gform_wrapper_4 .top_label div.ginput_container
{margin-top:0px !important;}


.gform_wrapper#gform_wrapper_4
{margin-top:0px;
margin-bottom:0px;}

.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 form
{padding-left:15px !important;}


.map-img .location.uk-location3
{top:50%; left:50%;}

/*menu-mob*/
/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index:9999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  background-color:#000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top:40px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

.sidenav ul.uk-navbar-nav
{display:block;}
.sidenav ul.uk-navbar-nav li
{
	padding:10px 0px 10px 40px;
    display: block;
}

.sidenav ul.uk-navbar-nav li a
{color: #fff;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    padding: 0;
    display: inline-block;
    position: relative;
    min-height: 25px;
    z-index: 1;}

.sidenav ul.uk-navbar-nav li a:hover
{color:#ff4800;}

.sidenav ul.uk-navbar-nav li a:before
{content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    background: #ff4800;
    width: 0;
    height: 2px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;}

.sidenav ul.uk-navbar-nav li a:hover:before
{opacity: 1;
    visibility: visible;
    width: 100%;}



/* Position and style the close button (top right corner) */
.sidenav .closebtn {
     position: absolute;
    top: 10px;
    right:20px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    font-weight: 400;
}

h3.form-title.has-background
{padding:15px !important; margin:0px;}

.inner.uk-width-expand
{    border-right: 1px solid #eee;
    padding-right: 35px;}

.form-sidebar
{float:right;
background-color:#00427b;}
.form-sidebar h3
{    background: #ff4800;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    margin: 0;}
.form-sidebar .gform_wrapper#gform_wrapper_4
{    padding-left: 15px;
    padding-bottom: 20px;}

.form-sidebar .gform_wrapper#gform_wrapper_4 ul li.gfield .ginput_container_address span input
{margin-bottom:0;}



@media only screen and (max-width:767px)
{
	.gform_wrapper#gform_wrapper_3
	{padding:15px 15px 15px 15px;}
	.form-single.uk-sidebar .gform_wrapper#gform_wrapper_4 form
	{padding-right:15px;}
	.title-inner
	{width:100%;}

	.inner.uk-width-expand
	{
		border-right:none;
		padding-right:0px;
	}
	.form-sidebar .gform_wrapper#gform_wrapper_4
	{padding-right:15px;}
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .gform_wrapper#gform_wrapper_2 .gform_body
  {width:60%;}
  .gform_wrapper#gform_wrapper_2 .gform_footer
  {width:40%;}
  .gform_wrapper .gform_footer input.gform_button
  {padding:12px 5px;} 
}

.gform_fileupload_rules
{color:#fff;}