

.main_banner_area{
/*    background: url(../images/header-bg.jpg) #f8edf3 no-repeat;*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    width: 100%;
    min-height: auto;
    /* background-size: cover; */
    background-position: left 20px;
    padding: 0px;
    height: 902px;
    background-repeat: no-repeat;
}
.tree_bx{
background: url(../images/Yanhca-Tree.png) no-repeat;
    background-size: 90%;
    width: 100%;
    min-height: auto;
    background-position: center 40px;
    padding: 0px;
    height: 472px;
    background-repeat: no-repeat;
    position: relative;
}
.slidingHorizontal{    width: 100%;
    display: block!important;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--radius);
    padding: 10px 10px 10px 10px;
    position: relative;
    float: left;
    padding-bottom: 50px;
}
.slidingHorizontal i{
    position: absolute;
    right: -11px;
    top: -14px;
    background: #ffac00;
    color: #fff;
    border-radius: 100px;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
}
.slidingHorizontal img{    width: 50px;
    float: left;
    margin-right: 10px;
}
.slidingHorizontal label{float: left;
    width:79%;
    color: #000;
    font-weight: 400;
}
/*Vertical Sliding*/
.slidingVertical{
	display: inline;
	text-indent: 8px;
}
.slidingVertical span{
	animation: topToBottom 12.5s linear infinite 0s;
	-ms-animation: topToBottom 12.5s linear infinite 0s;
	-webkit-animation: topToBottom 12.5s linear infinite 0s;
	color: #00abe9;
	    background: #FFF!important;
    box-shadow: -30px 54px 64px rgba(60,68,96,.2);
	opacity: 0;
	overflow: hidden;
/*	position: absolute;*/
}
.slidingVertical span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
	margin-left:30px;
}
.slidingVertical span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingVertical span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;	margin-left:30px;
	-webkit-animation-delay: 7.5s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(-50px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(-50px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(-50px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*Horizontal Sliding*/
.slidingHorizontal{
	display: inline;
	text-indent: 0px;
}
.slidingHorizontal span{
	animation: leftToRight 15.5s linear infinite 0s;
	-ms-animation: leftToRight 15.5s linear infinite 0s;
	-webkit-animation: leftToRight 15.5s linear infinite 0s;
color: #ff6200;     border-radius: 5px;
    opacity: 0;
    line-height: 25px;
	float:left;
/*    position: absolute;*/
    font-size: 20px;
	    background: #fff;
    display: block;
    padding: 20px; box-shadow: 3px 1px 14px rgba(60,68,96,.1);
}
.slidingHorizontal span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.slidingHorizontal span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.slidingHorizontal span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.slidingHorizontal span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*leftToRight Animation*/
@-moz-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateX(-50px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateX(-50px); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes leftToRight{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateX(-50px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(50px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*FadeIn*/
.fadeIn{
	display: inline;
	text-indent: 8px;
}
.fadeIn span{
	animation: fadeEffect 12.5s linear infinite 0s;
	-ms-animation: fadeEffect 12.5s linear infinite 0s;
	-webkit-animation: fadeEffect 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.fadeIn span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.fadeIn span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.fadeIn span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.fadeIn span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*FadeIn Animation*/
@-moz-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: translateY(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-webkit-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: translateY(0px); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes fadeEffect{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: translateY(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*Vertical Flip*/
.verticalFlip{
	display: inline;
	text-indent: 8px;
}
.verticalFlip span{
	animation: vertical 12.5s linear infinite 0s;
	-ms-animation: vertical 12.5s linear infinite 0s;
	-webkit-animation: vertical 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.verticalFlip span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.verticalFlip span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.verticalFlip span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.verticalFlip span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*Vertical Flip Animation*/
@-moz-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateX(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes vertical{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateX(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*Horizontal Flip*/
.horizontalFlip{
	display: inline;
	text-indent: 8px;
}
.horizontalFlip span{
	animation: horizontal 12.5s linear infinite 0s;
	-ms-animation: horizontal 12.5s linear infinite 0s;
	-webkit-animation: horizontal 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.horizontalFlip span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.horizontalFlip span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.horizontalFlip span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.horizontalFlip span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*Horizontal Flip Animation*/
@-moz-keyframes horizontal{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateY(180deg); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes horizontal{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotateY(180deg); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes horizontal{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotateY(180deg); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*AntiClockWise Effect*/
.antiClock{
	display: inline;
	text-indent: 8px;
}
.antiClock span{
	animation: anti 12.5s linear infinite 0s;
	-ms-animation: anti 12.5s linear infinite 0s;
	-webkit-animation: anti 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.antiClock span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.antiClock span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.antiClock span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.antiClock span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*AntiClockWise Effect Animation*/
@-moz-keyframes anti{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotateX(180deg); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes anti{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(180deg); }
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes anti{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(180deg); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*ClockWise Effect*/
.clockWise{
	display: inline;
	text-indent: 8px;
}
.clockWise span{
	animation: clock 12.5s linear infinite 0s;
	-ms-animation: clock 12.5s linear infinite 0s;
	-webkit-animation: clock 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.clockWise span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.clockWise span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.clockWise span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.clockWise span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*ClockWise Effect Animation*/
@-moz-keyframes clock{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(-180deg); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes clock{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(-180deg); }
	10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes clock{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(-180deg); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*Pop Effect*/
.popEffect{
	display: inline;
	text-indent: 8px;
}
.popEffect span{
	animation: pop 12.5s linear infinite 0s;
	-ms-animation: pop 12.5s linear infinite 0s;
	-webkit-animation: pop 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.popEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.popEffect span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*Pop Effect Animation*/
@-moz-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*Push Effect*/
.pushEffect{
	display: inline;
	text-indent: 8px;
}
.pushEffect span{
	animation: push 12.5s linear infinite 0s;
	-ms-animation: push 12.5s linear infinite 0s;
	-webkit-animation: push 12.5s linear infinite 0s;
	color: #00abe9;
	opacity: 0;
	overflow: hidden;
	position: absolute;
}
.pushEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.pushEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.pushEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}
.pushEffect span:nth-child(5){
	animation-delay: 10s;
	-ms-animation-delay: 10s;
	-webkit-animation-delay: 10s;
}
/*Push Effect Animation*/
@-moz-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateX(0px); }
	25% { opacity: 1; -moz-transform: translateX(0px); }
	30% { opacity: 0; -moz-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform:rotate(0deg) scale(2) skew(0deg) translate(0px);}
		10% { opacity: 1; -webkit-transform: translateX(0px); }
	25% { opacity: 1; -webkit-transform: translateX(0px); }
	30% { opacity: 0; -webkit-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes push{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(2) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateX(0px); }
	25% { opacity: 1; -ms-transform: translateX(0px); }
	30% { opacity: 0; -ms-transform: translateX(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
 
 
 
 
 
 
 
 
 
 
 
 /* Slider */
.slick-slide {
    margin: 0px 20px;
}
.slick-slide img {
    width: 100%;
	border:none;
}
.slick-slider
{
    position: relative;
    display: block;
    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;
	width:100%;
	float:left;
}
.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;
padding: 2px;
border: 2px solid #e2e2e2;
}
.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;
}
.slick-prev{
bottom:0px!important;
left:0px!important;
right:inherit!important;
display:
none!important;
}
 
.free_info{
padding:0px;
}
.free_info h5{ color: #000;
    font-weight: 600;
    text-align: left;
    line-height: inherit;
    font-size: 21px;
}
.free_info ul{
}
.free_info ul li{text-align: left;
    color: #000;
    font-size: 16px;
    border-bottom: 1px dashed #e2e2e2;
    margin-bottom: 13px;
    padding-bottom: 10px;
}
.main_heading
{
	font-size: 33px !important;
}
.sub_heading
{
	font-size: 24px !important;
}
.content_text
{
	font-size: 16px !important;
}
.tst_img_bx{width: 100%;
height: 180px;
overflow: hidden;
}
.tst_img_bx img{
max-width:100%;
}
.tsti_txt{
}
.sld_tst_img{padding-right: 20px;
border-right: 1px solid #e2e2e2e2;
}


.sld_tst_im .slick-dots{     margin: 0px auto auto auto!important;
}



.sld_tst_img img{
width: auto;
height: auto;
margin: auto;
}
.sld_tst_img_tst{font-size: 16px;
}


body .slick-slide .slide-content {
margin: 0 0%;
padding: 50px 0px;
background: #ed5334;
overflow: hidden; min-height: 464px;
box-shadow: 0 3px 6px  rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
color: #fff;     min-height: 400px;
text-align: left;
}
body .slick-list {
  margin: 20px 0px;
}
body .slick-prev,
body .slick-next {
  position: absolute;
  right: 0%;
  background: #ff6303;
  border: none;
  color: transparent;
  width: 30px;
  height: 30px;

  overflow:hidden;
}

.parent-speak .slick-next{
  display:none!important;
  }

body .slick-prev:before,
body .slick-next:before {
    content: ">";
    color: #fff;
    font-size: 23px;
    padding-right: 12px;
}
body .slick-prev {
  left: 10%;
}
body .slick-prev:before {
  content: "<";
}
body .slick-dots {
 list-style: none;
    margin: 0px auto auto auto;
    display: table!important;
	z-index:121;
	position:relative;
	}
body .slick-dots li {
  display: inline-block;
}
body .slick-dots li button {
transition: 0.2s background-color ease-in-out 0s;
border: none;
padding: 0;
color: transparent;
width: 23px;
height: 22px;
background-color: #000;
margin-right: 10px;
border-radius: 50%;
border-radius: 50%;
border-radius: 100px !important;
font-size: 13px !important;
font-weight: bold;
}
body .slick-dots li.slick-active button {
  background-color:#ed5334;
}
.sld_tst_im{ 
}
.sld_tst_img_tst{line-height: 34px;
}
.tst_ic{position: absolute;
width: 130px;
height: 130px;
left: 150px;
top: 100px;
border-radius: 100px;
overflow: hidden;
border: 2px solid #ef5a34;
padding: 2px;
text-align: center;
display: block;
background: #fff;
}
.sld_tst_im  .sld_tst_img_tst{
}
.sld_tst_im  span{color: #fff;
font-size: 53px;
position: relative;
top: 26px;
}
.sld_tst_im  small{font-size: 17px;
font-weight: normal;
}
.sld_tst_im  strong{font-size: 23px;
margin-top: 30px;
display: block;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
 background-color: #fefefe;
margin: auto;
padding: 20px;
border: 1px solid #888;
width: auto;
display: table;
}
/* The Close Button */
.sld_wrp{
width:200px;
height:160px;
text-align: center;
margin: auto;
display: inline-block;
vertical-align: middle;
}
.sld_wrp img{ width:150px;
}
.age_bx{width: 100%;
    padding-top: 20px;
}
.age_bx a{       font-size: 19px;
    color: #fff;
    background: #f29b36;
    padding: 6px 27px 6px 27px;
    margin: 0px 2px;
    border-radius: 6px;
    height: 30px;
    display: inline-table;
}
.age_bx strong{      color: #ffffff;
    font-weight: normal;
}
.banner_form{background: #fff;
    padding: 10px;
    float: left;
    margin: 10px;
    border-radius: 13px;
    box-shadow: 0 17px 39px rgb(0 0 0 / 5%);
}
.banner_form h3{font-size: 14px !important;
}
.banner_form h2{ font-size: 19px;
text-align: center;
margin: 0px !important;
padding-bottom: 0px!important;
color: #992b00;
}
.banner_form h1{padding: 0px !important;
padding: 0px;
text-align: center;
color: #ff6200;
font-size: 21px !important;
}

.banner_form h4{    text-align: center;
    font-size: 19px!important;
}
.form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.banner_form .form-control {
      box-shadow: none;
    background: #ffffff;
}
.banner_form  .btn{
background: #ff6200;
color: #fff;
width: 100%;
}

.form-control:focus{
border:2px solid #000;

}
.new_tag_bx{
color:#000;
}
.new_tag_bx h2{       color: #fff;
    font-size: 29px;
}
.new_tag_bx h3{    color: #ff6303;
    margin: 0 auto 10px auto;
    padding: 0;
}
.new_tag_bx strong{
}
.new_tag_bx ul{    padding: 0;
    margin: auto;
    list-style-type: none;
    width: 100%;
}
.new_tag_bx ul li{    font-size: large;
    float: left;
    background: #e2e2e2;
    width: 47%;
	color:#fff;
    margin: 10px;
    padding: 10px;
    border-radius: 100px;
}
.header_b {
    padding-top: 140px;
}
.header_b h2{
color:#000!important;
}

.header_b h2 label{    font-size: 21px;
    margin-top: 16px;
	 text-transform: uppercase;
  background: linear-gradient(135deg, #5335cf 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
 
}





.header_b h3 label{    font-size: 21px;
    margin-top: 16px;
	 text-transform: uppercase;
  background: linear-gradient(135deg, #5335cf 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
 
}




.header_b a{background: #ff6200;
    color: #fff;
    padding: 4px 15px;
    font-weight: 400;
    font-size: 15px;
    border-radius: 4px;
    margin-left: 15px;
}
.header_b a:hover{
text-decoration:none;
}
.new_bx_tuto{
background: #f0f0f0;
width: 100%;
box-shadow: 0 27px 20px -19px rgb(122 62 134 / 31%);
padding: 0px;
float: left;
position: relative;
margin-bottom: 5%;
}
.new_bx_tuto img{
max-width:100%;
}
.new_bx_tuto p{padding-top: 19%;
font-size: 21px !important;
}
.vline {
  position: absolute;
width: 1px;
height: 130px;
top: 45%;
transform: translateY(-45%);
right: 0%;
color: #d9d9d9;
display: block;
box-shadow: rgb(202, 198, 198) 2px 0px;
background: rgb(255, 255, 255);
}
.bj-btn{    font-size: 16px;
    background-image: linear-gradient(to right, #5c72ff, #8c3fff);
    border-radius: 10px;
    padding: 15px 30px;
    color: white;
    border: none;
    outline: none;
    min-width: 170px;
    text-align: center;
    top: -100px;
    margin: 12% auto;
    display: table;
}
.bj-btn:hover{
color:#fff;
}
#form_trigger{
display:none;
}
.openModal-about{
display:none;
}


.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}
.details {
    margin: 50px 0; }
 .details h1 {
      font-size: 32px;
      text-align: center;
      margin-bottom: 3px; }
    .details .back-link {
      text-align: center; }
      .details .back-link a {
        display: inline-block;
        margin: 20px 0;
        padding: 15px 30px;
        background: #333;
        color: #fff;
        border-radius: 24px; }
        .details .back-link a svg {
          margin-right: 10px;
          vertical-align: text-top;
          display: inline-block; }
		  .orange{
background: linear-gradient(to left, tomato, #ffb209);
    color: #fff!important;
    padding: 10px!important;
    border-radius: 240px;
    margin: 20px auto!important;
		  }
		  .format_a{text-align: justify;
    font-size: 15px;
    margin-bottom: 30px;
		  }
		  

.new_sec ul{
width: auto!important;
    padding: 0px;
    margin: 0px;list-style-type: disclosure-closed;
}
.new_sec ul li{
    width: 100%!important;
    color: #000!important;
    text-align: left;
    background: none;
}
.carousel-caption_a{
   color: #000;
    width: 81%;
    left: 590px;
    top: 0px;
    font-weight: 600;
    line-height: 41px;
    text-align: left;
}
.carousel-caption_a h1{    font-size: 25px!important;
    color: #ff6200;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev
{
    color: #000;
}
.serviceBox{
     text-align: justify;
    padding: 15px 25px 25px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: #fff;
    min-height: 571px;
 
}
 .serviceBox img{margin-bottom: 20px;
    padding: 5px;
    background: #f3d5cb;
    box-shadow: 0 27px 20px -19px rgb(122 62 134 / 31%);
 }
.serviceBox .service-icon{
    font-size: 50px;
    background: linear-gradient(#da75e5,#7131bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serviceBox .service-icon:after{
    content: '';
    background-color: #e7e7e7;
    height: 4px;
    width: 50px;
    margin: 0 auto 15px;
    border-radius: 5px;
    display: block;
    clear: both;
}
.serviceBox .title{
    color: #000!important;
    font-size: 16px!important;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 10px;
    min-height: 57px;
    text-align: center;
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    justify-content: space-around;
}
.serviceBox .description{
     color: #545454;
    font-size: 16px!important;
    line-height: 24px;
    margin: 0 10px;
}
.serviceBox.blue:before{ background: linear-gradient(#4ae2d6,#4ae2d6,#00b5e2,#00b5e2); }
.serviceBox.blue .service-icon{
    background: linear-gradient(#4ae2d6,#00b5e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serviceBox.yellow:before{ background: linear-gradient(#ffd747,#ffd747,#ff6905,#ff6905); }
.serviceBox.yellow .service-icon{
    background: linear-gradient(#ffd747,#ff6905);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.serviceBox.darkblue:before{ background: linear-gradient(#70def9,#70def9,#8370ff,#8370ff); }
.serviceBox.darkblue .service-icon{
    background: linear-gradient(#70def9,#8370ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}


.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: calc(50% + 30px);
    padding: 0 80px 0 0;
    float: left; 
    position: relative;
    z-index: 1;
}
.main-timeline .timeline-content{
    color: #666;
    background: #fff;
    min-height: 130px;
    padding: 20px 20px 20px 70px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 5px;
    display: block;
    z-index: 0;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:after{
    content: '';
    background: linear-gradient(#0290C2,#006BA4);
    width: 50%;
    border-radius: 50px;
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 2px;
    z-index: -1;
}
.main-timeline .timeline-icon{
    color: #006BA4;
    font-size: 35px;
    line-height: 35px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 18px;
}
.main-timeline .timeline-step{
    color: #fff;
    font-size: 42px;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 16px;
}
.main-timeline .timeline-step span{
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.main-timeline .title{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
}
.main-timeline .title:after{
    content: '';
    background-color: #006BA4;
    height: 3px;
    width: 100px;
    margin: 10px auto;
    display: block;
    clear: both;
}
.main-timeline .description{
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.7px;
    line-height: 18px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    padding: 0 0 0 80px;
}
.main-timeline .timeline:nth-child(even) .timeline-content{ padding: 20px 70px 20px 25px; }
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 17px;
}
.main-timeline .timeline:nth-child(even) .timeline-step{
    right: auto;
    left: 16px;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:after{ background: linear-gradient(#8521b7,#4151A9); }
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{ color: #4151A9; }
.main-timeline .timeline:nth-child(4n+2) .title:after{ background: #4151A9; }
.main-timeline .timeline:nth-child(4n+3) .timeline-content:after{ background: linear-gradient(#C364CF,#7F47A0); }
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{ color: #7F47A0; }
.main-timeline .timeline:nth-child(4n+3) .title:after{ background: #7F47A0; }
.main-timeline .timeline:nth-child(4n+4) .timeline-content:after{ background: linear-gradient(#FF449D,#F957D9); }
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{ color: #F957D9; }
.main-timeline .timeline:nth-child(4n+4) .title:after{ background: #F957D9; }
@media screen and (max-width:767px){
    .main-timeline .timeline{
        width: 100%;
        margin: 0 0 30px;
    }   
}
@media screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 80px 0 0;
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(even) .timeline-content{
        padding: 20px 20px 70px 20px;
        border-radius: 20px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        width: 100%;
        border-radius: 20px;
        top: 0;
        bottom: 50px;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: auto;
        bottom: 17px;
    }
    .main-timeline .timeline-step,
    .main-timeline .timeline:nth-child(even) .timeline-step{
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 11px;
    }
}


.nw_bxx{
    box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
    padding: 0px;
    text-align: left;
    background: #fff;
    margin-bottom: 31px;
	}
.nw_bxx h2{   color: #ef5a34;
    background: #fceeeb;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 0px;
}	
.nw_bxx p{
    padding: 10px 20px;
	}
.nw_bxx:hover h2{ background: #ef5a34;
color:#fff;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
margin:0px;
}
	

.reveal {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
          transform: translate3d(0, 100px, 0);
  -webkit-transition: opacity 0.8s, -webkit-transform 2s;
  transition: opacity 0.8s, -webkit-transform 2s;
  transition: opacity 0.8s, transform 2s;
  transition: opacity 0.8s, transform 2s, -webkit-transform 2s;
}
.reveal_visible {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.box {
  background: #2ecc40;
  margin: 2%;
  border-radius: 10px;
  display: inline-block;
}
.small .box {
  width: 20%;
  padding-bottom: 20%;
}
.small .box:nth-of-type(1) {
  background: #3d9970;
}
.small .box:nth-of-type(2) {
  background: #0074d9;
}
.small .box:nth-of-type(3) {
  background: #7fdbff;
}
.small .box:nth-of-type(4) {
  background: #39cccc;
}
.medium .box {
  width: 44%;
  padding-bottom: 25%;
}
.medium .box:nth-of-type(2) {
  background: #001f3f;
}
.medium .box:nth-of-type(3) {
  background: #ffdc00;
}
.medium .box:nth-of-type(4) {
  background: #ff4136;
}
.big .box {
  background-color: #01ff70;
  width: 94%;
  padding-bottom: 30%;
}


.slider-container {
  display: block;
  height: 270px;
  width: auto;
  margin: 0 auto;
  position: relative;
  max-width: 1300px;
  margin-top: 20px;
}
.slider-container .arrow-left {
  position: absolute;
  left: 10%;
  top: 177%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 15px solid transparent;
  border-right: 30px solid #000;
  border-bottom: 15px solid transparent;
}
@media (max-width: 768px) {
  .slider-container .arrow-left {
    display: none;
  }
}
.slider-container .arrow-right {
  position: absolute;
  right: 10%;
  top: 177%;
  transform: translate3d(0, -50%, 0);
  color: white;
  font-size: 28px;
  cursor: pointer;
  z-index: 9;
  border-top: 15px solid transparent;
  border-left: 30px solid #000;
  border-bottom: 15px solid transparent;
}
@media (max-width: 768px) {
  .slider-container .arrow-right {
    display: none;
  }
}
.slider-container .dots {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 30px 0;
  user-select: none;
}
.slider-container .dots span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 2px;
  cursor: pointer;
  user-select: none;
  padding: 10px 0;
  position: relative;
}
.slider-container .dots span:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #ccc;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .slider-container .dots span {
    width: 23px;
    margin-bottom: 15px;
  }
}
.slider-container .dots span.active:before {
  background-color: #C85054;
  opacity: 1;
}
.slider-container .slider {
  display: block;
  width: 650px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
  line-height: 270px;
  color: white;
}
@media (max-width: 768px) {
  .slider-container .slider {
    height: 450px;
  }
}
.slider-container .slider .slide {
    display: inline-block;
    width: 100%;
    height: 540px;
    position: absolute;
    left: 50%;
    top: 90%;
  transform: translate3d(-50%, -50%, 0) scale3d(0.4, 0.4, 1);
  transition: transform 0.3s ease-in-out 0s, z-index 0.2s ease-in-out 0.1s;
  background-color: #2C2A40;
}
.slider-container .slider .slide:nth-child(odd) {
  background-color: gray;
}
@media (max-width: 768px) {
  .slider-container .slider .slide {
    width: 100%;
    height: 450px;
  }
}
.slider-container .slider .slide:nth-child(1) {
  background-color: #505E63;
}
.slider-container .slider .slide:nth-child(2) {
  background-color: #62698C;
}
.slider-container .slider .slide:nth-child(3) {
  background-color: #2C2A40;
}
.slider-container .slider .slide:nth-child(4) {
  background-color: #C85054;
}
.slider-container .slider .slide:nth-child(5) {
  background-color: #F1BB70;
}
.slider-container .slider .slide.prev-2 {
  transform: translate3d(-105%, -50%, 0) scale3d(0.4, 0.4, 1);
  z-index: 1;
  opacity: 0.5;
}
.slider-container .slider .slide.prev-1 {
  transform: translate3d(-85%, -50%, 0) scale3d(0.6, 0.6, 1);
  z-index: 2;
}
.slider-container .slider .slide.next-1 {
  z-index: 2;
  transform: translate3d(-15%, -50%, 0) scale3d(0.6, 0.6, 1);
}
.slider-container .slider .slide.next-2 {
  z-index: 1;
  transform: translate3d(5%, -50%, 0) scale3d(0.4, 0.4, 1);
  opacity: 0.5;
}
.slider-container .slider .slide.active {
  z-index: 3;
  transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
  box-shadow: 0px 5px 15px 3px rgba(0, 0, 0, 0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slider p{    padding-top: 10px;
    font-size: 22px!important;
}
.slider p strong{
}
.header_band h1{        padding-top: 0px!important;
    color: #000;
    margin-top: 0px;
    line-height: 1.1em!important;
    font-size: 23px;
}
.header_band h3 {
    background: #ebe2f1;
    display: table;
    margin: 29px auto auto auto;
    font-size: 19px!important;
    padding: 0px 12px;
    color: #000;
    border-radius: 5px;
}
.header_band h2 {
    margin: 0px!important;
    padding-top: 0px;
    color: #d72800;
	text-align:center;
	padding-bottom:20px;
    font-size: 18px;
	width:98%!important;
}
.header_band p{        text-align: justify;
 
    color: #000;
}
.subscribe_form {
    max-width: 89.1%;
    width: 99%;
    margin: 10px auto;
    box-shadow: 0px 2px 5px 0px rgba(10, 6, 20, 0.24);
    float: right;
}
.subscribe_form:focus {
  outline: none;
}
.subscribe_form .form-control {
  border: none;
}
.subscribe_form .form-control:focus {
  box-shadow: none;
}
.subscribe_form input {
  height: 44px;
}
.subscribe_form button {
  border: none;
  height: 44px;
  background-color: #0ed085;
  color: #fff;
  margin: -1px;
  border-radius: 0;
  width: 135px;
  text-transform: uppercase;
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover, .subscribe_form button:focus, .subscribe_form button:active, .subscribe_form button:visited {
  color: #fff;
  background-color: rgba(14, 208, 133, 0.77);
  outline: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:hover:before, .subscribe_form button:focus:before, .subscribe_form button:active:before, .subscribe_form button:visited:before {
  background-color: rgba(14, 208, 133, 0.77);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form button:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  height: 1px;
  background-color: #0ed085;
  width: 100%;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
}
.subscribe_form .input-group-btn:last-child > .btn, .subscribe_form .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: 0px;
}
.flip{-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.len_more{        position: absolute;
    width: 100%;
    text-align: center;
    margin-top:0px;
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.len_more .las{    color: #d7284e;
    font-size: 27px;
    position: relative;
    top: 4px;
    left: -4px;
}
.len_more:hover{
text-decoration:none;
color:#000;
}
.modal-header{
background:none!important;
border:none!important;
}
.modal-footer{
background:none!important;
border:none!important;
}
.carousel-inner{
overflow:inherit;
}
.slide {
    position: static!important;
}
.ribbon {
  position: relative;
  max-width: 24em;
  margin: 1em auto;
  height: 2.8125em;
  line-height: 2.8125em;
  background: #21AAE1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  font-weight:bold;
  display:block;
}
.ribbon:hover{
color:#fff;
}
.ribbon:before, .ribbon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  border-top: solid 1.40625em transparent;
  border-bottom: solid 1.40625em transparent;
}
.ribbon:before {
  left: 0;
  border-left: solid 0.703125em #f0fcff;
}
.ribbon:after {
  right: 0;
  border-right: solid 0.703125em #f0fcff;
}


.snip1523 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 550px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    font-size: 16px;
    background-color:#fff;
	float:left;
}
.snip1523 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}
.snip1523 img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}
.snip1523 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; 
  padding: 30px;
  background-color: #ffede7;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.snip1523 h2,
.snip1523 h3,
.snip1523 p {
  margin: 0;
}
.snip1523 h2,
.snip1523 h3 {
  line-height: 1.2em;
}
.snip1523 h2 {
  font-size: 1.9em;
  color: #35ADF9;
}
.snip1523 h3 {
  color: #000;
  font-size: 1.3em;
  font-weight: normal;
  letter-spacing: 1px;
}
.snip1523 p {
  border-top: 1px solid rgb(106 106 106 / 20%);
  font-size: 0.9em;
  margin-top: 12px;   color: #000;
  padding: 12px 0 15px;
  text-align:justify;
  line-height: 1.5em;
}
.snip1523 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.snip1523:hover > img,
.snip1523.hover > img {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);box-shadow: 0 0 12px 0 rgba(0,0,0,.1),0 10px 30px 0 rgba(0,0,0,.2);
}
.snip1523:hover figcaption,
.snip1523.hover figcaption {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.snip1523 h1{    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    font-size: 18px!important;
    padding: 3px 12px;
    left: 0px;
	text-align:center;
}
.snip1523 h1 i{    font-size: 31px;
    position: relative;
    top: 5px;
}


svg{
    position: absolute;
    width: 12%;
    bottom: 0px;
    right: 0px;
    background: #dffeff;
    border-radius: 100px;
	}
/* SVG RULES */
.hand, 
.hand-double, 
.hand-flick, 
.hand-hold, 
.hand-rock, 
.hand-tap, 
.hand-x, 
.hand-y {
	fill: #fff;
	stroke: #000;
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.arrow-down, 
.arrow-head, 
.arrow-left, 
.arrow-right, 
.arrow-up, 
.arrow-up-1, 
.arrow-up-2, 
.arrow-up-3,   
.hold-1,
.hold-2, 
.line-horizontal, 
.line-rotate, 
.line-vertical, 
.notes, 
.tap-1, 
.tap-2 {
	fill: transparent;
	stroke: #000;
	stroke-width: 3px;
	stroke-linecap: round;
	stroke-linejoin: round;
}
.arrow-up-2, 
.hold-1, 
.tap-1 {
	opacity: .5;
}
.arrow-up-1, 
.hold-2, 
.tap-2 {
	opacity: .25;
}
.arrow-up-3, 
.swipe-horizontal, 
.swipe-rotate, 
.swipe-vertical {
	opacity: .75;
}
.hold-1, 
.hold-2, 
.notes {
	opacity: 0;
}
/* ANIMATION KEYFRAMES */
@keyframes tap-double {
	0% {
		transform: rotateX(0deg);
	}
	10% {
		transform: rotateX(12.5deg);
	}
	25% {
		transform: rotateX(25deg);
	}
	35% {
		transform: rotateX(10deg);
	}
	50% {
		transform: rotateX(25deg);
	}
}
@keyframes tap {
	0% {
		transform: rotateX(0deg);
	}
	10% {
		transform: rotateX(12.5deg);
	}
	25% {
		transform: rotateX(25deg);
	}
}
@keyframes tap-circle {
	0% {
		transform: scale(0);
		opacity: 0;
	}
	75% {
		transform: scale(1.05);
		opacity: .6;
	}
	80% {
		transform: scale(1);
		opacity: .5;
	}
}
@keyframes hold {
	0% {
		transform: rotateX(0deg);
	}
	10% {
		transform: rotateX(12.5deg);
	}
	30% {
		transform: rotateX(25deg);
	}
	80% {
		transform: rotateX(25deg);
	}
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	30% {
		opacity: .75
	}
	80% {
		opacity: .75;
	}
}
@keyframes swipe-x {
	0% {
		transform: translateX(0px);
	}
	25% {
		transform: translateX(50px) rotateZ(10deg);
	}
	50% {
		transform: translateX(0px);
	}
	75% {
		transform: translateX(-50px) rotateZ(-10deg);
	}
}
@keyframes swipe-y {
	0% {
		transform: translateY(0px);
	}
	25% {
		transform: translateY(50px) rotateZ(-10deg);
	}
	50% {
		transform: translateY(0px);
	}
	75% {
		transform: translateY(-50px) rotateZ(10deg);
	}
}
@keyframes flick-fade {
	0% {
		opacity: 0;
	}
	25% {
		opacity: 1;
	}
}
@keyframes flick {
	0% {
		transform: rotateZ(0deg);
	}
	10% {
		transform: translateY(-12px) rotateZ(50deg);
	}
	25% {
		transform: rotateZ(5deg);
	}
}
@keyframes spin {
	0% {
		transform: rotateZ(0deg);
	}
	10% {
		transform: translateY(-10deg) rotateZ(-20deg);
	}
	50% {
		transform: rotateZ(45deg);
	}
}
@keyframes rock-on {
	0% {
		transform: scale(1);
	}
	25% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(1);
	}
	75% {
		transform: scale(1.1);
	}
}
@keyframes note {
	0% {
		transform: scale(0) rotateZ(0deg);
		opacity: 0;
	}
	20% {
		transform: scale(1.1) rotateZ(10deg);
	}
	40% {
		transform: scale(0.9) rotateZ(-10deg);
	}
	50% {
		opacity: .75;
	}
	60% {
		transform: scale(1.1) rotateZ(10deg);
	}
	80% {
		transform: scale(0.9) rotateZ(-10deg);
	}
}
/* SVG ANIMATION */
.wrapper * {
	transform-origin: 50% 50%;
	perspective: 100px;
}
.hand {
	transform-origin: 25% 50%;
}
.hand-tap {
	animation: tap 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.hand-double {
	animation: tap-double 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.tap-1,
.tap-2 {
	animation: tap-circle 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.hand-hold {
	animation: hold 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.hold-1, .hold-2 {
	animation: fade 1.25s ease-in backwards;
	animation-iteration-count:infinite;
}
.tap-2 {
	animation-delay: 0.2s;
}
.hand-x {
	animation: swipe-x 1.25s ease-in-out backwards;
	animation-iteration-count:infinite;
}
.hand-y {
	animation: swipe-y 1.25s ease-in-out backwards;
	animation-iteration-count:infinite;
}
.hand-flick {
	animation: flick 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.arrows {
	opacity: 0;
	animation: flick-fade 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.hand, 
.swipe-rotate {
	animation: spin 1.25s ease-in-out backwards;
	animation-iteration-count:infinite;
}
.hand-rock {
	animation: rock-on 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}
.notes {
	animation: note 1.25s ease-out backwards;
	animation-iteration-count:infinite;
}


.carousel-container {
  overflow: hidden;
  max-width: 800px;
  position: relative;
  margin: auto;
  z-index: 0;
}
/* Hide the images by default */
.mySlides {
  display: none;
}
.mySlides img {
  display: block;
  width: 100%;
}
/* image gradient overlay [optional] */
/* .mySlides::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
    background-image: linear-gradient(-45deg, rgba(110, 0, 255, .1), rgba(70, 0, 255, .2));
} */
/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  padding: 20px;
  color: #000;
  font-weight: bold;
  font-size: 24px;
  border-radius: 0 8px 8px 0;
  background: rgba(173, 216, 230, 0.1);
  user-select: none;
  padding:0px;
}
.next {
  right: 0;
  border-radius: 8px 0 0 8px;
}
.prev:hover,
.next:hover {
  background-color: rgba(173, 216, 230, 0.3);
}
/* Caption text */
.text {
    border-radius: 0px;
    bottom: 60px;
    left: 50%;
    text-align: left;
}
/* Number text (1/3 etc) */
.number {
  color: #f2f2f2;
  font-size: 16px;
  background-color: rgba(173, 216, 230, 0.15);
  backdrop-filter: blur(6px);
  border-radius: 10px;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.dots-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-50%);
}
/* The dots/bullets/indicators */
.dots {
  cursor: pointer;
  height: 14px;
  width: 14px;
  margin: 0 4px;
  background-color: rgba(173, 216, 230, 0.2);
  backdrop-filter: blur(2px);
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s ease;
}
.active,
.dots:hover {
 
}
/* Fading animation */
.animate {
  -webkit-animation-name: animate;
  -webkit-animation-duration: 1s;
  animation-name: animate;
  animation-duration: 2s;
}
@keyframes animate {
  from {
    transform: scale(1.1) rotateY(10deg);
  }
  to {
    transform: scale(1) rotateY(0deg);
  }
}


/*-=-=-=-=-=-=-=-=-=-*/
/* Wow Image */
/*-=-=-=-=-=-=-=-=-= */
.service-section {
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}
.wow_imgage {
	position: relative;
	float: left;
	margin: 0 20px 20px 0;
	width: 270px;
	height: 180px;
}
.wow_imgage img {
	border: 4px solid #e4e4e1;
}
.nine_benefits h2{
    color: #000!important;
    position: relative;
    display: table;
    margin: 60px auto;
}
.nine_benefits h2::after{
  content: "";
    height: 1px;
    width: 80px;
    background: #d7d7d7;
    position: absolute;
    right: -90px;
    top: 28px;
}
.nine_benefits h2::before{    content: "";
    height: 1px;
    width: 80px;
    background: #d7d7d7;
    position: absolute;
    left: -90px;
    top: 28px;
}
.nine_benefits h2 span{    font-size: 49px;
    color: #ef5e34;
    position: relative;
    top: 7px;
}
.nine_benefits ul{
    padding: 0;
    margin: auto auto 50px  auto;
    list-style-type: none;
    width: 100%;     float: left;
	}
.nine_benefits ul li{ background: #ffffff;
    width: 31%;
    color: #ef5a34;
    box-shadow: 0 2px 6px rgb(0 0 0 / 15%);
}
.nine_benefits ul li .las{       color: #000;
    font-size: 25px;
    position: relative;
    top: 2px;
}
.nine_benefits ul li:hover{    box-shadow: 0 2px 6px rgb(0 0 0 / 3%);
background:#ef5a34;  color: #fff;
}
.nine_benefits ul li:hover .las{
color:#fff;
}



.banner_do_txt {
}
 .banner_do_txt img{
    width: 80%!important;
    float: right!important;
 }
.banner_do_txt h5{font-size: 21px;
    margin-top: 20px;
    margin-bottom: 14px;
}
 .banner_do_txt h3{
}
 .banner_do_txt h4{    font-size: 22px;
    margin-bottom: 20px;
}
 .banner_do_txt h6{    font-size: 17px;
}
.banner_do_txt_bx {    float: left;
    width: 100%;
    vertical-align: text-top;
    align-items: center;
    display: block;
    margin: 31px auto 0px auto;
    text-align: left;
    background-image: linear-gradient(90deg, #aea4e3, #d3ffe8);
    min-height: 220px;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 0 0 1em rgb(0 0 0 / 20%);
    color: #000;
}
 
.banner_do_txt_bx img{    height: 150px;
    width: 150px!important;
    background: #ffeaea;
    padding: 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    display: block;
    margin: auto;
    float: none!important;
}
 
.banner_do h2{
    display: block;
    width: 100%;
    float: left;
    font-size: 17px!important;
    text-align: center;
    display: flex;
	color:#000;
    justify-content: center;
    min-height: 50px;
}
 .box_n_a{
 }
 .box_n_a ul{padding: 0;
    margin: auto auto 0px auto!important;
    list-style-type: none;
    width: 73%;
    float: none;
    overflow: hidden;
 }
 .box_n_a ul li{width: 100%;
    display: flex;
    margin: auto;
    background: none;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ffceb0;
    border-radius: 0px;
    align-items: center;
 }
 .box_n_a ul li span{
 }
  .box_n_a table{margin-bottom: 50px;
  }
   .box_n_a th{ text-align: center;
    border: 1px solid #e2e2e2;
    font-size: 19px;
    font-weight: 600;
    background: linear-gradient(to left, #2483c2, #9749ff)!important;
    color: #fff;
    padding: 6px;
   }
    .box_n_a td{text-align: center;
    border: 1px solid #e2e2e2;
    font-size: 19px;
    padding: 6px;
	}
 

 .banner_do_bx{
    background: linear-gradient(to top, #fff 0%, #FFF4FA 100%);
    width: 100%;
    text-align: center;
    padding-top: 30px;
 }
  .banner_do_bx h2{     
   display: table;
    margin: 30px auto 20px auto;
    padding: 0px;
    color: #000;
    font-size: 40px;
  }
  .tr_img1 {    width: 150px;
    text-align: center;
  }
    .tr_img1 img{width: 72px;
	}
	.tr_img1 span{       position: relative;
    top: -20px;
    font-weight: 600;
    display: block;
    margin-top: 22px;
    line-height: 14px;
    color: #000;
	}
  .position_a{   position: absolute;
    top: -8px;
    left: 170px;
  }
  .position_b{position: absolute;
    right: 48px;
    top: 19px;
  }
  .position_c{position: absolute;
    right: 0px;
    top: 196px;
  }
 .position_d{position: absolute;
    right: 92px;
    top: 371px;
 }
 .position_e{position: absolute;
    top: 392px;
    left: 61px;
 }
 .position_f{position: absolute;
    top: 170px;
    left: -21px;
 }
 .rbcl{    background: linear-gradient(to left, #2483c2, #9749ff)!important;
    width: auto;
    color: aliceblue;
    display: table;
    margin: auto;
    border-radius: 220px;
    padding: 5px 29px;
    font-size: 18px;
 }
 

.tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs li {
  padding: 10px;
  background-color: #f6f4f4;
  border-right: 1px solid white;
  cursor: pointer;
  transition: 0.2s;
  font-weight:800;
}
.tabs li.active,
.tabs li:hover {
background: linear-gradient(90deg, #cfecd0, #ffc5ca);
    color: #000;
}
.content {
background-color: #fff;
    box-shadow: 0 0 1em rgb(0 0 0 / 20%);
}
.content > div {
  padding: 20px;
  overflow:hidden;
}
.tag_a{ 
   background: linear-gradient(to left, tomato, #ffb209);
    color: #fff;
    font-size: 18px;
    width: auto;
    padding: 7px;
    border-radius: 5px;
    display: table;
    margin: 10px;
    float: left;
}
.tag_b{
    background: linear-gradient(to left, tomato, #ffb209);
    color: #fff;
    font-size: 18px;
    width: 43%;
    padding: 7px;
    border-radius: 5px;
}
.content > div:not(:first-child) {
  display: none;
}
.yancha_teen_tab {
	background: linear-gradient(90deg, #cfecd0, #ffc5ca)!important;
}


.orange-tag{
    background: linear-gradient(90deg, #f598a8, #f6edb2);
    color: #000!important;
    border-radius: 240px;
    margin: 20px auto!important;
    display: table;
    padding: 20px 30px;
    font-size: 25px;     -webkit-text-fill-color: inherit;
}
.tabs{
padding-top: 50px!important;
}
.one h3{
    color: #ff6303;
    margin: 0px auto 30px auto;
    display: table;
    border-radius: 100px;
    padding: 0px 0px;
    font-size: 20px!important;
	}
.one h5{
background: #fff;
    font-size: 21px;
    padding-bottom: 20px;
    margin: auto;
    padding-left: 20%;
    padding-right: 20%;
    line-height: inherit;
	}
.two h3{
 color: #ff6303;
    margin: 0px auto 30px auto;
    display: table;
    border-radius: 100px;
    padding: 0px 0px;
    font-size: 18px!important;
	}
.two h5{
background: #fff;
    font-size: 21px;
    padding-bottom: 20px;
    margin: auto;
    padding-left: 20%;
    padding-right: 20%;
    line-height: inherit;
	}
.one h1{
color:#000!important;
}	


.yancha-thms{width: 100%;
    background: #f9f9f9;
    float: left;
    padding: 28px;
    margin-bottom: 50px;
}
.yancha-thms h2{    display: block;
    margin: 0px 0px 20px 0px;
    padding: 10px 0px;
    font-size: 25px;
    background: linear-gradient(90deg, #faf0cd, #fab397);
    border-radius: 100px;
    color: #000;
    display: flex;
    justify-content: space-around;
    align-items: self-end;
}
.yancha-thms img{
    margin-bottom: 20px;
    border-radius: 10px;
}
.yancha-thms p{
}


.inner-tabs-bx{
}

.inner-tabs-bx .tab-content{
overflow:inherit;
border:none;
}


.inner-tabs-bx ul{display: flex;
}
.inner-tabs-bx ul li{
}
.inner-tabs-bx ul li a{  text-align: center;
    background: #fff;
    border: none!important;
    color: #000!important;
    display: flex;
    align-items: center;
    padding: 3px 18px 3px 20px;
}
.inner-tabs-bx ul li a img{width: 63px;
    margin-right: 10px;
}
.inner-tabs-bx ul li a:hover{ background: #fff!important;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%)!important;
}
.inner-tabs-bx ul li button{background: linear-gradient(to left, #2483c2, #9749ff);
    width: 100%;
    padding: 10px;
}
.inner-tabs-bx ul li button .active{
background:linear-gradient(to left, tomato, #ffb209)!important;
}
.career-jb .nav-tabs>li>a
{
    background: #000000!important;
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%)!important;
    color: #fff;
    padding: 10px 60px;
    margin-bottom: 4px;
    border-radius: 0;
}


.box_n_a_ntp .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
background: #ff6200!important;
    color: #fff;
}
.nav-tabs>li.active>img a {
}

.inner-tabs-bx ul li button:hover{
}


.panel-default{
background:none;
}
.panel-default>.panel-heading{
background:none;
border:none;
}
.kids-plan-box{box-shadow: 0 5px 18px 3px rgb(0 0 0 / 10%);
    width: 100%;
    display: block;
    overflow: hidden;
    padding-bottom: 21px;
    margin-bottom: 40px;
    margin-top: 40px;
	background:#fff;
	text-align:center;
	position:relative;
	    min-height:657px!important;
}

.kids-plan-box-end{
display: flex;
    align-items: center;
    min-height: 247px!important;
	padding-top:20px;

}

.kids-plan-box-end h3{
}

.kids-plan-box-end p{
min-height:inherit!important;
}
.kids-plan-box:hover{
text-decoration:none;
}
.kids-plan-box img{    max-width: 100%;
}
.kids-plan-box h3{    margin: 0px;
    background: linear-gradient(90deg, #f598a8, #f6edb2);
    color: #000;
    padding: 10px;
    margin-bottom: 17px;
    overflow: hidden;
    font-size: 21px!important;
}
.kids-plan-box h3:hover{
text-decoration:none;
}
.kids-plan-box p{
font-weight: 700;
    font-size: 18px!important;
    background: linear-gradient(135deg, #00A3FF, #FB2C9A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
    display: flow-root;
    align-items: center;
	    min-height: 110px!important;
    display: flex;
}
.kids-plan-box .btn{    padding: 11px 16px;
    font-size: 19px;
    border-radius: 4px;
    background: linear-gradient(90deg, #aea4e3, #d3ffe8);
    float: none;
    display: table;
    margin: 15px auto;
    width: 90%;
    color: #000!important;
}

.kids-plan-box .btn:hover{
    background: linear-gradient(90deg, #d3ffe8, #aea4e3);
}


.kids-plan-box .btn-read{
    color: #fff!important;
    margin: 0px!importqant;
    display: table!important;
    width: auto!important;
    text-indent: inherit!important;
    -webkit-text-fill-color: #000;
    font-weight: 600;
    font-size: 18px;
    padding: 3px 14px;
    background: linear-gradient(90deg, #f598a8, #f6edb2);
    box-shadow: none;
}

.kids-plan-box .btn-read:hover{

background:linear-gradient(90deg, #f6edb2, #f598a8)!important;
}



.kids-plan-box h5{font-size: 16px;
    font-weight: 600;
	color:#000;
}
.tab-content img{
    width: 220px;
    height: auto;
    border-radius: 10px;
}
.tab-content img{
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}
.tab-content img:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.tab-content img:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.float-shadow:hover:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.showcase {
  padding: 20px;
  background: #fff;
  border: 1px solid #666;
}
.showcase img {
  display: block;
  margin: auto;
}
.showcase h3 {
  text-align: center;
  font-size: 20px !important;
}
.showcase p {
  display: none;
}
.showbutton {
padding: 5px 15px;
    background: #ff6303;
    color: #fff;
    display: table;
    margin: 10px auto;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}


.strike{
position: relative;
    margin-right: 10px;
}
.strike::after{
content: "";
    width: 100%;
    height: 2px;
    background: red;
    position: absolute;
    left: 0px;
    top: 13px;
}
.poplr{    position: absolute;
}


.diy{box-shadow: 0 5px 18px 3px rgb(0 0 0 / 10%);
    position: relative;
    padding: 10px;
    margin: 30px auto;
}
.diy img{max-width: 100%;
}
.diy-txt{
   font-size: 33px;
    font-weight: 600;
    color: #000;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(90deg, #f598a8, #f6edb2);
    padding: 10px 10px;
    width: 96.3%;
    box-shadow: 0 1px 6px rgb(0 0 0 / 35%) !important;
	}
	
.diy-txt h5{font-size: 26px;
    position: relative;
}	
	
	
.diy-txt  h5 .strike::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0px;
   top: 19px;
}
.diy-btn{
    padding: 11px 95px;
    font-size: 19px;
    border-radius: 4px;
    background: linear-gradient(90deg, #aea4e3, #d3ffe8);
    float: none;
    display: table;
    margin: 15px auto;
    width: auto;
    color: #000;
    font-weight: 600;
}
.diy-btn:hover{
color:#000;
text-decoration:none;     background: linear-gradient(90deg, #d3ffe8, #aea4e3);
}

.top-menu{       text-align: right;
    background: #f05c00;
    padding: 7px 0px 0px;
    display: flex;
    align-content: center;
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
}

.header_band{    margin-top: 60px;

}

.top-menu a{text-align: right;
color:#fff;

    padding: 7px;
}






.price_box{min-height: 670px;
}
.new_menu{
position: absolute;
width: 100%!important;
top: 102px;
z-index: 1111;
}

.new_menu::after{
content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:23px 17px 28px 0;
    border-color: transparent #ef5a34 transparent transparent;
	
	}
	
	
	.new_menu::after{
content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:23px 17px 28px 0;
    border-color: transparent #ef5a34 transparent transparent;
	
	}

	
		.new_menu::before{
	content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:23px 0 28px 21px;
    border-color: transparent transparent transparent #ef5a34;
	
		}

	
 
.sticky {
position: fixed;
top: -103px;
width: 100%;
z-index: 99999;
left: 0px;
background:#ef5a34 ;
}

.sticky .navbar-nav{margin-left: 90px;
}
.sticky + .content {
  padding-top: 102px;
}




#form_trigger {
    border-radius: 0;
    color: #fff;
 
    font-size: 17px;
    font-weight: bold;
    right: -25px;
    position: fixed;
    padding: 6px 17px;
    z-index: 9999;
    text-transform: uppercase;
    top: 123px;
    transform: rotate(-90deg);
    transform-origin: 117px 11px 0;
    background: #000;
}

.dropdown-menu>li>a{
text-transform:uppercase;
}

.navbar-inverse .navbar-nav > li > a{text-transform:uppercase;

}









 
[data-tooltip] {
  position: relative;
  z-index: 99999;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top:10px;
 
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  margin-top:20px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  z-index:9999;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
/*  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;*/
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-menu li
{
	border-bottom:0.5px solid #EEE;
}
.top_right_menu ul li a{      font-size: 13px;
    padding: 2px 6px!important;
    border-radius: 0px;
    margin-bottom: 5px!important;
    text-transform: uppercase;
    z-index: 121!important;
}
.top_right_menu{
margin-bottom:6px;
}
.navbar-inverse {
background:none!important;
}

.new_menu::after{background:none!important;
border:none!important;

}

.new_menu::before{background:none!important;
border:none!important;

}



.navbar-inverse .navbar-nav > li > a {
    color: #337ab7 ;
	    font-size: 15px!important;
    padding: 15px 10px;
    font-weight: 500!important;
}
.navbar-inverse .navbar-nav > li > a:hover{
color:#000!important;
}
.sticky .new_menu{
background:#ef5a34!important;

}

.sticky ul li a{
color:#fff!important; padding: 15px 6px!important;
}

.sticky  .dropdown-menu li  a{
color:#000!important;
padding:8px!important;
}
.header_b {
}

.header_b h2{    float: left;
    margin-top: 40px;
    width: 100%;
}


.header_b h3{
}
.header_b h3 span{    border-bottom: 2px solid #ef5a34;
} 
.header_b h1{       padding-top: 80px;
    font-size: 26px;
    line-height: inherit;

}

.header_b h1 span{font-size: 21px;
    display: block;
    font-style: italic;
}
.header_b h4{font-size: 25px;
}
.header_b h5{font-size: 21px;
}
 .header_b h5 span{border-bottom: 3px solid #ef5a34;
 }
 
 .get_strt{  background: #f29b36;
    font-size: 21px;
    border-radius: 6px!important;
    padding: 10px 45px;
    margin-right: 10px;
    color: #fff;    border: 3px solid #f29b36;
    margin-top: 10px;
 }
  .get_strt:hover{    color: #fff;
  }
 .lrn_mre{  background: #ef5a34;
font-size: 21px;
border-radius: 6px !important;
padding: 10px 45px;
margin-right: 10px;
color: #092058;
margin-top: 10px;
border: 3px solid #9ca6c1;
font-weight: 500;
color: #fff !important;
 }
 .lrn_mre:hover{    color: #fff!important;
  }
 
 
 .modal-content-a{ width: 40%;
 }
 
  .modal-content-a h2{
  color:#ef5a34; font-size: 15px;
text-align: center;
  }
  
    .modal-content-a label{margin-left: 0px;
	}
	
.modal-content-a .form-control{box-shadow: none;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
margin-left: 0px;
padding-left: 0px;
}
	
.modal-content-a .btn{background: #ef5a34;
display: block;
}	

.top_right_menu{
float:left;
}	
	


.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
   
    width: 40%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background:url(<?php echo $site_root;?>images/why_ynch_bg.png) no-repeat;
}
.modalDialog h2{font-size: 17px;
text-align: center;
color: #ef5a34;
margin-top: 0px;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;

    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
	opacity:12;
}
.close:hover {
    background: #fa3f6f;
}

.btn_calb{background: #ef5a34 !important;
}

.why_yancha_form .form-control{
background:rgba(255, 255, 255, 0.2) !important;
border:none!important;
box-shadow:none!important;

}
#openModal-about .form-control::placeholder{color: #f93300 !important;
}
.social-btns_hed {
    position: absolute;
    right: -51px;
    top: -85px;
}

.social-btns_hed a{
color:#fff!important;     margin: 0px;     padding: 2px 6px; width: 26px;
}

.facebook:hover{
background:#3b5999!important;
}
.twitter:hover{
background:#55acee!important;
}
.dribbble:hover{
background:#0077B5!important;
}
.yt:hover{
background:#cd201f!important;
}


.sticky .social-btns_hed {  position: absolute;
    right: 29px;
    top: 11px;
	}

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  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;
  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 {
  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;
}

.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;
}

.client-slider {
  padding-top:0px;
  padding-bottom: 0px;
}
 .client-slider a{
 background:none;
 border:none;
 }
 
 .slide-sld{
 background:linear-gradient(to left, tomato, #ffb209);
 text-align:center;
 color:#fff;
 border-radius:3px!important;
 padding:2px 10px 2px 10px!important;
 
 }
 
  .slide-sld h3{
  margin-top:0px;
  background:none;
  margin-top:0px; color:#fff!important;
  padding-top:0px;
  font-size:14px!important;
  line-height:!important;
  }
  
   .slide-sld h4{  margin-top:0px;  font-size:14px!important; color:#fff!important;
   }
 
 
 
   .slide-sld .slick-dots{     margin: -23px auto auto auto!important;
   }
 
 
 
 
 
 
 
 /* Slick Slider */

.slick-prev, .slick-next {
  position: absolute;
  top: 135%;
  font-size: 1.8rem;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-slider {
  position: relative;
  display: block;
  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;
}

.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;
}


.client-slider .slide{
margin:0px!important;
}


.client-slider button{     top: 54px!important; right: -8%!important;
}

.slide {
    transition: filter .4s;
    margin: 0px 40px;
}

.fas {
    color: #96bd0b;
}
.slick-prev {
    left: 0;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
}

.section {
  max-width: 1200px;
  margin: 0 auto;
}
 
 
 
 
.footer{
}

.footer h2{    font-size: 16px;
}

.footer ul{padding: 0px;
    list-style-position: inside;
}

.footer ul li{
}

.footer ul li a{color: #fff;
}

.footer ul li a:hover{
}
 
 
 .ya-snr{
 }
 
  .ya-snr img{    max-width: 100%;
    box-shadow: 0 5px 18px 3px rgb(0 0 0 / 10%);
    background: #fff;
    padding: 0px;
  }
.ya-snr-heading{  background: linear-gradient(to right, #895cf2 0%, #ffabf4 50%, #895cf2 100%);
    color: #000;
    text-align: center;
    font-size: 21px;
    width: 100%;
    margin: 40px auto 50px auto;
    border-radius: 4px;
    line-height: inherit;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    font-weight: 500;
 
    padding: 30px 0px;	
} 


.ya-snr-heading p{        padding: 0px;
    font-size: 18px!important;
}


 
 .ya-snr .orange-tag{ margin: 50px auto!important;
 }
 
 
 .kids-plan-box-syn{
    float: left!important;
    width: 100%!important;
    color: #000!important;
    margin: 7px 10px 77px 10px!important;
    padding: 26px!important;
    border-radius: 12px!important;
    font-size: 40px!important;
    min-height: 380px;
    position: relative;
    text-align: center;
	}
  .kids-plan-box-syn h2{       font-size: 19px;
    color: #fff;
  }
  .kids-plan-box-syn p{      font-size: 15px!important;
    color: #fff;
  
  }
  
  .ya-snr iframe{
  margin-bottom:70px;
  }
  
  
  
  
  
  
  
  
  
  .catalog {
   display: flex;
    justify-content: center;
    align-items: center;
 
 }

 .product__btn {
margin: auto;
    box-shadow: none;
    background: #000000;
    width: auto;
    padding: 5px 25px;
    border-radius: 4px!important;
  }

  .product__btn:hover {
      background: #ff7c21;
  }

  .btn-close {
      position: relative;
      border: none;
      cursor: pointer;
      background: none;
      padding: 0;
      width: 50px;
      height: 50px;
      display: inline-block;
      transition: transform .2s, opacity .2s;
  }

  .btn-close:hover {
      transform: scale(1.1);
  }

  .btn-close:active {
      transform: scale(.9);
      opacity: .8;
  }

  .btn-close::before,
  .btn-close::after {
   content: '';
    background: #000000;
    height: 20px;
    width: 3px;
    position: absolute;
    border: 10px;
    top: 50%;
  }

  .btn-close::before {
      transform: translateY(-50%) rotate(45deg);
  }

  .btn-close::after {
      transform: translateY(-50%) rotate(-45deg);
  }

  .popup {
      position: fixed;
      z-index: 10;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, .7);
      width: 100%;
      height: 100%;
      overflow: auto;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
  }

  .popup.is-active {
      pointer-events: auto;
      opacity: 1;
      visibility: visible;
  }

  .popup__wrapper {
      display: table;
      height: 100%;
      width: 100%;
  }

  .popup__inner {
      display: table-cell;
      vertical-align: middle;
      padding: 50px 0;
  }

  .popup__content {
      background:linear-gradient(90deg, #f598a8, #f6edb2);
      padding: 70px 20px;
      max-width: 730px;
      margin: 0 auto;
      position: relative;
      border-radius: 20px;
  }

  .popup__text {
      font-size: 24px;
      color: #333;
  }

  .popup__btn-close {
      position: absolute;
      top: -10px;
      right: 20px;
  }
  
  
.inner_area{

}  
  
  























 .modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
   
    width: 40%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 3px;
    background:url(<?php echo $site_root;?>images/why_ynch_bg.png) no-repeat;
}
.modalDialog h2{font-size: 17px;
text-align: center;
color: #ef5a34;
margin-top: 0px;
}
.close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
	opacity:12;
}
.close:hover {
    background: #fa3f6f;
}

.btn_calb{background: #ef5a34 !important;
}

.why_yancha_form .form-control{
background:rgba(255, 255, 255, 0.2) !important;
border:none!important;
box-shadow:none!important;

}
#openModal-about .form-control::placeholder{color: #f93300 !important;
}
.social-btns_hed {
    position: absolute;
    right: -51px;
    top: -85px;
}

.social-btns_hed a{
color:#fff!important;     margin: 0px;     padding: 2px 6px; width: 26px;
}

.facebook:hover{
background:#3b5999!important;
}
.twitter:hover{
background:#55acee!important;
}
.dribbble:hover{
background:#0077B5!important;
}
.yt:hover{
background:#cd201f!important;
}


.sticky .social-btns_hed {  position: absolute;
    right: 29px;
    top: 11px;
	}
	
	.wrapper .search-box{
	width:108%!important;
	    position: relative;
    right: 60px;
	}
	
.wrapper .search-box{
height:43px;
}	
	
.mnu_col{    background: #ff6303;
    color: #fff!important;
    padding: 5px 9px!important;
    margin-top: 10px;
    border-radius: 2px;

}	

.mnu_col:hover{background: #ff6303!important;    color: #fff!important;

}





















.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-menu li
{
	border-bottom:0.5px solid #EEE;
}
.top_right_menu ul li a{      font-size: 13px;
    padding: 2px 6px!important;
    border-radius: 0px;
    margin-bottom: 5px!important;
    text-transform: uppercase;
    z-index: 121!important;
}
.top_right_menu{
margin-bottom:6px;
}
.navbar-inverse {
background:none!important;
}

.new_menu::after{background:none!important;
border:none!important;

}

.new_menu::before{background:none!important;
border:none!important;

}



.navbar-inverse .navbar-nav > li > a {
    color: #337ab7 ;
	    font-size: 15px!important;
    padding: 15px 9px;
    font-weight: 500!important;
}
.navbar-inverse .navbar-nav > li > a:hover{
color:#000!important;
}
.sticky .new_menu{
background:#fff!important;
box-shadow: 0 17px 39px rgb(0 0 0 / 5%);

}

.sticky ul li a{
color:#000!important; padding: 15px 6px!important;
}

.sticky  .dropdown-menu li  a{
color:#000!important;
padding:8px!important;
}
.header_b {
}

.header_b h2{    float: left;
    margin-top: 40px;
    width: 100%;
}


.header_b h3{
}
.header_b h3 span{    border-bottom: 2px solid #ef5a34;
} 
.header_b h1{       padding-top: 80px;
    font-size: 26px;
    line-height: inherit;

}
 
.header_b h4{font-size: 25px;
}
.header_b h5{font-size: 21px;
}
 .header_b h5 span{border-bottom: 3px solid #ef5a34;
 }
 
 .get_strt{  background: #f29b36;
    font-size: 21px;
    border-radius: 6px!important;
    padding: 10px 45px;
    margin-right: 10px;
    color: #fff;    border: 3px solid #f29b36;
    margin-top: 10px;
 }
  .get_strt:hover{    color: #fff;
  }
 .lrn_mre{  background: #ef5a34;
font-size: 21px;
border-radius: 6px !important;
padding: 10px 45px;
margin-right: 10px;
color: #092058;
margin-top: 10px;
border: 3px solid #9ca6c1;
font-weight: 500;
color: #fff !important;
 }
 .lrn_mre:hover{    color: #fff!important;
  }
 
 
 .modal-content-a{ width: 40%;
 }
 
  .modal-content-a h2{
  color:#ef5a34; font-size: 15px;
text-align: center;
  }
  
    .modal-content-a label{margin-left: 0px;
	}
	
.modal-content-a .form-control{box-shadow: none;
border-top: none;
border-left: none;
border-right: none;
border-radius: 0px;
margin-left: 0px;
padding-left: 0px;
}
	
.modal-content-a .btn{background: #ef5a34;
display: block;
}	
	

















.price_box{min-height: 670px;
}
.new_menu{
position: absolute;
width: 100%!important;
top: 0px;
z-index: 1111;
}
.navbar-nav{
width:100%!important;
}

header{
background:none!important;
box-shadow: 0 17px 39px rgb(0 0 0 / 5%);
}
.top_right_menu{
float:left;
}
.new_menu::after{
content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:23px 17px 28px 0;
    border-color: transparent #ef5a34 transparent transparent;
	
	}
	
	
	.new_menu::after{
content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    right: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:23px 17px 28px 0;
    border-color: transparent #ef5a34 transparent transparent;
	
	}

	
		.new_menu::before{
	content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width:23px 0 28px 21px;
    border-color: transparent transparent transparent #ef5a34;
	
		}

	
 
.sticky {
position: fixed;
top: 0px;
width: 100%;
z-index: 99999;
left: 0px;
background:#ef5a34 ;
}

.sticky .navbar-nav{margin-left: 90px;
}
.sticky + .content {
  padding-top: 102px;
}




#form_trigger {
    border-radius: 0;
    color: #fff;
 
    font-size: 17px;
    font-weight: bold;
    right: -25px;
    position: fixed;
    padding: 6px 17px;
    z-index: 9999;
    text-transform: uppercase;
    top: 123px;
    transform: rotate(-90deg);
    transform-origin: 117px 11px 0;
    background: #000;
}

.dropdown-menu>li>a{
text-transform:uppercase;
}

.navbar-inverse .navbar-nav > li > a{text-transform:uppercase;

}









 
[data-tooltip] {
  position: relative;
  z-index: 99999;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top:10px;
 
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  margin-top:20px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  z-index:9999;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
/*  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;*/
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
  
  
.top-menu ul{ list-style-type: none;
}

.top-menu ul li{     display: inline;
}  






























 

.half {
  margin: 0 auto;
  width: 100%;
  padding: 0 1em;
}


/* Acordian styles */

.tab {
  position: relative;
  width: 100%;
  color: #000;
  margin-bottom: 1em;
}

.tab  input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab  label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
 
 
  line-height: 2;
  cursor: pointer;
 
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.tab  label:hover {
 
}

 .tab  label.link a {
  text-decoration: none;
}

.tab-content {
  background: #ffffff; 
  padding: 0 0px;
 
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}


/* sitemap content */

 .tab  ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tab  ul li {
  font-size: 24px;
}

.tab li+li {
  font-size: 18px;
  margin-left: 25px
}

.tab .sitemap a {
  text-decoration: underline;
  color: #004697;
}

.tab .sitemap a:hover {
  text-decoration: none;
  color: #363636;
}


/* :checked */

.tab input:checked ~ .tab-content {
  max-height: 10em;
}


/* Icon */

.tab label:before,
.tab label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: white;
  transition: transform 0.25s ease-out;
}

.tab label:before {
  top: 3px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: #363636;
}

.tab label:after {
  top: 50%;
  right: 15px;
  width: 23px;
  height: 2px;
  margin-top: -2px;
  background: #363636;
}

.tab input[type=checkbox]:checked + label:before {
  transform: rotate(90deg);
}

.tab input[type=checkbox]:checked + label:after {
  transform: rotate(180deg);
}

.tab input[type=checkbox] + label.link:after,
.tab input[type=checkbox] + label.link:before {
  display: none;
}
 
.inner_bx{
padding-bottom:50px;

width:100%;    
}
.inner_bx h1{
    font-size: 28px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.inner_banner{overflow-x: hidden;
height:300px;
overflow:hidden;
margin-bottom:0px;     margin-top: 110px;
}

.stk_bx{
width:100%;
margin:20px auto;
}
.stk_bx img{
max-width:100%;
}

#team{
  display:flex;
  flex-wrap: wrap;
  flex-grow:3;
}
.card {
    width: 32%;
    min-width: 250px;
    height: 426px;
    overflow: hidden;
    position: relative;
    margin: 0 0.5% 1% 0;
    display: inline-block;
 
}
.card:nth-of-type(3n){
 
}
.card img {
display:block;
max-width:100%;
margin:auto; 
  transition:all 0.9s
}
.card:hover img{
 transform:scale(1.2,1.2)
}
.data {
    position: absolute;
    bottom: 5%;
    background: #292929;
    text-align: center;
    width: 100%;
    height: 86px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 5%;
    box-sizing: border-box;
 
    transition: all 0.4s;
    color: #fff; border-top: 4px solid #ff3a00;
    bottom: 0px;
}

.card:hover .data {
  width: 100%;
  height: 100%;
  bottom: 0;
  opacity: 0.9;
  padding:90px 10%
}

.data h2 {
     margin: 0 0 5px 0;
    transition: color 0.4s;
    font-size: 20px;
    color: #fff!important;
}

.data p {
    opacity: 0;
    text-align: justify;
    transition: all 0.2s;
    color: #DADADA;
    padding-top: 15px;
    height: 250px;
    overflow-x: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.card:hover .data p,.card:hover .data a {
  opacity: 1
}

.data a{
  color:#333;
  text-decoration:none;
  padding:10px;
  opacity:0
}
.data a:hover,.card:hover h2{
  color:#38c
}

@media (max-width:799px){
  .card {width:100%;margin-right:0}
}



/* follow me @nodws */
.btn-twtr{
  color:#ddd;
  border:2px solid;
  border-radius:3px;
  text-decoration:none;
  display:inline-block;
  padding:5px 10px;
  font-family:sans-serif;
  font-weight:600;
  margin-top:100px;
  opacity:0.8

}

.card i{
font-style:normal;
}

.data1 {    position: absolute;
    bottom: 5%;
    background: #292929;
    text-align: center;
    width: 100%;
    height: 68px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 5%;
    box-sizing: border-box;
 
    transition: all 0.4s;
    color: #fff;
    bottom: 0px;
}
 


.box_n_a_ntp .tab-content{

  max-height:inherit!important;
}
  
 
  
.breadcrumb {
       padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background: linear-gradient(90deg, #ffe2e4, #cfecd0);
    border-radius: 0px;
    color: #000;
}  
  
 .breadcrumb  a{ color: #e45000;
 } 
 
 
 
 
 
 
 
 
 
 
.inner-page-wrap h1{
    text-transform: uppercase;
    background: linear-gradient(135deg, #5335cf 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #5335cf 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
} 


.inner-page-wrap h3{
    text-transform: uppercase;
    background: linear-gradient(135deg, #5335cf 0%, #de005e 25%, #f66e48 50%, #de005e 75%, #5335cf 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
 
} 
 
 
 
 .job-cards {
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -webkit-animation: slideY 0.6s both;
    animation: slideY 0.6s both;
}

.job-card {
  padding: 20px 16px;
    background-color: #f9f9f9;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.2s;
    margin-bottom: 20px;
}

.job-card-title {
    font-weight: 600;
    margin-top: 16px;
    font-size: 14px;
}


.job-card-subtitle {
    color: #83838e);
    font-size: 13px;
    margin-top: 14px;
    line-height: 1.6em;
}

.detail-button {
background-color: #ffece0;
    color: #000!important;
    font-size: 11px!important;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px;
}
 
 
 .search-buttons{
     margin-top: 14px;
 
 }
 
.card-buttons{ 
 
     background: #ff6303!important;
    padding: 5px 15px!important;
    margin-top: 0px!important;
	}
	
	
	
	
	
	
	
	

details {
	margin-bottom: 20px;
	width: 100%;
	font-family: sans-serif;
}

details p {
	padding: 20px;
}

summary {
padding: 10px;
    background-color: #ffbd94;
    outline: none;
    font-size: 18px;
    color: #000;
     cursor: pointer;
}

summary:hover,
summary:focus {
	border: 1px solid lightslategray;
}

details[open] summary {
background-color: #ff6200;
    border: 1px;
    color: #fff;
    font-size: 18px;
    padding: 10px;     cursor: pointer;
}

details[open] {
	background:#ffede1
}

 
 article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
display:revert;
}
	
.job-appl p{
padding:0px;
}

#home .btn{display: table;
    margin: 30px auto;
    background: #ff6200;
    padding: 10px 30px;
    font-size: 17px!important;
}

.job-appl{padding-bottom:10px;
}
 
#job h4 {
    font-size: 18px;
    background: #ff6303;
    color: #ffff;
    padding: 10px;
}	

ul.career-jb li a {
}	


.job-hd{
}

.msg-success{position: relative;
    padding: 2px 20px;
    font-size: 14px!important;
    text-align: center;
    width: 270px;

    color: #fff!important;
    margin-bottom: 40px;
    border-radius: 4px;
}

.msg-error{
position: relative;
    padding: 2px 20px;
    font-size: 14px!important;
    text-align: center;
    width: 270px;

    color: #fff!important;
    margin-bottom: 40px;
    border-radius: 4px;
}

label.label-error{      background: red;
    color: #fff;
    font-weight: 500;
    padding: 2px 10px;
    font-size: 12px;
    margin-top: 5px;
    border-radius: 3px;
}


















 







/* Modal button */



.modal-btn {



   



  transition: all .3s;



}



.modal-btn:hover {



 



}







/* Modal */



.modal {



  background-color: rgba(0,0,0,.65);



  display: none;



  overflow: auto;



  position: fixed;



  z-index: 1000;



  top: 0;



  left: 0;



  width: 100%;



  height: 100%;



}







/* Modal Content */



.modal-content {



  position: relative;



  top: 20px;



  width:380px;



  margin: 0 auto;



 



}





.general-form-wrapper h3 {

font-size: 14px !important;
    background: none;
    padding: 0px 18px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #f05c00;

}





.form-outline label{display: inline-block;

    max-width: 100%;

    margin-bottom: 0px;

    font-weight: 500;

    margin-top: 10px;

}



.btn-block {

    display: block;

    width: 40%;

    background: #ff6303;

}





.modal-animated-in {



  -webkit-animation: totop-in .3s ease;



          animation: totop-in .3s ease;



}



.modal-animated-out {



  -webkit-animation: totop-out .3s ease forwards;



          animation: totop-out .3s ease forwards;



}



.modal-header {



padding:0px;



 



}


.modal-header img{
max-width:100%;
}
.modal-content .close {



    position: absolute;



    right: 10px;



    top: 10px;



    background-color: #222;



    width: 30px;



    height: 30px;



    color: #fff;



    line-height: 60px;



    text-align: center;



    cursor: pointer;



    transition: all .3s;



    line-height: 20px;



	z-index:999;



}



.modal-content .close:hover {



  background-color:#ef5e34;



  color: #fff;



}







/* Modal Body */



.modal-body {



  padding: 0 0px;



}



.modal-body ul {



  margin: 0;



  padding: 0;



  list-style: none;



}



.modal-body ul li {



  position: relative;



  display: block;



  margin-left: 20px;



  color: #555;



}



.modal-body ul li::before {



  position: absolute;



  content: '\f00c';



  color: #5cc560;



  left: -20px;



  top: 10px;



  display: inline-block;



  font: normal normal normal 14px/1 FontAwesome;



  text-rendering: auto;



  -webkit-font-smoothing: antialiased;



}







/* Modal Footer */



.modal-footer {



  background-color: #111;



  width: 100%;



  height: 60px;



  line-height: 60px;



  padding-left: 20px;



}



.modal-header h3,



.modal-footer h3 {



  color: #fff;



}







.flyr-box a{  



    display: block;



    margin-bottom: 30px;



    border: 1px solid #e2e2e2;



}



.about-section img{



max-width:100%;   box-shadow: 0 2.5rem 2rem -2rem hsl(200deg 50% 20% / 40%);



}


.flyr-box img{
    width: 100%;
 
 
    border: 1px solid;
}








.flyr-box .btn{    background: #ff6303;
    color: #fff;
    width: auto;
    margin: 10px auto 70px auto;
    display: table;
    padding: 8px 60px;



}







.flyr-box h2{font-size: 16px;



    display: block;



    width: 100%;



    text-align: center;



    color: #000;



}







.modal-title{margin: 0;



    line-height: 1.42857143;



    width: 140px;



    height: 140px;



    margin: auto;



    border-radius: 100%;



    overflow: hidden;







}











/* Keyframes */



@-webkit-keyframes totop-in {



  0% {



    top: 600px;



    opacity: 0;



  }



  100% {



    top: 0;



    opacity: 1;



  }  



}



@keyframes totop-in {



  0% {



    top: 600px;



    opacity: 0;



  }



  100% {



    top: 0;



    opacity: 1;



  }  



}







@-webkit-keyframes totop-out {



  0% {



    top: 0px;



    opacity: 1;



  }



  100% {



    top: -100%;



    opacity: 0;



  }  



}







@keyframes totop-out {



  0% {



    top: 0px;



    opacity: 1;



  }



  100% {



    top: -100%;



    opacity: 0;



  }  



}







 .affilate-box{
 }
 
 .affilate-box h1{   font-size: 21px;
    margin-top: 16px;
	 text-transform: uppercase;
  background: linear-gradient(135deg, #5335cf 0%, #de005e 15%, #f66e48 50%, #de005e 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
 }
 .affilate-box h2{ text-transform: uppercase;
  background: linear-gradient(135deg, #5335cf 0%, #de005e 15%, #f66e48 50%, #de005e 75%, #5335cf 100%);
  background-size: 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
 }
 
 .affilate-box p{
 }
 

.affilate-box img{
max-width:100%;
}

.affilate-box .form-control{    border-bottom: 1px solid #979797;
    border-top: 1px solid #ffff;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0px;
    margin-left: 0px;
    padding-left: 10px;
}

.affilate-box form{background: radial-gradient(circle at 0.8% 1.8%, rgb(255, 104, 107) 0%, rgb(255, 187, 103) 90.1%);
    color: #fff;
    padding: 20px;
    width: 50%;
    margin: 30px auto 50px auto;
}

.affilate-box .btn{
}


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




.content .left-side .details i{
    color: #393186!important;

}


 
.program-modal{	text-align:left;

}

.program-modal h5{    font-size: 22px;
    font-weight: 600;
    color: #f05c00;

}
.program-modal p{    color: #000;
    width: 100%;
    margin-top: 20px;
}
 

.program-modal ul li{ 
font-size: 17px;
    background: linear-gradient(90deg, #ffe2cf, #ffffff);
    margin: 10px 0px;
    color: #000;
    padding-left: 32px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
 
}
 
.program-modal .btn{margin-top: 0px;
    float: right;
    background: #f05c00;
    padding: 10px;
    margin-left: 10px;
}
.program-modal  .btn-success{     padding: 11px 16px;
    font-size: 19px;
    border-radius: 4px;
    background: linear-gradient(90deg, #aea4e3, #d3ffe8);
    float: none;
    display: table;
    margin: 0px auto;
    width: 300px;
    color: #000!important;
}


.program-modal ul li::before{

    position: absolute;
    content: '\f00c';
    color: #ffffff;
    left: 6px;
    top: 10px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    background: #f05c00;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 17px;
    border-radius: 100px;
    border: 1px solid #fff;
    font-size: 10px;
	}








.program-modal .btn-primary
{
display:none!important;
}

.flyr-box{
display:inherit!important;
}


.select2-container--default .select2-selection--multiple .select2-selection__choice
{
background-color: #f05c00!important;
    border: 1px solid #fff!important;
    border-radius: 0px!important;
    box-sizing: border-box!important;
    display: inline-block!important;
    margin-left: 5px!important;
    margin-top: 5px!important;
    padding: 4px 4px 4px 0px!important;
    padding-left: 0px!important;
    position: relative!important;
    max-width: inherit!important;
    text-overflow: ellipsis!important;
    vertical-align: bottom!important;
    white-space: nowrap!important;
    color: #fff!important;
    overflow: inherit!important;
    text-align: center!important;
font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
    position: absolute;
 

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
background:none;
}

.select2-selection__choice__remove span{
background: #000!important;
    position: absolute!important;
    height: 12px!important;
    line-height: 12px!important;
    width: 12px!important;
    border-radius: 100px!important;
    top: -24px!important;
    left: -4px!important;
    font-size: 13px!important;
 
}

.select2-selection__choice__remove:hover{
background:none!important;
}

.select2-selection__choice__remove{

}

.send_discussion{
}

.inter-box{
    background: #fff7f1;
    border: 1px solid #efefef;
    display: block;
    padding: 10px;
	}