/* /////////////////////////// 
    Components
//////////////////////////// */

body {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #1f1f1f;
	background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Onest', sans-serif;
	font-weight: 700;
}

h1, .h1 {
  font-size: 33px;
  font-weight: 700;
}
h2, .h2 {
  font-size: 32px;
  font-weight: 700;
}
h3, .h3 {
  font-size: 30px;
}
h4, .h4 {
  font-size: 30px;
}
h5, .h5 {
  font-size: 24px;
  line-height: 1.4;
}
h6, .h6 {
  font-size: 20px;
}
@media (min-width: 480px) {
  h2, .h2 {
    font-size: 35px;
  }
  h1, .h1 {
    font-size: 46px;
  }
}
@media (min-width: 576px) {
  h1, .h1 {
    font-size: 50px;
  }
  h2, .h2 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 56px;
  }
	h2, .h2 {
		font-size: 46px;
	}
	h3, .h3 {
		font-size: 36px;
	}
}

span {
	font-size: inherit;
}

p {
  font-size: inherit;
}

.p1 {
  font-size: 18px;
}
.p2 {
  font-size: 16px;
}
.p3 {
  font-size: 14px;
}

.lead {
  font-size: 18px;
  font-weight: 300;
}

.font-300 {
	font-weight: 300!important;
}
.font-400 {
	font-weight: 400!important;
}
.font-500 {
	font-weight: 500!important;
}
.font-600 {
	font-weight: 600!important;
}
.font-700 {
	font-weight: 700!important;
}
.font-800 {
	font-weight: 800!important;
}
.font-900 {
	font-weight: 900!important;
}

.bg-primary {
    background: #1976d1!important;
}
.bg-light-white {
    background: #f2f3f4!important;
}
.bg-light-green {
    background: #97c679!important;
}
.bg-green {
    background: #a5e5b2!important;
}
.bg-gray {
    background: #868f96!important;
}
.bg-primary-decor {
    background: url(../image/illustration-bg-1.jpg) 100% 50% no-repeat #1976d1;
}

.text-primary {
    color: #8bc34a!important;
}

.text-light-gray {
    color: #dbe4f1!important;
}

.icon {
	vertical-align: text-top;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
	text-transform: uppercase;
    border-radius: 30px;
    line-height: 15px;
	padding: 16px 30px;
	white-space: nowrap;
	min-width: auto;
	transition: .4s;
}
.btn:hover {
	color: #619143;
}
.btn-sm {
    font-size: 13px;
	padding: 13px 20px;
}

.btn-outlined--white {
    background-color: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    color: #fff;
}

.btn-outlined--primary {
    background-color: transparent;
    border: 1px solid rgba(139, 195, 74, .4);
    color: #699d47;
}
.btn-outlined--primary:hover {
    background-color: #81ae64;
    border-color: #81ae64;
    color: #fff;
}

.btn-outlined--secondary {
    background-color: transparent;
    color: #6c757d;
    border: 2px solid #adb5bd;
}
.btn-outlined--secondary:hover {
    background-color: #adb5bd;
    color: #fff;
}

.btn--primary {
  background-color: #699d47;
  color: #fff;
}

.btn--primary:hover {
  background-color: #81ae64;
  color: #fff;
}

.btn-primary--opacity {
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  background-color: rgba(80, 227, 194, 0.14);
  color: #0f3d33;
}

.btn-primary--opacity.hvr-bounce-to-right:before {
  background: #50e3c2;
}

.btn--transparent {
  background-color: transparent;
  color: #fff;
}

.btn--transparent:hover {
  color: #50e3c2;
}

.btn--white {
  background-color: #fff;
  color: #323232;
}

.btn--white:hover {
  background-color: #699d47;
  color: #fff;
}

.btn--yellow {
  background-color: #ffc107;
  color: #000;
}

.btn--yellow:hover {
  background-color: #ffd94f;
  color: #000;
}

.border-radius-10 {
	border-radius: 10px;
}
.border-radius-20 {
	border-radius: 20px;
}
.border-radius-30 {
	border-radius: 30px;
}

.section-title {
	padding-bottom: 60px;
	line-height: 1.3;
}

