/* ========================================================================
 * Vivix.css - For Vivix Minisite
 * www.shaklee.com.my*
 * ======================================================================== */
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ======= Kim Added - 201904 = Vivix Minisite Classes ======= */
.vivix_color{
    color:#FFF;
	background-color: #540105;
}
#YouthDiv > div {
  padding: 0 !important;
}
/*----------
  NAV
----------*/

.fixed-side-navbar {
  position: sticky;
  top: 50%;
  right: 0;
  float: right;
  z-index: 99999;
  margin-top: -300px;
  text-align: right;
  padding: 15px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #000000;
  opacity: 0.8;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media (min-width: 381px) and (max-width: 768px){ /*For Mobile Navigation */
  .fixed-side-navbar{
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 15px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  }
}
@media (min-width: 250px) and (max-width: 380px){ /*For Mobile Navigation */
  .fixed-side-navbar{
  position: fixed;
  top: 50%;
  /**margin-right: 71px;**/
  z-index: 99999;
  margin-top: -100px;
  text-align: right;
  padding: 15px 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  }
}
.fixed-side-navbar:hover {
  background-color: #000000;
}
.fixed-side-navbar:hover .nav > li > a > span {
  /*color: rgba(0, 0, 0, 0.5);*/
  color: black;
  display: block;
  background-color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 2px 12px;
  border-radius: 15px;
}
.fixed-side-navbar .nav > li a.active {
  background-color: transparent;
  color: black;
}
.fixed-side-navbar .nav > li a.active:after {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
.fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 17px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media (min-width: 320px) and (max-width: 768px){ /*For Mobile Navigation */
  .fixed-side-navbar .nav > li a.active:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 10px;
  }
}
	
.nav>li {
  position: relative;
  display: block;
}
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 45px 5px 25px;
  border-right: none;
}
@media (min-width: 320px) and (max-width: 768px){ /*For Mobile Navigation */
.fixed-side-navbar .nav > li a {
  color: #fff;
  min-height: 32px;
  background: transparent;
  padding: 5px 25px 5px 25px;
  border-right: none;
	}
}
.fixed-side-navbar .nav > li a span {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
@media (min-width: 320px) and (max-width: 768px){ 
  .fixed-side-navbar .nav > li a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: rgba(250, 250, 250, 0.75);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  }
}
.fixed-side-navbar .nav > li a:hover {
  background-color: #000000;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: black;
  border-right: 0;
}
.fixed-side-navbar .nav > li a:hover > span {
  color: #000000;
  display: block;
}

.agelessbutton a{
  color: #4e1b1e;
}

.agelessbutton a:hover{
  color: #be9675;	
}

.agelessbutton a:after{
  color: #be9675;	
}
/* ========= Content BG Image =============*/
/* Full Viewport Content - For Moving BG */
.fullBG-content {
  width: 100%;
  min-height: 100vh;
  background-size: cover;
}

.bigtitle{
	text-align: center;
}

@media (max-width: 768px){ /*For Mobile < 768 */
	.bigtitle{
	text-align: center;
	}
}

/* Content Section 00  */
.content-sec00{
  padding-top: 5vh;
  text-align: center;
  padding-bottom: 5vh;
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-sec00{
  	padding-top: 3vh;
 	text-align: center;
  	padding-bottom: 3vh;
    background-color: #ffffff;
    }
}


/* Content Section 01  */
.content-sec01{
  text-align: center;
  background-color: #e3e5e7;
  width: 100%;
  background-size: cover;
  background-position: center;	
	/*background-attachment: fixed;
    min-height: 100vh;*/
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-sec01{
  	padding-top: 3vh;
 	text-align: center;
  	background-color: #e3e5e7;
	width: 100%;
  	background-size: cover;
  	background-position: center;
    }
}

/* Content Section Glow  */
.content-secGlow{
  text-align: center;
  background-color: #e8e6ee;
  width: 100%;
  background-size: cover;
  background-position: center;	
	/*background-attachment: fixed;
    min-height: 100vh;*/
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-secGlow{
  	padding-top: 3vh;
 	text-align: center;
  	background-color: #e8e6ee;
	width: 100%;
  	background-size: cover;
  	background-position: center;
    }
}

