
    .spinner {
        width: 70px;
        text-align: center;
        position: absolute;
        left: 45%;
        top: 45%;
		z-index:0;
    }
	
	.css3-spinner>div{
		position:inherit !important;
	}

    .spinner>div {
        width: 18px;
        height: 18px;
        background-color: #e8791e;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    @-webkit-keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1.0)
        }
    }

    @keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }
    }

    #overlay_spinner {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99999;
        cursor: pointer;
    }

    #overlay_text {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 33%;
        font-weight: bold;
        font-size: 21px;
    }

    @media (max-width: 720px) {
        #overlay_text {
            font-size: 15px !important;
            font-weight: normal !important;
            line-height: 20px !important;
        }
    }

    .red-alert3 {
        padding: 5px 20px;
        background-color: #F31B22;
        color: #FFFFFF;
        font-size: 17px;
        text-align: center;
        margin: 15px 15px;
    }

    .red-alert3 a {
        text-decoration: underline;
        color: #FFF !important;
    }

    .red-alert3 a:hover {
        text-decoration: none;
    }

    @media (min-width: 1200px) {
        .announce_align {
            width: fit-content;
            margin: 0 auto;
            padding: 0 20px;
        }
		.QB_content1{
			position:absolute;
		}
		.QB_image1{
			float:right;
		}
    }

    @media (max-width: 992px) {
        .announce_align {
            width: 970px;
        }
		.QB_content1{
			position:inherit;
		}
		.QB_image1{
			display:none;
		}
    }

    @media (max-width: 768px) {
        .announce_align {
            width: 100%;
        }
		.QB_content1{
			position:inherit;
		}
		.QB_image1{
			display:none;
		}
    }
	
/************---FLIP CARD STYLES STARTS---***************/
.col-flipbox2{
	padding-bottom:21px;
}
.flip-card2 {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.flip-card-front2,
.flip-card-back2 {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
    border-radius: 6px
}

.flip-card-back2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #de0010;
    text-align: center;
	display:flex;
	flex-flow: column;
	justify-content: center;
	padding:6px;
}

