@charset "UTF-8";
/*-----------------------------------------------------------------------------------
    Note: This is Main Style Scss File.
-----------------------------------------------------------------------------------
	CSS INDEX
	===================
   
-----------------------------------------------------------------------------------*/
/*=======  COMMON CSS  =======*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


@font-face {
	font-family: 'Poppins', sans-serif;
	src: url("../fonts/Poppins.eot");
	src: url("../fonts/Poppins.eot") format("embedded-opentype"), url("../fonts/Poppins.woff2") format("woff2"), url("../fonts/Poppins.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins.svg#Poppins") format("svg");
	font-family: 'SF Pro Display', sans-serif;
	src: url("../fonts/SFPRODISPLAYREGULAR.OTF");
	src: url("../fonts/SFPRODISPLAYREGULAR.OTF") format("opentype");

}

body {
	font-weight: 400;
	font-style: normal;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.8;
	font-family: 'SF Pro Display', sans-serif;
	color: #616161;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
.slick-initialized .slick-slide:focus,
input:focus,
textarea:focus,
select:focus,
button:focus {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

::-webkit-scrollbar {
	background-color: #ccc;
	width: 8px;
	height: 4px;
}

::-webkit-scrollbar-thumb {
	background-color: #002249;
}

.slick-slide img {
	display: inline-block;
}

a:focus,
a:hover {
	text-decoration: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0px;
	color: #002249;
	font: normal normal bold Poppins;
	font-family: 'SF Pro Display', sans-serif;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px;
}

p.text-color-2 {
	color: #81a3bb;
}

p.text-color-3 {
	color: #69a1bb;
}

p.fs-16 {
	font-size: 16px;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	color: #ce4045;
	text-decoration: none;
}


.main-color-1 {
	color: #B52025;
}

/*======= Input Styles =======*/
input,
textarea,
select {
	width: 100%;
	height: 54px;
	background-color: #fff;
	color: #81a3bb;
	padding: 0 30px;
	font-size: 16px;
	border: none;
	border-radius: 10px;
}

textarea {
	height: 170px;
	display: inherit;
	padding-top: 20px;
}

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

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

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

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

::placeholder {
	color: inherit;
	opacity: 1;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	display: none;
}

input[type=checkbox],
input[type=radio] {
	height: auto;
	width: auto;
}

.input-group {
	position: relative;
}

.input-group input,
.input-group textarea,
.input-group select {
	padding-right: 40px;
}

.input-group .icon {
	position: absolute;
	right: 0px;
	z-index: 2;
	height: 70px;
	color: #81a3bb;
}

.input-group.textarea-group .icon {
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	top: 20px;
}

/*======= Common Class =======*/


.section-gap-old {
	/* section gap old*/
	padding-top: 120px;
	padding-bottom: 120px;
}

.section-gap {
	padding-top: 80px;
	padding-bottom: 80px;
}


.pricing-section-gap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.banner-section-gap {
	padding-top: 50px;
	padding-bottom: 50px;
}


.section-gap-top {
	padding-top: 120px;
}

.section-gap-bottom {
	padding-bottom: 120px;
}

/*======= Preloader =======*/
div#preloader {
	margin: auto;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

div#preloader .loader-cubes {
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	position: absolute;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotate(45deg);
	transform: rotateZ(45deg);
}

div#preloader .loader-cubes .loader-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

div#preloader .loader-cubes .loader-cube::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	background: #ce4045;
}

div#preloader .loader-cubes .loader-cube.loader-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	-ms-transform: scale(1.1) rotate(90deg);
	transform: scale(1.1) rotateZ(90deg);
}

div#preloader .loader-cubes .loader-cube.loader-cube2::before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

div#preloader .loader-cubes .loader-cube .loader-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	-ms-transform: scale(1.1) rotate(270deg);
	transform: scale(1.1) rotateZ(270deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube4::before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

div#preloader .loader-cubes .loader-cube .loader-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	-ms-transform: scale(1.1) rotate(180deg);
	transform: scale(1.1) rotateZ(180deg);
}

div#preloader .loader-cubes .loader-cube .loader-cube3::before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

/*=======  Margin Top =======*/
.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mt-100 {
	margin-top: 100px;
}

/*=======  Margin Bottom =======*/
.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-100 {
	margin-bottom: 100px;
}


/*=======  Padding Top =======*/
.pt-10 {
	padding-top: 10px;
}

.pt-15 {
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px;
}

.pt-25 {
	padding-top: 25px;
}

.pt-30 {
	padding-top: 30px;
}

.pt-35 {
	padding-top: 35px;
}