/* Content Section Steps  */
.content-secSteps{
  text-align: center;
  background-color: #ffffff;
  width: 100%;
  background-size: cover;
  background-position: center;	
	/*background-attachment: fixed;
    min-height: 100vh;*/
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-secSteps{
  	padding-top: 3vh;
 	text-align: center;
  	background-color: #ffffff;
	width: 100%;
  	background-size: cover;
  	background-position: center;
    }
}

/* Content Section Key  */
.content-secKey{
  text-align: center;
/*  background-image: linear-gradient(0deg, #d1b9d1, #b5daf5);*/
  background-color: #f0f3f8;
  width: 100%;
  background-size: cover;
  background-position: center;	
	/*background-attachment: fixed;
    min-height: 100vh;*/
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-secKey{
  	padding-top: 3vh;
 	text-align: center;
/*  background-image: linear-gradient(0deg, #d1b9d1, #b5daf5);*/
    background-color: #f0f3f8;
	width: 100%;
  	background-size: cover;
  	background-position: center;
    }
}

.content-sectest{
  text-align: center;
  width: 100%;
  background-size: cover;
  background-position: center;
/*  background-color: #ffffff;*/
/*  min-height: 90vh;*/
	/*background-attachment: fixed;
    min-height: 100vh;*/
}
@media (max-width: 768px){ /*For Mobile < 768 */
	.content-sectest{
  	padding-top: 3vh;
 	text-align: center;
	width: 100%;
    background-size: cover;
    background-position: center;
    }
}

.testvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

/* Content Section USP  */
.content-secUSP {
  padding: 20px 25px;
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #e3e5e7;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secUSP{
  	padding: 20px 25px;
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #e3e5e7;
    }
}

.content-secVid video {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
}

.content-secingredient {
  padding-top: 16vh;
/*  background-image: url("/front/uploads/Images/campaign/pomifera/pomiferapure_bg.jpg");*/
  background-color: #f0f3f8;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secingredient{
  	padding-top: 3vh;
 	text-align: center;
	background-color: #f0f3f8;
/*  	background-image: url("/front/uploads/Images/campaign/pomifera/pomiferapure_bg_small.jpg");*/
    }
}

.top-left {
  position: absolute;
  top: 112px;
  left: 17px;
  width: 22%;
/*
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
*/
}

.top-left p{
/*  position: absolute;*/
  font-weight: normal;
  text-align: right !important;
  margin-bottom: -20px;
/*
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
*/
}

.top-left-cn {
  position: absolute;
  top: 206px;
  left: -178px;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
}

.top-left-cn p{
  position: absolute;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
}

.top-left-bm {
  position: absolute;
  top: 206px;
  left: -253px;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
	width: 60%;
}

.top-left-bm p{
  position: absolute;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
}

.top-left2 {
  position: absolute;
  top: 400px;
  left: 130px;
  width: 22%;
/*
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
*/
}

.top-left3 {
  position: absolute;
  top: 670px;
  left: 244px;
  width: 22%;
/*
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
*/
}

.top-right {
  position: absolute;
  top: 193px;
  right: 62px;
  width: 26%;
/*
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
*/
}

.top-right p{
  position: absolute;
  font-weight: normal;
/*
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
*/
}

.top-right-cn {
  position: absolute;
  top: 83px;
  right: -362px;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
  width: 80%;
}

.top-right-cn p{
  position: absolute;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
}

.top-right2 {
  position: absolute;
  top: 598px;
  right: 108px;
  width: 26%;
/*
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
*/
}

.bottom-right {
  position: absolute;
  bottom: 160px;
  right: -183px;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
}

.bottom-right p{
  position: absolute;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
}

.bottom-right-cn {
  position: absolute;
  bottom: 160px;
  right: -98px;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-size: 35pt;
}

.bottom-right-cn p{
  position: absolute;
  color: #763813;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 15pt;
  width: 110%;
}

.content-secpomioil {
  padding-top: 16vh;
  background-image: url("/front/uploads/Images/campaign/pomifera/pomi_fruits_bg.jpg");
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  min-height: 50vh;
  background-position: center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sepomicoil{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/pomifera/pomi_fruits_bg_small.jpg");
    }
}

.vertical_centertext{
	margin: auto;
}

.midtitleIn{
	color: #000000;
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
	font-size: 35px;
	margin-top: 26px;
}

.midtitleIn_cn{
	color: #000000;
	font-family: "SimSun", serif;
	font-size: 35px;
	margin-top: 26px;
	font-weight: bold;
}

