 
 

/* ##################### RESET CSS  ##################### */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
img{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
a:focus {
	outline: 0;
	text-decoration: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	transition:all .5s ease;
}
a:hover {
	text-decoration:none;
}

::-webkit-input-placeholder {
   opacity:1;
}

:-moz-placeholder { /* Firefox 18- */
   opacity:1;
}

::-moz-placeholder {  /* Firefox 19+ */
   opacity:1;
}

:-ms-input-placeholder {
   opacity:1;
}

img{
	max-width:100%;
}

/* Common CSS */

h1,h2,h3,h4,h5,h6{
	color:#181818;
}
p{
	color:#181818;
  font-family: 'Catamaran', sans-serif;
  line-height: 30px;
  font-size: 17px;
  color: #080d1c;
}

.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mb-30{
	margin-bottom:30px;
}

.buttons li{
	display:inline-block;
	margin-right:13px;
}

.button{
	display:inline-block;
	line-height:45px;
	padding:0 36px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:14px;
	font-weight:700;
	color:#fff;
	background:#87ca00;
	border:none;
	transition:all .5s ease;
}
.button.alt{
	background:#00aff1;
}
.button.alt-2{
	background:#fdc400;
	color:#181818;
}
.button:hover{
	color:#fff;
	background:#181818;
}

.page-with-sidebar{
	padding:120px 0 65px;
}
.page-sub-title{
	padding-bottom:35px;
}
.section-head{
	padding:65px 0 65px;
}
.section-head h4{
	color:#181818;
}
.overlay .section-head h4{
	color:#fff;
}
.section-head p{
	font-size:15px;
	padding-top:6px;
}

.page-head .overlay{
	/* padding:208px 0; */
	padding:95px 0;
}
.page-head h3{
	text-transform:uppercase;
	color:#fff;
}

.grey-bg{
	/* border: 1px solid #e9e9e9; */
	background-color: #ffffff;
}

.overlay{
	/* background:rgba(0,0,0,.2); */
}
.overlay.semi-dark{
	background:rgba(0,0,0,.5);
}
.overlay.dark{
	background:rgb(0 0 0 / 38%);
  /* background:  rgb(0 0 0 / 38%); */
}
.overlay.darker{
	background:rgba(0,0,0,.6);
}
.overlay.darkest{
	/* background:rgba(0,0,0,.95); */
	/* background:rgb(235 233 233 / 95%); */
}
.material-icons{
	font-size: 34px  !important;
}

/*topbar*/

.topbar{
	background:#f9f9f9;
	border-top:1px solid #e9e9e9;
	border-bottom:1px solid #e9e9e9;
}

.topbar-options{
	border-left:1px solid #e9e9e9;
}
.topbar-options li{
	float:left;
	border-right:1px solid #e9e9e9;
	line-height:36px;
	color:#888;
	font-size:12px;
}
.topbar-address{
	display:inline-block;
	padding:0 21px;
}

.topbar-address .fa{
	margin-right:8px;
	font-size:14px;
}

.topbar-social{
	border-right:1px solid #e9e9e9;
}
.topbar-social li{
	float:left;
	border-left:1px solid #e9e9e9;
}
.topbar-social li a {
	text-align:center;
	color:#888;
}
.topbar-social li a .fa{
	font-size:14px;
	line-height:36px;
	width:50px;
}
.topbar-social li a:hover{
	color:#87ca00;
}


/*navbar*/

.navbar-actions{
	padding-left:24px;
	margin-right:-42px;
}
.navbar-actions li{
	display:inline-block;
	margin:0 22px;
}
.navbar-actions li a{
	color:#181818;
	display:block;
	line-height:48px;
	margin:31px 0;
}

.navbar-brand{
	padding:35px 15px;
	height:110px;
}


.navbar-toggle {
	margin-top: 38px;
}

.navbar-default {
	background:#fff;
}
.navbar {
	min-height: 70px;
	margin-bottom: 0;
	border: none;
	width: 100%;
	border-radius:0;
}
.navbar-collapse{
	padding-left:19px;
	padding-right:19px;
}
.navbar-nav > li > a {
	line-height: 80px;
}
.nav > li > a {
	padding: 15px 3px;
	text-transform:uppercase;
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:700;
	margin:0 15px;
	position:relative;
font-family:'Smooch Sans', sans-serif;

}
.navbar-default .navbar-nav  > li  > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav  > li  > a:hover,
.navbar-default .navbar-nav  > li  > a:focus {
	color: #181818;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #181818;
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
	color: #181818;
	position:relative;
}
.navbar-default .navbar-nav > li > a .badge {
	position:absolute;
	right:-5px;
	top:35px;
	font-size:10px;
	line-height:16px;
	text-align:center;
	height:16px;
	width:16px;
	background:#ff7b58;
	padding:0;
}
.navbar-default .navbar-nav > li > a:before {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:4px;
	background: rgb(0,18,136);

	content:"";
	opacity:0;
	transition:all .5s ease;
}
.navbar-default .navbar-nav > .open > a:hover:before,
.navbar-default .navbar-nav > .open > a:focus:before,
.navbar-default .navbar-nav  > li  > a:hover:before,
.navbar-default .navbar-nav > li.active > a:before{
	opacity:1;
}

.dropdown-menu {
	min-width: 220px;
	padding: 14px 34px;
	margin: 0 0 0;
	font-size: 15px;
	line-height:51px;
	background-color: #eff4f2;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.dropdown-menu > li > a {
	display: block;
    font-size: 18px;
    padding: 4px 0;
    clear: both;
    font-weight: normal;
    line-height: 51px;
    color: #000;
    white-space: nowrap;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.dropdown-menu > li:last-child > a {
	border-bottom:none;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #181818;
	background-color: transparent
}

.dropdown-menu input[type="text"]{
	line-height:30px;
	background:none;
	border:none;
	color:#fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	color: #181818;
	background:transparent;
}

.navbar-default .navbar-nav  > li  > a .fa{
	color:#87ca00;
}

.navbar-default .navbar-toggle {
	border-color: #e9e9e9;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background: #87ca00;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar{
	background:#fff;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}

/*header-slider*/

.header-slider{
	position:relative;
}
.single-header-slide .overlay{
	color:#fff;
	padding:211px 0 215px;
}
.single-header-slide h2{
	padding-bottom:15px;
}
.single-header-slide h2,
.single-header-slide p{
	color:#fff;
}
.single-header-slide h2{
	position:relative;
	top:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide h2{
	top:0;
	opacity:1;
}
.single-header-slide p{
	position:relative;
	left:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide p{
	left:0;
	opacity:1;
}
.single-header-slide .button{
	position:relative;
	right:-20px;
	opacity:0;
	transition:all .5s ease;
}
.active-slide.single-header-slide .button{
	right:0;
	opacity:1;
}

.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0px;
	background:transparent;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
	background:none;
}
.header-section .bx-wrapper .bx-prev:after,
.header-section .bx-wrapper .bx-next:after{
	position:absolute;
	top:-30px;
	background:rgba(0,0,0,.35);
	content:"";
	width:30px;
	height:95px;
	line-height:95px;
	text-align:center;
	font-family: 'FontAwesome';
	font-size:20px;
	color:#87ca00;
	text-indent:0;
	transition:all .5s ease;
}
.header-section .bx-wrapper .bx-prev:after{
	left:-10px;
	content: "\f104";
}

.header-section .bx-wrapper .bx-next:after{
	right:-10px;
	content: "\f105";
}
.header-section .bx-wrapper .bx-prev:hover:after,
.header-section .bx-wrapper .bx-next:hover:after{
	color:#fff;
}

/*our-expertist*/

.our-expertist{
	padding-bottom:50px !important;
	/* box-shadow: 0 1px 1px rgba(204,204,204,.35); */
}

.single-expertist{
	margin-bottom:30px;
	background:#fff;
	transition:all .5s ease;
}
.single-expertist:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.se-top{
	position:relative;
}
.single-expertist p {
	padding-bottom:15px;
}
.single-expertist a {
	color:rgb(0, 18, 136);
	font-size:11px;
	line-height:16px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.single-expertist a:hover {
	color:#00aff1;
}
.single-expertist a .fa{
  height: 0px;
  width: 22px;
  border-radius: 50%;
  border: 1px solid rgb(0, 18, 136);
  color: rgb(0, 18, 136);
  font-size: 21px;
  text-align: center;
  line-height: 17px;
  display: inline-block;
  padding-left: 2px;
  margin-right: 6px;
}
.se-bottom{
	border:1px solid #e9e9e9;
	border-top:none;
	padding:30px 30px 34px 39px;
}


/*about-us-section*/

.about-us-section{
	/* padding:100px 0; */
	padding-top: 100px;
}
.about-us-section h4{
	padding:13px 0 27px;
}

.about-image img{
	margin-top:-70px;
}
.about-text{
	padding-right:40px;
}
.innr-page .about-text{
	padding-right:0;
}
.about-text p{
	padding-bottom:25px;
}

.about-us-section.innr-page h4{
	padding:0 0 27px;
}

.pl-25{
	padding-left:25px;
}

.about-us-section.innr-page{
	padding:35px 0 0px;
}
.about-us-section.innr-page .about-text{
	padding-bottom:50px;
}
.about-us-section.innr-page img{
	padding-bottom:35px;
	/*width:100%;*/
}

.about-us-section .our-skills{
	padding-top:72px;
}

.about-us-section.innr-page .our-skills{
	padding-top:0;
}

/*shop-section*/

.shop-section{
	padding-bottom:85px;
}
.single-shop-item{
	border:1px solid #e9e9e9;
	margin-bottom:30px;
	text-align:center;
	padding:8px 0 55px;
	position:relative;
}
.single-shop-item h6{
	line-height:23px;
	padding-top:2px;
}
.single-shop-item h6 a{
	color:#181818;
	position:relative;
	padding-bottom:25px;
}
.single-shop-item h6 span{
	display:block;
	color:#87ca00;
	line-height:23px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	transition:all .5s ease;
}
.single-shop-item h6 small{
	display:block;
	color:#00aff1;
	font-size:11px;
	text-transform:uppercase;
	font-weight:400;
	line-height:23px;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	opacity:0;
	transition:all .5s ease;
}
.single-shop-item h6:hover small{
	opacity:1;
}
.single-shop-item h6:hover span{
	opacity:0;
}
.single-shop-item .shop-badge{
	background:#ff7b58;
	color:#fff;
	line-height:18px;
	position:absolute;
	top:18px;
	right:18px;
	padding:0 7px;
	font-size:10px;
	text-transform:uppercase;
	display:inline-block;
}

/*shop-page*/

.page-head.shop{
	/* background:url(../images/bg/shop-title.jpg) center center; */
	background-size:cover;
}
.page-head.cart{
	/* background:url(../images/bg/cart-title.jpg) center center; */
	background-size:cover;
}

.shop-pagination{
	padding-top:38px;
}
.shop-pagination li{
	display:inline-block;
	margin-right:5px;
}
.shop-pagination li a{
	display:inline-block;
	border:1px solid #e9e9e9;
	line-height:33px;
	padding:0 13px;
	font-size:12px;
	font-weight:700;
	color:#181818;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.shop-pagination li a:hover{
	border:1px solid #fdc400;
	color:#fdc400;
}
.shop-pagination li:last-child a{
	border:1px solid #fdc400;
	background:#fdc400;
}
.shop-pagination li:last-child a:hover{
	color:#fff;
}


.product-discription{
	padding:132px 0 122px;
}

.product-image{
	position:relative;
	padding:50px 0 80px;
	border:1px solid #e9e9e9;
	margin-bottom:30px;
}
.product-image .product-rating{
	position:absolute;
	top:42px;
	left:48px;
	text-align:left;
}
.product-rating li{
	display:inline-block;
	color:#fdc400;
}

.addtocart{
	padding:14px 0 38px;
}
.addtocart .cart-counter{
	margin-right:6px;
}

.product-texts{
	margin-bottom:30px;
}
.product-texts ul li{
	display:inline-block;
}
.product-texts ul li a{
	color:#87ca00;
}
.product-texts h4{
	padding-bottom:18px;
}
.product-texts h4 span{
	display:block;
	color:#87ca00;
}
.product-texts p{
	padding-bottom:25px;
}

.product-dec-review{
	padding-top:50px;
}
.product-dec-review .nav > li > a {
	padding: 0 30px;
	margin: 0;
	background:#87ca00;
	color:#fff;
}
.product-dec-review .tab-pane {
	padding:55px
}
.product-dec-review .description p {
	padding-bottom:25px;
}
.product-dec-review .nav-tabs {
	border-bottom: none;
}
.product-dec-review .nav-tabs > li > a {
	margin-right: 0;
	line-height: 45px;
	border-radius: 0;
}
.product-dec-review .nav-tabs > li > a,
.product-dec-review .nav-tabs > li > a:hover,
.product-dec-review .nav-tabs > li > a:focus {
	border: none;
}
.product-dec-review .nav-tabs > li.active > a,
.product-dec-review .nav-tabs > li.active > a:hover,
.product-dec-review .nav-tabs > li.active > a:focus {
	color: #fff;
	background: #0f2730;
	border: none;
}
.product-dec-review .nav-tabs > li {
	margin-bottom: 0;
}


.single-review{
	display:flex;
	position:relative;
	padding-bottom:36px;
	border-bottom:1px solid #e9e9e9;
}
.single-review .product-rating{
	position:absolute;
	top:0;
	right:0;
}
.single-review img{
	flex-shrink:0;
	height:107px;
	width:107px;
	flex-basis:107px;
	border-radius:50%;
}
.review-discription{
	padding-left:38px;
}
.review-discription h6{
	padding-bottom:7px;
}
.review-discription h6 span{
	display:block;
	font-weight:400;
	text-transform:none;
	font-size:12px;
	color:#888;
}

.add-review{
	padding-top:40px;
}
.add-review h4{
	padding-bottom:4px;
}
.add-review a{
	color:#87ca00;
}
.add-review a:hover{
	color:#181818;
}


/*cart-section*/

.cart-section{
	padding:120px 0;
}

.cart-area{
	padding-bottom:30px;
}
.cart-list.title{
	padding-bottom:36px;
}
.cart-list{
	border-bottom:1px solid #e9e8e8;
	display:flex;
	align-items: center;
}

.cart-item span{
	color:#888;
	line-height:48px;
}

.product-info {
	display:flex;
	align-items: center;
	padding:25px 0;
}
.delete-product{
	border:1px solid #00aff1;
	height:17px;
	width:17px;
	border-radius:50%;
	display:inline-block;
	position:relative;
	margin-right:38px;
}
.delete-product:before{
	position:absolute;
	height:9px;
	width:1px;
	content:"";
	background:#00aff1;
	top:3px;
	left:50%;
	transform:rotate(45deg);
}
.delete-product:after{
	position:absolute;
	height:9px;
	width:1px;
	content:"";
	background:#00aff1;
	top:3px;
	left:50%;
	transform:rotate(-45deg);
}

.product-info h6{
	margin-left:38px;
}

.cart-counter {
	position: relative;
	width:64px;
	display:inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
	-webkit-appearance: none;
	margin: 0;
}

input[type=number]
{
	-moz-appearance: textfield;
}

.cart-counter input {
	width: 64px;
	height: 45px;
	line-height: 45px;
	display: inline-block;
	position:relative;
	padding-left: 16px;
	color:#888;
	border: 1px solid #e9e9e9;
	background:#f9f9f9;
}

.cart-counter input:focus {
	outline: 0;
}

.cart-counter-nav {
	position: absolute;
	height: 48px;
	top:0;
	left:50%;
	margin-left:25px;
}

.cart-counter-button {
  position: relative;
  cursor: pointer;
  text-align: center;
  color: #333;
}

.cart-counter-button.cart-counter-up {
	position: absolute;
	top: 16px;
	right:12px;
	height:0;
	width:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-bottom: 5px solid #a8a8a8;
}

.cart-counter-button.cart-counter-down {
	position: absolute;
	bottom: 16px;
	right:12px;
	height:0;
	width:0;
	border-left:4px solid transparent;
	border-right:4px solid transparent;
	border-top: 5px solid #a8a8a8;
}

.m-55{
	margin-left:-5.5px;
	margin-right:-5.5px;
}
.p55{
	padding-left:5.5px;
	padding-right:5.5px;
}
.cupon-code .input-box input[type="text"]{
	line-height:46px;
	background:#f9f9f9;
}
.cupon-code input[type="submit"]{
	line-height:50px;
}

.checkout-widget{
	margin-left:12px;
	padding:40px;
	margin-bottom:30px;
}
.checkout-widget h6{
	padding-bottom:22px;
	margin-bottom:15px;
	border-bottom:1px solid #e9e8e8;
}
.cart-total{
	padding:15px 0 25px;
	border-top:1px solid #e9e8e8;
}

.cart-information{
	display: flex;
}
.cart-information li{
	line-height:32px;
	padding:4px 0;
}
.cart-information li a{
	color:#87ca00;
	text-decoration:underline;
	margin-top:5px;
	margin-bottom:19px;
	display:block;
}
.cart-information li span{
	display:block;
}
.cart-information li label{
	font-weight:400;
	padding-left:27px;
	position:relative;
	cursor:pointer;
}
.cart-information li input[type="radio"]{
	display:none;
}
.cart-information li input[type="radio"]+label:before{
	position: absolute;
	top: 10px;
	left: 0;
	height: 13px;
	width: 13px;
	border: 1px solid #a8a8a8;
	background: #fff;
	content: "";
	border-radius: 50%;
	transition:all .3s ease;
}
.cart-information li input[type="radio"]:checked+label:before{
	border: 4px solid #00aff1;
}

.cart-information li:first-child{
	flex-basis: 110px;
	flex-shrink:0;
	font-weight:700;
	color:#181818;
}
.cart-information li:last-child{
	flex-grow:1;
	color:#888;
}
.cart-total li:last-child{
	font-weight:700;
	color:#181818;
}


/*faq-area*/

.faq-area{
	border-bottom:1px solid #e9e8e8;
}
.panel-default > .panel-heading {
  border-left:3px solid #465f8e;

	background-color: transparent;
	/* padding:12px 0 14px; */
}
.panel-group .panel + .panel {
	margin-top: 0;
  padding-top: 5px;
}
.panel-group {
	margin-bottom: 0;
}
.panel {
	background-color: transparent;
	/* border: none; */
	border-radius: 0;
	box-shadow: none;
	border:1px solid #d3cfcf;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
	border-top: none;
}
.panel-default > .panel-heading a {
	color: #000108;
	padding-right:34px;
	position:relative;
	display:block;
	line-height:28px;
}
.panel-default > .panel-heading a:after {
	position:absolute;
	top:1px;
	/* left:0; */
  right: -14px;
	font-family: "FontAwesome";
	content: "\f106";
	font-size:30px;
	line-height:19px;
	/* color:#87ca00; */
	margin-right:15px;
	padding-left:1px;
	/* border:1px solid #87ca00; */
	height:20px;
	width:13px;
	border-radius:50%;
	text-align:center;

}
.panel-default > .panel-heading a.collapsed:after {
	content: "\f107";
}
.panel-body {
	/* padding: 3px 20px 27px 35px; */
  padding:20px 20px 0px 20px;
}

/*more-service-section*/

.more-service-section{
	background:url(../images/bg/why-us.jpg) center center;
	background-size:cover;
}
.more-service-section .overlay{
	padding-bottom:130px;
}

.more-services{
	color:#fff;
	line-height:33px;
}
.more-services:hover{
	color:#87ca00;
}
.more-services .fa{
	padding-left:24px;
}

.single-mService{
	background:rgba(214,65,44,.7);
}
.single-mService img{
	width:100%;
}
.mService-text{
	padding:50px 40px 20px 47px;
}
.mService-text h6{
	color:#fff;
	padding-bottom:13px;
	text-transform:uppercase;
}
.mService-text p{
	color:#fff;
	padding-bottom:10px;
}

.mService-more a{
	color:#fff;
	border:1px solid #fff;
	border-radius:50%;
	line-height:20px;
	height:22px;
	width:22px;
	text-align:center;
	display:inline-block;
}
.mService-more a .fa{
	padding-left:2px;
}

/*service-section*/

.service-section{
	padding:110px 0 45px;
}
.all-services{

}
.single-service{
	padding:0 20px 50px;
}
.single-service .micon{
	font-size:64px;
	color:#87ca00;
}
.single-service .megaicon-solar-energy{
	color:#fdc400;
}
.single-service .megaicon-water{
	color:#87ca00;
}
.single-service .megaicon-electric-tower{
	color:#00aff1;
}
.single-service .megaicon-technology-1{
	color:#ff7b58;
}
.single-service h6{
	padding:20px 0 10px;
}

/*some-facts*/

.some-facts{

	/* background: {{url(asset('web_assets\img\bg\facts.jpg'))}}  center center; */
	background-size:cover;
}

.some-facts .overlay{
	padding:158px 0 141px;
}

.sect-title h3.small{
	font-size:40px;
	line-height:42px;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:0.06em;
	padding-bottom:12px;
}
.sect-title span{
	font-size:17px;
	line-height:27px;
	color:#fff;
}

.single-facts{
	position:relative;
	padding-left:90px;
	margin-top:24px;
}
.single-facts .micon{
	color:#87ca00;
	font-size:66px;
	position:absolute;
	left:0;
	top:8px;
}
.single-facts h3{
	color:#ffffff;
}
.single-facts span{
	font-size:17px;
	line-height:22px;
	color:#fff;
}

/*testimonial-section*/

.testimonial-blog-section{
	padding-bottom:90px;
}
.single-testimonial{

}
.ste-top{
	padding:35px 45px 53px 50px;
	border: 1px solid #e9e9e9;
	background-color: #f9f9f9;
	margin-bottom:40px;
}
.single-testimonial .micon{
	font-size:48px;
	color:#87ca00;
}
.single-testimonial img{
	flex-basis: 78px;
	flex-shrink:0;
	border:1px solid #e9e9e9;
	border-radius:50%;
}
.single-testimonial blockquote{
	color:#888;
	padding-top:12px;
}
.ste-bottom{
	display: inline-flex;
	align-items: center;
}
.ste-bottom h6{
	flex-grow:1;
	padding-left:20px;
}
.ste-bottom h6 span{
	font-weight:400;
	display:block;
	text-transform:none;
	font-size:12px;
}

.slick-next,
.slick-prev{
	position:absolute;
	top:-87px;
	text-indent:-9999px;
	height:22px;
	width:22px;
	padding:0;
	border:none;
	border-radius:50%;
	opacity:0.2;
	transition:all .5s ease;
}
.slick-next:hover,
.slick-prev:hover{
	opacity:0.5;
}
/* .slick-prev{
	right:28px;
	background: url('{{ asset('web_assets\img\icons\angle-left.png')  }}');
}
.slick-next{
	right:0;
	background:url('{{ asset('web_assets\img\icons\angle-right.png') }}');

} */

/*cta-section*/

.cta-section{

	background-size:cover;
}
.cta-section.cta-two{
	/* background:url(../images/bg/cta-two.jpg) center center; */
	background-size:cover;
}
.cta-section .overlay{
	padding:178px 0 212px;
}
.cta-section.cta-two .overlay{
	padding:130px 0 166px;
}
.cta-section .h4-like{
	font-weight:300;
	text-transform:none;
	display:block;
	color:#fff;
}

.cta-section  h3{
	text-transform:uppercase;
	color:#fff;
	padding:17px 0 31px;
}

/*blog-section*/

.single-blog{
	margin-bottom:19px;
	transition:all .5s ease;
}
.single-blog:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}
.page-with-sidebar .single-blog{
	margin-bottom:30px;
}

.more-blogs{
	color:#888;
	line-height:33px;
}
.more-blogs:hover{
	color:#87ca00;
}
.more-blogs .fa{
	padding-left:24px;
}

.sb-top{
	position:relative;
}
.sb-bottom{
	border: 1px solid #e9e9e9;
	padding:33px 20px 36px 44px;
}

.meta-info{
	background:rgba(135,202,0,.85);
	font-size:13px;
	color:#fff;
	padding:8px 18px 10px;
	position:absolute;
	top:20px;
	right:20px;
	text-transform:uppercase;
}
.meta-info span{
	display:block;
	font-size:20px;
	letter-spacing:0.1em;
	font-weight:700;
}

.video-play{
	position:absolute;
	top:27px;
	right:27px;
	height:34px;
	width:34px;
	border:2px solid #fff;
	border-radius:50%;
	text-align:center;
}
.video-play .fa{
	line-height:32px;
	color:#fff;
	margin:0 0 3px 3px;
}

.single-blog h6{
	padding-bottom:7px;
}
.single-blog h6 a{
	color:#181818;
}
.single-blog h6 a:hover{
	color:#87ca00;
}
.single-blog p{
	padding-bottom:16px;
}
.single-blog.small{
	border: 1px solid #e9e9e9;
	background-color: #fff;
	transition:all .5s ease;
	padding:30px 44px 38px;
}
.single-blog.small:hover{
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.blog-read-more {
	color:#888;
	font-size:11px;
	line-height:16px;
	display:inline-block;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.blog-read-more:hover {
	color:#00aff1;
}
.blog-read-more .fa{
	height:16px;
	width:16px;
	border-radius:50%;
	border:1px solid #00aff1;
	color:#00aff1;
	font-size:10px;
	text-align:center;
	line-height:14px;
	display:inline-block;
	padding-left:2px;
	margin-right:6px;
}

.footer_bg_one{
	/* background: url('{{ asset('web_assets\img\footerimage\cyclist.gif') }}') ; */
  background-repeat:no-repeat;
  background-position:center;
				width: 330px;
				height: 105px;
				background-size: 100%;
				position: relative;
				top: 64%;
				left: 30%;
				-webkit-animation: myfirst 22s linear infinite;
				animation: myfirst 22s linear infinite;
}

/*footer-section*/
.footer-section{
	/* background:url('{{ asset('web_assets\img\footerimage\footer.png') }}'); */
  background-repeat: no-repeat;
  background-position: center;
		/* background-size:cover; */
}
.footer-section .footer-top{
	/* padding:96px 0 40px; */
	/* padding:0px 0 40px; */
	border-bottom:1px solid rgba(255,255,255,.05);
}

.footer-widget{
	margin-bottom:54px;
}
.about-widget{
	padding-top:3px;
}
.about-widget img{
	padding-bottom:27px;
}

.footer-widget h6{
	color:#465f8e;
}

.link-list{
	padding-top:18px;
}
.link-list li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right:19px;
	color:#888;
}
.link-list li{
	line-height:32px;
	float:left;
	width:50%;
}
.link-list li a{
	line-height:32px;
	color:rgb(0, 0, 0);
	display:inline-block;
}
.link-list li a:hover{
	color:#465f8e;
}

.recent-widget{
	margin-left:-10px;
}
.post-list li{
	padding:20px 0 26px;
	border-bottom:1px solid rgba(255,255,255,.05);
}
.post-list li:last-child{
	border:none;
}
.post-list li a{
	color:#fff;
	letter-spacing:0.02em;
	line-height:25px;
	font-size:14px;
}
.post-list li a:hover{
	color:#87ca00;
}

.post-list li span{
	color:#888;
	display:block;
	font-size:12px;
	letter-spacing:0.02em;
	padding-top:7px;
}

.subscribe-widget p{
	color:#fff;
	padding:20px 0 24px;
}
.subscribe-widget input[type="text"]{
	width:100%;
	color:#fff;
	border:none;
	background:#28292a;
	line-height:50px;
	margin-bottom:20px;
	padding-left:25px;
}


.footer-bottom{
	padding:50px 0 20px;
}
.footer-nav{
	padding-bottom:30px;
}
.footer-nav li{
	display:inline-block;
	padding-right:12px;
}
.footer-nav li a{
	display:inline-block;
	color:#fff;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.02em;
}
.footer-nav li a:hover{
	color:#87ca00;
}
.footer-credit{
	padding-bottom:30px;
}
.footer-credit p{
	line-height:20px;
	letter-spacing:0.02em;
	color:#fff;
}
.footer-credit p a{
	color:#fff;
}
.footer-credit p a:hover{
	color:#87ca00;
}

/*service-page*/

.page-head.service{
	/* background:url(../images/bg/service-title.jpg) center center; */
	background-size:cover;
}

/*about-page*/

.page-head.about{
	/* background:url(../images/bg/about_banner.jpg) center center; */
	background-size:cover;
}

/*our-skills*/

.ss-bar{
	position:relative;
	padding:0 53px 0 175px;
	color:#888;
	font-size:15px;
	letter-spacing:0.02em;
	margin:5px 0 33px;
	height:15px;
}
.skill-title{
	position:absolute;
	left:0;
	top:0;
}
.skill-bar{
	position:relative;
	top:6px;
	width:100%;
	height:4px;
	background:#f3f3f3;
}
.skill-bar-count{
	position:absolute;
	top:0;
	left:0;
	height:4px;
	background:#87ca00;
}

.skill-count{
	position:absolute;
	right:0;
	top:0;
}

/*team-section*/

.team-section{
	padding-bottom:80px;
}

.single-team{
	margin-bottom:30px;
	border: 1px solid #e9e9e9;
	background: #fff;
	box-shadow: 0 0 7px rgba(204,204,204,.35);
}

.single-team h6{
	line-height:21px;
}
.single-team img{
	width:100%;
}
.single-team h6 span{
	display:block;
	color:#888;
	font-weight:400;
	text-transform:none;
}

.st-bottom{
	padding:37px 42px 28px;
}


/*faq-page*/

.page-head.faqs{
	background:url(../images/bg/faqs-title.jpg) center center;
	background-size:cover;
}

.page-with-sidebar .faq-area{
	margin-bottom:40px;
}


/*blogs-page*/

.page-head.blogs{
	background:url(../images/bg/blogs-title.jpg) center center;
	background-size:cover;
}

.page-navigation{
	padding:32px 0 23px;
}
.page-navigation li{
	display:inline-block;
	margin-right:5px;
}
.page-navigation li a{
	display:inline-block;
	height:32px;
	width:32px;
	line-height:32px;
	color:#888;
	border:1px solid #cacaca;
	border-radius:50%;
	text-align:center;
	font-size:14px;
}
.page-navigation li.active a{
	border:1px solid #87ca00;
}
.page-navigation li a .fa{
	font-size:16px;
}


.featured-image{
	position:relative;
}
.featured-image img{
	width:100%;
}
.featured-image .overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bd-meta{
	padding:68px 0 21px;
}
.bd-meta li{
	display:inline-block;
	margin-right:18px;
}
.bd-meta li a{
	color:#888;
}
.bd-meta li a:hover{
	color:#00aff1;
}
.bd-meta li img{
	margin-right:6px;
}
.bd-meta li:last-child a{
	color:#00aff1;
}

.bda-texts h3{
	text-transform:uppercase;
	padding-bottom:50px;
}
.bda-texts p{
	padding-bottom:25px;
}
.bda-texts blockquote{
	font-size:16px;
	line-height:31px;
	padding-left:84px;
	position:relative;
	color:#888;
	margin:18px 0 39px;
}
.bda-texts blockquote:before{
	font-size:50px;
	color:#87ca00;
	position:absolute;
	top:10px;
	left:0;
	/* font-family: "megaicon"; */
	content: "\f105";
}

.blog-share{
	border-bottom:1px solid #e9e8e8;
	padding:30px 0 25px;
	margin-bottom:75px;
}
.blog-share ul li{
	display:inline-block;
	color:#888;
	font-size:12px;
	line-height:30px;
}
.bds-tags li a{
	color:#87ca00;
	margin-right:6px;
}
.bds-tags li:first-child{
	padding-right:16px;
}
.bds-social li{
	margin-left:16px;
}
.bds-social li a{
	color:#c3c3c3;
	font-size:16px;
}
.bds-social li a:hover{
	color:#87ca00;
}

.post-author{
	display: inline-flex;
	padding:38px;
}
.author-image{
	flex-basis: 103px;
	flex-shrink:0;
}
.author-details{
	flex-grow:1;
	padding-left:38px;
}
.author-details h6{
	padding:10px 0 7px;
}
.author-details h6 a{
	color:#181818;
}

.comment-list{
	padding:57px 0 65px;
}
.comment-list h4{
	padding-bottom:48px;
}
.comment-list h4 a{
	color:#87ca00;
}

.single-comment{
	padding:38px 0 29px;
	border-bottom: 1px solid #ededed;
	display: flex;
}
.single-comment.level2{
	padding-left:56px;
}
.commenter-image{
	flex-basis: 72px;
	flex-shrink:0;
}
.comment-details{
	flex-grow:1;
	padding-left:38px;
}
.comment-details p{
	padding:3px 0 7px;
}
.comment-name{
	color:#181818;
}
.comment-name:hover{
	color:#87ca00;
}
.comment-date{
	color:#888;
	font-size:12px;
	letter-spacing:0.02em;
	text-transform:none;
	font-weight:400;
	margin-left:6px;
}
.comment-date:hover{
	color:#87ca00;
}

.replay-button{
	line-height:22px;
	padding:0 12px;
	font-size:12px;
	color:#888;
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
}
.replay-button:hover{
	color:#fff;
	border: 1px solid #87ca00;
	background: #87ca00;
}

/*contact-page*/

.page-head.contact{
	background:url(../images/bg/contact-title.jpg) center center;
	background-size:cover;
}

.google-map{
	height:466px;
}

.contact-texts{
	padding:80px 0 33px;
}
.contact-texts h3{
	padding-bottom:50px;
	text-transform:uppercase;
}
.contact-texts p{
	padding-bottom:25px;
}

.comment-form{
	padding-bottom:44px;
}
.comment-form h4{
	padding-bottom:44px;
}
.input-box input[type="text"],
.input-box textarea{
	border: 1px solid #e9e9e9;
	background: #fff;
	line-height:48px;
	padding-left:28px;
	color:#888;
	width:100%;
	margin-bottom:30px;
}
.input-box textarea{
	height: 166px;
	resize:none;
	padding-top:12px;
}

/*sidebar*/

.sidebar{
	padding-left:30px;
}

.single-sWidget{
	border: 1px solid #e9e9e9;
	background: #f9f9f9;
	padding:54px 40px 26px 46px;
	margin-bottom:40px;
}
.categories{
	padding-top:18px;
	padding-bottom:24px;
}
.categories li:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding-right:19px;
	color:#888;
}
.categories li{
	line-height:32px;
}
.categories li a{
	line-height:32px;
	color:#888;
	display:inline-block;
}
.categories li a:hover{
	color:#87ca00;
}

.recent-list{
	padding-top:30px;
}
.recent-list li{
	padding-bottom:24px;
	display: inline-flex;
	align-items: center;
}
.rl-image{
	flex-basis: 90px;
	flex-shrink:0;
}
.rl-text{
	flex-grow:1;
	padding-left:17px;
}
.rl-text a{
	font-size:14px;
	color:#888;
	line-height:20px;
	padding-bottom:7px;
	display:block;
}
.rl-text a:hover{
	color:#87ca00;
}
.rl-text span{
	font-size:12px;
	display:block;
	color:#888;
}

.single-sWidget pre{
	width:100%;
	overflow:hidden;
	font-size:14px;
	color:#888;
	line-height:32px;
	padding: 18px 0 0 24px;
}

/*select2*/

.select2-container--default .select2-selection--single{
	border:none;
	height:36px;
	background:transparent;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #888;
	line-height: 36px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 21px;
	padding-right: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 35px;
	top: 0;
	right: 10px;
	width: 22px;
}
.select2-selection__rendered{
	font-size:12px;
	letter-spacing:0.02em;
}
.select2-selection__rendered img{
	margin-right:5px;
	margin-top:-2px;
}
.select2-container{
	width:auto !important;
	margin-top:-1px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
	position: absolute;
	top: 0;
	left: 6px;
	font-family: 'FontAwesome';
	content: "\f107";
	font-size:10px;
	color:#888;
}
.select2-container--open .select2-dropdown--below {
	border: 1px solid #e9e9e9;
	border-radius: 0;
}
.select2-search--dropdown{
	display:none;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #87ca00;
	color:#fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
	background:#e9e9e9;
	color:#888;
	transition:all .5 ease;
}
.select2-results__option {
	line-height: 36px;
	padding: 0 20px;
	color:#888;
	font-size:12px;
	letter-spacing:.02em;
	white-space: nowrap;
	text-overflow:ellipsis;
	z-index:999999999999;
	position:relative;
	transition:all .5 ease;
}
.select2-results__option img{
	margin-right:5px;
	margin-top:-2px;
}
.service-detail .choose-one__single-inner {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}
.choose-one__single-inner {
    position: relative;
    padding: 35px 35px;
    border-radius: 3px;
    overflow: hidden;
    background-color: white;
}































































/*Coustom Media Query CSS*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-menu-info {
		margin-left: 0;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.tab-center{
		text-align:center;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}
	.single-testimonial{
		padding:0 15px;
	}
	.get-quote-section img,
	.quote-form,
	.checkout-widget{
		margin-left:0;
	}
	.nav > li > a {
		padding: 15px 1px;
	}

	.product-dec-review .nav-tabs > li {
		width: auto;
	}
}

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

	h1, .h1-like {
		font-size: 60px;
		line-height: 70px;
	}
	h2, .h2-like {
		font-size: 40px;
		line-height: 68px;
	}
	h3, .h3-like {
		font-size: 38px;
		line-height: 52px;
	}
	p.lead {
		font-size: 18px;
		line-height: 30px;
	}

	.mobile-left{
		text-align:left;
	}
	.mobile-center{
		text-align:center;
	}

	.navbar {
		bottom: 0;
	}
	.topbar-options{
		border-bottom:1px solid #e9e9e9;
	}
	.topbar-address {
		padding: 0 8px;
	}
	.portfolio-nav {
		padding-top:30px;
	}
	.portfolio-nav li {
		display: block;
		margin-left: 0;
		line-height:30px;
	}
	.sp-over{
		padding-left:10px;
	}
	.small-cta h4{
		padding-bottom:20px;
	}
	.single-service {
		padding: 0 0 50px;
	}
	.recent-widget {
		margin-left: 0;
	}

	.page-head .overlay{
		/* padding:120px 0; */
		padding:99px 0;
	}
	.pl-25,
	.sidebar{
		padding-left:0;
	}

	.bda-texts blockquote{
		padding-left:0;
	}
	.bda-texts blockquote:before{
		font-size:40px;
		position:relative;
		padding-right:15px;
	}

	.author-details,
	.comment-details{
		padding-left:0;
		padding-top:15px;
	}
	.single-comment,
	.post-author,
	.single-review{
		flex-direction: column;
	}
	.cart-list{
		flex-direction: column;
		align-items: left;
	}
	.get-quote-section img,
	.quote-form,
	.checkout-widget{
		margin-left:0;
	}
	.checkout-widget {
		padding: 20px;
		margin-top: 30px;
	}
	.checkout-widget .button {
		padding: 0 20px;
	}
	.review-discription{
		padding:10px 0;
	}
	.single-review .product-rating{
		position:relative;
		padding-top:15px;
	}
	.product-dec-review .nav-tabs > li {
		width: 100%;
	}

}
.about-image-hover:hover {
	color: #465f8e !important ;
	background-color: #ffffff;
	box-shadow: 0 4px 16px 0 rgb(51 51 51 / 10%);
}
@media only screen and (max-width: 600px) {
.about-image-hover:hover {
	color: #465f8e !important ;
	background-color: transparent;
  box-shadow:none
}
}

.counter-one__count{

font-weight: 700;
font-size: 36px;
color: black;
padding-left: 75px;
}
.counter-one__text {
    position: relative;
    font-weight: 500;
    opacity: 0.80;
    font-size: 16px;
    margin-top: 15px;
	color: black;
    padding-left: 76px;
}
.blueparent img,
p,
h4 {
	padding-bottom: 20px;

	/* color: rgb(0, 18, 136); */

}

.colorblue {
	color: rgb(0, 18, 136);

}

.se-bottom i {
	font-size: 40px;
	padding-bottom: 20px;
}
.se-bottom {
	box-shadow: 2px 4px 7px #d9d9d9;
}
	.car {
			/* background-image: url(images/footerimage/volks.gif); */
			/* background-image: url(images/footerimage/cyclist.gif); */
			background-repeat: no-repeat;
			background-size: cover;
			width: 20rem;
			height: 7.699rem;
			position: absolute;
			bottom: 77px;
			left: 396px;
			/* /* top:5330px; */
			animation: trackanimation 26s linear infinite;
		}

		@keyframes trackanimation {
			100% {
				transform: translate(83vw);
			}
		}

		@keyframes caranimation {
			100% {
				transform: translate(69vw);
			}
		}

		/* @keyframes moveCar {
			0% {
				transform: translateX(0);
			}

			100% {
				transform: translateX(100vw);
			}
		} */

		.car {
			position: absolute;
			/* top: 895%; */
			/* background: url(images/footerimage/cyclist.gif); */
			left: 0;
			transform: translateY(-50%);
		}

		/* .car-body {
			width: 100px;
			height: 40px;
			background: url(images/footerimage/cyclist.gif);
		} */



		.car {
			/* background: url(images/footerimage/cyclist.gif); */

			animation: moveCar 27s linear infinite;
		}
		.choose-one.style-five {
			padding: 70px 0px 70px;
		}
		.choose-one {
			position: relative;
			padding: 45px 0px 45px;
			background-color:#eff4f2;
		}
		.section-title {
			position: relative;
			margin-bottom:60px;
		}
		.pull-left {
			float: left;
		}
		.section-title__tagline {
			position: relative;
			font-weight: 600;
			font-size: 16px;
			text-transform: uppercase;
			color:  rgb(0, 18, 136);
		}
		.section-title__title {
			position: relative;
			font-weight: 700;
			line-height: 75px;
			font-size: 75px;
			color: #080d1c;
			margin-top: 10px;
		}

.pull-right {
    float: right;
}
.section-title__text {
    /* position: relative;
    opacity: 0.80;
    line-height: 34px;
    font-size: 20px;
    margin-top: 55px;
    color:#232323; */
}
.choose-one__single-inner {
    position: relative;
    padding: 35px 35px;
    border-radius: 3px;
    overflow: hidden;
    background-color: white;
    width: 100%;
    /* height: 356px; */
    height: 436px;
}
.choose-one__icon {
    position: relative;
    line-height: 1em;
    font-size: 50px;
    color: black;
}
.choose-one__title {
    position: relative;
    font-weight: 700;
    line-height: 40px;
    font-size: 36px;
    margin-top:25px;
}

.choose-one__text {
    /* position: relative;
    line-height: 34px;
    opacity: 0.80;
    font-size: 18px; */
    /* color: black; */
    /* margin-top: 15px; */
}
.choose-one__arrow {
    position: relative;
    width: 42px;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    color: white;
    margin-top: 25px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    background-color: #465f8e;
}
.choose-one__arrow:hover {
    background-color: white;
    color: white;
}
.choose-one__single-inner::before {
    position: absolute;
    content: '';
    right: -60px;
    bottom: -60px;
    width: 120px;
    height: 120px;
    opacity: 0.10;
    border-radius: 50%;
    background-color: #838b9a;
 }
/*.icon-right-arrow-1:before {
    content: "\e926";
} */
.purpose-one {
    position: relative;
    padding: 70px 0px 70px;
}
.purpose-one__title {
    position: relative;
    font-weight: 700;
    line-height: 65px;
    font-size: 65px;
    margin-bottom: 25px;
    color: black;
}
.purpose-one__text {
    position: relative;
    line-height: 34px;
    font-size: 18px;
    color: black;
    margin-bottom:50px;
}
.purpose-one__image {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
}
.purpose-one__title-two {
    position: relative;
    font-weight: 700;
    line-height: 40px;
    font-size: 36px;
    color: #4f5aa5;
    margin-bottom: 15px;
}
.btn-style-one {
    position: relative;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    padding: 14px 42px;
    display: inline-grid;
    color: white;
    font-size:18px;
    text-transform: capitalize;
    /* font-family: var(--solapa-dmsans-font); */
    background-color: black;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a, a:hover, a:focus, a:visited {
    /* text-decoration: none; */
}
a {
    color: #0d6efd;
    /* text-decoration: underline; */
}
.btn-style-one:before {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    position: absolute;
    width: 47px;
    height: 47px;
    content: "";
    right: -25px;
    bottom: -18px;
    border-radius: 50%;
    z-index: 1;
    background: white;
}
.btn-style-one .txt {
    position: relative;
    z-index: 1;
}
.btn-style-one {
    position: relative;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
    padding: 14px 42px;
    display: inline-grid;
    color:white;
    font-size: 18px;
    text-transform: capitalize;
    /* font-family: var(--solapa-dmsans-font); */
    background-color: #080d1c;
}
.theme-btn {
    cursor: pointer;
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
a, a:hover, a:focus, a:visited {
    text-decoration: none;
}
a {
	color: white;

    /* text-decoration: underline; */
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.history-one.style-two {
    padding: 70px;
}
.history-one__inner-container {
    position: relative;
    padding-left: 300px;
}
.history-one__client-box {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 60px 35px;
    border-radius: 6px;
    font-weight: 600;
    line-height: 38px;
    max-width: 230px;
    color: white;
    font-size: 36px;
    background-color: #465f8e;
    font-family:'Smooch Sans', sans-serif;
}
.history-one__client-box::before {
    position: absolute;
    content: '';
    left: 35px;
    top: 30px;
    width: 10px;
    height: 10px;
    background-color: white;
}
.history-one__client-box span {
    position: relative;
    color: #465f8e;
}
.history-one__client-box::after {
    position: absolute;
    content: '';
    right: 45px;
    bottom: 40px;
    width: 10px;
    height: 10px;
    background-color: white;
}
.history-one__title {
    line-height: 66px;
    font-weight: 600;
    font-size: 60px;
    color: black;
}
.history-one__text {
    position: relative;
    line-height: 34px;
    opacity: 0.80;
    font-size: 20px;
    margin-top: 25px;
    color: #232323;
}
.history-one__btn-box {
    position: absolute;
    right: 0px;
    top: 70px;
}
button, a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none !important;
}
.btn-style-three:before {
    -webkit-transition-duration: 400ms !important;
    transition-duration: 400ms;
    position: absolute;
    width: 47px;
    height: 47px;
    content: "";
    right: -17px;
    bottom: -17px;
    border-radius: 50%;
    z-index: 1;
    background-color: white;
}
.btn-style-three .txt {
    position: relative;
    z-index: 1;
}
.btn-style-three {
    position: relative;
    line-height: 30px;
    font-weight: 600;
    overflow: hidden;
    text-align: center;
    border-radius: 4px;
    padding: 14px 44px;
    display: inline-grid;
    font-size: 18px;
    text-transform: capitalize;
    color: #2b2b2b;
    /* font-family:'Catamaran', sans-serif; */
    background-color: white;
}
project-detail {
    position: relative;
    padding: 70px 0px 90px;
}
.project-detail__title {
    position: relative;
    font-weight: 700;
    font-size: 	60px;
    color: black;
    margin-bottom: 15px;
}
.project-detail_text {
    position: relative;
    line-height: 34px;
    font-size: 20px;
    color:#080d1c;
    margin-bottom: 20px;
}
.project-detail_text-two {
    position: relative;
    line-height: 34px;
    font-size: 20px;
    color: #080d1c;
    margin-bottom: 50px;
}
.project-detail__image {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 50px;
}
.project-detail__image img {
    position: relative;
    width: 100%;
    display: block;
}
.project-detail__title-two {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: #080d1c;
    margin-bottom: 20px;
}
.project-detail__text-three {
    position: relative;
    line-height: 34px;
    font-size: 20px;
    color: #080d1c;
    margin-bottom: 30px;
}
.choose-one__single {
    position: relative;
    margin-bottom: 30px;
}
.project-detail .choose-one__single-inner {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.08);
}
.choose-one__single-inner {
    position: relative;
    padding: 35px 35px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #ffffff;
}
.choose-one__icon {
    position: relative;
    line-height: 1em;
    font-size: 50px;
    color: #080d1c;
}
.project-detail__info-box {
    position: relative;
    padding: 37px 50px 20px;
    margin-bottom: 60px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}
.project-detail__info-title {
    position: relative;
    font-weight: 700;
    line-height: 32px;
    font-size: 30px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-family:'Smooch Sans', sans-serif;

}
.project-detail__info-title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 65px;
    height: 3px;
    background-color: white;
}
.project-detail__info-title::after {
    position: absolute;
    content: '';
    left: 68px;
    bottom: 0px;
    width: 20px;
    height: 3px;
    background-color: #465f8e;
}
.project-detail__info {
    position: relative;
}
.project-detail__info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-size: 40px;
    color: #465f8e;
}
.project-detail__info li .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-size: 40px;
    color: #465f8e;
}


