@font-face {
    font-family: 'LuzSans-Book';
    src: url('fonts/LuzSans-Book.eot');
    src: url('fonts/LuzSans-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuzSans-Book.woff2') format('woff2'),
        url('fonts/LuzSans-Book.woff') format('woff'),
        url('fonts/LuzSans-Book.ttf') format('truetype'),
        url('fonts/LuzSans-Book.svg#LuzSans-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuzSans';
    src: url('fonts/LuzSans-Medium.eot');
    src: url('fonts/LuzSans-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/LuzSans-Medium.woff2') format('woff2'),
        url('fonts/LuzSans-Medium.woff') format('woff'),
        url('fonts/LuzSans-Medium.ttf') format('truetype'),
        url('fonts/LuzSans-Medium.svg#LuzSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-moz-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-ms-file-upload-button {
	cursor:pointer; 
}
input[type="file"]::-o-file-upload-button {
	cursor:pointer; 
}
input[type="file"] {
	cursor:pointer; 
}
html body {
	font-family: 'LuzSans-Book';
	font-size: 14px;
	margin: 0;
	color: #333;
}
*::-moz-selection {
	color: #fff;
	background:#000;
}
*::-webkit-selection {
	color: #fff;
	background:#000;
}
*::-webkit-input-placeholder { 
	color: #ccc;
	opacity:1;
}
*:-moz-placeholder { 
	color: #ccc;
	opacity:1;
}
*::-moz-placeholder { 
	color: #ccc;
	opacity:1;
}
*:-ms-input-placeholder { 
	color: #ccc;
	opacity:1;
}
a,div a:hover, div a:active, div a:focus, button {
	text-decoration: none;
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	-ms-transition:all 0.5s ease 0s;
	-o-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s; 
}
a, span,div a:hover, div a:active, button {
	text-decoration: none;
}
*::after, *::before, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
body a {
	outline: none;
	color:#000;
}
body a:hover {
	color:#6dc066;
}
body .clearfix, body .clear {
	clear:both;
	line-height:100%;
}
body .clearfix{
	height:auto;
}
*{
	outline:none!important;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after, 
ul:after, 
.clearfix:after, 
li:after,
.grve-container:after {
	clear:both;
	display:block;
	content:"";
}
div input, div select, div textarea, div button{
	font-family: 'Lato', sans-serif;
}
body h1, body h2, body h3, body h4, body h5, body h6{
	font-family: 'Lato', sans-serif;
	line-height:120%;
	color:#333;
	font-weight: bold;
	margin:0 0 15px;
}
body h1 { font-size: 24px;}
body h2 { font-size: 22px;}
body h3 { font-size: 18px;}
body h4 { font-size: 16px;}
body h5 { font-size: 12px;}
body h6 { font-size: 10px;}
body h1:last-child, 
body h2:last-child, 
body h3:last-child, 
body h4:last-child, 
body h5:last-child, 
body h6:last-child{
	margin-bottom:0;
}
div select {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div select option {
	font-size: 13px;
	color:#333;
	padding: 2px 5px;
}
img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height:auto;
}
body p {
	color: #666666;
	font-family: 'Muli', sans-serif;
	font-size: 20px;
	line-height: 150%;
	margin: 0 0 15px;
	padding: 0;
	text-align: justify;
}
body p:empty{
	margin:0;
	line-height:0;
}
body p:last-child{
	margin-bottom:0;
}
p strong {
	font-weight: bold;
}
.a-left{
	text-align:left;
}
.a-right{
	text-align:right;
}
.a-center{
	text-align:center;
}
label em {
	color: #ff0000;
	display: inline-block;
	font-style: normal;
	vertical-align: top;
	margin-left:5px;
}
.hidden{
	display:none!important;
}
iframe{
	display:block;
	width:100%;
}
.gm-style img {
	max-height: inherit;
	max-width: none;
}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.container{
	width:100%;
	max-width:1200px;
	padding-left:15px;
	padding-right:15px;
	margin:0 auto;
	position:relative;
	float:none;
}
body .container .container{
	padding-left:0;
	padding-right:0;
}
/*scroll Hide*/
html.no-scroll{
	overflow: hidden;
}
html.no-scroll body {
	overflow: hidden;
	height:100%;
}
/*Default-CSS close*/
/*Gapping*/
.section-gapping,
section {
	padding-bottom: 60px;
	padding-top: 60px;
}
/*Gapping close*/
ul, li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body button, body .btn, body .button {
	background: #fff;
	line-height: 100%;
	padding: 12px 25px;
	font-size: 22px;
	font-family: 'Muli', sans-serif;
	color: #423458;
	cursor: pointer;
	border: 2px solid #423458;
	display: inline-block;
	vertical-align: middle;
	border-radius: 30px;
	text-align: center;
	
}
body button:hover, body button:focus, body .btn:hover, body .btn:focus, body .button:hover, body .button:focus,
.expertise-inner .get-start.btn:hover, .expertise-inner .get-start.btn:focus{
	background-color: #423458;
	color: #fff;
}
body button.btn{
	min-width: 190px;
}
.btn-start {
	text-align: center;
}
.main-title h4 {
	color: #423458;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	font-family: 'Muli', sans-serif;
	margin-top: -10px;
}
/*Default-CSS close*/

/* Header css Start */ 
body {
    padding-top: 118px;
}
#header.fixed{
  padding:12px 0px;
  transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
#header.fixed .header-logo a {
    height: 63px;
	width: 245px;
}
#header.fixed .menu-act{
  padding: 18px 0px;
}
#header {
	padding: 17px 0px;
	position: fixed;
	top: 0;
	margin: auto;
	width: 100%;
	z-index: 5;
	background: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.header-logo{
  float: left;
}
.header-logo a {
	height: 84px;
	width: 343px;
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.menu-act {
	float: right;
	padding: 28px 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}
.menu-trigger {
	height: 35px;
	width: 35px;
	border-radius: 0%;
	padding: 7px 5px;
	cursor: pointer;
	background:#308af9;
	display: none;
	border-radius: 3px;
}
.menu-trigger > div {
	width: 20px;
	height: 2px;
	background-color: #ffffff;
	margin: 4px 2px;
}
.close-button {
    background: #423458;
    color: #fff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    border-radius: 3px;
}
.menu-act ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-act ul li {
	display: inline-block;
	vertical-align: middle;
	padding: 0px;
	margin: 0 12px;
}
.menu-act ul li:last-child {
	margin-right: 0;
}
.menu-act ul li a {
    font-size: 20px;
    padding: 0 5px;
    display: block;
    color: #333333;
    font-family: 'LuzSans-Book';
}
.menu-act ul li a:hover, .menu-act ul li a.active{
	color:#423458;
}
/* Header css End */

/* Footer */
#footer {
	background: #3388f8; /* Old browsers */
	background: -moz-linear-gradient(top, #87c24e 0%, #02b3ad 49%, #15a7da 96%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #87c24e 0%, #02b3ad 49%, #15a7da 96%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #87c24e 0%, #02b3ad 49%, #15a7da 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	color: #fff;
	font-size: 17px;
}
.footer-wrap.section-gapping {
	padding: 45px 0;
}
#section1 {
	padding-top: 40px;
}
.footer-links ul {
	text-align: center;
}
.footer-links ul li{
	display: inline-block;
	vertical-align: middle;
}
.footer-links ul li::after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	width: 10px;
	border: 1px solid #fff;
	border-radius: 100%;
	margin: 0 22px;
}
.footer-links ul li:last-child:after{
	display: none;
}
.footer-links ul li > a{
	font-size: 20px;
	font-family: 'LuzSans';
}
#section2 {
	text-align: center;
	padding: 48px 0px 68px;
}
#section3 {
	padding:0;
}
.footer-contct-us ul.info_contact {
	max-width: 925px;
	display: block;
	margin: auto;
	text-align: center;
}
.footer-contct-us ul li {
	font-size: 18px;
	font-family: 'LuzSans';
	line-height: 150%;
	text-align: left;
	position: relative;
	padding-left: 62px;
	display: inline-block;
	vertical-align: middle;
}
.footer-contct-us ul li.info_address {
	width: 30%;
	border-right: 1px solid #ccc;
	margin-right: 40px;
	padding-right: 30px;
}
.footer-contct-us ul li.info_call {
	border-right: 1px solid #ccc;
	margin-right: 33px;
	padding-right: 35px;
	width: 34%;
}
.footer-contct-us ul li.info_email {
	width: 27%;
}
.footer-contct-us ul li::before {
	content: "";
	background: url("../images/sprite.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 50px;
	width: 45px;
	position: absolute;
	left: 0;
	top: 0;
}
.footer-contct-us ul li.info_address:before {
	background-position: 10px 0px;
}
.footer-contct-us ul li.info_call::before {
	background-position: -3px -68px;
}
.footer-contct-us ul li.info_email:before {
	background-position: 0 -135px;
}
.footer-contct-us ul li span{
	display: block;
}
.copyright-area {
	background: transparent;
	text-align: center;
	padding: 26px 0;
	border-top: 1px solid #fff;
}
.copyright-area p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-family: 'LuzSans';
}
.copyright-area p > a, #footer ul li a{
	color: #fff;
}
.copyright-area p > a:hover, #footer ul li a:hover, #footer .footer-links ul li a.active{
	color: #423458;
}