.midtitle{
	color: #000000;
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
	font-size: 35px;
}

.midtitle_cn{
	color: #000000;
	font-family: "SimSun", serif;
	font-size: 35px;
	font-weight: bold;
}

.midtitle2{
	color: #be9675;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 20px;
}

.midtitle2_cn{
	color: #be9675;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
}

.midtitle3{
	color: #be9675;
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
	font-size: 35px;
}

.midtitle3_cn{
	color: #be9675;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 35px;
}

.normaltext{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	text-align: justify;
	font-weight: normal;
}

.normaltext_topleft{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.normaltext_cn{
	color: #000000;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
	text-align: justify;
}

.normaltext2{
	color: #be9675;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.normaltext2_cn{
	color: #be9675;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
}

.normaltext3{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 15px;
}

.normaltext3_cn{
	color: #000000;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 20px;
}

.normaltext4{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 13px;
}

.normaltext5{
	color: #000000;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
	font-size: 12px;
}

.normaltext4_cn{
	color: #000000;
	font-family: "Noto Sans SC", sans-serif;
	font-size: 15px;
}

.prodtitle{
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-size: 25px;
	color: #000000;
}

.prodtitle2{
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
	font-size: 20px;
	color: #000000;
}

.prodtitle_cn{
	font-family: "Noto Sans SC", sans-serif;
    font-weight: bold;
	font-size: 25px;
	color: #333333;
}

.vx-ingredient{
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
    font-size: 23px;
    line-height: 1.25em;
    margin-bottom: 0px;
    font-weight: 300;
}

.vx-ingredient_cn{
	font-family: "Noto Sans SC", sans-serif;
    font-size: 23px;
    line-height: 1.25em;
    margin-bottom: 0px;
/*    font-weight: 300;*/
}

/* Content Section age  */
.content-secClean {
/*  padding: 20px 25px;*/
/*  background-image: url("/front/uploads/Images/campaign/resv-vix/resv-vix_bg02.jpg");*/
  width: 100%;
  background-color: #f4f5f9;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secClean{
/*  	padding: 20px 25px;*/
    background-color: #f4f5f9;
/* 	background-image: url("/front/uploads/Images/campaign/resv-vix/resv-vix_bg02_small.jpg");*/
    }
}

/* Content Section secret  */
.content-secSecret {
  padding-top: 5vh;
  width: 100%;
  min-height: 3vh;
  background-color: #4e1b1e;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secSecret{
  	padding-top: 3vh;
 	text-align: center;
    background-color: #4e1b1e;
    }
}

/* Content Section polyvideo  */
.content-secPolyVideo {
  width: 100%;
  min-height: 20vh;
/*  background-image: url("/front/uploads/Images/campaign/ageless/sample_polyphenol.jpg");*/
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secPolyVideo{
 	text-align: center;
/*    background-image: url("/front/uploads/Images/campaign/ageless/sample_polyphenol.jpg");*/
    background-color: #ffffff;
    }
}

/* Content Section sec13x  */
.content-sec13x {
  padding-top: 5vh;
  background-color: #ffffff;
  width: 100%;
  background-attachment: fixed;	
  background-size: cover;
  min-height: 60vh;
  background-position: center;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec13x{
  	padding-top: 0vh;
  	padding-left: 4vh;
  	padding-right: 4vh;
 	text-align: center;
    background-color: #ffffff;
    }
}

/* Content Section secPotent  */
.content-secPotent {
  padding-top: 5vh;
  width: 100%;
  min-height: 60vh;
  background-color: #ffffff;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secPotent{
  	padding-top: 3vh;
 	text-align: center;
  background-color: #ffffff;
    }
}

/* Content Section secMighty  */
.content-secMighty {
  padding-top: 5vh;
  width: 100%;
  min-height: 50vh;
  background-color: #ffffff;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secMighty{
  padding-top: 5vh;
  text-align: center;
  background-color: #ffffff;
    }
}

/* Content Section secFactor  */
.content-secFactor {
  padding: 20px 25px;
  width: 100%;
  min-height: 50vh;
  background-color: #4e1b1e;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secFactor{
  padding: 20px 25px;
  text-align: center;
  background-color: #4e1b1e;
    }
}

.btn2 {
  background-color: #be9675;
  border: none;
  color: #4e1b1e;
  padding: 12px 16px;
  font-size: 16px;
  cursor: pointer;
  min-width: 300px;
  border-radius: 50px;
}