.energy-one__shape-one {
    position: absolute;
    top: 285px;
    left: 85px;
    height: 70px;
    width: 70px;
    background-repeat: no-repeat;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}
.energy-one {
    position: relative;
    overflow: hidden;
    /* padding: 120px 0px 50px; */
    /* background-color: #f8fafe; */
}

.service-detail {
    position: relative;
    padding: 35px 0px 35px;
}

.sidebar-widget__content {
    position: relative;
    border-radius: 5px;
    padding: 40px 35px 60px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
    background-color: #eff4f2;
}
.sidebar-widget__content:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
    border-radius: 3px;
    border: 1px solid #d8e0dd;
}
.service-details__title {
    position: relative;
    font-weight: 700;
    line-height: 32px;
    font-size: 34px;
    margin-bottom:30px;
    padding-bottom: 20px;
}
.service-details__title::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 65px;
    height: 3px;
    background-color: white;
}
.service-details__title::after {
    position: absolute;
    content: '';
    left: 68px;
    bottom: 0px;
    width: 20px;
    height: 3px;
    background-color: #465f8e;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.service-details__cagegory-list {
    position: relative;
}
.service-details__contractor {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.sidebar-widget {
    position: relative;
    margin-bottom: 40px;
}
.service-details__contractor-image {
    position: relative;
}
.service-details__contractor-image img {
    position: relative;
    width: 100%;
    display: block;
}
.service-details__contractor-content {
    position: relative;
    text-align: center;
    padding: 12px;
    /* padding: 30px 50px 40px; */
    background-size: cover;
    background-color: #465f8e;
}
.service-details__contractor-icon {
    position: relative;
    width: 86px;
    height: 86px;
    margin: 0 auto;
    display: block;
    line-height: 86px;
    border-radius: 50px;
    font-size: 40px;
    background-color:white;
}
.icon-phone-call:before {
    content: "\e910";
}
.service-details__contractor-title {
    /* position: relative; */
    /* font-weight: 600; */
    /* line-height: 38px; */
    /* font-size: 36px; */
    color: white;
    margin-top: 15px;
}
.service-details__contractor-quote {
    position: relative;
    font-weight: 400;
    line-height: 25.6px;
    font-size: 18px;
    color: white;
    margin-top: 20px;
}
.service-details__contractor-phone {
    position: relative;
    font-weight: 600;
    line-height: 25.6px;
    font-size: 38px;
    color: white;
    display: inline-block;
    margin-top: 20px;
	font-family:'Smooch Sans', sans-serif;

    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.service-detail__title {
    position: relative;
    font-weight: 700;
    line-height: 64px;
    font-size: 60px;
    color: #080d1c;
    margin-bottom: 20px;
}
.service-detail__text {
    position: relative;
    line-height: 34px;
    font-size: 20px;
    color: #080d1c;
    margin-bottom: 20px;
}
.service-detail__title-two {
    position: relative;
    font-weight: 700;
    line-height: 64px;
    font-size: 36px;
    color: #4f5aa5;
    margin-bottom: 5px;
}
.service-detail__text-two {
    position: relative;
    line-height: 34px;
    font-size: 20px;
    color: #080d1c;
    margin-bottom: 50px;
}
.service-detail__solutions {
    position: relative;
    margin-bottom: 60px;
}

.service-detail__solution-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 70px;
    color: #4f5aa5;
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #465f8e;
    background-color: #eff4f2;
}

.service-detail__solution-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 70px;
    color: black;
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #465f8e;
    background-color: #eff4f2;
}
.service-detail__solution-single {
    position: relative;
    padding-left: 145px;
    line-height: 32px;
    min-height: 120px;
    font-size: 18px;
    padding-top: 5px;
    margin-bottom: 40px;
    padding-right: 50px;
    /* font-family: var(--solapa-dmsans-font); */
    color: rgba(8, 13, 28, 0.80);
}
@media only screen and (max-width: 600px) {

.service-detail__solution-single {
  position: relative;
  padding-left: 145px;
  line-height: 32px;
  min-height: 120px;
  font-size: 18px;
  padding-top: 5px;
  text-align: justify;

  padding-right: 0px;
}
}

