@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'CeraGR';
	font-weight:normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; max-width:100%; vertical-align:middle;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
/*-------------------------
CSS FOR TOP LOGO BAR
--------------------------*/
.top-sec {
	float: left;
	width: 100%;
	margin-bottom: 80px;
}
.top-bar {
	float: left;
	width: 100%;
	background: #fff;
	height: 80px;
	margin-top: -80px;
	position: relative;
	top: 80px;
	padding: 14px 0;
}
.logo {
	float: left;
    max-width: 270px;
}
.menu-bar {
    float: right;
    padding: 10px 0;
}
.menu-bar li {
    display: inline-block;
    color: #000000;
    font-size: 18px;
    line-height: 18px;
    margin: 0px 0px 0 20px;
	font-weight: 500;
}
.menu-bar li a {
    color: #000000;
}
.menu-bar li a:hover, .menu-bar li a.active {
    color: #00d8ff;
}
.menu-bar li:last-child{
}
.menu-bar li:last-child a {
}
.fixed-nav {
	position: fixed;
	z-index: 10;
	top: 0;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	border-bottom: 1px solid #e8e8e8;
}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background:url(../images/banner-bg.jpg)#eaf0ee no-repeat center top;
	padding:130px 0;
}
.bnr-lft{
	float: left;
	width: 686px;
	text-align:left;
}
.bnr-p1 {
	float: left;
	width: 100%;
	color: #303030;
	font-size: 52px;
	line-height: 62px;
	font-weight:bold;
}
.bnr-p2 {
	float: left;
	width: 90%;
	color: #303030;
	font-size: 18px;
	line-height: 30px;
	margin: 20px 0 60px;
	font-family: 'Open Sans', sans-serif;
}
.order-now-btn{
	display:inline-block;
	max-width:100%;
}
.bnr-prd{
	position: absolute;
	right: 40px;
	top: -100px;
	max-width: 450px;
}
.comn-btn {
	font-size: 23px;
    line-height: 34px;
    max-width: 210px;
    width: 100%;
    height: 48px;
    color: #fff;
    border: 1px solid #00d8ff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: 'CeraGR';
    margin-top: 0px;
    background: #00d8ff;
    padding: 8px 0;
    cursor: pointer;
}
.comn-btn:hover {
    background: #00d8ff;
    color: #fff;
}
/*-------------------------
CSS FOR WHITE SEC
--------------------------*/
.wht-strip {
	float: left;
	width: 100%;
	padding:20px 0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
}
.wht-ul{
	float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.wht-ul li{
	float: left;
	position:relative;
	padding-left:67px;
	text-align:left;
	border-right:1px solid #c4c4c4;
	padding-right:40px;
}
.wht-ul li:nth-child(2){
}
.wht-ul li:nth-child(3){
	border:none;
}
.wht-ic {
    position: absolute;
    left: 0;
    top: 9px;
    filter: invert(1);
}
.wht-strp-b-a{
	position:absolute;
	right:0;
	top:-90px;
}
.wht-ul li p{
	font-size:24px;
	line-height:28px;
	color:#50504e;
	font-weight:bold;
}
.wht-ul li p span{
	color:#717171;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	display: block;
}
		
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 85px 0;
}
.s1-p1 {
	float: left;
	width: 100%;
	color: #00d8ff;
	font-size: 24px;
	line-height: 28px;
	font-weight: 500;
}
.s1-p2 {
	float: left;
	width: 100%;
	color: #414141;
	font-size: 42px;
	line-height: 45px;
	font-weight: bold;
	margin:3px 0 0;
}
.s1-p3 {
	float: left;
	width: 100%;
	color: #4b4b4b;
	font-size: 18px;
	line-height:26px;
	font-family: 'Open Sans', sans-serif;
}
.pad-1{
	padding:25px 100px 0;
	line-height:30px;
}
.s1-prd{
	display:inline-block;
	max-width:100%;
	margin:25px 0 12px;
}
.s1-ul{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 10px;
}
.s1-ul li{
	float: left;
    width: 27.3%;
}
.s1-ic-1{
	display:inline-block;
	max-width:100%;
	filter: hue-rotate(133deg);
}
.s1-p4{
	float: left;
	width: 100%;
	color: #323131;
	font-size: 24px;
	line-height:30px;
	font-weight:500;
}
.pad-2{
	padding:10px 0 8px;
}			

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 60px 0;
	background: url(../images/s2-bg.jpg) no-repeat center center;
}
.s2-rit{
	float:right;
	width:600px;
	text-align:left;
	padding-right:80px;
}
.s2-p1{
	float: left;
	width: 100%;
	color: #4b4b4b;
	font-size: 30px;
	line-height:30px;
	font-weight:bold;
	letter-spacing:0.5px;
}
.s2-rit .s1-p3, .s4-lft .s1-p3{
	padding:18px 0 20px;
}
		
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 85px 0;
}
.s3-lft{
	float:left;
	width:626px;
	text-align:left;
}
.s3-ul{
	float:left;
	width:100%;
	margin:45px 0 0;
}
.s3-ul li{
	float:left;
	width:100%;
	position:relative;
	padding-left:73px;
	text-align:left;
	background:url(../images/s3-li-dots.png) repeat-y 27px top;
	padding-bottom:38px;
}
.s3-ic-1{
	position:absolute;
	left:0;
	top:0;
	filter:hue-rotate(140deg);
}
.s3-ul li .s1-p4{
	padding-bottom:4px;
}
.s3-prd{
	position: absolute;
	right: 0;
	top: 60px;
}
.s3-ul li:last-child{
	background:none;
	padding-bottom:0;
}
.s2-prd-1 {
    display: inline-block;
    max-width: 130px;
    position: relative;
    z-index: 9;
}

