.footer-dark .copyright, .footer-dark .item.social, .sp-loading {
	text-align: center
}
.features-clean {
	color: #313437;
	background-color: #fff;
	padding-bottom: 30px
}
.features-clean p {
	color: #7d8285
}
.features-clean h2 {
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit
}

@media (max-width:767px) {
.features-clean {
	padding-bottom: 10px
}
.features-clean h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px
}
}
.features-clean .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 60px
}
.features-clean .item {
	min-height: 100px;
	padding-left: 80px;
	margin-bottom: 40px
}

@media (max-width:767px) {
.features-clean .intro {
	margin-bottom: 40px
}
.features-clean .item {
	min-height: 0
}
}
.features-clean .item .name {
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: inherit
}
.features-clean .item .description {
	font-size: 15px;
	margin-bottom: 0
}
.features-clean .item .icon {
	font-size: 40px;
	color: #1485ee;
	float: left;
	margin-left: -65px
}
.footer-dark {
	padding: 50px 0;
	color: #f0f9ff;
	background-color: #282d32
}
.footer-dark h3 {
	margin-top: 0;
	margin-bottom: 12px;
	font-weight: 700;
	font-size: 16px
}
.footer-dark ul {
	padding: 0;
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
	margin-bottom: 0
}
.footer-dark ul a {
	color: inherit;
	text-decoration: none;
	opacity: .6
}
.footer-dark ul a:hover {
	opacity: .8
}
.footer-dark .item.text {
	margin-bottom: 36px
}

@media (max-width:767px) {
.footer-dark .item:not(.social) {
	text-align: center;
	padding-bottom: 20px
}
.footer-dark .item.text {
	margin-bottom: 0
}
}
.footer-dark .item.text p {
	opacity: .6;
	margin-bottom: 0
}

@media (max-width:991px) {
.footer-dark .item.social {
	text-align: center;
	margin-top: 20px
}
}
.footer-dark .item.social>a {
	font-size: 20px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(255,255,255,.4);
	margin: 0 8px;
	color: #fff;
	opacity: .75
}
.footer-dark .item.social>a:hover {
	opacity: .9
}
.footer-dark .copyright {
	padding-top: 24px;
	opacity: .3;
	font-size: 13px;
	margin-bottom: 0
}
.photo-gallery {
	color: #313437;
	background-color: #fff
}
.photo-gallery p {
	color: #7d8285
}
.photo-gallery h2 {
	font-weight: 700;
	margin-bottom: 40px;
	padding-top: 40px;
	color: inherit
}

@media (max-width:767px) {
.photo-gallery h2 {
	margin-bottom: 25px;
	padding-top: 25px;
	font-size: 24px
}
}
.photo-gallery .intro {
	font-size: 16px;
	max-width: 500px;
	margin: 0 auto 40px
}
.photo-gallery .intro p {
	margin-bottom: 0
}
.photo-gallery .photos {
	padding-bottom: 20px
}
.photo-gallery .item {
	padding-bottom: 30px
}
body, html {
	height: 100%;
	width: 100%
}
.sp-loading {
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 12px;
	color: #888
}
.sp-wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	background: #eee;
	border: 5px solid #eee;
	border-radius: 3px;
	position: relative;
	margin: 0 25px 15px 0;
	float: left;
	max-width: 300px
}
.sp-thumbs {
	text-align: left;
	display: inline-block
}
.sp-thumbs img {
	min-height: 50px;
	min-width: 50px;
	max-width: 50px
}
.sp-thumbs a:link, .sp-thumbs a:visited {
	width: 50px;
	height: 50px;
	overflow: hidden;
	opacity: .3;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}
.sp-thumbs a:hover {
	opacity: 1
}
.sp-current, .sp-thumbs a:active {
	opacity: 1!important;
	position: relative
}
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0
}
.sp-large a img {
	max-width: 100%;
	height: auto
}
.sp-large a {
	display: block
}
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
	display: none
}
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0,0,0,.9);
	z-index: 1031;
	display: none;
	cursor: pointer
}
.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff
}
#sp-next, #sp-prev {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	transition: .2s
}
#sp-next:before, #sp-prev:before {
	content: '';
	border: 7px solid transparent;
	position: absolute;
	top: 16px
}
#sp-prev {
	left: 10px
}
#sp-prev:before {
	border-right: 15px solid #fff;
	left: 7px
}
#sp-next {
	right: 10px
}
#sp-next:before {
	border-left: 15px solid #fff;
	left: 18px
}
#sp-next:hover, #sp-prev:hover {
	background: #444
}