.service-detail__solution-single:nth-child(2) .service-detail__solution-icon {
    background-color: #fff1e2;
    border-color: white;
}

.service-detail__solution-single:nth-child(2) .service-detail__solution-icon {
    background-color: var(--solapa-seven-color);
    border-color: white;
}
.service-detail__solution-icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 70px;
    color: #4f5aa5;
    border-radius: 0px 3px 3px 0px;
    border-left: 1px solid #465f8e;
    background-color: #eff4f2;
}

.service-detail__image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
service-detail__image img {
    position: relative;
    width: 100%;
}
.service-provide {
    position: relative;
    padding-left: var(--padding-left-20);
}
.service-detail__title-three {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    color: #080d1c;
    margin-bottom: 15px;
}
.service-detail__text-three {
    position: relative;
    line-height: 34px;
    font-size: 18px;
    color: #080d1c;
    margin-bottom: 20px;
    padding-right: var(--padding-right-30);
}
.service-detail__list {
    position: relative;
}
.service-detail__list li:before {
    position: absolute;
    /* content: "\e905"; */
    left: 0px;
    top: 3px;
    line-height: 1em;
    font-size: 16px;
    /* font-family: 'icomoon'; */
}
.service-detail__list li {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    color: #131212;
    padding-left: 30px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.service-detail__text-four {
    position: relative;
    line-height: 32px;
    font-size: 18px;
    margin-top: 60px;
    margin-bottom: 50px;
    padding-right: 80px;
    /* font-family: var(--solapa-dmsans-font); */
    color: rgba(8, 13, 28, 0.80);
}

service-detail .choose-one__single-inner {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.07);
}