/* Darker background on mouse-over */
.btn2:hover {
  background-color: #be9675;
}

/* Content Section secScience  */
.content-secScience {
  padding-top: 5vh;
  width: 100%;
  min-height: 60vh;
  background-color: #4e1c1f;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secScience{
  padding-top: 5vh;
  text-align: center;
  background-color: #4e1c1f;
    }
}

/* Content Section grape  */
.content-secGrape {
  padding: 20px 25px;
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #ede8e4;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secGrape{
  	padding: 20px 25px;
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #ede8e4;
    }
}

/* Content Section Result  */
.content-secResult {
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secResult{
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #ffffff;
    }
}

/* Content Section Icons  */
.content-secIcons {
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #f4f5f9;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secIcons{
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #f4f5f9;
    }
}

/* Content Section Buy  */
.content-secBuy {
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #ffffff;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secIcons{
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #ffffff;
    }
}

/* Content Section Protect  */
.content-secProtect {
  padding: 20px 25px;
  padding-top: 5vh !important;
/*  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
  width: 100%;
  background-color: #ede8e4;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secProtect{
  	padding: 20px 25px;
    padding-top: 5vh !important;
/* 	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_FaqBg.jpg");*/
    background-color: #ede8e4;
    }
}

/* Content Section ingredient  */
.content-secIngredient {
  padding: 20px 25px;
  background-color: #ede8e4;
  width: 100%;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secIngredient{
  	padding: 20px 25px;
    background-color: #ede8e4;
    }
}

/* Content Section ingredient2  */
.content-secIngredient2 {
  padding: 20px 25px;
/*  background-image: url("/front/uploads/Images/campaign/ageless/grape_ingredient.jpg");*/
  background-color: #ede8e4;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secIngredient2{
  	padding: 20px 25px;
/* 	background-image: url("/front/uploads/Images/campaign/ageless/grape_ingredient.jpg");*/
    background-color: #ede8e4;
    text-align: center;
    }
}

/* Content Section secPatent  */
.content-secPatent {
  padding-top: 5vh;
  width: 100%;
  min-height: 20vh;
  background-color: #be9675;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secPatent{
  padding-top: 5vh;
  text-align: center;
  background-color: #be9675;
    }
}

/* Content Section secProducts  */
.content-secProducts {
  padding-top: 5vh;
  width: 100%;
  min-height: 20vh;
  background-color: #be9675;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secProducts{
  padding-top: 5vh;
  text-align: center;
  background-color: #be9675;
    }
}

/* Content Section secBuynow  */
.content-secBuynow {
  padding-top: 5vh;
  width: 100%;
  min-height: 20vh;
  background-color: #ffffff;
  text-align: center;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secBuynow{
  padding-top: 5vh;
  text-align: center;
  background-color: #ffffff;
  text-align: center;
    }
}

/* Content Section secContent  */
.content-secContent {
  padding-top: 5vh;
  width: 100%;
  min-height: 20vh;
  background-color: #ede8e4;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secContent{
  padding-top: 5vh;
  text-align: center;
  background-color: #ede8e4;
    }
}

/* Content Section secResources  */
.content-secResources {
  padding-top: 5vh;
  width: 100%;
  min-height: 50vh;
  background-color: #ede8e4;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
.content-secResources{
  padding-top: 5vh;
  text-align: center;
  background-color: #ede8e4;
    }
}

.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -30px;
    left: 5%;
    color: #4e1b1e;
    font-size: 1.1rem;
    font-weight: 600;
	font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
    background-color: #be9675;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #000000;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.5s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #ffffff !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #be9675 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}