/* Footer End */

/* Main Content */
.main-slider{
	padding:0px;
}
.main-slider .slider_img {
	position: relative;
}
.main-slider .slider_img .slider_content {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	width: 33%;
}
.slider_img .slider-text {
	font-size: 35px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	line-height: 150%;
	color: #fff;
}
.slider_img .slider_content .call-us {
	margin: 35px 0 0;
	padding: 0;
	font-size: 25px;
	border-color: #fff;
	background: transparent;
	border-radius: 5px;
	color: #fff;
	line-height: 50px;
	min-width: 234px;
}

.methodology{
	position: relative;
}
.methodology::before {
	content: "";
	background: url("../images/section-bg.png") scroll no-repeat 0px -75px transparent;
	position: absolute;
	top: 0;
	right: 0;
	height: 75px;
	width: 80px;
}
.methodology::after {
	content: "";
	background: url("../images/section-bg.png") scroll no-repeat -79px 0px transparent;
	position: absolute;
	top: 210px;
	left: 0;
	height: 150px;
	width: 72px;
}
.methodology-sub-text > p, .about-us-sub-text > p, .expertise-inner > p {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-top: 4px;
}
.methodology-sub-text .sub-content1, .about-us-sub-text .sub-content1, .expertise-inner > p{
	font-size: 22px;
	color: #333;
	max-width: 88%;
}
.methodology-sub-text .sub-content2, .about-us-sub-text .sub-content2{
	max-width: 90%;
}
.methodology-content {
	min-height: 600px;
	max-width: 1105px;
	display: block;
	margin: 60px auto 0px;
	position: relative;
}
.methodology-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	display: block;
	margin: auto;
	width: 479px;
	height: 574px;
}
.methodology-deta .deta-step {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 300px;
}
.methodology-deta .deta-step.step1 {
	top: 96px;
	text-align: right;
	left: -20px;
}
.methodology-deta .deta-step.step2 {
	left: auto;
	right: -16px;
	top: 32px;
}
.methodology-deta .deta-step.step3 {
	top: auto;
	bottom: -3px;
	text-align: right;
	left: -20px;
}
.methodology-deta .deta-step.step4 {
	left: auto;
	right: -15px;
	top: auto;
	bottom: -6px;
}
.deta-step .step-title::before {
	content: "";
	position: absolute;
	background-image: url("../images/sprite.png");
	background-position: -105px -1px;
	background-repeat: no-repeat;
	height: 80px;
	width: 80px;
	right: 0;
}
.deta-step.step2 .step-title::before {
	background-position: -120px -113px;
	right: auto;
	left: 0;
}
.deta-step.step3 .step-title::before{
	background-position: -107px -232px;
}
.deta-step.step4 .step-title::before{
	background-position: -105px -340px;
	right: auto;
	left: 0;
}
.deta-step .step-title{
	font-size: 30px;
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	line-height: 80px;
	padding: 0 95px 0px 0;
	color: #87c24e;
	background: #87c24e; /* Old browsers */
	background: -moz-linear-gradient(top,  #87c24e 0%, #02b3ad 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #87c24e 0%,#02b3ad 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #87c24e 0%,#02b3ad 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.deta-step.step1 .step-title{
	
}
.deta-step.step2 .step-title{
	color: #02b3ad;
	background: #02b3ad; /* Old browsers */
	background: -moz-linear-gradient(top,  #02b3ad 0%, #15a7da 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #02b3ad 0%,#15a7da 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #02b3ad 0%,#15a7da 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-background-clip: text;
	padding: 0 0px 0px 92px;
}
.deta-step.step3 .step-title{
	color:#15a7da;
	background: #15a7da; /* Old browsers */
	background: -moz-linear-gradient(top,  #15a7da 0%, #423458 98%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #15a7da 0%,#423458 98%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #15a7da 0%,#423458 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-background-clip: text;
}
.deta-step.step4 .step-title{
	padding: 0 0px 0px 95px;
	color: #423458;
	background: #423458; /* Old browsers */
	background: -moz-linear-gradient(top,  #423458 0%, #cf1f95 97%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #423458 0%,#cf1f95 97%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #423458 0%,#cf1f95 97%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-background-clip: text;
}
.deta-step .step-discription {
	font-size: 20px;
	color: #666;
	line-height: 150%;
	font-family: 'Muli', sans-serif;
	padding-top: 15px;
}
body .methodology .get-start.btn {
	margin-top: 32px;
}
#expertise{
	background: url("../images/expertise_bg.jpg") scroll no-repeat 0 0 transparent;
	position: relative;
	background-size: cover;
}
.expertise::before {
	content: "";
	background: url("../images/section-bg.png") scroll no-repeat 0px 0px transparent;
	position: absolute;
	top: -75px;
	right: 0;
	height: 150px;
	width: 72px;
}
.expertise-content {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	align-items: center;
}
.expertise-content > div{
	flex:0 0 50%;
	-webkit-flex:0 0 50%;
	-moz-flex:0 0 50%;
	-ms-flex:0 0 50%;
	-o-flex:0 0 50%;
	width: 100%;
	max-width: 50%;
}
.expertise-content.Science .expertise-data, 
.expertise-content.engineering .expertise-data {
	padding: 0 0 0 80px;
}
.expertise-content.Analysis .expertise-image {
	order: 1;
}
.expertise-title {
	font-size: 25px;
	font-weight: bold;
	color: #333;
	line-height: 130%;
	font-family: 'Muli', sans-serif;
	margin-bottom: 22px;
}
.expertise-title span{
	font-size: 35px;
	display: block;
}
.expertise-data ul li {
	font-size: 20px;
	color: #333;
	padding: 10px 0px 10px 46px;
	position: relative;
}
.expertise-data ul li::before {
	content: "";
	background-image: url("../images/sprite.png");
	background-position: -4px -223px;
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 0;
}
.expertise-inner .get-start.btn {
    margin-top: 40px;
    background-color: transparent;
}

.join-section {
	padding-top: 0;
}
.join-content {
	max-width: 1170px;
	display: block;
	margin: auto;
	padding: 72px 15px;
	text-align: center;
	box-shadow: 0 15px 100px rgba(0,0,0,0.10);
	background: #fff;
	margin-top: -145px;
	position: relative;
}
.join-content .main-title h4 {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px 0px;
	margin: 0;
}
.join-content .join-logo {
	display: inline-block;
	vertical-align: middle;
}
.join-content p {
	text-align: center;
	width: 81%;
	margin: 14px auto 32px;
}
.join-image img {
	width: 100%;
}
.join-content .apply-now{
	font-weight: bold;
}

#about-us {
	padding-bottom: 35px;
}
.about-carousel-inner {
	padding-top: 60px;
}
.about-carousel-inner .items {
	margin: 14px 14px 25px;
	box-shadow: 0px 15px 100px rgba(51,51,51,0.08);
	background: #fff;	
	vertical-align: middle;
	border-radius: 10px;
}
.about-carousel-inner .items .about-image{
	min-height: 150px;
	display: block;
}
.about-us .items .about-image img {
	display: block;
	width: auto;
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	margin: auto;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}
.about-us .items .about-image:hover img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}
body .owl-carousel .owl-dots{
	display: none;
}
body .owl-carousel .owl-nav button span{
	display: none;
}
body .owl-carousel .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	height: 48px;
	width: 48px;
	border: 1px solid #d5d5d5 !important;
	border-radius: 50px;
	display: block;
	margin: auto -70px;
	font-size: 0px;
	background: #fff;
	font-size: 0px;
}
body .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
body .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
body .owl-carousel .owl-nav button:before{
	content: "\f104";
	font-size: 25px;
	color: #ccc;
	font-family: fontAwesome;
}
body .owl-carousel .owl-nav button.owl-next:before {
	content: "\f105";
}
body .owl-carousel .owl-nav button:hover {
	opacity: 0.5;
}