@media screen and (max-width:400px) {
.sp-wrap {
	margin: 0 0 15px
}
#sp-next, #sp-prev {
	top: auto;
	margin-top: 0;
	bottom: 25px
}
}
.carousel {
	position: relative;
	padding: 120px;
}
.banner_titile {
	font-size: 75px;
	font-weight: 800;
	color: #757575;
}
.banner_button {
	color: #FFFFFF;
	border-color: #45b5f8;
	background-color: #45b6f8;
	font-weight: 500;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
	/* border-radius: 2px; */
	border: 1px solid transparent;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	max-width: 470px;
	padding: 14px 20px;
	text-align: center;
	margin-top: 20px;
}
.features {
	background: #f9f9f9;
}
.feature-box {
	padding: 30px;
	margin: 10px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 20px #42b1f833;
	flex: 0 0 31.33333%;
	max-width: 31.33333%;
}
.feature-box .icon {
	font-size: 30px;
	position: relative;
	left: -10px;
	top: -7px;
	width: auto;
	text-align: center;
	margin: 10px;
	color: #3b99e0;
	float: left;
	border: solid 1px #ccc;
	padding: 10px;
	border-radius: 30px;
}
.home_about {
	background: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 20px #42b1f833;
	padding: 50px;
}
.home_about p {
	font-size: 12px;
	letter-spacing: 4px;
	line-height: 20px;/* text-align: justify; */
}
.top_padding {
	padding-top: 100px;
	padding: 100px;
}
.parallax {
	-webkit-perspective: 100px;
	perspective: 100px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	margin-left: -1080px;
}
.parallax__layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.parallax__layer img {
	display: block;
	position: absolute;
	bottom: 0;
}
.parallax__cover {
	background: #fff;
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 2;
}
.parallax__layer__0 {
	-webkit-transform: translateZ(-300px) scale(4);
	transform: translateZ(-300px) scale(4);
}
.parallax__layer__1 {
	-webkit-transform: translateZ(-250px) scale(3.5);
	transform: translateZ(-250px) scale(3.5);
}
.parallax__layer__2 {
	-webkit-transform: translateZ(-200px) scale(3);
	transform: translateZ(-200px) scale(3);
}
.parallax__layer__3 {
	-webkit-transform: translateZ(-150px) scale(2.5);
	transform: translateZ(-150px) scale(2.5);
}
.parallax__layer__4 {
	-webkit-transform: translateZ(-100px) scale(2);
	transform: translateZ(-100px) scale(2);
}
.parallax__layer__5 {
	-webkit-transform: translateZ(-50px) scale(1.5);
	transform: translateZ(-50px) scale(1.5);
}
.parallax__layer__6 {
	-webkit-transform: translateZ(0px) scale(1);
	transform: translateZ(0px) scale(1);
}
.banner_titile_50 {
	font-size: 35px;
	font-weight: 600;
	line-height: 40px;
}
.banner_titile_20 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.about_titile_20 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
.banner_titile_14 {
	font-size: 14px;
	font-weight: 200;
	line-height: 20px;
}
.banner_titile_12 {
	font-size: 12px;
	font-weight: 200;
	line-height: 18px;
}
.about_bg {
	background: url(../../assets/img/about_bg.png) #f9f9f9;
	background-repeat: no-repeat;
}
.jet {
	webkit-animation: slide-tr 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	animation: slide-tr 2.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	-webkit-animation-iteration-count: 5;
	animation-iteration-count: 5;
}
}

/* ----------------------------------------------
 * Generated by Animista on 2020-4-15 23:30:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes slide-tr {
0% {
-webkit-transform:translateY(0) translateX(0);
transform:translateY(0) translateX(0)
}
100% {
-webkit-transform:translateY(-100px) translateX(100px);
transform:translateY(-100px) translateX(100px)
}
}
@keyframes slide-tr {
0% {
-webkit-transform:translateY(0) translateX(0);
transform:translateY(0) translateX(0)
}
100% {
-webkit-transform:translateY(-80px) translateX(80px);
transform:translateY(-80px) translateX(80px)
}
}


@-webkit-keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@keyframes scale-up-ver-center {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

.scale-up-ver-center {
	-webkit-animation: scale-up-ver-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: scale-up-ver-center 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}


.our_experise_title{
	font-weight: 700;
	color: #444444;
	
}

.our_experise {
	background:  #fff;
	background-repeat: no-repeat;
	padding-top: 90px;
}

.our_experise_box {
	padding: 30px;
	margin: 10px;
	background: #fff;
	border-radius: 10px;
	
	flex: 0 0 31.33333%;
	max-width: 31.33333%;
}


.our_experise_box_select {
	padding: 30px;
	margin: 10px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 20px #42b1f833;
	flex: 0 0 31.33333%;
	max-width: 31.33333%;
}

.gloria_color{
	color: #42b0f8;
}

.service_area_bg{
	background: #fff;
	padding: 40px 0px;
}

.service_titile_50 {
	font-size: 45px;
	font-weight: 800;
	line-height: 40px;
}


.main_top{
	margin-top: 100px;
}

.header_pages{
	background: #42b1f8;
    padding: 100px;
    text-align: left;
}

.header_pages h2 {
	font-size:35px;
	color: #fff;
}