@charset "utf-8";

/* CSS Document */
body {
	background: #fff;
	font-size: 16px;
	font-weight: 400;
	color: #888888;
	position: relative;
	font-family: 'open_sansregular';
}

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		url('../fonts/opensans-regular-webfont.woff') format('woff'),
		url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/fonts/opensans-bold-webfont.eot');
	src: url('../fonts/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/fonts/opensans-bold-webfont.woff2') format('woff2'),
		url('../fonts/fonts/opensans-bold-webfont.woff') format('woff'),
		url('../fonts/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'montserratbold';
	src: url('../fonts/montserrat-bold-webfont.eot');
	src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-bold-webfont.woff') format('woff'),
		url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'montserratregular';
	src: url('../fonts/montserrat-regular-webfont.eot');
	src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
		url('../fonts/montserrat-regular-webfont.woff') format('woff'),
		url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.menu a,
.menu .button {
	padding: 0.7rem 1rem 0 0;
}

:focus {
	outline: 0;
}

a:hover {
	text-decoration: none;
	outline: none;
}

a img {
	border: none;
	outline: none;
}

::-webkit-input-placeholder {
	color: #2b2b2b;
}

:-ms-input-placeholder {
	color: #2b2b2b;
}

::placeholder {
	color: #2b2b2b;
}

section {
	padding: 0 0 0 0;
}

p {
	color: #888888;
	font-size: 16px;
	font-weight: 400;
}

/*=======start header section=======*/
header {
	position: absolute;
	top: 15px;
	z-index: 99;
	width: 100%;
}

.fixed-top.shrink {
	background-color: #fff;
	box-shadow: 2px 2px 2px #ccc;
	margin: 0 auto;
	width: 100%;

}

.fixed-top {
	margin: 0 auto;
	width: 100%;
	padding: 15px 15px;
	transition: all 0.4s;
}

/*.navbar {
	padding: 0;
}*/
.navbar-light .navbar-nav .nav-link {
	color: #000;
	font-size: 16px;
	font-weight: 400;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
	color: #126069;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #126069;
}

.banner-main-con {}

.banner-content {
	position: absolute;
	top: 225px;
	left: 15px;
	z-index: 1;
}

.banner-content h1 {
	color: #0b5461;
	font-weight: 400;
	font-size: 24px;
	font-family: 'montserratbold';
	line-height: 30px;
}

.banner-content p {
	color: #000;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	max-width: 100%;
}

.logo-con {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 1;
}

.logo-con a {
	margin-right: 5px;
}

.logo-con a:last-child {
	margin-right: 0;
}

.logo-con a:hover {
	opacity: 0.7;
}

.logo-con a img {
	width: 65px;
}

.logo-con2 {}

.logo-con2 a {
	margin-right: 5px;
}

.logo-con2 a:last-child {
	margin-right: 0;
}

.logo-con2 a:hover {
	opacity: 0.7;
}

.main-banner-con {
	position: relative;
	min-height: 100%;
	background: #0fbcda;
	/* Old browsers */
	background: -moz-linear-gradient(-45deg, ##0fbcda 31%, #21e1b0   69%, #0fbcda   99%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, ##0fbcda 31%, #21e1b0   69%, #0fbcda   99%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #e82a60 31%, ##0fbcda   69%, #0fbcda   99%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e82a60', endColorstr='#0fbcda  ', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	z-index: 1;
	overflow: hidden;
}

.banner-bg {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.banner-bg img {
	height: auto;
	max-width: 100%;
	min-height: unset;
}

.carousel-inner {
	position: relative;
	transition: all 0.4s;
	height: 100vh;
}

.carousel {
	z-index: 0;
}

.carousel-indicators {
	z-index: 99;
}

.mobile-shape img {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: -1;
	padding: 12px;
}

.mob-shape {
	position: relative;
	z-index: 1;
}

.mob-shape:before {
	background: url(../images/i-frame.png) no-repeat;
	width: 100%;
	overflow: hidden;
	height: 100%;
	background-size: 100% 67.2%;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 67px;
	content: "";
	z-index: 1;
	transition: all 0.4s;
}

.mob-shape img {
	width: 68%;
	height: 100%;
	position: relative;
	top: 2px;
	left: 14px;
	z-index: 2;
	padding-bottom: 20px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	-o-border-radius: 35px;
	border-radius: 35px;
	margin-top: 79px;
}

.carousel-fade .carousel-item {
	opacity: 0;
	transition: all 0.4s;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

.navbar-brand img {
	max-width: 200px;
}

.carousel-indicators li {
	background: #cccccc;
	width: 9px;
	height: 24px;
	-o-border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.carousel-indicators .active {
	background: #d92612;
	height: 30px;
	margin-top: -6px;
}

/*=======start what makes section=======*/
.what-makes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	width: 82%;
	margin: 0 auto;
	padding: 50px 0 50px;
}

.sub-head h2 {
	color: #2b2b2b;
	font-weight: 400;
	font-size: 30px;
	font-family: 'montserratbold';
	line-height: 35px;
	display: block;
}

.sub-head h2 span {
	color: #0b5461;
	font-weight: 400;
	font-size: 26px;
	display: block;
}

.sub-head p {
	color: #888888;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.inner-cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 30px 10px;
}

.inner-cont-nobg {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	padding: 30px 10px;
}

.inner-cont-nobg h3 {
	color: #2b2b2b;
	font-weight: 400;
	font-size: 22px;
	padding-top: 7px;
}

.inner-cont-nobg p {
	color: #888888;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.inner-cont h3 {
	color: #2b2b2b;
	font-weight: 400;
	font-size: 22px;
	padding-top: 7px;
}

.inner-cont p {
	color: #888888;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

.inner-cont:hover {
	color: #fff;
	background: #0fbcda;
	background: -moz-linear-gradient(-45deg, #04d1f5 1%, #04d1f5 35%, #e48b3e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #04d1f5 1%, #04d1f5 35%, rgb(56 141 233 / 50%) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #0fbcda 1%, rgba(0,123,255,.5) 35%, #0062cc 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fbcda', endColorstr='#e48b3e', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	-o-box-shadow: 0 5px 20px 10px #d9d9d9;
	-moz-box-shadow: 0 5px 20px 10px #d9d9d9;
	-webkit-box-shadow: 0 5px 20px 10px #d9d9d9;
	box-shadow: 0 5px 20px 10px #d9d9d9;

}

.inner-cont:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.inner-cont:hover p,
.inner-cont:hover h3 {
	color: #fff;
}

.w100 {
	width: 100%;
}

/*slick slider*/
.expreience-slider {
	width: 100%;
	padding: 160px 0;
}

.slider.slider-nav {
	width: 100%;
	float: left;
}

.slick-dots {
	display: flex;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	justify-content: center;
	align-items: center;
}

.slick-dots li {
	list-style: none;
	font-size: 0;
	width: 10px;
	height: 10px;
	background: #d2d2d2;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	margin-right: 5px;
}

.slick-dots button {
	border: none;
	outline: none;
	background: none;
}

.slick-dots .slick-active {
	background: #e9dc29;
	width: 19px;
	height: 19px;
}

/* slick Slider */
.slide-con {
	padding: 50px 0;
}

.slider-nav .slick-slide {
	margin-right: 0px;
}

.slider-nav .slick-slide {
	opacity: 0.2;
}

.slider-nav .slick-slide.slick-current.slick-active.is-active {
	opacity: 1;
}

.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slide-bg {
	background: #e83b5a;
	background: -moz-linear-gradient(-45deg, #04d1f5 1%, #04d1f5 35%, #e48b3e 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #04d1f5 1%, #04d1f5 35%, rgb(56 141 233 / 50%) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #0fbcda 1%, rgba(0,123,255,.5) 35%, #0062cc 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e83b5a', endColorstr='#e48b3e', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	float: left;
	width: 100%;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	margin-top: 0;
}

.slide-bg h3 {
	color: #fff;
	font-weight: 400;
	font-size: 40px;
	font-family: 'montserratbold';
	line-height: 60px;
	padding-bottom: 15px;
	background: none;
}

.slide-bg p {
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
}

.slide-img {
	float: left;
	margin-right: 80px;
	width: 100%;
}

/*=======smart features=======*/
.posi {
	position: relative;
	top: 0px;
	left: 50%;
}

.circle-con {
	position: absolute;
	width: 230px;
	height: 230px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ccc;
	margin: 37px auto;
}

.circle-con:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 2px solid #ccc;
	margin: 0 auto;
}

.iconbg {
	background: #e83b5a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.iconbg img {
	vertical-align: middle;
	width: 60%;
}

.feature-content {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.feature-content h4 {
	color: #2b2b2b;
	font-size: 14px;
	line-height: 16px;
}

.pt70 {
	padding-top: 70px;
	position: relative;
}

.posi1 {
	position: absolute;
	right: 20px;
	top: 145px;
	z-index: 9;
}

.posi2 {
	position: absolute;
	right: 52px;
	bottom: 60px;
	z-index: 9;
}

.posi3 {
	position: absolute;
	left: 20px;
	top: 145px;
	z-index: 9;
}

.posi4 {
	position: absolute;
	left: 52px;
	bottom: 60px;
	z-index: 9;
}

.posi1 .iconbg,
.posi2 .iconbg {
	margin-left: 52px;
}

.posi3 .iconbg,
.posi4 .iconbg {
	margin-right: 52px;
}

footer {
	background: #0fbcda;
	background: -moz-linear-gradient(left, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	background: -webkit-linear-gradient(left, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	background: linear-gradient(to right, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fbcda', endColorstr='#82b1ed', GradientType=1);
	margin-top: 90px;
	position: relative;
	z-index: 1;
}

.f-shape {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-size: cover;
}

.f-menu-con {
	padding-top: 70px;
	display: inline-block;
	text-align: center;
	width: 100%;
}

.f-menu {
	padding: 37px 0 45px 0;
	margin: 0;
}

.f-menu li {
	list-style: none;
	padding: 0;
	margin-right: 23px;
	display: inline-block;
}

.f-menu li:last-child {
	margin-right: 0;
}

.f-menu li a {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: 0;
}

.f-menu li a:hover {
	color: #2b2b2b;
}

.copyright {
	color: #fff;
	font-size: 12px;
}

.copyright a {
	color: #fff;
	font-size: 12px;
}

.subs-con {
	width: 100%;
	margin: 22px auto 0;
	position: relative;
}

.subs-con input {
	background: #fff;
	border-radius: 50px 0px 0px 50px;
	color: #2b2b2b;
	font-size: 14px;
	padding: 10px 90px 10px 10px;
	outline: none;
	border: none;
	min-width: 90%;
	-o-box-shadow: 0 8px 8px #b35f35;
	-webkit-box-shadow: 0 8px 8px #4aa2cc;
    -moz-box-shadow: 0 8px 8px #b35f35;
    box-shadow: 0 8px 8px #376688;
	border: 1px solid #ccc;
}

.subs-con button {
	background: #0fbcda;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74058', endColorstr='#e4943b', GradientType=1);
	border-radius: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 9px 20px;
	cursor: pointer;
	outline: none;
	border: none;
	-o-box-shadow: 0 8px 8px #82b1ed;
	-webkit-box-shadow: 0 8px 8px #427ab3;
	box-shadow: 0 8px 8px #50729d;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
}

.subs-con button:hover {
	background: #0fbcda;
	background: -moz-linear-gradient(left, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0fbcda 0%, #508fc6 43%, #82b1ed 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fbcda', endColorstr='#82b1ed', GradientType=1);
	/* IE6-9 */
}

.added {
	display: none;
}

.navbar-toggler {
	background: #fff;
}

.navbar-collapse {
	background: #fff;
}

/*============start privacy policy==========*/
.privacy-policy {
	width: 100%;
}

.privacy-points {
	padding: 0;
	margin: 0;
}

.privacy-points li {
	list-style: none;
	color: #888888;
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	position: relative;
	padding-left: 20px;
}

.privacy-points li:before {
	background: #cf6100;
	width: 12px;
	height: 12px;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 6px;
	content: "";
}

.privacy-policy h3 {
	color: #2b2b2b;
	font-weight: 400;
	font-size: 20px;
	font-family: 'montserratbold';
	padding-bottom: 10px;
	padding-top: 10px;
}

.privacy-policy p {
	color: #888888;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}

@media (min-width: 1250px) {
	.container {
		margin: 0 auto;
		max-width: 1200px;
		width: 100%;
	}

}

@media screen and (min-width: 3000px) and (max-width: 5000px) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		height: 100vh !important;
		min-height: 100vh !important;
	}

	/*.mob-shape::before {
    background-size:82% 89% !important;
}
.mob-shape img{width: 75%;}*/


.fixed-top {
	margin: 0 auto;
	width: 90%;
	padding: 15px 15px;
	transition: all 0.4s;
}



}

@media screen and (min-width: 1920px) and (max-width: 3000px) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		height: 82vh !important;
		min-height: 82vh !important;
	}

	.mob-shape::before {
		background-size: 82% 89% !important;
	}

	.mob-shape img {
		width: 75%;
	}

}

@media screen and (min-width: 1024px) and (max-width: 1920px) and (orientation : portrait) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		height: 30vh !important;
		min-height: 30vh !important;
	}

	.mob-shape:before {
		background-size: 78% 85.7% !important;
	}
}

@media screen and (min-width: 1920px) and (max-width: 1024px) and (orientation : landscape) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		height: 30vh !important;
		min-height: 30vh !important;
	}

	.mob-shape:before {
		background-size: 78% 85.7% !important;
	}
}

@media screen and (min-width: 992px) and (max-width: 1900px) and (orientation : landscape) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		height: 82vh !important;
		min-height: 82vh !important;
	}

	.mob-shape::before {
		background-size: 82% 89% !important;
	}

	.mob-shape img {
		width: 75%;
	}
}


@media (min-width: 992px) {
	header {
		top: 58px;
	}

	.fixed-top {
		padding: 30px 90px;
	}

	.ml-55 {
		margin-left: 55px;
	}

	/*.main-banner-con, .banner-bg img, .carousel-inner {
 min-height: 100vh;
 height: 100vh;
}

 .mob-shape:before {
 background-size:78% 88.7%;
 left: 0;
 top: 0;
}
.mob-shape img {
 width: 71%;
 height:100%;
 position: relative;
 top: 2px;
 left: 14px;
 z-index: 2;
 padding-bottom: 20px;
 -webkit-border-radius: 35px;
 -o-border-radius: 35px;
 -moz-border-radius: 35px;
 border-radius: 35px;
 margin-top: 79px;
}*/
	footer {
		margin-top: 190px;
	}

	.banner-content h1 {
		font-size: 80px;
		line-height: 82px;
	}

	.banner-content p {
		font-size: 30px;
		line-height: 36px;
		max-width: 95%;
	}

	/*=====what makes=====*/
	.inner-cont {
		padding: 30px 20px;
	}

	.inner-cont h3 {
		font-size: 26px;
	}

	.inner-cont p {
		font-size: 20px;
		line-height: 30px;
	}


.inner-cont-nobg {
		padding: 30px 20px;
	}

	.inner-cont-nobg h3 {
		font-size: 26px;
	}

	.inner-cont-nobg p {
		font-size: 20px;
		line-height: 30px;
	}
	-
	.sub-head h2 {
		font-size: 40px;
		line-height: 45px;
	}

	.sub-head h2 span {
		font-size: 32px;
	}

	.sub-head p {
		font-size: 20px;
		line-height: 30px;
	}

	.w100 {
		width: unset;
	}

	.subs-con {
		width: 800px;
	}

	.subs-con input {
		font-size: 20px;
		padding: 30px 90px 30px 30px;
		min-width: 65%;
	}

	.subs-con button {
		font-size: 26px;
		text-align: center;
		padding: 27px 115px;
	}


	/*new*/
	.posi {
		position: relative;
		top: 0px;
		left: 50%;
	}

	.circle-con {
		position: absolute;
		width: 230px;
		height: 230px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 0;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
		border: 2px solid #ccc;
		margin: 170px auto 100px;
	}

	.circle-con:before {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 150px;
		height: 150px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		background: #fff;
		border: 2px solid #ccc;
		margin: 0 auto;
	}

	.iconbg {
		background: #0fbcda;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-o-border-radius: 50%;
		-ms-border-radius: 50%;
		border-radius: 50%;
		width: 107px;
		height: 107px;
		text-align: center;
		line-height: 107px;
	}

	.iconbg img {
		vertical-align: middle;
		width: auto;
	}

	.feature-content {
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.feature-content h4 {
		color: #2b2b2b;
		font-size: 26px;
		line-height: 30px;
	}

	.pt70 {
		padding-top: 70px;
		position: relative;
	}

	.posi1 {
		position: absolute;
		right: 20px;
		top: 145px;
		z-index: 9;
	}

	.posi2 {
		position: absolute;
		right: 52px;
		bottom: 60px;
		z-index: 9;
	}

	.posi3 {
		position: absolute;
		left: 20px;
		top: 145px;
		z-index: 9;
	}

	.posi4 {
		position: absolute;
		left: 52px;
		bottom: 60px;
		z-index: 9;
	}

	.posi1 .iconbg,
	.posi2 .iconbg {
		margin-left: 52px;
	}

	.posi3 .iconbg,
	.posi4 .iconbg {
		margin-right: 52px;
	}

	.navbar-toggler,
	.navbar-collapse {
		background: none;
	}

	.what-makes {
		padding: 135px 0 67px;
	}

	.slide-bg {
		width: 40%;
		height: 350px;
		padding: 0 30px;
		margin-top: 150px;
	}

	.slide-bg h3 {
		font-size: 60px;
		line-height: 60px;
	}

	.slide-bg p {
		font-size: 30px;
		line-height: 35px;
	}

	.slide-img {
		float: left;
		margin-right: 80px;
		width: 100%;
	}

	.slider.slider-nav {
		width: 60%;
		float: left;
	}

	/*.slide-con {
 padding:150px 0;
}*/
	.slider-nav .slick-slide {
		margin-right: 50px;
		width: 300px !important;
	}

	.slick-dots {
		display: flex;
		bottom: -100px;
		right: 80px;
		left: unset;
	}

	.circle-con {
		width: 700px;
		height: 700px;
		margin: 70px auto 100px;
	}

	.circle-con:before {
		width: 400px;
		height: 400px;
	}

	.logo-con {
		bottom: 74px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.mob-shape:before {
		background-size: 85% 81%;
		margin-top: 100px;
	}

	.mob-shape img {
		width: 76.4%;
		height: 100%;
		left: 10px;
		top: 30px;
		-moz-border-radius: 9%;
		-o-border-radius: 9%;
		-webkit-border-radius: 9%;
		border-radius: 9%;
	}

	header {
		top: 40px;
	}

	.circle-con {
		width: 462px;
		height: 462px;
		margin: 70px auto;
	}

	.circle-con:before {
		width: 262px;
		height: 262px;
	}

	.logo-con {
		bottom: 74px;
	}

	.feature-content img {
		max-width: 90%;
	}

	.posi1 .iconbg,
	.posi2 .iconbg {
		margin-left: 10px;
	}

	.posi3 .iconbg,
	.posi4 .iconbg {
		margin-right: 10px;
	}

	.feature-content h4 {
		font-size: 16px;
		line-height: 20px;
	}

}

@media (max-width: 992px) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		min-height: 45vh !important;
		height: 45vh !important;
	}
}

@media screen and (orientation: landscape) and (min-width: 1024px) and (max-width: 1920px) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		min-height: 100vh !important;
		height: 100vh !important;
	}
}