/* Content Section 06  */
.content-secFaq {
  padding-top: 5vh;
  background-color: #4e1c1f;
  width: 100%;
  background-size: cover;
  min-height: 50vh;
  background-position: center;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secFaq{
  	padding-top: 3vh;
 	text-align: center;
    background-color: #4e1c1f;
    }
}
/* Content Section download  */
.content-secDownload {
  height: 900px;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secDownload{
  	height: 1400px;
    }
}
/* Content Section 04  */
.content-secTesti {
  padding-top: 5vh;
    background-color: #4e1c1f;
  width: 100%;
  min-height: 60vh;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-secTesti{
  	padding-top: 3vh;
 	text-align: center;
    background-color: #4e1c1f;
    }
}
/* Content Section 02  */
.content-sec02 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vh;
  padding-bottom: 5vh;
  /*background-image: url(../img/2nd-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG02.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec02{
  	padding-top: 5vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG02_SMALL.jpg");
    }
}
/* Content Section 03  */
.content-sec03 {
  padding-top: 16vh;
  /*background-image: url(../img/3rd-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_redbg.jpg");
  width: 100%;
  background-size: cover;
  min-height: 100vh;
  background-position: center;
  
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec03{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG03_SMALL.jpg");
    }
}
/* Content Section 04  */
.content-sec04 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vh;
  /*background-image: url(../img/4th-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG04.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec04{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG04_SMALL.jpg");
    }
}
/* Content Section 05  */
.content-sec05 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  /*background-image: url(../img/5th-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG05.jpg");
  width: 100%;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec05{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG05_SMALL.jpg");
    }
}
/* Content Section 06  */
.content-sec06 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vh;
  /*background-image: url(../img/4th-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG06.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec06{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG06_SMALL.jpg");
    }
}
/* Content Section 07  */
.content-sec07 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  /*background-image: url(../img/5th-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG.jpg");
  width: 100%;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec07{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG07_SMALL.jpg");
    }
}
/* Content Section 08  */
.content-sec08 {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10vh;
  /*background-image: url(../img/4th-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG08.jpg");
  background-attachment: fixed;
  min-height: 100vh;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec08{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG08_SMALL.jpg");
    }
}
/* Content Section 09  */
.content-sec09 {	
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 16vh;
  /*background-image: url(../img/5th-section.jpg);*/
  background-image: url("/front/uploads/Images/campaign/vivix/Vivix_BG09.jpg");
  width: 100%;
  background-size: cover;
  min-height: 100vh;
}
@media (max-width: 768px){ /*For Mobile Hamburger */
	.content-sec09{
  	padding-top: 3vh;
 	text-align: center;
  	background-image: url("../../../../../../Downloads/img/campaign/vivix/Vivix_BG09.jpg");
    }
}
/* ========= END Content BG Image =============*/
/* ========= Text Size =============*/
.titleHuge{
	font-size: 65px;
/*	font-weight: bold;*/
	line-height: normal;
/*	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;*/
    color: #000000;
	font-style: normal;
}
.titleHuge_cn{
	font-size: 65px;
	font-weight: bold;
	line-height: normal;
	font-family: "SimSun", sans-serif;
    color: #000000;
	font-style: normal;
}
.titleHuge2{
	font-size: 65px;
/*	font-weight: bold;*/
	line-height: normal;
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
    color: #be9675;
}
.titleHuge2_cn{
	font-size: 65px;
/*	font-weight: bold;*/
	line-height: normal;
	font-family: "Noto Sans SC", sans-serif;
    color: #be9675;
}
.titleHuge3{
	font-size: 65px;
/*	font-weight: bold;*/
	line-height: normal;
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
    color: #ffffff;
}
.titleHuge3_cn{
	font-size: 65px;
/*	font-weight: bold;*/
	line-height: normal;
	font-family: "Noto Sans SC", sans-serif;
    color: #ffffff;
}
.titleHuge4{
	font-size: 45px;
/*	font-weight: bold;*/
	line-height: normal;
	font-family: "Schnyder M Demi", "SchnyderM-Demi", "Schnyder M", "Schnyder M Web", "Playfair", serif;
    color: #000000;
}

.titleHuge4cn{
	font-size: 41px;
/*	font-weight: bold;*/
	line-height: normal;
	font-family: "SimSun", serif;
    color: #000000;
	font-weight: bold;
}

.title22{
	font-size: 22px;
	font-weight: bold;
}
.txtsec1{
	color: #ffffff;
	font-size: 15px;
	line-height: 29px;
}
.txtsec2{
	color: #ffffff;
	font-size: 19px;
	line-height: 29px;
	font-weight: bold;
}
.txt20{
	font-size: 20px;
	line-height: 29px;
}
.txt16{
	font-size: 16px;
}
.txt11{
	font-size: 11px;
}
.alignleft{
	text-align: left;
}
.alignright{
	text-align: right;
}
.aligncenter{
	text-align: center;
}
@media (min-width: 320px) and (max-width: 768px){ /*For Mobile Hamburger */
	.titleHuge{
		font-size: 50px;
/*		font-weight: bold;*/
		line-height: normal;
    }
}
/* ======== SPACING ========*/
.d-none1{display: block !important;}
.mt-10{margin-top: 10px;}
.mb-10{margin-bottom: 10px;}
.ml-10{marign-left: 10px;}
.mr-10{margin-right: 10px;}
.mt-20{margin-top: 20px;}
.mb-20{margin-bottom: 20px;}
.ml-20{marign-left: 20px;}
.mr-20{margin-right: 20px;}
.mt-30{margin-top: 30px;}
.mb-30{margin-bottom: 30px;}
.ml-30{marign-left: 30px;}
.mr-30{margin-right: 30px;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}
.pl-10{padding-left: 10px;}
.pr-10{padding-right: 10px;}
.pt-20{padding-top: 20px;}
.pb-20{padding-bottom: 20px;}
.pl-20{padding-left: 20px;}
.pr-20{padding-right: 20px;}
@media (min-width: 10px) and (max-width: 768px){
	.mt-xs{margin-top: 10px;}
	.mb-xs{margin-bottom: 10px;}
	.ml-xs{marign-left: 10px;}
	.mr-xs{margin-right: 10px;}
	.mt-xs-20{margin-top: 20px;}
	.mb-xs-20{margin-bottom: 20px;}
	.ml-xs-20{marign-left: 20px;}
	.mr-xs-20{margin-right: 20px;}
		
}
@media (min-width: 768px) and (max-width: 991px){
	.mt-sm{margin-top: 10px;}
	.mb-sm{margin-bottom: 10px;}
	.ml-sm{marign-left: 10px;}
	.mr-sm{margin-right: 10px;}
	.mt-sm-20{margin-top: 20px;}
	.mb-sm-20{margin-bottom: 20px;}
	.ml-sm-20{marign-left: 20px;}
	.mr-sm-20{margin-right: 20px;}
		
}
@media (min-width: 991px){
	.mt-md{margin-top: 10px;}
	.mb-md{margin-bottom: 10px;}
	.ml-md{marign-left: 10px;}
	.mr-md{margin-right: 10px;}
	.mt-md-20{margin-top: 20px;}
	.mb-md-20{margin-bottom: 20px;}
	.ml-md-20{marign-left: 20px;}
	.mr-md-20{margin-right: 20px;}
		
}
/* ====== ALIGNMENT ======*/
.img_alignCenter {
  text-align: center;
  display: block;
  margin: 0 auto;
}
/* ===== COLOR =======*/
.vivix_color01{
	color:#af2227;
}
.vivix_red{
	color: #9e3223;
}
.titlesec1{
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
}

.vivix_white{
	color: #FFF;
}
.vivix_white li{
	color: #FFF;
	text-align: left;
}
.vivix_grey{
	color:#4b4f53;
}
.vivix_dark{
	color:#202020;
}
.vivix_black{
	color:#000000;
}
/* ===== Content BG Boxes ======*/
.box_white {
	padding:8px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: 700;
	color: #af2227;
	/**opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.box_vivix {
	padding:10px;
	background-color: #af2227;
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}
.box_black {
	padding:10px;
	background-color: rgba(51, 51, 51, 0.58);
}
/* ===== BUTTON ========*/

.button-80 {
  align-items: center;
  background-color: #4e1b1e;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-80:hover,
.button-80:focus { 
  background-color: #be9675;
  color: #ffffff;
}

.button-80:active {
  background: #000000;
  color: rgb(255, 255, 255, .7);
}

.button-80:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}

.button-36 {
  background-image: linear-gradient(92.88deg, #be9675 9.16%, #ad8463 43.89%, #997354 64.72%);
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  flex-shrink: 0;
  font-family: 'Gilmer Regular', Helvetica, Arial, sans-serif;
  font-size: 25px;
  font-weight: 500;
  height: 4rem;
  padding: 0 1.6rem;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.25) 0 3px 8px;
  transition: all .5s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-36:hover {
  box-shadow: rgba(190, 150, 117, 0.5) 0 1px 30px;
  transition-duration: .1s;
}

@media (min-width: 768px) {
  .button-36 {
    padding: 0 2.6rem;
  }
}

.resv-button {
  color: #fff;
  display: inline-block;
  background-color: #5d9732;
  padding: 10px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.vivix-button a {
  display: inline-block;
  background-color: #5d9732;
  padding: 10px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.content-sec01 .vivix-button {
  margin-top: 10px;
}
.vivix-button button{
  display: inline-block;
  background-color: #5d9732;
  padding: 10px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.5px;
  border-width: 0;
}
/* ======= EFFECT =======*/
.shadowBlur{
    text-shadow: 2px 2px 4px #2d0000;
	
}
.shadowBlurWhite{
    text-shadow: 2px 2px 4px #FFF;
	
}
/* ===== FAQ BEGIN ========*/
.faqHeader {
        font-size: 27px;
        margin: 20px;
    }
.faqrow {
		background-color: #ffffff;
		opacity: 0.9;
		border-radius: 25px;
	
    }
.panel-group {
	padding: 10px;
}
.panel-heading-faq{
	background-color: #be9675;
		
}
.panel-heading-faq [data-toggle="collapse"]:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f144"; /* "play" icon */
        float: right;
        color: #ffffff;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
.panel-heading-faq [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #ffffff;
    }
.panel-title-faq{
	    font-size: 16px;
		padding: 15px;
		color: #4e1c1f;
		text-align: left;
}
.panel-body-faq{
		font-size: 14px;
		padding: 15px;
		color: #ffffff;
		text-align: left;
}
.panel-title-faq a{
		color: #4e1c1f;
    	text-decoration: none;
		display: block;
}
.panel-title-faq a:hover, a:focus{
		color: #4e1c1f;
    	text-decoration: none;
}
/* ===== FAQ END ========*/
/* ======= OWL CAROUSEL START =======*/
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
  
.owl-carousel .owl-item{
  float: left;
}
.owl-controls {
  @media (max-width: @screen-sm-max) {
    top: -120px;
  }
  top: -200px;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.owl-controls a {
  color: #336699;
}
.owl-controls a:hover {
  color: #336699;
}
.owl-controls .bg-prev {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
  z-index:10; 
  background:#fff; 
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-prev:before{
  content:""; 
  display:block; 
  position:absolute; 
  z-index:-1; 
  top:3px; 
  left:3px; 
  right:3px; 
  bottom:3px; 
  border:2px solid #336699
}
.owl-controls .prev {
  left: 15px;
  z-index: 11;
  position: absolute; 
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .prev.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-controls .prev:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-controls .bg-next {
  position: absolute;
  float: right;
  z-index: 1;
  width: 50px;
  height: 50px;
  position:relative; 
  z-index:10; 
  background:#fff; 
  border: 1px solid #336699;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-controls .bg-next:before{
  content:""; 
  display:block; 
  position:absolute; 
  z-index:-1; 
  top:3px; 
  left:3px; 
  right:3px; 
  bottom:3px; 
  border:2px solid #336699
}
.owl-controls .next {
  right: 15px;
  z-index: 11;
  position: absolute; 
  width: 50px;
  height: 50px;
  line-height: 32px;
}
.owl-controls .next.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-controls .next:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.owl-theme .owl-controls .owl-page{
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page a{
  display: block;
  width: 12px;
  height: 12px;
  margin: 0px 5px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: transparent;
  border: 2px solid #888;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  display: inline-block;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/* ======= OWL CAROUSEL END =======*/
/* ======= DOWNLOAD START =======*/
.item {
	padding:10px;
}
.item .text-content {
  background-color: #fff;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
/* ======= DOWNLOAD END =======*/
/* ======= BENEFITS =======*/
.service-item {
    text-align: left;
    color: #fff;
	padding: 10px;
	
}
.service-item-white {
	border-style: solid;
	border-width: 1px;
    border-color: #ffffff;
	border-radius: 25px;
    padding: 20px 25px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
}

.service-item-red {
	border-radius: 25px;
    padding: 20px 25px;
    text-align: left;
    color: #ffffff;
    margin-bottom: 30px;
	background-color: #a03023;
}

.service-item-bgred {
    padding: 20px;
	background-color: #a03023;
}

.service-item p {
    color: #fff;
    text-align: left;
}
.service-item .line-dec {
    width: 45px;
    height: 3px;
    background-color: #ff7d27;
    margin: 20px auto 15px auto;
}
.service-item li {
    color: #fff;
    text-align: left;
}
.service-item ol li {
    font-size: 11px;
}
/* ======= BENEFITS END =======*/
.ul-dark li {
	font-size: 16px;
	color: #000000;
}
.ul-white li {
	font-size: 20px;
	color: #ffffff;
}
.ul-white-home li {
	font-size: 20px;
	color: #ffffff;
	list-style: none;
}
/* ======= iconbox START =======*/
.iconbox-icon {
  background-color: #af2227;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin: 0 auto;
  width: 100px;
  height: 100px;
  margin-top: -70px;
}
.iconbox-icon span {
  color: #fff;
  font-size: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  text-align: center;
  vertical-align: middle;
}
/* ======= iconbox END =======*/
/* ======= post box START =======*/
.post {
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}
.post .content {
    padding: 15px;
	min-height: 190px;
}
.post .post-img-content {
    height: 380px;
    position: relative;
}
.post .post-img-content img {
    position: absolute;
}
.post .post-title {
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b {
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
	font-size: 18px;
}
/* ======= post box END =======*/
/* ======= Testimonial START =======*/
.carousel {
	margin: 50px auto;
	padding: 20px 70px;
	background-color: #ffffff;
}
.carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
}
.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	padding: 5px;
	border: 1px solid #ddd;
	border-radius: 50%;
}
.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}
.carousel .testimonial {
	padding: 30px 0 10px;
}
.carousel .overview {	
	font-style: italic;
}
.carousel .overview b {
	text-transform: uppercase;
	color: #7AA641;
}
.carousel .carousel-control {
	width: 40px;
    height: 40px;
    margin-top: -20px;
    top: 50%;
	background: none;
}
.carousel-control i {
    font-size: 38px;
	line-height: 42px;
    /**position: absolute;**/
    display: inline-block;
	color: rgba(0, 0, 0, 0.8);
    text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}
.carousel .carousel-indicators {
	bottom: -5px;
}
.carousel-indicators li, .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}
.carousel-indicators li {	
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
.carousel-indicators li.active {	
	background: #555;		
	box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
}
/* ======= Testimonial END =======*/
.img-icon{
	text-align: center;
	display: block;
	margin: auto;
	max-width: 130px;
}
/* Animation START */
.block {
  height: 5em;
  line-height: 5em;
  width: 10em;
  background: #464646;
  color: #fdfdfd;
  text-align: center;
  margin: 1em auto;
  text-shadow: 0 0 1px #333; /* so one can see fadeBgColor properly */
}
.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}
/* show objects being animated */
.animated {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}
	80% {
		-webkit-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}
	60% {
		-moz-transform: translateX(20px);
	}
	80% {
		-moz-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}
	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}
	80% {
		-o-transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}
	60% {
		transform: translateX(20px);
	}
	80% {
		transform: translateX(-5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}
	60% {
		-webkit-transform: translateX(-20px);
	}
	80% {
		-webkit-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}
	60% {
		-moz-transform: translateX(-20px);
	}
	80% {
		-moz-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}
@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}
	60% {
		-o-transform: translateX(-20px);
	}
	80% {
		-o-transform: translateX(5px);
	}
	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}
@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}
	60% {
		transform: translateX(-20px);
	}
	80% {
		transform: translateX(5px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}
	70% {
		-webkit-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}
	50% {
		-moz-transform: scale(1.05);
	}
	70% {
		-moz-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}
@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}
	50% {
		-o-transform: scale(1.05);
	}
	70% {
		-o-transform: scale(.9);
	}
	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}
@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}
	50% {
		transform: scale(1.05);
	}
	70% {
		transform: scale(.9);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}
@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}
@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
.animated.animationDelay{
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animated.animationDelayMed{
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animated.animationDelayLong{
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animated.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animated.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animated.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animated.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animated.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.animated.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}

.hideme {
	opacity:0;
}

.btn-grad {background-image: linear-gradient(0deg, #d0ecd4, #fdefc2)}
         .btn-grad {
/*            margin: 10px;*/
            padding: 15px 15px;
            text-align: center;
/*            text-transform: uppercase;*/
            transition: 0.5s;
            background-size: 200% auto;
            color: #000000;            
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
          }
/* Animation END */
/* Sample
@media (min-width: 992px){ 
	#mainNav .navbar-nav .nav-item{
	-ms-flex-item-align: center !important;
	align-self: center !important;
	}
}
@media (min-width: 320px) and (max-width: 991px){ 
	#mainNav .navbar-nav .nav-item{
		-ms-flex-item-align: left !important;
		align-self: left !important;
	}
}
*/