.choose-one__single-inner {
    position: relative;
    padding: 35px 35px;
    border-radius: 3px;
    overflow: hidden;
    background-color: white;
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.choose-one__icon {
    position: relative;
    line-height: 1em;
    font-size: 50px;
    color: #080d1c;
}

.service-details__cagegory-list li {
    position: relative;
    margin-bottom: 10px;
}

.service-details__cagegory-list li.active a, .service-details__cagegory-list li a:hover {
    border-color: white;
}
.service-details__cagegory-list li a {
    position: relative;
    font-weight: 600;
    display: block;
    font-size: 20px;
    padding: 18px 20px 19px 30px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: #080d1c;
    border-left: 2px solid transparent;
    background-color: white;
}
.service-details__cagegory-list li.active .arrow, .service-details__cagegory-list li:hover .arrow {
    color: white;
    background-color: #465f8e;
}
.service-details__cagegory-list .arrow {
    position: absolute;
    right: 20px;
    width: 36px;
    top: 10px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    color: var(--roofie-base);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    background-color: #eff4f2;
}
.service-detail__accordian-title {
    position: relative;
    font-weight: 700;
    line-height: 64px;
    font-size: 36px;
    margin-top: 10px;
    color:#080d1c;
    margin-bottom: 20px;
}
.service-detail__faq-accordion {
    position: relative;
    border-radius: 5px;
    padding: 40px 30px 50px;
    margin-bottom: 30px;
    border: 1px solid #00040b;
}
.service-detail__faq-toggle {
    position: relative;
    border-radius: 3px;
    margin-bottom: 20px;
    border: 1px solid #eff4f2;
}

.service-detail__acc-btn {
    position: relative;
    cursor: pointer;
    line-height: 25px;
    font-weight: 600;
    background: none;
    padding: 16px 25px;
    border-radius: 3px;
    font-size: 20px;
    transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    color: #131212;
    -webkit-transition: all 500ms ease;
    background-color: #eff4f2;
}
.a_black {
	color: black;
}
.project-one.style-two {
    padding: 35px 0px 35px;
}
.project-one__single {
    position: relative;
    margin-bottom: 30px;
}
.project-one__image {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    z-index: 1;
}
.project-one__image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, .30);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: 1;
}
.project-one__image img {
    position: relative;
    width: 100%;
    display: block;
}
.project-one__overlay-box {
    position: absolute;
    left: 40px;
    right: 30px;
    bottom: 25px;
    overflow: hidden;
    padding: 2px 21px 0px;
    border-radius: 2px;
    border-left: 5px solid #465f8e;
    background-color: white;
    z-index: 2;
}
.project-one__sub-title {
    position: relative;
    font-size: 16px;
    color:white;
}
.project-one__title {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    margin-top: 5px;
    margin-bottom:0;
}
.project-one__title a {
    position: relative;
	font-size: 26px;

    color: #080d1c;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-one__arrow {
    position: absolute;
    right: -20px;
    bottom: -17px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    font-size: 16px;
    color: white;
    background-color: white;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.project-one__arrow span {
    position: absolute;
    top: 18px;
    left: 15px;
}
.project-one__image:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-color: rgba(0, 0, 0, .30);
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    z-index: 1;
}
.project-one__image:hover{
opacity: 0.8;
}
.team-one.style-two {
  padding-top: 35px;
  padding-bottom:0;
}
.team-one__single {
  position: relative;
  margin-bottom: 30px;
}
.team-one__inner {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.team-one__image {
  position: relative;
}
.team-one__image img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-one__image {
  position: relative;
}
.team-one__content {
  position: relative;
  text-align: center;
  padding: 30px 0px 25px;
}
.team-one__name {
  font-weight: 700;
  line-height: 34px;
  font-size: 30px;
  color:#080d1c;
}
.team-one__name a {
  color:#080d1c;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-one__name {
  font-weight: 700;
  line-height: 34px;
  font-size: 30px;
  color: #080d1c;
}
.team-one__title {
  position: relative;
  font-size: 16px;
  color: #465f8e;
}
.team-one__social-box {
  position: relative;
  margin-top: 20px;
  padding-top: 25px;
  border-top: 1px solid #eff4f2;
}
.team-one__social-box a {
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 15px;
  border-radius: 50%;
  margin: 0px 5px;
  font-size: 18px;
  color: #080d1c;
  background-color: #fbf4eb;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.team-one__social-box a:hover {
 background-color: #ffff;
  color: #465f8e;

}


.contact-one {
  position: relative;
  padding: 35px 0px 35px;
  background-color:#f3fafc;
}
.contact-one__title {
  position: relative;
  font-weight: 700;
  line-height: 49px;
  font-size: 43px;
  margin-right: -25px;
  color: #000108;
}
.contact-one__text {
  position: relative;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 40px;
  color: rgba(0, 1, 8, 0.80);
}

.contact-one__info {
  position: relative;
}

.contact-one__info li {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  color: var(--roofie-third-color);
  padding-top: 10px;
  padding-left: 120px;
  margin-bottom: 35px;
  /* font-family: var(--solapa-smooch-font); */
}
.contact-one__info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-size: 40px;
  color: #03050c;
  background-color: white;
}
.contact-one__info p {
  position: relative;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #03050c;
  margin-top: 15px;
  /* font-family: var(--solapa-catamaran-font); */
}
.contact-one__info li {
  position: relative;
  font-weight: 600;
  font-size: 30px;
  color: var(--roofie-third-color);
  padding-top: 10px;
  padding-left: 120px;
  margin-bottom: 35px;
  /* font-family: var(--solapa-smooch-font); */
}
.contact-one__info li .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 95px;
  height: 95px;
  line-height: 95px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-size: 40px;
  color: #03050c;
  background-color: white;
}
.contact-one__info p {
  position: relative;
  line-height: 30px;
  font-weight: 400;
  font-size: 18px;
  color: #03050c;
  margin-top: 15px;
  /* font-family: var(--solapa-catamaran-font); */
}
.contact-one__info li {
  position: relative;
  font-weight: 600;
  font-size:30px;
  color: var(--roofie-third-color);
  padding-top: 10px;
  padding-left: 120px;
  margin-bottom: 35px;
  /* font-family: var(--solapa-smooch-font); */
}
.contact-one__info li:last-child {
  margin-bottom: 0;
}
.contact-one__form-box {
  position: relative;
  padding: 50px 40px;
  border-radius: 4px;
  margin-left: 50px;
  background-color: white;
}
@media only screen and (max-width: 600px) {

  .contact-one__form-box {
    position: relative;
    padding: 50px 40px;
    border-radius: 4px;
    margin-left: 0px;
    background-color: white;
  }
  }