.flip-card-back2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card-front2,
.flip-card2:hover .flip-card-back2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card2:hover .flip-card-front2 {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.flip-card-back2 h3 {
    text-align: center;
    color: #FFF;
    font-size: 21px;
	line-height: 31px;
    font-weight: 400;
}

.flip-card-back2 p {
    text-align: center!important;
    color: #FFF;
    font-size: 14px;
    padding-top: 14px
}

.flip-card-back2 i {
    padding: 4px 8px;
    color: #FFF;
    font-size: 20px;
    background-color: #000;
    border-radius: 4px
}

.flip-card-back2 i:hover {
    background-color: #FFF;
    color: #000
}
.flip-card-back2 a {
    padding: 4px 8px;
    color: #FFF;
    font-size: 20px;
	font-weight:300;
    background-color: #000;
    border-radius: 4px;
	width: fit-content;
	margin: 10px auto 0 auto;
	text-decoration:none;
}

.flip-card-back2 a:hover {
    background-color: #FFF;
    color: #000
}
.flip-newbox2 {
    float: left;
    width: 100%;
    margin: 0
}
	.wep {
     background: linear-gradient(to top left, #cc0000 0%, #ff0000 100%);
}
	#grad1 {
    height: 130px;
    width: 100%;
    background-color: #1fc8db;
   background: linear-gradient(to bottom right, #ff0000 0%, #B20000 100%);
    color: white;
    opacity: 0.95;
}
/*@media(min-width:992px) {
    .col-flipbox1 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 25.333333%;
        float: left;
        width: inherit;
        padding: 0;
        margin: 0 8px
    }
}*/
@media(max-width:1199px) {
	.flip-card-back2 h3 {
        font-size: 18px !important;
		line-height:24px;
    }
	.flip-card-back2 a{
		font-size:16px;
		margin-top: 19px !important;
	}
}
@media(max-width:720px) {
    .col-flipbox2 {
        /*max-width: 47%;*/
        float: left;
        width: inherit;
        padding: 0;
        margin: 4px
    }
    .flip-card-front2 {
        height: 100%;
        padding: 0px;
        margin-bottom: 13px;
		display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .flip-card-back2 {
        height: 100%;
        padding: 0px 10px;
        margin-bottom: 13px;
		display: flex;
        justify-content: center;
        flex-flow: column;
    }
    .flip-card-back2 h3 {
        font-size: 18px !important;
		line-height:24px;
    }
    .flip-card-back2 p {
        font-size: 12px
    }
	.flip-card-back2 a{
		width:fit-content;
		margin:0 auto;
		font-size:16px;
		margin-top: 19px !important;
	}
}

.events .entry,
.ievent {
    padding: 10px;
    background-color: #f9f9f9;
    border-bottom: 3px solid #eee;
    height: 100%;
    min-height: 188px;
}
.events .entry:after {
    display: none !important;
}
.events .entry-image .entry-date,
.ievent .entry-image .entry-date {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 60px;
    height: 64px;
    text-align: center;
    padding-top: 9px;
    font-size: 26px;
    line-height: 1;
}
.events .entry-image .entry-date span,
.ievent .entry-image .entry-date span {
    display: block;
    font-size: 12px;
    margin-top: 7px;
}
.ievent .entry-image {
    width: 30%;
    margin-right: 20px;
}
.ievent .entry-title h2 {
    font-size: 18px;
}
.entry {
    position: relative;
    margin: 0 0 50px;
}
.entry:after {
    content: "";
    position: relative;
    height: 2px;
    margin-top: 50px;
    background-color: #f5f5f5;
}
.entry-image {
    margin-bottom: 10px;
}
.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.entry-image iframe {
    display: block;
}
.entry-image video {
    display: block;
    width: 100%;
}
.entry-image img {
    border-radius: 3px;
}
.entry-title h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.entry-title h2 a {
    color: #333;
}
.entry-title h2 a:hover {
    color: #de0010;
}
.entry-meta {
    margin: 10px -10px -15px 0;
    list-style: none;
}
.single-post .entry-meta {
    margin-bottom: 20px;
}
.entry-meta li {
    float: left;
    font-size: 13px;
    line-height: 14px;
    margin: 0 10px 15px 0;
    color: #999;
    font-family: "Crete Round", serif;
    font-style: italic;
}
.entry-meta li:before {
    content: "/";
    display: inline-block;
    margin-right: 10px;
    opacity: 0.5;
}
.entry-meta li i {
    position: relative;
    top: 1px;
    font-size: 14px;
    margin-right: 3px;
}
.entry-meta li a {
    color: #999;
}
.entry-meta li a:hover {
    color: #de0010;
}
.entry-meta li:first-child:before {
    display: none;
}
.entry-meta li ins {
    font-weight: 700;
    text-decoration: none;
}
.entry-c {
    position: relative;
    overflow: hidden;
}
.small-thumbs .entry-image,
.ievent .entry-image {
    float: left;
    width: 186px;
    margin: 0 30px 0 0;
}
.small-thumbs .entry-image img,
.ievent .entry-image img {
    border-radius: 0;
}
.small-thumbs .entry-c .entry-image,
.ievent .entry-c .entry-image {
    float: none;
    width: 100%;
    margin: 0 0 20px;
}
.small-thumbs .entry-c .entry-image img,
.ievent .entry-c .entry-image img {
    border-radius: 5px;
}
.small-thumbs .entry-title h2,
.ievent .entry-title h2 {
    font-size: 20px;
    font-weight: 600;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.sale-flash-New02 {
	font-size:16px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    padding: 6px 10px;
    background-color: #de0010;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    border-radius: 2px;
    z-index: 5;
    font-weight: bold;
    letter-spacing: 0.1em;
}




/*****************----NEW STYLE 1 CSS ENDS----*****************/
@font-face {
  font-family: 'MyriadProRegular';
  /*src: url('../fonts/MyriadPro-Regular/myriadpro-regular.eot');
  src: url('../fonts/MyriadPro-Regular/myriadpro-regular.eot') format('embedded-opentype'), url('../fonts/MyriadPro-Regular/myriadpro-regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular/myriadpro-regular.woff') format('woff'), url('../fonts/MyriadPro-Regular/myriadpro-regular.ttf') format('truetype'), url('../fonts/MyriadPro-Regular/myriadpro-regular.svg#MyriadProRegular') format('svg');*/
}
@font-face {
  font-family: 'MyriadProBold';
  /*src: url('../fonts/MyriadPro-Bold/myriadpro-bold.eot');
  src: url('../fonts/MyriadPro-Bold/myriadpro-bold.eot') format('embedded-opentype'), url('../fonts/MyriadPro-Bold/myriadpro-bold.woff2') format('woff2'), url('../fonts/MyriadPro-Bold/myriadpro-bold.woff') format('woff'), url('../fonts/MyriadPro-Bold/myriadpro-bold.ttf') format('truetype'), url('../fonts/MyriadPro-Bold/myriadpro-bold.svg#MyriadProBold') format('svg');*/
}

img{
	display:initial !important;
}
#myHeader {
  width: 100%;
  height: 108px;
  background: #007a00;
  background: -moz-linear-gradient(top, #007a00 0%, #004d00 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007a00), color-stop(100%, #004d00));
  background: -webkit-linear-gradient(top, #007a00 0%, #004d00 100%);
  background: -o-linear-gradient(top, #007a00 0%, #004d00 100%);
  background: -ms-linear-gradient(top, #007a00 0%, #004d00 100%);
  background: linear-gradient(to bottom, #007a00 0%, #004d00 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007a00', endColorstr='#004d00', GradientType=0);
  float: left;
}
.myHeaderHolder {
  width: 980px;
  margin: auto;
}
.myHeaderCol1 {
  width: 390px;
  float: left;
}
.myHeaderCol2 {
  float: left;
}
.myHeaderCol3 {
  width: 390px;
  float: left;
}


.main-hd span h1 {
  font: normal 30px 'MyriadProRegular';
  margin: 0px;
  color: #FFF !important;
  text-shadow: 1px 1px 1px #050505;
}
.main-hd span h1 a{
  font: normal 30px 'MyriadProRegular';
  margin: 0px;
  color: #FFF !important;
  text-shadow: 1px 1px 1px #050505;
}


.main-hd span h2{ font: normal 18px 'MyriadProRegular';
margin: 0px;
color: #FFF;
text-shadow: 1px 1px 1px #050505;

}
.myriadProBold{
  font: normal 30px 'MyriadProRegular';
}
.myriadProBold {
  font-family: 'MyriadProBold';
}
h1, h2, h3, h4, h5, h6{color:black;}

.profile .profile-event p {color:black;}

.headline-center-v2 h2{color:black;}

body{color:black;}

.panel-title2 a {color:black;}

p, li, label {color:black;}

#myNav {
  width: 100%;
  height: 43px;
  float: left;
  background: #016666;
}
.myNavHolder{
  text-align: center;
}
*,
*:after,
*:before{margin:0;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;text-rendering:optimizeLegibility;}
.nav{position:relative;display:inline-block;font:normal 14px Arial, Helvetica, sans-serif;color:#fff;z-index:100;}
.nav-list{text-align:left;margin:0px 0px 0px 0px;}
.nav-item{float:left;*display:inline;zoom:1;position:relative;list-style-type:none;}
.nav-item a{display:block;color:#fff;padding:14px 10px 13px 10px;text-decoration:none;}
.nav-item > a:hover{color:#fff;background-color:#c95713;}
.nav-item > a.activeState{color:#fff;background-color:#c95713;}
.nav-item:hover .nav-submenu{display:block;}
.nav-submenu{display:none;position:absolute;left:0;width:250px;}
.nav-submenu-item{list-style-type:none;}
.nav-submenu-item a{color:#000;background-color:#fff;display:block;padding:10px 20px 10px 20px;}
.nav-submenu-item a:hover{color:#fff;background-color:#ae0e02;display:block;padding:10px 20px 10px 20px;}
/*.nav-mobile{display:none;cursor:pointer;position:absolute;top:0;right:0;background:#c95713 url(../images/nav.svg) no-repeat center center;background-size:18px;height:50px;width:50px;}*/
.nav-click{position:absolute;top:0;right:0;display:none;border-left:1px solid #1b4160;height:49px;width:50px;cursor:pointer;background-color:#2d6da1;}
/*.nav-click i{display:block;height:48px;width:48px;background:url(../images/drop.svg) no-repeat center center;background-size:20px;}*/
.nav-click:hover{background-color:#1b4160;}
.nav-rotate{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);}
@media only screen and (min-width:320px) and (max-width:768px){.nav-mobile{display:block;}
.nav{width:100%;padding:50px 0 0;}
.nav-list{display:none;}
.nav-item{width:100%;float:none;}
.nav-item > a{padding:15px;}
.nav-click{display:block;}
.nav-mobile-open{border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;}
.nav-item:hover .nav-submenu{display:none;}
.nav-submenu{position:static;width:100%;}
.nav-item a{-webkit-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}
.nav-item > a:hover{-webkit-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}
.nav-submenu-item a{-webkit-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}
.nav-submenu-item a:hover{-webkit-border-radius:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}
}

#myFooter {
  width: 100%;
  background-color: #3e3d3d;
  float: left;
}
.myFooterHolder {
  width: 980px;
  margin: auto;
}

.myFooterHolder p {
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #b7b6b6;
  text-align: center;
  line-height: 30px;
  padding: 15px;
  color: #FFF;
}
.myFooterHolder p a{
  font: normal 14px Arial, Helvetica, sans-serif;
  color: #FFF;
}
.myFooterHolder p a:hover {
  color: #fff;
  text-decoration: none;
}
.myFooterHolder p a {
  color: #b7b6b6;
  text-decoration: underline;
}
.myUpArrow {
  opacity: 0.70;
  filter: alpha(opacity=70);
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
}
.margin-bottom-20{
  /*padding-left: 75px;*/
}
#clickheretab{
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: grey;
  font-size:14px;
  width:auto;
}

.home-study-pack-link {
  text-decoration: none !important;
}

.home-study-pack-link:hover {
  text-decoration: underline !important;
}

.btn-learn-more {
    background-color: #555555;
}

.btnn {
  background: black;
  color:white;
  padding:10px 30px 10px 30px;
  border-radius: 10px;
  font-size: 15px;
}

.btnn:hover {
  background: #333333;
}
.crs-new-btn{
	background-color: transparent;
    border: none;
    color: #de0010;
}
.ads-gamsat-txt{
	width: max-content;
    margin: 18px auto 0 auto;
    background-color: #efefef;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e0;
}
.ads-gamsat-txt h6{
	font-size: 18px;
    font-weight: 900;
}
.mid-ads01{
	margin-top:-20px;
	margin-bottom:20px;
}
/*slider css*/
.owl-homeslider-v1 .owl-pagination{
	background-color: #efefef;
    padding-top: 5px;
	border-bottom: 2px solid #e6e6e6;
}


.title-price2{
	color: #000;
	font-size: 18px;
	font-weight: 900;
}
.line-through2{
	text-decoration: line-through;
	color: #687074 !important;
	font-weight: normal !important;
}
	.red-alert3 {
    padding: 5px 20px;
    background-color: #F31B22;
    color: #FFFFFF;
    font-size: 17px;
    text-align: center;
    margin: 15px 15px;
}
.red-alert3 a{
	color:#FFF !important;
	text-decoration:underline;
}
.red-alert3 a:hover{
	text-decoration:none;
}
@media (min-width: 1200px){
.announce_align {
	width:fit-content;
	margin:0 auto;
	padding:0 20px;
}
}
@media (max-width: 992px){
.announce_align {
    width: 970px;
}
}
@media (max-width: 768px){
.announce_align {
    width: 100%;
}
}

/* START tooltip_SNew STYLES */
[tooltip_SNew] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltip_SNews */
[tooltip_SNew]::before,
[tooltip_SNew]::after {
  text-transform: none; /* opinion 2 */
  font-size: 12px; /* opinion 3 */
  line-height: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}
[tooltip_SNew]::before {
  content: '';
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}
[tooltip_SNew]::after {
  content: attr(tooltip_SNew); /* magic! */
  
  /* most of the rest of this is opinion */
  font-family: Helvetica, sans-serif;
  text-align: center;
  
  /* 
    Let the content set the size of the tooltip_SNews 
    but this will also keep them from being obnoxious
    */
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: .3ch;
  box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
  background: #000;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltip_SNews respond to hover */
[tooltip_SNew]:hover::before,
[tooltip_SNew]:hover::after {
  display: block;
}

/* don't show empty tooltip_SNews */
[tooltip_SNew='']::before,
[tooltip_SNew='']::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip_SNew]:not([flow])::before,
[tooltip_SNew][flow^="up"]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}
[tooltip_SNew]:not([flow])::after,
[tooltip_SNew][flow^="up"]::after {
  bottom: calc(100% + 5px);
}
[tooltip_SNew]:not([flow])::before,
[tooltip_SNew]:not([flow])::after,
[tooltip_SNew][flow^="up"]::before,
[tooltip_SNew][flow^="up"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, -.5em);
          transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip_SNew][flow^="down"]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}
[tooltip_SNew][flow^="down"]::after {
  top: calc(100% + 5px);
}
[tooltip_SNew][flow^="down"]::before,
[tooltip_SNew][flow^="down"]::after {
  left: 50%;
  -webkit-transform: translate(-50%, .5em);
          transform: translate(-50%, .5em);
}

/* FLOW: LEFT */
[tooltip_SNew][flow^="left"]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}
[tooltip_SNew][flow^="left"]::after {
  top: 50%;
  right: calc(100% + 5px);
  -webkit-transform: translate(-.5em, -50%);
          transform: translate(-.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip_SNew][flow^="right"]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}
[tooltip_SNew][flow^="right"]::after {
  top: 50%;
  left: calc(100% + 5px);
  -webkit-transform: translate(.5em, -50%);
          transform: translate(.5em, -50%);
}

/* KEYFRAMES */
@-webkit-keyframes tooltip_SNews-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes tooltip_SNews-vert {
  to {
    opacity: .9;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@-webkit-keyframes tooltip_SNews-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@keyframes tooltip_SNews-horz {
  to {
    opacity: .9;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

/* FX All The Things */ 
[tooltip_SNew]:not([flow]):hover::before,
[tooltip_SNew]:not([flow]):hover::after,
[tooltip_SNew][flow^="up"]:hover::before,
[tooltip_SNew][flow^="up"]:hover::after,
[tooltip_SNew][flow^="down"]:hover::before,
[tooltip_SNew][flow^="down"]:hover::after {
  -webkit-animation: tooltip_SNews-vert 300ms ease-out forwards;
          animation: tooltip_SNews-vert 300ms ease-out forwards;
}

[tooltip_SNew][flow^="left"]:hover::before,
[tooltip_SNew][flow^="left"]:hover::after,
[tooltip_SNew][flow^="right"]:hover::before,
[tooltip_SNew][flow^="right"]:hover::after {
  -webkit-animation: tooltip_SNews-horz 300ms ease-out forwards;
          animation: tooltip_SNews-horz 300ms ease-out forwards;
}
.btn-u{
	white-space:inherit;
}
.N_liststyle ul {
    padding: 0;
}
.N_liststyle ul li {
    width: 100%;
    float: left;
    list-style-type: none !important;
    margin-bottom: 8px;
}
.N_liststyle li input {
    float: left;
    margin-right: 12px;
}
.N_liststyle li p {
    float:left;
	margin:0px;
	padding:0px;
}
.t_align_c {
    text-align: center;
}


.spinner {
        width: 70px;
        text-align: center;
        position: absolute;
        left: 45%;
        top: 45%;
		z-index:0;
    }
	
	.css3-spinner>div{
		position:inherit !important;
	}

    .spinner>div {
        width: 18px;
        height: 18px;
        background-color: #e8791e;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

    @-webkit-keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0)
        }

        40% {
            -webkit-transform: scale(1.0)
        }
    }

    @keyframes sk-bouncedelay {

        0%,
        80%,
        100% {
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        40% {
            -webkit-transform: scale(1.0);
            transform: scale(1.0);
        }
    }

    #overlay_spinner {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 99999;
        cursor: pointer;
    }

    #overlay_text {
        width: 100%;
        text-align: center;
        position: absolute;
        top: 33%;
        font-weight: bold;
        font-size: 21px;
    }

    @media (max-width: 720px) {
        #overlay_text {
            font-size: 15px !important;
            font-weight: normal !important;
            line-height: 20px !important;
        }
    }

i.icon-bg-u, i.icon-bg-red, i.icon-bg-sea, i.icon-bg-dark, i.icon-bg-darker, i.icon-bg-grey, i.icon-bg-blue, i.icon-bg-green, i.icon-bg-yellow, i.icon-bg-orange, i.icon-bg-purple, i.icon-bg-aqua, i.icon-bg-brown, i.icon-bg-dark-blue, i.icon-bg-light-grey, i.icon-bg-light-green {
    color: #fff;
    border-color: transparent;
}
i.icon-sm {
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
i.icon-custom {
    color: #fff;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    border: solid 1px #fff;
}
.rounded-x {
    border-radius: 50% !important;
}
.content-boxes-v3 i.icon-custom {
    top: 8px;
    float: left;
    position: relative;
}
i.icon-sm.icon-line {
    font-size: 14px;
}
i.icon-bg-sea {
    background: #1abc9c;
}
i.icon-bg-red {
    background: #e74c3c;
}
i.icon-bg-brown {
    background: #9c8061;
}
i.icon-bg-green {
    background: #2ecc71;
}
i.icon-bg-dark {
    background: #555;
}
i.icon-bg-blue {
    background: #3498db;
}
i.icon-bg-yellow {
    background: #f1c40f;
}
i.icon-bg-aqua {
    background: #27d7e7;
}
i.icon-bg-purple {
    background: #9b6bcc;
}
.content-boxes-v3 .content-boxes-in-v3 {
    padding: 0 20px;
    overflow: hidden;
}
.content-boxes-v3 .content-boxes-in-v3 h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.nu-features h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.nu-features p {
    font-size: 13px !important;
}
.center{
    text-align: center !important;
}

@font-face {
	font-family: 'Simple-Line-Icons';
	/*src:url('fonts/Simple-Line-Icons.eot');
	src:url('fonts/Simple-Line-Iconsd41d.eot?#iefix') format('embedded-opentype'),
		url('fonts/Simple-Line-Icons.woff') format('woff'),
		url('fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');*/
	font-weight: normal;
	font-style: normal;
}

.icon-social-youtube, .icon-star {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.icon-star:before {
    content: "\e09b";
	top: -1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.icon-social-youtube:before {
    content: "\e008";
	font-size:18px;
}
/*****************----NEW STYLE 1 CSS ENDS----*****************/