.pt-40 {
	padding-top: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pt-50 {
	padding-top: 50px;
}

.pt-55 {
	padding-top: 55px;
}

.pt-60 {
	padding-top: 60px;
}

.pt-65 {
	padding-top: 65px;
}

.pt-70 {
	padding-top: 70px;
}

.pt-75 {
	padding-top: 75px;
}

.pt-80 {
	padding-top: 80px;
}

.pt-85 {
	padding-top: 85px;
}

.pt-90 {
	padding-top: 90px;
}

.pt-95 {
	padding-top: 95px;
}

.pt-100 {
	padding-top: 100px;
}

/*=======  Padding Bottom =======*/
.pb-10 {
	padding-bottom: 10px;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-100 {
	padding-bottom: 100px;
}

.text-justify {
	text-align: justify;
}

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

.padding-50 {
	padding: 50px;
}


/*=======  Animations  =======*/
@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

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

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

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0;
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0);
		transform: perspective(140px) rotateX(0);
		opacity: 1;
	}

	100%,
	90% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0;
	}
}

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

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

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

	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

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

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

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

	100% {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0;
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

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

@keyframes rotate {
	0% {
		-webkit-transform: rotate(-15deg);
		transform: rotate(-15deg);
	}

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

@-webkit-keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes rotateTwo {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

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

@keyframes rotateClock {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}

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

@keyframes rotateCounterClock {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	50% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}

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

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}

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

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	50% {
		-webkit-transform: scale(2);
		transform: scale(2);
	}

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



/* ======================single-page======= */

.heliosinfylp-section {
	position: fixed;
	height: 100%;
	width: 100%;
	padding: 0px 0px;
}

.heliosinfylp-container {
	position: fixed;
	width:60%;
	height: 100%;
	left:20%;
	top: 0;
	z-index: 1;
	display: grid;
	align-items: center;

}
.heliosinfylp-internalcontainer{
	position: relative;
	width:85%;
	left:15%;
}

.man{
	position: absolute;
	bottom:0;
	left:0;
}
.women{
	position: absolute;
	right:0;
	top:0;
}
.features{
	margin-top: 40px;
}
.contact-block {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	margin-bottom: 20px;

}

.btn-txt {
	margin-top: 80px;
	margin-bottom: 20px;
}


.contact-btn {
	z-index: 0;
	position: relative;
	padding: 10px 30px;
	border-radius: 5px;
	background: linear-gradient(180deg, #FFA53A 0%, #FF9417 100%);
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact-btn::before {
	position: absolute;
	content: "";
	width: 0%;
	top: 0;
	left: 0;
	height: 100%;
	border-radius: 5px;
	background: linear-gradient(162deg, #b7a638 8.01%, #b1792b 87.75%);
	z-index: -1;
	transition: width 0.4s linear;
}

.contact-btn:hover {
	color: #FFFFFF;
}

.contact-btn:hover::before {
	width: 100%;
}

.owner-block {
	position: relative;
	bottom: 0;
	left:15%;
	/* transform: translateX(-50%); */
	width: 70%;
	text-align: center;
	padding-bottom: 10px;

}

.owner-info {
	position: relative;

}

.oib:nth-of-type(2)::before {
	position: absolute;
	content: "";
	top: 0%;
	left: 0%;
	width: 2px;
	height: 100%;
	background-color: #00000090;
}
/* and (min-width:992px) */
@media all and (min-width:992px) and (max-height:768px){
	.heliosinfylp-section {
		position: relative;
		height: 100%;
		width: 100%;
		padding: 0px 0px;
	}
	
	.heliosinfylp-container {
		position: relative;
		width:70%;
		height: 100%;
		left:15%;
		top: 0;
		z-index: 1;
		display: grid;
		align-items: center;
	}
	.owner-block {
		position: relative;
		bottom: 0;
		left:50%;
		transform: translateX(-50%);
		width: 70%;
		text-align: center;
		padding-bottom: 10px;
	
	}
}


/* ============Specific media query ================ */

@media all and (max-width:1200px) {}

@media all and (min-width:992px) and (max-width:1200px) {}

@media all and (min-width:768px) and (max-width:992px) {}

@media all and (min-width:525px) and (max-width:768px) {}

@media all and (max-width:525px) {}

/* =========================Common media query */
@media (max-width:1200px) {
	
}

@media (max-width:991px) {

	.heliosinfylp-section {
		position: absolute;
		height: 100%;
		width: 100%;
		padding: 0px 0px;
	}

	.man{
		display: none;
	}

	.heliosinfylp-container {
		position:relative;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
		display: grid;
		align-content: end;
		padding-left:10px;

	}
	.heliosinfylp-internalcontainer{
		width: 70%;
		left:0;
	}
	.contact-block {
		position: relative;
		bottom: unset;
		left: unset;
		width: 60%;
		left: 20%;
		transform: translateX(0%);
		padding: 10px;

	}

	.owner-block {
		position: relative;
		width: 75%;
		left: unset;
		transform: translateX(0);
		margin-top: 20px;
	}



}

@media (max-width:767px) {

	.heliosinfylp-section,
	.heliosinfylp-container {
		position: relative;
		
	}
	.heliosinfylp-container {
		margin-top: 30px;
		padding-left:0px;
	}
	.heliosinfylp-internalcontainer{
		width: 100%;
	}
	.owner-block{
		width: 100%;
	}
	.man-container{
		position: relative;
		display: block;
		width:100%;
		height:100%;
		display: grid;
		justify-content: center;
	}
	.man{
		display: block;
		position: relative;
	}
	.women{
		display: none;
		position: relative;
		text-align: center;
	}
	.contact-block {
		margin-top: 40px;
		position: relative;
		bottom: unset;
		left: unset;
		width: 100%;
		left: 0;
		transform: translateX(0%);
		margin-bottom: 20px;

	}

	.btn-txt {
		margin-top: 30px;
	}

	.heliosinfy-bg {
		position: relative;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 0;
	}
}

@media (max-width:575px) {
	.oib:nth-of-type(2) {
		margin-top: 30px;
	}

	.oib:nth-of-type(2)::before {
		position: absolute;
		content: "";
		top: -15px;
		left: 20%;
		width: 60%;
		height: 2px;
		background-color: #00000090;
	}
}