@media (max-width: 767px) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		min-height: 45vh !important;
		height: 45vh !important;
	}

	.mob-shape {
		position: relative;
		z-index: 1;
		max-width: 105px;
		float: right;
	}

	.mob-shape img {
		width: 89%;
		-webkit-border-radius: 12px;
		-o-border-radius: 12px;
		-moz-border-radius: 12px;
		border-radius: 12px;
		margin-top: 67px;
		left: 4px;
		top: 4px;
	}

	.banner-content {
		top: 85px;
		width: 50%;
	}

	.logo-con a {
		margin-right: 5px;
	}

	.f-menu li {
		margin-bottom: 15px;
		margin-right: 0;
		display: block;
	}

	.pt130 {
		padding-top: 80px !important;
	}

	.mob-img {
		max-width: 80px;
	}

	.col-md-4.position-relative {
		width: 33.3% !important;
	}

	.posi1 {
		position: absolute;
		right: 0;
		top: 55px;
		z-index: 9;
	}

	.posi2 {
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: 9;
	}

	.posi3 {
		position: absolute;
		left: 0;
		top: 55px;
		z-index: 9;
	}

	.posi4 {
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 9;
	}

	.posi1 .iconbg,
	.posi2 .iconbg {
		margin: 0 auto;
	}

	.posi3 .iconbg,
	.posi4 .iconbg {
		margin: 0 auto;
	}

	.feature-content {
		display: block;
	}

	.carousel-indicators {
		bottom: -15px;
	}

	.logo-con2 a img {
		margin-bottom: 30px;
	}
}

@media screen and (orientation: landscape) and (max-width: 767px) {

	.main-banner-con,
	.banner-bg img,
	.carousel-inner {
		min-height: 75vh !important;
		height: 75vh !important;
	}
}

@media (min-width: 768px) {
	.logo-con a {
		margin-right: 34px;
	}

	.logo-con a img {
		width: unset;
	}

	.order2 {
		order: 2;
	}

	.privacy-policy p {
		font-size: 20px;
		line-height: 30px;
	}

	.privacy-policy h3 {
		font-size: 24px;
		padding-top: 20px;
	}

	.privacy-points li {
		font-size: 18px;
		padding-left: 35px;
	}

	.privacy-points li:before {
		width: 15px;
		height: 15px;
	}
}

/*=======global=======*/
.mt90 {
	margin-top: 90px;
}

.pt130 {
	padding-top: 130px;
}

.pt190 {
	padding-top: 190px;
}
.pt20 {
	padding-top: 20px;
}