.s2-prd-1:nth-child(2), .s2-prd-1:nth-child(3), .s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    position: absolute;
    z-index: 5;
    max-width: 120px;
    left: 20%;
    top: 20px;
}
.s2-prd-1:nth-child(3) {
    left: auto;
    right: 20%;
}

.s2-prd-1:nth-child(4), .s2-prd-1:nth-child(5) {
    z-index: 0;
    left: 10%;
    top: 30px;
    max-width: 110px;
}
.s2-prd-1:nth-child(5) {
    left: auto;
    right: 10%;
}
.pkg-cont {
    float: left;
    width: 100%;
    padding: 60px 10px 20px;
    background: #342051;
    border-radius: 20px;
    margin-top: -50px;
    box-shadow: 4px 10px 10px #6a6a6a;
}
.pkg-cont .comn-btn {
    margin-top: 10px;
}
.prod-name {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 5px;
}
.prod-caption {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
}
.prod-caption {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    color: #342051;
    background: #fff;
}
.prod-describe {
    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    margin-top: 10px;
}

/*****************************/
.section-4 {
    float: left;
    width: 100%;
    padding: 40px 0;
	background: #edf2f5;
}
.package-container {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
	margin-top: 30px;
}
.package-container li {
    float: left;
    width: 32%;
    position: relative;
    padding: 10px 10px;
}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer {
    float: left;
    width: 100%;
    background: linear-gradient(to left, #00d8ff 50% 50%, #333 40% 40%);
    text-align: center;
}			
.footerBox1{
	float:left;
	width:100%;
    padding:30px 0;
	position:relative;
	overflow:hidden;
	}					
	
.ftrbx {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
	row-gap: 20px;
}
.ftrBox1, .ftrBox2, .ftrBox3 {
    float: left;
    width: 45%;
}
.ftr-logo{
	max-width: 220px;
    display: inline-block;
    vertical-align: middle;
}
ul.frt-list{
	float: left;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
	}
ul.frt-list li{
	float: left;
    width: 100%;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #fff;
	}	
ul.frt-list li a{ color:#fff;}
ul.frt-list li img{
	display:inline-block;
	vertical-align:middle;
	margin-right:7px;
	 }		

.ftrBox2 {
    width: 17%;
}

.ftrtxtbx {
    float: left;
    width: 100%;
    margin-top: 20px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.ftrbx2-hd{
	float:left;
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	}
.ftr-dog-img{
	max-width: 380px;
    position: absolute;
    right: 60px;
    bottom: -50px;
    opacity: 0;
}
.footerBox2{
	background:#fff;
	float:left;
	width:100%;
	padding:25px 0 20px;
	}
.ftr-cpyrght{
	float:left;
	font-size:16px;
	color:#000;
	}
.ftr-cards{
	float:right;
	margin:0 0 0 0;
	max-width: 130px;
	}	