.section-title .title-sm-text {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.section-title h2 {
	color: #ffffff;
	font-weight: 700;
	font-size: 35px;
	line-height: 45px;
}

@media (min-width: 576px) {
	.section-title h2 {
		font-size: 48px;
		line-height: 56px;
	}
}

.section-spacing {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media (min-width: 768px) {
	.section-spacing {
		padding-top: 110px;
		padding-bottom: 110px;
	}
}

.pretitle {
    color: #258aff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-left: 4px;
    margin-bottom: 20px;
}

/* /////////////////////////// 
    Preloader
//////////////////////////// */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, right bottom, left top, from(#2558ab), to(#59dbff));
  background: linear-gradient(to top left, #2558ab 0%, #59dbff 100%);
  z-index: 9999999;
}

#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.spinner {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes sk-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* /////////////////////////// 
    Header Area
//////////////////////////// */

.site-header {
	background-color: #fff;
	position: fixed;
	z-index: 800;
	width: 100%;
	/*border-bottom: 1px solid rgba(255,255,255,0.15);*/
}
.site-header-top .icon {
	font-size: 18px;
  vertical-align: text-top;
  color: #8bc34a;
}

@media (min-width: 768px) {
	.site-header-top {
		padding: 20px 0;
	}
}

@media (min-width: 992px) {
	.site-header-top {
		padding: 15px 0;
	}
}

.brand-logo img {
	height: 66px;
}

@media (min-width: 992px) {
	.main-navigation-wrapper {
		border-radius: 40px;
		background-color: #212529;
	}
	.main-menu {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
}

@media (min-width: 992px) {
	.main-menu > li > a {
		font-family: 'Inter', sans-serif;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		text-transform: uppercase;
		color: #dbe4f1;
		padding: 20px 24px;
		white-space: nowrap;
	}
}

.main-menu > li > a:hover,
.main-menu > li.active > a {
	color: #8bc34a;
}

@media (min-width: 960px) and (max-width: 1100px) {
	.main-menu > li > a {
		padding: 20px 15px;
		font-size: 13px;
	}
}

@media (min-width: 992px) {
	.main-menu .has-dropdown {
		position: relative;
		z-index: 99;
	}
	.main-menu .has-dropdown > a {
		position: relative;
		margin-right: 10px;
	}
	.main-menu .has-dropdown > a:before {
		position: absolute;
		display: inline-block;
		font: normal normal normal 32px/1 'ep';
		content: "\ea1a";
		font-size: 10px;
		color: #dee2e6;
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: -webkit-transform .3s;
		transition: -webkit-transform .3s;
		transition: transform .3s;
		transition: transform .3s, -webkit-transform .3s;
		top: 40%;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		transition: color 0.4s;
	}	
	.main-menu .has-dropdown > a:hover:before {
		color: #258aff;
	}	
}

@media (min-width: 992px) {
	.main-menu .has-dropdown:hover .menu-dropdown {
		top: 100%;
		opacity: 1;
		pointer-events: visible;
	}
}

.main-menu .has-dropdown:hover .menu-dropdown p {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.main-menu .menu-dropdown {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		top: 110%;
		position: absolute;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		min-width: 530px;
		-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
		box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
		border-radius: 8px;
		border: 1px solid #e5e5e5;
		background-color: #ffffff;
		padding: 30px 30px 0px;
		z-index: 99;
		opacity: 0;
		-webkit-transition: opacity .4s, top .4s;
		transition: opacity .4s, top .4s;
		pointer-events: none;
	}
	.main-menu .menu-item:nth-child(3) .menu-dropdown {
		min-width: 265px;
	}
}

@media (min-width: 992px) {
	.main-menu .menu-dropdown .single-item {
		-webkit-box-flex: calc(50% - 20px);
		-ms-flex: calc(50% - 20px);
		flex: calc(50% - 20px);
		max-width: calc(50% - 20px);
		margin-bottom: 20px;
	}
	.main-menu .menu-item:nth-child(3) .menu-dropdown .single-item {
		-webkit-box-flex: calc(100% - 20px);
		-ms-flex: calc(100% - 20px);
		flex: calc(100% - 20px);
		max-width: calc(100% - 20px);
	}
}

@media (min-width: 992px) {
	.main-menu .menu-dropdown .single-item:hover a h3 {
		color: #258aff;
	}
}

.main-menu .menu-dropdown .single-item a {
	color: #1f1f1f;
	font-size: 16px;
	font-weight: 500;
	-webkit-transition: .4s;
	transition: .4s;
	/*padding: 0;*/
}
.main-menu .menu-dropdown .single-item a:hover {
	color: #258aff;
}

.main-menu .menu-dropdown .single-item a h3 {
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.4px;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0;
  padding-bottom: 5px;
}

.main-menu .menu-dropdown .single-item a p {
	margin-bottom: 0;
}

.main-menu .menu-dropdown .single-item p {
	color: #878b90;
	font-size: 14px;
	font-weight: 400;
}

@media (min-width: 992px) {
	.main-menu .menu-dropdown .single-item:nth-child(odd) {
		margin-right: 40px;
	}
}

.header-btns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.header-btns.btns-group {
	margin: 0 -17px;
}


/*  Mobile Menu / Mean Menu Reset  */

.mobile-menu.mean-container .mean-bar {
	position: static;
	float: none;
	background: transparent;
}

.mobile-menu.mean-container .mean-bar .meanmenu-reveal {
	text-indent: 0 !important;
	position: relative;
	font-size: 21px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	width: 42px;
	margin-left: auto;
	margin-right: -24px;
}

.mobile-menu.mean-container .mean-bar .mean-expand {
	font-size: 0 !important;
	padding: 0 !important;
	height: 42px;
	width: 42px;
}

.mobile-menu.mean-container .mean-bar .mean-expand:before {
	position: absolute;
	display: inline-block;
	font: normal normal normal 32px/1 'ep';
	content: "\ea1a";
	font-size: 15px;
	color: #7c7373;
	transform: rotate(0deg);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu.mean-container .mean-bar .mean-expand.mean-clicked {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mobile-menu.mean-container .mean-bar .mean-expand:hover {
	background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav {
	float: none;
	margin-top: 0;
	position: absolute;
	left: 0;
	border: 0;
	z-index: 888;
	background: transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .main-menu {
	border: 1px solid #e5e5e5;
	-webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
	box-shadow: 0 12px 24px rgba(0, 0, 0, 0.03);
	background: #fff;
	border-radius: 8px;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item>a {
	border-bottom: 0;
	font-family: 'Inter', sans-serif;
	font-size: 15px;
    font-weight: 500;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-item.mean-last {
	border-bottom: 1px solid transparent;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
	padding-left: 0 !important;
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown .single-item {
	padding-bottom: 0;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid transparent;
}

@media (min-width: 768px) {
	.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown {
		padding-left: 40px;
	}
}

.mobile-menu.mean-container .mean-bar .mean-nav .menu-dropdown p {
	margin-bottom: 0;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li {
	float: none;
	border-bottom: 1px solid #e5e5e5;
}

.mobile-menu.mean-container .mean-bar .mean-nav ul li a {
	color: #000;
	float: none;
	text-transform: initial;
}

/* Hero Area */
.site-nav {
	position: fixed;
	top: 100px;
  left: 50%;
  transform: translateX(-50%);
	max-width: 1140px;
	padding: 0;
  z-index: 110;
}

.hero-area {
	position: relative;
	padding: 20px;
	padding-top: 96px;
}

.hero-area-inner {
	position: relative;
	overflow: hidden;
	padding: 5px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 20% 0%;
	background-size: cover;
	border-radius: 34px;
	min-height: 800px;
}

.hero-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.hero-image-slider {
    width: 100%;
    height: 100%;
}

.hero-image-slide {
    text-align: center;
    background: #fff;

    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 0;
    border-radius: 30px;
    overflow: hidden;
}

.hero-image-slide .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center  center;
    background-repeat: no-repeat;
    transition: 6s all;
    transform: scale(1.1);
    opacity: 1;
}

.hero-image-slide.swiper-slide-active .img {
    animation: scale 6s ease forwards;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    100% {
        transform: scale(1.1);
    }
}


.hero-area-inner::before {
  position: absolute;
  z-index: 5;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(235deg, rgba(33, 37, 41, 0) 0%, rgba(33, 28, 27, 0.9) 100%);
  opacity: .5;
}

.hero-content {
  position: relative;
	z-index: 10;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 180px;
}

.hero-content .title {
	line-height: 1.3;
	margin-bottom: 40px;
}

.hero-content p {
	font-weight: 400;
	line-height: 34px;
	margin-bottom: 30px;
	font-size: 17px;
}


.hero-content h5 {
	color: #258aff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hero-content h2 {
	font-size: 38px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 30px;
}

.inner-hero .hero-content h2 {
	font-weight: 700;
	font-size: 52px;
	line-height: 58px;
}

@media (max-width: 768px) {
	.hero-area {
		padding: 116px 15px 15px;
	}
	.inner-hero .hero-content h2 {
		font-size: 36px;
		line-height: 48px;
	}
	.hero-content {
		padding-top: 120px;
	}
}

.hero-content p,
.hero-content .hero-text {
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 50px;
	max-width: 560px;
}

@media (min-width: 1801px) {
	.hero-area-inner {
		background-position: 0 0;
	}
}

@media (min-width: 1280px) {
	.hero-content h2 {
		font-size: 56px;
		line-height: 62px;
	}
}
@media (min-width: 768px) and (max-width: 1279px) {
	.hero-content h2 {
		font-size: 48px;
		line-height: 54px;
	}
}

.hero-btn .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

.hero-btn .text--info {
  color: #dbe4f1;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

/* /////////////////////////// 
    Feature Section
//////////////////////////// */

.feature-area {
	padding: 50px 0;
}

@media (min-width: 992px) {
	.feature-area {
		padding: 100px 0 70px;
	}
}

.feature-widget {
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
}

.feature-widget-icon {
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.feature-widget-number {
	width: 44px;
	height: 44px;
	margin-bottom: 20px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Inter', sans-serif;
	font-size: 21px;
	line-height: 21px;
	font-weight: 500;
	color: #258aff;
	background-color: rgba(37,138,255, 0.1);
	border-radius: 4px;
}

.feature-widget .widget-icon {
	padding: 10px;
	background-color: transparent;
	margin-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 38px;
	color: #258aff;
	-webkit-transition: .4s;
	transition: .4s;
}

.feature-widget .widget-icon i {
	font-size: inherit;
}

.feature-widget .content h5 {
	margin-bottom: 10px;
	color: #000000;
	padding-bottom: 0;
}

.feature-widget .content p {
	color: #878b90;
}

@media (min-width: 480px) {
	.feature-widget .content p {
		padding-right: 50px;
		font-size: 16px;
	}
}

@media (min-width: 576px) {
	.feature-widget .content p {
		padding: 0;
	}
}

.feature-widget:hover .widget-icon {
	color: #258aff;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.feature-widget.icon-top-round {
	display: block;
}

.feature-widget.icon-top-round .widget-icon {
	background-color: #258aff;
	padding: 16px;
	border-radius: 50px;
	margin-bottom: 34px;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	font-size: 28px;
	color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
	margin: 0 auto;
	margin-bottom: 20px;
}

@media (min-width: 480px) {
	.feature-widget.icon-top-round .widget-icon {
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.feature-widget.icon-top-round .widget-icon {
		margin-bottom: 34px;
	}
}

.feature-widget.icon-top-round .widget-icon i {
	-webkit-transition: .4s;
	transition: .4s;
}

.feature-widget.icon-top-round:hover .widget-icon i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* /////////////////////////// 
    Feature section
//////////////////////////// */
.feature-section {
  padding: 70px 0;
}

@media (min-width: 992px) {
  .feature-section {
    padding: 100px 0;
  }
}

/* Ripple Out */
@-webkit-keyframes ripple-out {
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
	border-width: 0;
  }
}

@keyframes ripple-out {
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    opacity: 0;
	border-width: 0;
  }
}

.circle-bg-1 {
  background: #ffc107;
}

.circle-bg-1.outer-circle {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: rgba(255, 193, 7, 0.08);
}

.circle-bg-1.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(255, 193, 7, 0.1) solid 8px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.8s linear 2s infinite;
          animation: ripple-out 1.8s linear 2s infinite;
}

.circle-bg-2 {
  background: #50e3c2;
}

.circle-bg-2.outer-circle {
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  background: rgba(89, 219, 225, 0.08);
}

.circle-bg-2.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(89, 219, 225, 0.1) solid 8px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.8s linear 2s infinite;
          animation: ripple-out 1.8s linear 2s infinite;
}

.circle-bg-3 {
  background: #8bc34a;
}

.circle-bg-3.outer-circle {
  background: rgba(139, 195, 74, 0.1);
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.circle-bg-3.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(139, 195, 74, 0.1) solid 8px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.8s linear 2s infinite;
          animation: ripple-out 1.8s linear 2s infinite;
  opacity: 1.6;
}

.circle-bg-4 {
  background: #ffc107;
}

.circle-bg-4.outer-circle {
  background: rgba(255, 193, 7, 0.08);
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}

.circle-bg-4.outer-circle:before {
  content: '';
  position: absolute;
  border: rgba(255, 193, 7, 0.1) solid 8px;
  border-radius: 500px;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  -webkit-animation: ripple-out 1.8s linear 2s infinite;
          animation: ripple-out 1.8s linear 2s infinite;
}

.widget01.feature--widget {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .widget01.feature--widget {
    margin-bottom: 0;
  }
}

.widget01.feature--widget .divider--right:after {
  display: none;
}

@media (min-width: 768px) {
  .widget01.feature--widget .divider--right:after {
    display: block;
  }
}

.widget__icon {
	position: relative;
	height: 72px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}

.widget__icon .inner-circle {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-left: 20px;
}

.widget__icon .outer-circle {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	position: absolute;
}

.widget__icon img {
	width: 80px;
	height: 80px;
	margin: 8px 0 0 8px;
}

.widget__body {
	text-align: center;
}

.widget__body p {
	color: #323232;
	font-size: 17px;
	font-weight: 400;
	line-height: 34px;
}

@media (min-width: 480px) {
  .widget__body p {
    font-size: 18px;
    padding: 0 50px;
  }
}

@media (min-width: 576px) {
  .widget__body p {
    padding: 0 30px;
  }
}

@media (min-width: 768px) {
  .widget__body p {
    padding: 0 15px;
  }
}

@media (min-width: 992px) {
  .widget__body p {
    padding: 0 20px;
  }
}

@media (min-width: 1200px) {
  .widget__body p {
    padding: 0 25px;
  }
}

.widget__heading {
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
}

/* /////////////////////////// 
    Calc Section
//////////////////////////// */
.side-banner {
	border-radius: 30px;
	display: flex;	
}

.banner-knob {
	background-color: #1976d2;
	background-image: url(../image/illustration-knob-x2.png);
	background-position: 50% 50%;
	background-size: cover;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	max-width: 320px;
	width: 100%;
	height: 320px;
	color: #fff;
	font-size: 44px;
	letter-spacing: -1px;
}

.card {
	border-radius: 30px;
	padding: 30px;
}
.card-shadow {
	box-shadow: 0 40px 100px rgb(20, 25, 43, 0.15);
}

@media (min-width: 768px) {
	.card {
		border-radius: 30px;
		padding: 50px;
	}
}

.list-decor {
	position: relative;
}
.list-decor:before {
	z-index: -1;
	content: '';
	position: absolute;
	left: 14px;
	top: 0;
	width: 0;
	height: 100%;
	border-right: 1px dotted #699d47;
	opacity: 0.5;
}

.list-flex li {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 20px;
}

.list-icon-circle {
	max-width: 30px;
	min-width: 30px;
	max-height: 30px;
	min-height: 30px;
	border-radius: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background-color: #699d47;
}

/* /////////////////////////// 
    Services Section
//////////////////////////// */

.services-tile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-tile--item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 42px 94px 0 rgb(185,190,211,0.35);
    padding: 40px 30px;
    margin: 20px 0;
	width: 100%;
}

.services-tile.justify-content-start .services-tile--item:not(:nth-child(3n+3)) {
    margin-right: 3.66%;
}

.services-tile--icon {
	width: 100px;
	height: 100px;
    margin: 0 20px 20px 0;
}

.services-tile--item h5 {
	font-size: 21px;
}

.services-tile--item .btn {
	margin-top: auto;
}

@media (min-width: 768px) {
	.services-tile--item {
		width: 48%;
	}
}
@media (min-width: 992px) {
	.services-tile--item {
		width: 31%;
		padding: 60px 45px 45px;
	}
}

/* /////////////////////////// 
    Content Section-01
//////////////////////////// */

.content-section-01 {
	background-color: #fff;
	padding: 70px 0;
}

@media (min-width: 768px) {
	.content-section-01 {
		padding: 100px 0;
	}
}

.content-right-content {
	text-align: center;
}

@media (min-width: 480px) {
	.content-right-content {
		text-align: left;
	}
}

@media (min-width: 768px) {
	.content-right-content {
		margin-top: 30px;
	}
}

@media (min-width: 992px) {
	.content-right-content {
		margin-top: 25px;
		text-align: left;
	}
}

@media (min-width: 1200px) {
	.content-right-content {
		margin-top: 90px;
	}
}

.content-right-content h5 {
	color: #ffffff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.content-right-content h5 {
		margin-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.content-right-content h5 {
		margin-bottom: 40px;
	}
}

.content-right-content h2 {
	color: #ffffff;
	font-family: 'Inter', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 45px;
	margin-bottom: 20px;
}

@media (min-width: 576px) {
	.content-right-content h2 {
		font-size: 28px;
		line-height: 35px;
	}
}

@media (min-width: 768px) {
	.content-right-content h2 {
		padding-right: 6px;
		font-size: 40px;
		line-height: 45px;
	}
}

@media (min-width: 992px) {
	.content-right-content h2 {
		margin-bottom: 18px;
		padding-right: 6px;
		font-size: 48px;
		line-height: 56px;
	}
}

@media (min-width: 1200px) {
	.content-right-content h2 {
		padding-right: 20px;
	}
}

.content-right-content p {
	color: #e4e4e4;
	font-size: 16px;
	font-weight: 500;
	line-height: 30px;
}

@media (min-width: 768px) {
	.content-right-content p {
		line-height: 28px;
		font-size: 15px;
	}
}

@media (min-width: 992px) {
	.content-right-content p {
		padding-right: 35px;
		line-height: 32px;
		font-size: 18px;
	}
}

@media (min-width: 1200px) {
	.content-right-content p {
		padding-right: 45px;
	}
}

.content-right-content .content-btn {
	margin-top: 36px;
}

@media (min-width: 480px) {
	.content-right-content .content-btn .btn {
		height: 40px;
		font-size: 16px;
		min-width: 137px;
	}
}

@media (min-width: 768px) {
	.content-right-content .content-btn .btn {
		height: 60px;
		min-width: 209px;
		font-size: 18px;
	}
}

.content-left-image {
	width: 50%;
	margin: 0 auto;
}

@media (min-width: 576px) {
	.content-left-image {
		width: 100%;
	}
}

.content-left-image img {
	width: 100%;
}


/*///////////////////////
    Content_section-02
 /////////////////////*/

.content-section-02 {
	padding: 70px 0 50px;
	position: relative;
}

@media (min-width: 768px) {
	.content-section-02 {
		padding: 100px 0 0;
	}
}

.content-wrapper {
	/*border-bottom: 1px solid #fff;*/
	padding-bottom: 40px;
}

@media (min-width: 992px) {
	.content-wrapper {
		padding-bottom: 80px;
	}
}

.content-right-image img {
	width: 100%;
}

.content-left-content {
	margin-bottom: 40px;
}

@media (min-width: 992px) {
	.content-left-content {
		margin-bottom: 60px;
	}
}

.content-left-content h5:not([class]) {
	color: #258aff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 4px;
	margin-bottom: 20px;
}

.content-left-content h5.text-orange {
	color: #ffc107;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 4px;
	margin-bottom: 20px;
}

.content-left-content h2 {
	color: #1f1f1f;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.content-left-content h2 {
		padding-right: 25px;
	}
}

@media (min-width: 992px) {
	.content-left-content h2 {
		padding-right: 10px;
		font-size: 44px;
		line-height: 52px;
	}
}

.content-left-content p,
.content-left-content li {
	color: #6c757d;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

@media (min-width: 992px) {
	.content-left-content p {
		padding-right: 35px;
	}
}

@media (min-width: 1200px) {
	.content-left-content p {
		padding-right: 42px;
	}
}

/* ///////////////////////////
    Request Section
//////////////////////////// */

.request-section {
    background-image: -webkit-radial-gradient(9% 8%,circle,#002f7f,#258aff);
    background-image: radial-gradient(circle at 9% 8%,#002f7f,#258aff);
}

.request-section .content-left-content h2 {
    color: #fff;
}

.request-section .content-left-content p {
    color: #dee2e6;
}

/* Forms */
.basic-form-container {
	box-sizing: border-box;
	width: 100%;
}
.basic-form {
	box-sizing: border-box;
    width: 100%;
    text-align: left;
    display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
	justify-content: space-between;
}
.basic-form > div {
	box-sizing: border-box;
}
.basic-form div.mb-0 {
	margin-bottom: 0;
}
.basic-form .w-100 {
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
}
.basic-form .w-75 {
	-ms-flex: 0 0 73%;
	flex: 0 0 73%;
}
.basic-form .w-66 {
	-ms-flex: 0 0 64%;
	flex: 0 0 64%;
}
.basic-form .w-50 {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}
.basic-form .w-33 {
	-ms-flex: 0 0 31%;
	flex: 0 0 31%;
}
.basic-form .w-25 {
	-ms-flex: 0 0 23%;
	flex: 0 0 23%;
}
.basic-form .form-divider {
	margin: 1rem -2rem 2.5rem;
	height: 2px;
	background-color: #fff;
}
.basic-form label {
	display: block;
    font-size: 14px;
	line-height: 1.4;
    margin-bottom: 10px;
}
.basic-form .label-custom {
	font-size: 16px;
	line-height: 30px;
}
.basic-form .star {
	font-size: 16px;
	line-height: 18px;
}
.basic-form p {
	margin-top: 0!important;
}
.basic-form a {
	display: inline;
    color: #619143;
}
.basic-form a:hover {
    color: #000;
}
.basic-form input[type="text"],
.basic-form input[type="date"],
.basic-form input[type="tel"],
.basic-form select,
.basic-form textarea {
	display: block;
	box-sizing: border-box;
	width: 100%;
  padding: 10px 20px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #333;
	outline: none;
	border-radius: 6px;
	border: 0;
	background: #e9ecef;
	transition: color 0.4s, border 0.4s, background 0.4s;
}
.basic-form input[type="text"],
.basic-form input[type="date"],
.basic-form input[type="tel"],
.basic-form select {
	height: 48px;
}
.basic-form select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url(image/icon-chevron-down.svg);
	background-position: 97% 50%;
	background-repeat: no-repeat;
	background-size: 20px;
}
.basic-form textarea {
	padding: 15px 20px;
}
.basic-form input[type="text"]:hover,
.basic-form input[type="text"]:focus,
.basic-form input[type="date"]:hover,
.basic-form input[type="date"]:focus,
.basic-form input[type="tel"]:hover,
.basic-form input[type="tel"]:focus,
.basic-form select:hover,
.basic-form select:focus,
.basic-form textarea:hover,
.basic-form textarea:focus {
	background-color: #fff;
	color: #333;
}
.basic-form input[type="checkbox"] {
	font-size: 14px;
	float: left;
}
.basic-form input[type="checkbox"] ~ p {
	margin: -2px 0 0.5rem 22px;
	font-size: 14px;
    line-height: 18px;
    color: #616368;
	text-align: left;
}
.basic-form button,
.basic-form input[type="submit"] {
	outline: none;
}

@media (max-width: 640px) {
	.basic-form .w-100-mob {
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
	.basic-form .w-50-mob {
		-ms-flex: 0 0 48%;
		flex: 0 0 48%;
	}
	.basic-form .text-right {
		text-align: left;
	}
}

.basic-form-container.white-bg {
	background-color: #fff;
	border-radius: 8px;
}
.basic-form-container.white-bg .basic-form input[type="text"],
.basic-form-container.white-bg .basic-form input[type="date"],
.basic-form-container.white-bg .basic-form input[type="tel"],
.basic-form-container.white-bg .basic-form select,
.basic-form-container.white-bg .basic-form textarea {
    padding: 10px 15px;
	border: 1px solid transparent;
}
.basic-form-container.white-bg .basic-form input[type="text"]:hover,
.basic-form-container.white-bg .basic-form input[type="date"]:hover,
.basic-form-container.white-bg .basic-form input[type="tel"]:hover,
.basic-form-container.white-bg .basic-form select:hover,
.basic-form-container.white-bg .basic-form textarea:hover,
.basic-form-container.white-bg .basic-form input[type="text"]:focus,
.basic-form-container.white-bg .basic-form input[type="date"]:focus,
.basic-form-container.white-bg .basic-form input[type="tel"]:focus,
.basic-form-container.white-bg .basic-form select:focus,
.basic-form-container.white-bg .basic-form textarea:focus {
	border-color: #adb5bd;
}



/* /////////////////////////// 
    Footer Section
//////////////////////////// */

.footer-section {
	padding: 60px 0 40px;
}

@media (min-width: 768px) {
	.footer-section {
		padding: 80px 0 60px;
	}
}

.footer-section .margin-decrese {
	margin-bottom: -30px;
}

.footer-section .col-margin {
	margin-bottom: 30px;
}

.single-footer .footer-text p {
	color: #878b90;
	font-size: 14px;
	line-height: 22px;
}

@media (min-width: 992px) {
	.single-footer .footer-text p {
		padding-right: 22px;
	}
}

.footer-title {
	margin-bottom: 20px;
}

.footer-title h6 {
	color: #666666;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
}

.footer-text {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

.footer-social-list {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {
	.footer-social-list {
		margin-top: 40px;
	}
}

.footer-list li {
	margin: 0 20px 20px 0;
}

.footer-list li a {
	font-size: 15px;
	font-weight: 700;
	line-height: 20px;
	color: #1f1f1f;
	-webkit-transition: .4s;
	transition: .4s;
}

.footer-list li a:hover {
	color: #258aff;
}

.footer-list li:first-child a {
	padding-top: 0;
}

.footer-list li:last-child a {
	padding-bottom: 0;
}


/*# sourceMappingURL=style.css.map */


/* Inner Hero */
.inner-hero {
	padding-bottom: 60px;
	padding-top: 120px;
}

.inner-hero.has-bg-image {
	position: relative;
}

.inner-hero.has-bg-image:after {
	position: absolute;
	z-index: 0;
	content: '';
	top: 0;
	right: 5%;
	bottom: 0;
	left: 5%;
	background-image: url(image/hero-illustration-04.png);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 450px;
}

.inner-hero p {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.inner-hero {
		padding-top: 180px;
		padding-bottom: 80px;
	}
}

@media (min-width: 1600px) {
	.inner-hero.has-bg-image:after {
		right: 10%;
	}
}

@media (max-width: 1280px) {
	.inner-hero.has-bg-image:after {
		background-position: 105% 100%;
		background-size: 400px;
	}
}

@media (max-width: 1024px) {
	.inner-hero.has-bg-image:after {
		background-image: none;
	}
}

.list-check li {
	display: block;
	margin: 0 0 25px;
	padding-left: 35px;
	position: relative;
}
.list-check li:before {
	position: absolute;
	top: 0;
	left: 0;
	font: normal normal normal 32px/1 'ep';
	content: "\ea23";
	font-size: 21px;
	line-height: 28px;
	color: #258aff;
}

.list-dash li {
	display: block;
	margin: 6px 0;
	padding-left: 30px;
	position: relative;
}

.list-dash li:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0;
	width: 15px;
	height: 2px;
	background-color: #8bc34a;
}

.link-widgets .feature-widget .content h5 {
	margin-top: 10px;
}

.link-widgets a {
	transform: translateY(0);
}

.link-widgets a:hover {
	transform: translateY(-10px);
}

@media (min-width: 768px) {
	.link-widgets {
		margin-bottom: -40px;
	}
}

.inner-content p + h2,
.inner-content p + h3,
.inner-content p + h4,
.inner-content p + h5 {
	margin-top: 50px!important;
}

.inner-content h2 + p,
.inner-content h3 + p,
.inner-content h4 + p,
.inner-content h5 + p {
	margin-top: 30px!important;
}

.link-anchor {
	display: inline;
}

/* dividers */
.has-top-divider {
	position: relative
}

.has-top-divider:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(135,139,144,0.2);
}

.has-bottom-divider {
	position: relative
}

.has-bottom-divider:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: block;
	height: 1px;
	background: rgba(135,139,144,0.15);
}

.has-top-divider.on-dark:before,
.has-bottom-divider.on-dark:before {
	background: rgba(229,229,229,0.15);
}

.screenshots .fotorama__stage {
    border: 1px solid rgba(135,139,144,0.15);
}

.fotorama__dot {
    display: block;
    width: 6px;
    height: 6px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}

.screenshots .fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 5px;
    top: 10px;
    left: 4px;
}

.switcher-trigger {
	cursor: pointer;
}
.switcher-content {
	display: none;
}

/* /////////////////     NEW CUSTOM     ///////////////////// */


.hvr-shine {
	position: relative;
	overflow: hidden;
}

.hvr-shine:before {
	content: '';
	position: absolute;
	height: 400px;
	width: 20px;
	background: white;
	top: -80px;
	left: -20px;
	display: block;
	opacity: 0.5;
	box-shadow: 0px 0px 20px 10px white;
	transform: rotate(-45deg);
	transition: all 0.4s ease;
}

.hvr-shine:hover:before {
	left: 200%;
}

/* /////////////////////////// 
    Header Area
//////////////////////////// */

.hamburger-icon {
	font-size: 20px;
	color: #fff;
	width: 44px;
	height: 44px;
	background: #699d47;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: .4s;
}

/*  Mobile Menu / Mean Menu Reset  */
.mobile-header {
	padding: 18px 0;
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 100;
	background: #fff;
	box-shadow: 0 15px 50px rgba(20, 25, 43, 0.07);
}

/* Mobile Off canvas */
.off-canvas-wrapper {
	top: 0;
	left: 120px;
	right: 0;
	height: 100vh;
	position: fixed;
	background-color: #fff;
	z-index: 1000;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	transform: translateX(100%);
	box-shadow: 0 0 87px 0 rgba(0, 0, 0, 0.09);
	opacity: 0;
	visibility: hidden;
}

@media (min-width: 480px) {
	.off-canvas-wrapper {
		width: 300px;
	}
}

.off-canvas-wrapper.open {
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.off-canvas-wrapper .off-canvas-inner {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	height: 100%;
	position: relative;
	overflow-y: scroll;
}

.off-canvas-wrapper .header-btns {
	flex-direction: column;
	align-items: unset;
}

.off-canvas-wrapper .header-btns .btn:first-child {
	margin-bottom: 16px;
}

.off-canvas-wrapper .btn-close-off-canvas {
	position: absolute;
	top: 18px;
	left: 20px;
	width: 45px;
	height: 45px;
	font-size: 20px;
	background-color: #8bc34a;
	border-radius: 8px;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: 0.4s;
	z-index: 2;
}

.off-canvas-wrapper .menu-expand {
	display: none;
}

.mobile-navigation {
	padding: 80px 0 20px;
}

.mobile-navigation .mobile-menu > li {
	padding-bottom: 20px;
	font-size: 16px;
}

.mobile-navigation .mobile-menu > li .sub-menu > li {
	padding-top: 15px;
	margin-top: 15px;
	padding-left: 20px;
}

.mobile-navigation .mobile-menu > li .sub-menu > li.single-item h3 {
	font-size: 15px;
	margin-bottom: 5px;
	font-weight: 600;
}

.mobile-navigation .mobile-menu > li .sub-menu > li.single-item p {
	font-size: 13px;
}

.mobile-navigation .mobile-menu > li .sub-menu > li.single-item a:hover {
	color: inherit;
}

.mobile-navigation .mobile-menu li i {
	margin-left: 8px;
	position: relative;
	top: 3px;
}

.mobile-navigation .mobile-menu li:hover > a {
	color: #8bc34a;
}

.mobile-navigation .mobile-menu a {
	display: block;
}

/* /////////////////////////// 
    Counter
//////////////////////////// */
.counter .h2 {
	font-size: 46px;
}

.count-numbers .number-container {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
}

.count-numbers .number {
	display: inline-flex;
}

@media (max-width: 768px) {
	.counter:not(:last-child) {
		margin-bottom: 70px;
	}
}


/* /////////////////////////// 
    Content section
//////////////////////////// */
.content-img.content-img-group-1 {
	position: relative;
}

@media (min-width: 768px) {
	.content-img.content-img-group-1 {
		height: 425px;
		margin-bottom: -70px;
	}
}

@media (min-width: 992px) {
	.content-img.content-img-group-1 {
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.content-img.content-img-group-1 {
		height: 475px;
	}
}

.content-img.content-img-group-1 .image-1 {
	position: absolute;
	z-index: 2;
	left: 27%;
	top: 23%;
	border-radius: 30px;
	overflow: hidden;
}

.content-img.content-img-group-1 .image-2 {
	position: absolute;
	z-index: 1;
	right: 25%;
	top: 12%;
	border-radius: 10px;
	overflow: hidden;
}

.content-img .image-mobile {
	border-radius: 30px;
	overflow: hidden;
	max-width: 320px;
	margin-bottom: 40px;
}

.content-img .image-mobile img {
	width: 100%;
}

@media (min-width: 992px) {
	.content-img.content-img-group-1 .image-1 {
		top: 26%;
		-webkit-animation-duration: 4s;
		animation-duration: 4s;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
	}
	.content-img.content-img-group-1 .image-2 {
		-webkit-animation-duration: 8s;
		animation-duration: 8s;
	}
}

@media (min-width: 1200px) {
	.content-img.content-img-group-1 .image-1 {
		top: 19%;
		left: auto;
		right: 0%;
	}
	.content-img.content-img-group-1 .image-2 {
		top: 0;
		left: 0;
	}
}

.content-img.content-img-group-2 {
	position: relative;
}

@media (min-width: 768px) {
	.content-img.content-img-group-2 {
		height: 420px;
		margin-bottom: -70px;
	}
}

@media (min-width: 992px) {
	.content-img.content-img-group-2 {
		margin-bottom: 0px;
	}
}

@media (min-width: 1200px) {
	.content-img.content-img-group-2 {
		height: 450px;
	}
}

.content-img.content-img-group-2 .image-1 {
	position: absolute;
	z-index: 2;
	border-radius: 30px;
	overflow: hidden;
}

@media (min-width: 576px) {
	.content-img.content-img-group-2 .image-1 {
		top: 0;
		left: 2%;
	}
}

@media (min-width: 768px) {
	.content-img.content-img-group-2 .image-1 {
		top: 12%;
		right: 27%;
	}
}

@media (min-width: 1200px) {
	.content-img.content-img-group-2 .image-1 {
		top: 20%;
		right: auto;
		left: 5%;
	}
}

.content-img.content-img-group-2 .image-2 {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	border-radius: 10px;
	overflow: hidden;
}

@media (min-width: 768px) {
	.content-img.content-img-group-2 .image-2 {
		top: 0;
		left: 25%;
		right: 0;
	}
}
@-webkit-keyframes floatX {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes floatX {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
  50% {
    -webkit-transform: translatey(-20px);
            transform: translatey(-20px);
  }
  100% {
    -webkit-transform: translatey(0px);
            transform: translatey(0px);
  }
}

@-webkit-keyframes blink {
  0% {
    bottom: -25px;
  }
  25% {
    bottom: -100px;
  }
  35% {
    bottom: -130px;
  }
  50% {
    bottom: -100px;
  }
  75% {
    bottom: -50px;
  }
  100% {
    bottom: -25px;
  }
}

@keyframes blink {
  0% {
    bottom: -25px;
  }
  25% {
    bottom: -100px;
  }
  35% {
    bottom: -130px;
  }
  50% {
    bottom: -100px;
  }
  75% {
    bottom: -50px;
  }
  100% {
    bottom: -25px;
  }
}



/* /////////////////////////// 
    Video section
//////////////////////////// */
.video-bg {
  position: relative;
  background-image: url(../image/cta-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}

.video-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #222d3d;
  opacity: 0.7172935;
}

.video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.video-content .video-btn {
  width: 90px;
  height: 90px;
  background-color: rgba(255, 255, 255, 0.19);
  margin-bottom: 60px;
  border-radius: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.video-content .video-btn i {
  color: #50e3c2;
  font-size: 20px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .4s;
  transition: .4s;
}

.video-content .video-btn:hover i {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.video-content .title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 15px;
}

.video-content p {
  color: #fff;
  font-size: 18px;
  line-height: 32px;
}

.video-content p:last-child {
  margin-bottom: 0;
}


/* /////////////////////////// 
    Brand Section
//////////////////////////// */
.brand-top-text P {
  color: #878b90;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.brand-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.brand-wrapper .single-brand {
  margin-right: 25px;
  margin-left: 25px;
  margin-top: 25px;
}

/* /////////////////////////// 
    Testimonial Section
//////////////////////////// */
.berlin-card-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  .berlin-card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.berlin-card-group > .card {
  margin-bottom: 15px !important;
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .berlin-card-group > .card {
    margin-bottom: 0px !important;
  }
}

.berlin-card-group > .card + .card {
  border: 1px solid #e8e8ea;
}

@media (min-width: 768px) {
  .berlin-card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

@media (min-width: 768px) {
  .berlin-card-group > .card + .card:last-child {
    border: 1px solid #e8e8ea;
    border-top: 0;
  }
}

@media (min-width: 992px) {
  .berlin-card-group > .card + .card:last-child {
    border-left: 0;
    border-top: 1px solid #e8e8ea;
  }
}

@media (min-width: 768px) {
  .berlin-card-group > .card {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: 50%;
  }
}

@media (min-width: 992px) {
  .berlin-card-group > .card {
    -webkit-box-flex: 33.333%;
        -ms-flex: 33.333%;
            flex: 33.333%;
    max-width: 33.333%;
  }
}

.testimonial-card-1 {
  border: 1px solid #e8e8ea;
}

.testimonial-card-1 .card-body {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 25px;
  padding-right: 25px;
}

@media (min-width: 576px) {
  .testimonial-card-1 .card-body {
    padding-left: 45px;
    padding-right: 45px;
  }
}

.testimonial-card-1 .quote-icon {
  color: #dbe4f1;
  font-size: 98px;
  font-weight: 400;
  letter-spacing: -0.1px;
  margin-bottom: -45px;
}

.testimonial-card-1 .client-card {
  margin-top: 40px;
}

.card-footer {
  background: transparent;
  border: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-top: 0px;
}

.client-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client-card .image {
  border-radius: 50%;
  min-width: 43px;
  min-height: 43px;
  overflow: hidden;
}

.client-card .image img {
  width: 100%;
}

.client-card .content {
  padding-left: 20px;
  padding-top: 5px;
}

.client-card .content .title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 6px;
}

.client-card .content span {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.6px;
  line-height: 1;
}

/* /////////////////////////// 
    CTA Section
//////////////////////////// */
.cta-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
}

@media (min-width: 768px) {
  .cta-wrapper {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cta-wrapper .title {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.22px;
  line-height: 35px;
  margin-right: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .cta-wrapper .title {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .cta-wrapper .title {
    margin-right: 50px;
  }
}

/* /////////////////////////// 
    Footer Section
//////////////////////////// */
.shape-holder {
  position: relative;
  z-index: 1;
}

.footer-shapes {
  position: absolute;
  top: 0;
  width: 100%;
}

.footer-shapes .shape-1 {
  position: absolute;
  width: 100%;
  top: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -2;
}

.footer-shapes .shape-1 svg {
  width: 100%;
  height: 55px;
}

.footer-bg {
  position: relative;
  z-index: 1;
}

.footer-bg:before {
  content: '';
  /*background-image: linear-gradient(-45deg, #152649 0%, #4f525c 100%);*/
  background-image: linear-gradient(-45deg, #000 0%, #212529 100%);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.footer-list {
  margin-top: -10px;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list li a {
  color: #f8fbfe;
  font-size: 16px;
  line-height: 34px;
  -webkit-transition: .4s;
  transition: .4s;
  padding-left: 0;
}

.footer-list li a:hover {
  color: #50e3c2;
  padding-left: 5px;
}

.footer-list.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-list.list-inline li {
  margin-bottom: 0;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .footer-list.list-inline li {
    margin-right: 17px;
  }
}

.footer-list.list-inline li a {
  color: #dbe4f1;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.footer-list.list-inline li a:hover {
  color: #007bff;
  padding-left: 0px;
}

.footer-list.list-inline li:last-child {
  margin-right: 0;
}

.copyright-area {
	color: #dee2e6;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
}

.copyright-area a {
	display: inline;
}

@media (min-width: 768px) {
  .copyright-area p {
    text-align: left;
  }
}

.basic-table {
	display: inline-block;
	width: auto;
	max-width: 100%;
	overflow-x: auto;
	border-radius: 10px;
	border: 0;
	/*box-shadow: 0 15px 50px -7px rgba(193, 181, 173, 0.25);*/
}
.basic-table th,
.basic-table td {
	background-color: transparent;
	padding: 10px 25px!important;
	/*border-bottom: 1px solid rgba(229,229,229,0.6);*/
	text-align: center;
	vertical-align: middle;
}
.basic-table th {
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: #adb5bd;
}
.basic-table .bg-red {
	background-color: #f8686c;
}
.basic-table .bg-orange-1 {
	background-color: #fa8272;
}
.basic-table .bg-orange-2 {
	background-color: #fba577;
}
.basic-table .bg-orange-3 {
	background-color: #fbc57a;
}
.basic-table .bg-yellow-1 {
	background-color: #fed57f;
	color: #000;
}
.basic-table .bg-yellow-2 {
	background-color: #fddf82;
	color: #000;
}
.basic-table .bg-yellow-3 {
	background-color: #ffe983;
	color: #000;
}
.basic-table .bg-green-1 {
	background-color: #dee283;
	color: #000;
}
.basic-table .bg-green-2 {
	background-color: #ccde81;
	color: #000;
}
.basic-table .bg-green-3 {
	background-color: #a7d27f;
	color: #000;
}
.basic-table .bg-green-4 {
	background-color: #91cd82;
	color: #000;
}
.basic-table .bg-green-5 {
	background-color: #7fc77c;
	color: #000;
}
.basic-table .bg-green-6 {
	background-color: #64be7b;
	color: #000;
}

#map-wrapper {
    width: 100%;
    height: 500px;
}

.options-section {
	position: relative;
	overflow: hidden;
	padding-bottom: 400px;
	background-color: #343a40;
}
.options-section .bg-decor {
	position: absolute;
	bottom: -5%;
	left: 8%;
	width: 1500px;
	height: 788px;
	background-image: url(../image/illustration-iso-01.png);
	background-size: cover;
}
@media (min-width: 1280px) {
	.options-section .bg-decor {
		left: 18%;
		bottom: -3%;
	}
}
@media (min-width: 1600px) {
	.options-section .bg-decor {
		left: 32%;
		bottom: -3%;
	}
}
@media (max-width: 768px) {
	.options-section .bg-decor {
		width: 1000px;
		height: 525px;
		bottom: -10%;
	}
}
@media (max-width: 480px) {
	.options-section {
		padding-bottom: 400px;
	}
	.options-section .bg-decor {
		bottom: -1%;
		left: -100%;
	}
}

.logo-card {
	background: #fff;
	border-radius: 10px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo-card img {
	width: 100%;
	border-radius: 10px;
}

.card-product {
	min-height: 320px;
	padding: 40px;
}

.image-circle {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
}

.image-circle img {
	height: 100%;
	object-fit: cover;
}