#myBtn {
	background: #423458;
	border-radius: 50%;
	color: #fff;
	border: 1px solid #423458;
	cursor: pointer;
	position: fixed;
	right: 10px;
	bottom: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	z-index: 99;
}
#myBtn::before {
	content: "\f106";
	font-family: "FontAwesome";
	color: #fff;
	font-size: 35px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	line-height: 36px;
}
#myBtn:hover {
	background: #333;
	border-color: #333;
}

/*404 page*/
html body.error404{
	padding-top:0;
}
body #grve-page-title, 
body.error404 #grve-main-content {
	background-color: #fff;
}
.error404-icon {
	color: #423458;
	font-family: 'Poppins', sans-serif;
	font-size: 180px;
	font-weight: 600;
	letter-spacing: 10px;
	line-height: 120%;
	margin: -46px 0 10px;
	text-align: center;
	text-shadow: 5px 5px 0 #3d7af5;
}
.error404 h2 {
	color:#333;
	font-size: 30px;
	line-height: 120%;
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
	padding: 0 0 25px;
	position: relative;
	text-align: center;
}
.error404 h2:before, 
.error404 h2:after {
	background: #e1e1e1;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: auto;
	width: 190px;
}
.error404 h2:after {
	margin-bottom: -3px;
	width: 140px;
}
.error404 .grve-subtitle {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.wrap404 {
    text-align: center;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
    left: 0;
    right: 0;
}
body .wrap404 .btn{
	display: inline-block;
}
/*404 page close*/
/*
	font-family: 'Poppins', sans-serif;
	font-family: 'Muli', sans-serif;
	font-family: 'LuzSans-Book';
	font-family: 'LuzSans';

*/

.price-cat{
	margin-left: 20px;
	margin-right: 20px;
	background-color: white;
	height: 600px;
	box-shadow: 0 0 0 0.0625rem rgba(0, 0, 0, 0.02), 0 0.0625rem 0.25rem 0.0625rem rgba(0, 0, 0, 0.06);
	border-radius: 5px;
	margin-top: 20px;
	
}

.price-title{
	width: 100%;
}

.price-title h1{
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 30px;
	font-family: 'LuzSans-Book';
	font-weight: 600;
	color: #423458;
}

.price-dollar{
	color: #02b3ad;
	font-size: 25px;
	vertical-align: 9px;
	font-weight: bold;
	font-family: 'LuzSans-Book';
}

.price-price h1{
	font-size: 50px;
	color: #02b3ad;
	display: block;
	text-align: center;
	margin-top: 30px;
	font-family: 'LuzSans-Book';
}

.price-month{
	color: gray;
	font-size: 20px;
	font-family: 'LuzSans-Book';
}

.separation{
	display: block;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	height: 80px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.presentation{
	width: 100%;
	height: 100px;
	padding: 30px;
	padding-top: 15px;
	text-align: center;
}

.presentation .pe{
	display: block;
	text-align: center !important;
	font-size: 15px;
	color: silver;
	font-family: 'LuzSans-Book';
	font-weight: 400;
}

.plus{
	width: 85%;
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	margin-top: 15px;
}

.plus-p{
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: 'LuzSans-Book';
}

.plus p i {
	padding-right: 5px;
}

.carousel-1{
	display: none;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

@media only screen and (max-width: 1200px) {
	.carousel-1{
		display: block;
		width: 90% !important;
	}
	.row-1{
		display: none !important;
	}
  }

.swipe{
	display: block;
	margin-top: 40px;
}

.swipe h1{
	display: none;
	text-align: right;
	padding-right: 15px;
	font-size: 15px;
}

@media only screen and (max-width: 999px) {
	.carousel-1{
		width: 80% !important;
	}
  }

  @media only screen and (max-width: 746px) {
	.carousel-1{
		width: 75%;
	}
  }

  @media only screen and (max-width: 700px) {
	.swipe h1{
		display: block;
	}
	.carousel-1{
		width: 90%;
	}
  }