@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');
body {
	font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.5;
	color: #656a6d;
	font-size: 14px;
	padding-top: 80px;	
	background-color: #FFE071;
}
a{
	text-decoration: none;
	color: #656a6d;
	font-weight: 500;
}
.text-blue{
	color: #182E60 !important; 
}
.text-orange{
	color: #F199B6 !important;
}
.text-sky{
	color: #5085FF !important;
}
h2{
	font-weight: 700;
	font-size: 50px;
	line-height: 1.1;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 200px;
	transition: all 0.3s ease-in-out;
}
.navbar-brand{
	display: block;
    padding: 15px 20px;
    position: relative;
    z-index: 9;
	margin: 0;
}
.svg-icon--logo__background {
    width: 4278px;
    height: 120px;
    position: absolute;
    right: -55px;
    bottom: 0;
    z-index: 8;
    filter: drop-shadow(1px 1px 5px rgba(0,0,0,0.3));
}
.navbar{
	padding-left: 200px;
}
.scrolled .logo{
	max-width: 180px;
	transition: all 0.3s ease-in-out;
}
.scrolled .nav-item .nav-link{
	padding: 18px 30px !important;
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-item + .nav-item{
	border-left: 1px solid #eaeaea;
}
.nav-item .nav-link{
    color: #202020;
    padding: 25px 35px !important;
	font-size: 20px;
    font-weight: 700;
	transition: all 0.3s ease-in-out;
}
.nav-item .nav-link span svg path{
	color: #cdcdcd;
}
.nav-item:hover .nav-link{
	background-color: #F1F1F1;
}
.nav-item:hover .submenu{
	display: block;
}
.btn{
	height: 50px;
    text-align: center;
    min-width: 160px;
    padding: 0 30px;
    line-height: 50px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	border-radius: 25px;
}
.btn-primary{
    background-color: #A5D8DD;
    border-color: #A5D8DD;
    color: #202020;
}
.btn-primary:hover{
	background-color: #182E60;
	border-color: #182E60;
}
.btn-secondary{
    background-color: #F199B6;
    border-color: #F199B6;
    color: #fff;
}
.btn-secondary:hover{
	background-color: #182E60;
	border-color: #182E60;
}
.btn-info{
    background-color: #5085FF;
    border-color: #5085FF;
    color: #fff;
}
.btn-info:hover{
	background-color: #182E60;
	border-color: #182E60;
	color: #fff;
}
.form-control, .form-select{
	border-radius: 0;
	height: 46px;
	font-size: 14px;
}
.submenu{
	display: none;
	background-color: #fff;
	box-shadow: 0 0 0 1px rgb(64 87 109 / 7%), 0 2px 12px rgb(53 71 90 / 20%);
	position: absolute;
	padding: 20px 30px;
	max-width: 820px;
}
.submenu ul{
	list-style: none;
	padding: 0 70px 0 0;
}
.submenu ul li{
	margin: 10px 0;
}
.submenu ul li a{
	color: #0e1318;
	padding: 10px 0;
	font-size: 13px;
}
.submenu ul li a:hover{
	opacity: .8;
}
.hero-section .page-hero__copy{
    position: absolute;
    z-index: 9;
    top: 0;
    bottom: 0;
    max-width: 430px;
    display: flex;
    align-items: center;
}
.carousel-item img{
	object-fit: cover;
	height: 700px;
}
.carousel-indicators{
	bottom: 50px;
}
.w-150{
	width: 150px;
}
.bg-light-template{
	background-color: #F1F1F1;
}
.bg-light-green{
	background-color: #FFB5CD;
}
.bg-light-orange{
	background-color: #F199B6;
}
.card-img-main{
	position: relative;
}
.news-home-boxs a:hover.card-img-main::before{
	display: block;
}
.card-img-main img{
	object-fit: cover;
    height: 205px;
    width: 100%;
    object-position: top;	
}
.news-home-boxs .card-img-main::before{
	background: rgba(0,0,0,0.3);
	display: none;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.overview p{
	line-height: 28px;
    font-size: 17px;
}
.news-2-img{
	height: 500px;
}
.our-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.our-services__item {
	display: block;
	text-align: center;
	width: 33.33%;
}

.our-services__item strong {
	-webkit-transition: color 0.2s linear;
	transition: color 0.2s linear;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
}

.our-services__item h3 {
	margin: 0;
	font-weight: 500;
	font-size: 18px;
	color: #22292e !important;
}

.our-services__item a {
	display: block;
	color: #22292e;
}

html:not(.mobile):not(.tablet) .our-services__item a:hover strong,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item a:focus strong,
.our-services__item a.on_press strong {
	color: #22292e;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item a:focus {
	outline: none;
}

.page-get-help .our-services__item h3 {
	font-weight: 500;
	font-size: 20px;
	margin: 0 0 30px 0;
	color: #22292e;
}

.page-get-help .our-services__item p {
	font-size: 14px;
	font-size: 1.4rem;
	color: #656a6d;
}

.page-get-help .our-services__item strong {
	display: inline-block;
	margin: 30px 0 0 0;
}

.our-services__item-hero {
	display: block;
	position: relative;
	background-size: cover;
	border: 8px solid #fff;
	border-radius: 100%;
	background-color: #ebf0f4;
	margin: 0 auto 23px;
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	width: 220px;
	height: 220px;
}

.our-services__item-hero:before {
	display: block;
	content: ' ';
	position: absolute;
	border-radius: 100%;
	border: 7px solid transparent;
	-webkit-transition: margin 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: margin 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	
}

.waypoint-reveal .our-services__item-hero:before {
	-webkit-animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.our-services__item {
	z-index: 1;
}

.our-services__item--1 .our-services__item-hero:before {
	border-color: #5085FF;
	top: 52%;
	left: 74%;
	width: 89px;
	height: 89px;
}

.waypoint-reveal .our-services__item--1 .our-services__item-hero:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

html:not(.mobile):not(.tablet) .our-services__item--1 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--1 a:focus .our-services__item-hero,
.our-services__item--1 a.on_press .our-services__item-hero {
	-webkit-transform: translate(-10px, -10px);
	-ms-transform: translate(-10px, -10px);
	transform: translate(-10px, -10px);
}

html:not(.mobile):not(.tablet) .our-services__item--1 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--1 a:focus .our-services__item-hero:before,
.our-services__item--1 a.on_press .our-services__item-hero:before {
	margin: 20px 0 0 20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--1 a:focus {
	outline: none;
}

.page-home .our-services__item--1 {
	margin-top: -48px;
}

.page-home .our-services__item--1 .our-services__item-hero:before {
	top: 50%;
	left: 69%;
}

.our-services__item--2 .our-services__item-hero:before {
	border-color: #182E60;
	bottom: 69%;
	left: 75%;
	width: 89px;
	height: 89px;
}

html:not(.mobile):not(.tablet) .our-services__item--2 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--2 a:focus .our-services__item-hero,
.our-services__item--2 a.on_press .our-services__item-hero {
	-webkit-transform: translate(-10px, 10px);
	-ms-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
}

html:not(.mobile):not(.tablet) .our-services__item--2 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--2 a:focus .our-services__item-hero:before,
.our-services__item--2 a.on_press .our-services__item-hero:before {
	margin: -20px 0 0 20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--2 a:focus {
	outline: none;
}

.page-home .our-services__item--2 {
	margin-top: 40px;
}

.page-home .our-services__item--2 .our-services__item-hero:before {
	bottom: 70%;
	left: 58%;
}

.our-services__item--3 .our-services__item-hero:before {
	border-color: #F199B6;
	top: 66%;
	left: 77%;
	width: 80px;
	height: 80px;
}

html:not(.mobile):not(.tablet) .our-services__item--3 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--3 a:focus .our-services__item-hero,
.our-services__item--3 a.on_press .our-services__item-hero {
	-webkit-transform: translate(0px, -10px);
	-ms-transform: translate(0px, -10px);
	transform: translate(0px, -10px);
}

html:not(.mobile):not(.tablet) .our-services__item--3 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--3 a:focus .our-services__item-hero:before,
.our-services__item--3 a.on_press .our-services__item-hero:before {
	margin: 00px 0 0 20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--3 a:focus {
	outline: none;
}
.page-home .our-services__item--3 {
	margin-top: -70px;
}

.page-home .our-services__item--3 .our-services__item-hero:before {
	top: 74%;
	left: 62%;
}

.our-services__item--4 .our-services__item-hero:before {
	border-color: #FFB5CD;
	top: 49%;
	right: 80%;
	width: 89px;
	height: 89px;
}

html:not(.mobile):not(.tablet) .our-services__item--4 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--4 a:focus .our-services__item-hero,
.our-services__item--4 a.on_press .our-services__item-hero {
	-webkit-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	transform: translate(10px, 0px);
}

html:not(.mobile):not(.tablet) .our-services__item--4 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--4 a:focus .our-services__item-hero:before,
.our-services__item--4 a.on_press .our-services__item-hero:before {
	margin: 20px 0 0 -20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--4 a:focus {
	outline: none;
}
.page-home .our-services__item--4 .our-services__item-hero:before {
	top: 49%;
	right: 80%;
	width: 70px;
	height: 70px;
}

.our-services__item--5 .our-services__item-hero:before {
	border-color: #FFC800;
	top: 70%;
	left: 71%;
	width: 70px;
	height: 70px;
}

html:not(.mobile):not(.tablet) .our-services__item--5 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--5 a:focus .our-services__item-hero,
.our-services__item--5 a.on_press .our-services__item-hero {
	-webkit-transform: translate(20px, 10px);
	-ms-transform: translate(20px, 10px);
	transform: translate(20px, 10px);
}

html:not(.mobile):not(.tablet) .our-services__item--5 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--5 a:focus .our-services__item-hero:before,
.our-services__item--5 a.on_press .our-services__item-hero:before {
	margin: 20px 0 0 -20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--5 a:focus {
	outline: none;
}
.page-home .our-services__item--5 {
	margin-top: 40px;
}

.our-services__item--6 .our-services__item-hero:before {
	border-color: #FFE071;
	bottom: 74%;
	left: 58%;
	width: 78px;
	height: 78px;
}

html:not(.mobile):not(.tablet) .our-services__item--6 a:hover .our-services__item-hero,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--6 a:focus .our-services__item-hero,
.our-services__item--6 a.on_press .our-services__item-hero {
	-webkit-transform: translate(-10px, 10px);
	-ms-transform: translate(-10px, 10px);
	transform: translate(-10px, 10px);
}

html:not(.mobile):not(.tablet) .our-services__item--6 a:hover .our-services__item-hero:before,
html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--6 a:focus .our-services__item-hero:before,
.our-services__item--6 a.on_press .our-services__item-hero:before {
	margin: -10px 0 0 -20px;
}

html:not(.mobile):not(.tablet) body.tab-focus .our-services__item--6 a:focus {
	outline: none;
}

.page-home .our-services__item--6 {
	margin-top: -70px;
	margin-left: 20px;
	margin-right: -30px;
}
.page-home .our-services__item--6 .our-services__item-hero:before {
	bottom: 74%;
	left: 45%;
}

.waypoint-reveal .our-services__item .our-services__item-hero:before {
	-webkit-animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	animation: servicesZoom 0.5s forwards cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.waypoint-reveal .our-services__item--1 .our-services__item-hero:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.waypoint-reveal .our-services__item--2 .our-services__item-hero:before {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.waypoint-reveal .our-services__item--3 .our-services__item-hero:before {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.waypoint-reveal .our-services__item--4 .our-services__item-hero:before {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.waypoint-reveal .our-services__item--5 .our-services__item-hero:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.waypoint-reveal .our-services__item--6 .our-services__item-hero:before {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}



.card-section > .col:nth-child(1) a:before {
	border-color: #5085FF;
	top: -20px;
	left: -25px;
	width: 60px;
	height: 60px;
	z-index: -1;
}

.card-section > .col:nth-child(1) a:after {
	border: 7px solid #202020;
	top: -20px;
	left: 10px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(1) a:hover:before,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(1) a:focus:before,
.card-section > .col:nth-child(1) a.on_press:before {
	margin: 10px 0 0 -10px;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(1) a:hover:after,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(1) a:focus:after,
.card-section > .col:nth-child(1) a.on_press:after {
	margin: -10px 0 0 0;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(1) a:focus {
	outline: none;
}

.card-section > .col:nth-child(4) a:before,
.card-section > .col:nth-child(4) a:after {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.card-img-main{
	position: relative;
	z-index: 0;
}
.card-section > .col:nth-child(4) a:before {
	border-color: #182E60;
	top: -20px;
	right: -80px;
	width: 190px;
	height: 190px;
	z-index: -1;
}

.card-section > .col:nth-child(4) a:after {
	content: none;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(4) a:hover:before,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(4) a:focus:before,
.card-section > .col:nth-child(4) a.on_press:before {
	margin: -20px 20px 0 0;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(4) a:focus {
	outline: none;
}

.card-section > .col:nth-child(7) a:before,
.card-section > .col:nth-child(7) a:after {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.card-section > .col:nth-child(7) a:before {
	border-color: #5085FF;
	top: -20px;
	right: -55px;
	width: 60px;
	height: 60px;
	z-index: 1;
}

.card-section > .col:nth-child(7) a:after {
	content: none;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(7) a:hover:before,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(7) a:focus:before,
.card-section > .col:nth-child(7) a.on_press:before {
	margin: -10px -5px 0 0;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(7) a:focus {
	outline: none;
}

.card-section > .col:nth-child(8) a:before,
.card-section > .col:nth-child(8) a:after {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.card-section > .col:nth-child(8) a:before {
	border-color: #F199B6;
	top: 20px;
	left: -30px;
	border-width: 4px;
	width: 35px;
	height: 35px;
	z-index: 1;
}

.card-section > .col:nth-child(8) a:after {
	border-color: transparent;
	top: auto;
	bottom: -20px;
	right: -35px;
	width: 50px;
	height: 50px;
	z-index: -1;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(8) a:hover:before,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(8) a:focus:before,
.card-section > .col:nth-child(8) a.on_press:before {
	margin: -10px 0 0 -5px;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(8) a:hover:after,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(8) a:focus:after,
.card-section > .col:nth-child(8) a.on_press:after {
	margin: -10px -5px 0 0;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(8) a:focus {
	outline: none;
}

.card-section > .col:nth-child(13) a:before {
	border-color: #182E60;
	top: 60%;
	right: -30px;
	width: 60px;
	height: 60px;
	z-index: 1;
}

.card-section > .col:nth-child(13) a:after {
	content: none;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(13) a:hover:before,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(13) a:focus:before,
.card-section > .col:nth-child(13) a.on_press:before {
	margin: 10px -5px 0 0;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(13) a:focus {
	outline: none;
}

.card-section > .col:nth-child(14) a:after {
	border-color: #202020;
	top: -30px;
	right: -50px;
	border-width: 5px;
	width: 60px;
	height: 60px;
	z-index: -1;
}

.card-section > .col:nth-child(14) a:before {
	content: none;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(14) a:hover:after,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(14) a:focus:after,
.card-section > .col:nth-child(14) a.on_press:after {
	margin: 10px -5px 0 0;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(14) a:focus {
	outline: none;
}

.card-section > .col:nth-child(15) a:before {
	border-color: #5ec5be;
	top: -12px;
	left: -45px;
	border-width: 5px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(15) a:hover:before,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(15) a:focus:before,
.card-section > .col:nth-child(15) a.on_press:before {
	margin: -5px -5px 0 0;
}

html:not(.mobile):not(.tablet) .card-section > .col:nth-child(15) a:hover:after,
html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(15) a:focus:after,
.card-section > .col:nth-child(15) a.on_press:after {
	margin: 10px 0 0 5px;
}

html:not(.mobile):not(.tablet) body.tab-focus .card-section > .col:nth-child(15) a:focus {
	outline: none;
}
.card-section > .col a:before,
.card-section > .col a:after {
	display: block;
	content: ' ';
	position: absolute;
	border-radius: 100%;
	-webkit-transition: margin 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	transition: margin 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.card-section > .col a:before {
	border: 7px solid transparent;
}
.card-section > .col a:after {
	border: 4px solid transparent;
}
.social-icons li a{
	background-color: #e7e7e7;
    display: block;
    border-radius: 50%;
	padding: 2px;
}
.social-icons li a img{
	width: 40px;
	height: 40px;
}
.font-0{
	font-size: 0;
}
.roadmap-section:after, .roadmap-section:before, .news-section-two:after, .news-section-two:before, footer:before, footer:after, .project-section:after, .project-section:before{
	display: block;
    content: ' ';
    position: absolute;
    border-radius: 100%;
    border: 7px solid transparent;
}
.roadmap-section:after, .project-section:after{
/* 	border-color: #F199B6; */
	background: url('../images/flower1.png') no-repeat center;
	left: -90px;
    width: 370px;
    bottom: -170px;
    height: 370px;
    background-size: contain;
    border: none;
    border-radius: 0;
}
.project-section:after{
	bottom: inherit;
    top: -140px;
    border-color: #F1F1F1;
    background: url('../images/flower3.png') no-repeat center;
    background-size: contain;
}
.project-section:before{
	top: 100px;
	bottom: inherit;
}
.roadmap-section:before, .project-section:before{
    border-color: #182E60;
    left: 200px;
    width: 90px;
    bottom: -210px;
    height: 90px;
    display: none;
}
.news-section-two:after{
/* 	border-color: #FFC800; */
	background: url('../images/flower2.png') no-repeat center;
	right: -90px;
    width: 370px;
    top: -100px;
    background-size: cover;
    height: 370px;
}
.news-section-two:before{
	display: none;
    border-color: #5085FF;
    right: 200px;
    width: 90px;
    top: 220px;
    height: 90px;
}
.page-banner__img-wrapper{
	position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.news-section-one .our-services__item-hero{
	width: 150px;
	height: 150px;
	border: 0;
}
.news-section-one .our-services__item--2 .our-services__item-hero:before{
	width: 68px;
	height: 68px;
	border-width: 5px;
}
.zh-home-right ul {
    padding: 10px 0 0;
}
.zh-home-right .zh-main-app, .zh-productssect__tabs .zh-sec-apps, .zh-bundle-apps {
    position: relative;
    padding: 6px 40px;
    cursor: pointer;
    transition: background-color .4s ease;
    border-radius: 3px;
}
.zh-home-right .zh-main-app a, .zh-productssect__tabs .zh-sec-apps a, .zh-bundle-apps a {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0 0 0 70px;
    width: 100%;
}
.zh-home-right .zh-main-app .zh-app {
    position: absolute;
    width: 43px;
    height: 39px;
    left: 0;
    top: 0;
}
.zh-home-right .zh-main-app .zh-app, .zh-one-logo a span::before {
    display: block;
    margin: 4px auto 10px;
    background-size: 600px auto;
}
.zh-home-right .zh-main-app .zh-content {
    width: 85%;
}
.zh-home-right .zh-main-app .zh-content label{
    display: block;
    color: var(--primary-color);
    font-size: 24px;
    cursor: pointer;
}
.zh-home-right .zh-main-app .zh-content small{
	height: 60px;
	font-size: 14px;
    line-height: 1.45;
}
.btncontainer {
    text-align: left;
    padding: 30px 41px;
    border-top: 1px solid #e7ebf0;
    margin-top: 20px;
}
.btncontainer a {
    color: #5085FF;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .1px;
    display: block;
    width: 100%;
}
.zh-home-right-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .5px;
    padding: 30px 41px 0;
}
.zh-home-right {
    width: 390px;
	margin-top: -50px;
    background-color: #FFB5CD;
    border: 1px solid #FFB5CD;
    border-radius: 5px;
    margin-bottom: 28px;
    position: relative;
    z-index: 3;
}
footer{position: relative;}
footer:before{
    border-color: #fff;
    left: 30px;
    width: 70px;
    top: 40px;
    height: 70px;
}
footer:after{
    border-color: #FFE071;
    left: -80px;
    width: 170px;
    top: -80px;
    height: 170px;
}

@media (max-width: 991px){	
	.page-banner__img-wrapper {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 56.25%;
		margin-bottom: 30px;
	}
	.project-section:after, .project-section:before{display: none;}
}
@media (max-width: 767px){	
	.our-services__item{
		width: 100%;
		margin-top: 40px;
	}
	.page-home .our-services__item--3{margin-top: 40px;}
	.page-home .our-services__item--6{margin: 60px 0 0;}
	.navbar{padding-left: 0;}
	.navbar-toggler{position: absolute;right: 15px;top: 20px;}
	.navbar-nav .nav-item + .nav-item{border: 0;}
	.navbar-nav{margin-top: 115px;}
	.nav-item .nav-link{padding: 15px !important;}
	.card-section > .col a:before, .card-section > .col a:after {display: none;}
}

.img-footer {
	margin-left: 10px;
}

.bg-footer {
	background-color: #182E60 !important;
}