.contact-one__title-two {
  position: relative;
  font-weight: 700;
  line-height: 26.4px;
  font-size: 36px;
  color: #000108;
}
.contact-one__text-two {
  position: relative;
  font-weight: 400;
  line-height: 30px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 35px;
  color: rgba(0, 0, 0, 0.8);
}
.contact-form {
  position: relative;
}

.contact-form .row {
  margin: 0px -10px;
}
.contact-form .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.contact-form .form-group input[type="text"], .contact-form .form-group input[type="tel"], .contact-form .form-group input[type="email"], .contact-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 18px;
  padding: 10px 25px;
  height: 56px;
  border-radius: 0px;
  font-size: 16px;
  color: var(--header-color);
  border: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background-color:#f3fafc;
}
.contact-form .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.contact-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 150px;
  line-height: 18px;
  padding: 20px 25px;
  color: var(--header-color);
  border-radius: 0px;
  font-size: 16px;
  background-color: #f3fafc;
  border: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.contact-form .form-group:last-child {
  margin-bottom: 0px;
}
.contact-form .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom:30px;
}
.contact-form button {
  position: relative;
  border: none;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.contact-form .form-group {
  position: relative;
  padding: 0px 10px;
  margin-bottom: 30px;
}
.btn-style-two {
  position: relative;
  line-height: 30px;
  font-weight: 600;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  padding: 14px 44px;
  display: inline-grid;
  color: white;
  font-size: 18px;
  text-transform: capitalize;
  font-family: var(--solapa-dmsans-font);
  background-color: #516890;
}
.theme-btn {
  cursor: pointer;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

h3,h4,span{
  color: rgb(79 90 165);
}
.news-two.style-two {
  padding: 100px 0px 100px;
}
.news-two {
  position: relative;
  padding: 120px 0px 70px;
}

.news-two__single {
    position: relative;
    margin-bottom:30px;
}
.news-two__single-inner {
  position: relative;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.news-two__img {
  position: relative;
  overflow: hidden;
  background-color:  rgb(79 90 165);
}

.news-two__img img {
  position: relative;
  width: 100%;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-two__category {
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 9px 16px 9px;
  border-radius: 3px;
  color: white;
  font-size: 26px;
  background-color: rgb(79 90 165);
}
.news-two__img {
  position: relative;
  overflow: hidden;
  background-color:  rgb(79 90 165);
}


.news-two__content {
  position: relative;
  padding: 50px 30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
  border-bottom: 2px solid #cbcdd4;
}
.news-two__content:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: -2px;
  height: 2px;
  width: 60%;
  background-color: #080d1c;
}
.news-two__meta {
  position: relative;
}
.news-two__meta li {
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.news-two__meta li a {
  /* position: relative;
  display: inline-block;
  font-size: 16px;
  padding-left: 25px;
  color: rgba(46, 49, 61, 0.8); */
}
.news-two__meta li:last-child {
  margin-right: 0;
}
.news-two__title {
  font-weight: 700;
  line-height: 38px;
  font-size: 32px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.news-two__title a {
  position: relative;
  color: #080d1c;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-two__text {
  position: relative;
  line-height: 34px;
  font-size: 18px;
  color: rgba(35, 35, 35, 0.8);
}


.news-two__single-inner:hover .news-two__img img {
  opacity: 0.70;
  transform: scale(1.04, 1.04);
}
.news-two__meta li a i {
  position: absolute;
  left: 0px;
  top: 2px;
  line-height: 1em;
  color: #2e313d;
}
/* index css  */
.se-bottom {
    box-shadow: 2px 4px 7px #d9d9d9;
}

p {
    justify-content: center;
    text-align: justify;
}



.teaser_icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.icon {
    margin-top: 50px;
    padding: 17px;
    margin-bottom: 2px;
    text-align: center;
    background-color: #e0e4ff;
    font-size: 34px;
}

.margin_60 {
    margin-bottom: 60px;

}

h2 {
    font-size: 36px;
}

.cornered-heading:before {
    top: -15px;
    left: -22px;
    border-width: 2px 0 0 2px !important;
}

.with_corners:before,
.cornered-heading:before {
    top: -15px;
    left: -22px;
    border-width: 2px 0 0 2px;
}

.with_corners:after,
.cornered-heading:after {
    /* bottom: -15px; */
    right: 44px;
    border-width: 0 2px 2px 0 !important;
}

.with_corners:before,
.with_corners:after,
.cornered-heading:before,
.cornered-heading:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #465f8e;
    z-index: 2;
}

.with_corners:before,
.with_corners:after,
.cornered-heading:before,
.cornered-heading:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border: 2px solid #465f8e;
    z-index: 2;
}

/* .with_corners:before,
.with_corners:after,
.cornered-heading:before,
.cornered-heading:after {
content: "";
position: absolute;
width: 40px;
height: 40px;
border: 2px solid #80c408;
z-index: 2;
} */

/* .cornered-heading:after {
border-width: 0px 2px 2px 0px;
}

.with_corners:before,
.cornered-heading:before {
top: -15px;
left: -22px;
border-width: 2px 0 0 2px;
} */

.carousel.slide img {
    width: 100%;
    height: auto;
}

.blueparent img,
p,
h4 {
    padding-bottom: 20px;

    /* color: #465f8e; */

}

.colorblue {
    color: #465f8e;

}

.se-bottom i {
    font-size: 40px;
    padding-bottom: 20px;
}


.car {
    /* background-image: url(images/footerimage/volks.gif); */
    /* background-image: url(images/footerimage/cyclist.gif); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 20rem;
    height: 7.699rem;
    position: absolute;
    bottom: 77px;
    left: 396px;
    /* /* top:5330px; */
    animation: trackanimation 16s linear infinite;
}

@keyframes trackanimation {
    100% {
        transform: translate(80vw);
    }
}

@keyframes caranimation {
    100% {
        transform: translate(63vw);
    }
}

/* @keyframes moveCar {
0% {
transform: translateX(0);
}

100% {
transform: translateX(100vw);
}
} */

.car {
    position: absolute;
    /* top: 895%; */
    /* background: url(images/footerimage/cyclist.gif); */
    left: 0;
    transform: translateY(-50%);
}

/* .car-body {
width: 100px;
height: 40px;
background: url(images/footerimage/cyclist.gif);
} */



.car {
    /* background: url(images/footerimage/cyclist.gif); */

    animation: moveCar 23s linear infinite;
}

span {
    font-size: 18px;
}

.header {
    /* background-color: black;
box-shadow: 1px 1px 5px 0px gray; */
    position: sticky;
    top: 0;
    width: 100%;
}

/* Logo */
.logo {
    display: inline-block;
    color: white;
    font-size: 60px;
    margin-left: 10px;
}

.nav {
    width: 100%;
    height: 100%;
    position: fixed;
    /* background-color: #ebebeb; */
    overflow: hidden;

}

.menu a {
    /* display: block;
padding: 30px;
color: #097c99; */
    padding: 8px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;

    font-family: 'Smooch Sans', sans-serif;

    display: block;
    /* padding: 30px; */
    color: #465f8e;
}

/*
.menu a:hover {
background-color: gray;
} */

.nav {
    top: 0;
    max-height: 0;
    transition: max-height .5s ease-out;
}

.hamb {
    cursor: pointer;
    background: transparent;
    float: right;
    /* padding: 40px 20px; */
    padding: 34px 20px;
}

/* Style label tag */

.hamb-line {
    background: white;
    display: block;
    height: 2px;
    position: relative;
    width: 40px;

}

/* Style span tag */

.hamb-line::before,
.hamb-line::after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.hamb-line::before {
    top: 11px;
}

.hamb-line::after {
    top: -11px;
}

.side-menu {
    display: none;
}

/* Hide checkbox */

.side-menu:checked~nav {
    max-height: 100vh;
}

.side-menu:checked~.hamb .hamb-line {
    background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
    transform: rotate(-45deg);
    top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
}

.content {
    position: absolute;
    top: 205px !important;
    text-align: center;
    color: #f1f1f1;
    width: 100%;
    padding: 10px;
}

.banner_h2{
  color: white; font-size: 100px;
  }

  .banner_span{
    color: #f3c82a; font-size: 100px;

  }
@media only screen and (max-width: 600px) {
.content {
  position: absolute;
  top: 60px !important;
  text-align: center;
  color: #f1f1f1;
  width: 100%;
  padding: 10px;
  z-index: 1;
  }

.banner_h2{
  color: white;font-size: 28px;

  line-height: 1;

  }

  .banner_span{
    color: #f3c82a;font-size: 28px;

  }
}

.footer-widget__column {
    margin-bottom: 30px;
}

.footer-widget__title {
    font-weight: 600;
    line-height: 32px;
    font-size: 30px;
    color: black;
    margin-bottom: 25px;
}

.footer-widget__links-list {
    position: relative;
}

.footer-widget__links-list li {
    position: relative;
    margin-bottom: 20px;
}

.footer-widget__links-list li a {
    position: relative;
    opacity: 0.80;
    font-size: 18px;
    color: black;
}

.footer-widget__links-list li .fa {
    font-size: 40px;
}

.social li {
    display: inline;
    padding: 10px;
}
/* index css end  */
.section-title__title {
  position: relative;
  /* font-weight: 700; */
  /* line-height: 75px; */
  /* font-size: 70px; */
  color: black;
  margin-top: 10px;
  font-family: 'Smooch Sans', sans-serif;

}
.solar-one__text {
  /* position: relative; */
  /* line-height: 34px; */
  /* font-size: 18px; */
  /* color: black; */
  /* padding-right: 50px; */
  /* margin-bottom: 20px; */
}
.solar-one__text-two {
  position: relative;
  line-height: 34px;
  opacity: 0.80;
  font-size: 18px;
  color: black;
  margin-bottom: 40px;
  padding-right: 80px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ececec;
}
.about_section_icon {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  font-size: 40px;
  color: black;
  background-color: #edf4f2;
}
.about_section_year_font{
font-size: 36px;
}
#pot {
  position: relative;
  -webkit-animation: linear;
  -webkit-animation-name: run;
  -webkit-animation-duration: 3s;
}

@-webkit-keyframes run {
  /* 0% {
    left: 10px;
  }

  5% {
    left: 100px;
    top: 0px;
  } */


}
@keyframes squareMover {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}







































































































































































































































































/* animation  */

.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 {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -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%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.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);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  11.1% {
    -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(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}

@keyframes jello {
  11.1% {
    -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(-0.78125deg) skewY(-0.78125deg);
            transform: skewX(-0.78125deg) skewY(-0.78125deg)
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
            transform: skewX(0.390625deg) skewY(0.390625deg)
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
            transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
  }
  100% {
    -webkit-transform: none;
            transform: none
  }
}



.jello{
    -webkit-animation-name:jello;
            animation-name:jello;
    -webkit-transform-origin: center;

            transform-origin: center
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  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);
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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;
  }

  100% {
    -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) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -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;
  }

  100% {
    -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) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    -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) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 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) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 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;
  }

  100% {
    -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;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    -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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    -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;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -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;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -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: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 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: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 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 zoomInStable {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomInStable {
 0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  33.333% {
    opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  66.666666% {
    opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.zoomInStable {
  -webkit-animation-name: zoomInStable;
  animation-name: zoomInStable;
}

@-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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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);
  }

  100% {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  100% {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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);
  }

  100% {
    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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  100% {
    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(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    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: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-webkit-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-moz-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}

@-o-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
}

@-ms-keyframes anime {
from {
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
}
to {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	-moz-transform: scaleY(1);
}

}



/* new css add 13-01-25  */
.homes-section-5 {
  padding-bottom: 50px;
}
.homes-section-5 .mobile-block  {
  display: none;
}

.homes-section-5 .who-are-we-block .who-are-we-reviews  {
  margin-bottom: 1.2rem;
  text-align: left;
}
 
.homes-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number  {
  color: rgb(79 90 165);
   
  margin-bottom: -2.3rem;
  padding-left: 1rem;
}

.homes-section-5 .who-are-we-block .who-are-we-reviews .who-are-we-number-text {
  background-color: #f1f1f1;
  border-radius: 1rem;
  font-size: 18px;
  padding-bottom: 25px;
  padding-left: 13px;
  padding-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

:root {
  --theme-color: #0E5AF2;
  --title-color: #1A1A1A;
  --body-color: #55595d;
  --light-color: #d3d3d3;
  --smoke-color: #EFF1F5;
  --vs-secondary-color: #EEF2FB;
  --black-color: #000000;
  --white-color: #ffffff;
}


/*------------------- 4.15. Process  -------------------*/
.ddflex{
  display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.homes-maps-section {
  padding-bottom: 50px;
}
.process-style1 {
  text-align: center;
  margin: 0 0 5px 0;
  position: relative;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  text-align: center;
  background-color: #ffffff;
  padding: 35px 15px;
  border: 1px solid #b1b5d5;
}
.process-style1 .process-arrow {
  position: absolute;
  right: -53px;
  top: 0;
}
.process-style1:nth-child(even) {
  margin-top: 60px;
}
.process-style1:nth-child(even) .process-arrow {
  transform: rotateX(190deg);
}
.process-style1:last-child .process-arrow {
  display: none;
}
.process-style1 .process-icon {
  position: relative;
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  box-shadow: 0px 0px 0px 1px rgb(170 170 170 / 39%);
  background-color: #f5f5f5;
  border-radius: 50%;
  margin: 0 auto 30px auto;
  

}

.process-style1 .process-icon img { 
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #4f5aa5;
 

}


.process-style1 .process-number {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 26px;
  background-color: var(--theme-color);
  color: var(--white-color);
  border-radius: 50%;
  position: relative;
  border: 5px solid var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  font-family: var(--title-font);
}
.process-style1 .process-title {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 600;
  color: #4f5aa5;
  
}

.process-style1 .process-text {
  text-align: center;
  margin: 0;
  padding-bottom: 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.process-style2 {
  text-align: center;
  max-width: 290px;
  position: relative;
  margin: 0 0 5px 0;
}
.process-style2 .process-icon {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: var(--white-color);
  margin: 22.5px 0 25px 0;
  box-shadow: 0px 10px 31px rgba(169, 177, 193, 0.17);
  border-radius: 5px;
}
.process-style1 .process-number {
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 26px;
  background-color: #4f5aa5;
  color: #ffffff;
  border-radius: 50%;
  position: relative;
  border: 5px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
}

.process-style2 .process-arrow {
  position: absolute;
  right: -55%;
  top: 10%;
}
.process-style2:last-child .process-arrow {
  display: none;
}

@media (min-width: 1500px) {
  .process-wrap1 {
    margin-left: 120px;
    margin-right: 120px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .process-style1, .process-style1:nth-child(even) {
    margin-top: 0;
  }
  .process-style1 .process-arrow {
    right: -45px;
    top: 25px;
    max-width: 80px;
  }
  .process-style2 .process-arrow {
    right: -23%;
    top: 15%;
    max-width: 90px;
  }
}
/* Medium devices */
@media (max-width: 991px) {
  .process-style1 .process-arrow {
    display: none;
  }
  .process-style1 .process-icon {
    --icon-size: 100px;
    margin: 0 auto 20px auto;
  }
  .process-style1 .process-icon img {
    max-width: 100%;
  }
  .process-style2 {
    max-width: 100%;
  }
  .process-style2 .process-arrow {
    display: none;
  }

  .homes-maps-section {
    padding-bottom: 30px;
}
}


.ultra-solar-part {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background-color: #ffffffc2;
  padding: 10px;
}

.ultra-solar-part .brandmark-logo {
  text-align: end;
}

.ultra-solar-part .brandmark-logo .homes-india {
  max-width: 300px;
}

.ultra-solar-part  .brandmark-text {
  text-align: end;
}

.ultra-solar-part .brandmark-text h4 {
  padding-bottom: 0px;
}

/* Medium devices */

 @media (max-width:768px) {

  .ultra-solar-part { 
    bottom: 4px;
    right: 4px;     
    padding: 5px;
}
.ultra-solar-part .brandmark-logo .homes-india {
    max-width: 130px;
}



.with_corners:before, .with_corners:after, .cornered-heading:before, .cornered-heading:after {
    position: unset !important;
    display: none !important;
}

.cornered-heading:before{
  position: unset !important;
}
.cornered-heading:after{
  position: unset !important;
} 

.padding_left {
  padding-left: 0;
}
.margin_60 {
  margin-bottom: 0px;
}

img.homes-india-map-img {
  padding-bottom: 20px;
}

.cornered-heading {
  padding-bottom:25px;
}
.se-bottom { 
  padding: 15px 10px 18px 10px;
}

.owl-theme .owl-nav {
  margin-top: 20px !important;
  margin-right: -23px;
}
.blueparent img, p, h4 {
  padding-bottom: 0px;
  
}

p {
  
  line-height: 24px;
  font-size: 15px;
   
}

} 