/* General Blueprint Style */

@font-face {
    font-family: 'bpicons';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/bpicons/bpicons.eot');
    src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff') format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'), url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
}


/* Made with http://icomoon.io/ */


/* Resets */

*,
*:after,
*:before {
    box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}


/* Main styles */

body {
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    margin: 0;
    color: #cecece;
    background: #2a2b30;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #fff;
    outline: none;
}

a:hover {
    color: #ddd;
}

.container {
    overflow-y: auto;
    height: 100vh;
}


/* Blueprint header */

.bp-header {
    display: -webkit-flex;
    display: flex;
}

.bp-header__main {
    margin: 0 0 0 auto;
    padding: 2em 3em 0;
    text-align: right;
}

.bp-header__title {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3;
    margin: 0.25em 0 0;
}

.bp-header__present {
    font-size: 0.75em;
    font-weight: 700;
    position: relative;
    z-index: 100;
    display: block;
    margin: 0 -8px 0 0;
    padding: 0 0 0.6em 0;
    text-indent: 3px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffa126;
}

.bp-tooltip:after {
    position: relative;
    top: -8px;
    left: -8px;
    display: inline-block;
    width: 0;
    height: 0;
}

.bp-tooltip:hover:before {
    content: attr(data-content);
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    top: 1.5em;
    right: 0;
    width: 50vw;
    padding: 0.8em 1em;
    text-align: right;
    text-indent: 0;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background: #ffa126;
}

.bp-nav {
    margin: 0.5em 0 0 auto;
    text-align: right;
}

.bp-nav__item {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.1em;
    text-align: left;
    border-radius: 50%;
}

.bp-nav__item>span {
    display: none;
}

.bp-nav__item:hover:before {
    content: attr(data-info);
    font-size: 0.85em;
    font-weight: bold;
    position: absolute;
    top: 120%;
    right: 0;
    width: 600%;
    text-align: right;
    pointer-events: none;
    color: #595a5f;
}

.bp-nav__item:hover {
    background: #ffa126;
}

.bp-icon:after {
    font-family: 'bpicons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    color: #ffa126;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.bp-nav .bp-icon:after {
    line-height: 2.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
}

.bp-nav a:hover:after {
    color: #fff;
}

.bp-icon--next:after {
    content: '\e000';
}

.bp-icon--drop:after {
    content: '\e001';
}

.bp-icon--archive:after {
    content: '\e002';
}

.bp-icon--about:after {
    content: '\e003';
}

.bp-icon--prev:after {
    content: '\e004';
}

.logo {
    top: 0;
    left: 0;
    width: 300px;
    height: 120px;
    padding: 1em 0 0 0;
    text-align: center;
    color: #3b3d4a;
    background: #1c1d22;
}

.dummy-icon {
    font-size: 4em;
}

.dummy-heading {
    font-size: 0.75em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.content {
    position: relative;
    min-height: 300px;
    margin: 0 0 0 0px;
}

.text-content {
    padding: 50px;
}

.content--loading {
    background: url(../img/loading.svg) no-repeat 50% 50%;
}

.products {
    margin: 0;
    padding: 2em;
    text-align: center;
}

.product {
    display: inline-block;
    margin: 20px;
    position: relative;
    /*width: 400px;
	height: 600px;
	margin: 10px;
	border-radius: 5px;
	background: #1c1d22;*/
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.product .overlay {
    display: none;
}

.product:hover .overlay {
    display: block;
}

.overlay .actions {
    padding: 10px 10px 10px 10px;
}

.overlay .actions a span {
    display: block;
}

.overlay .actions a {
    margin: 40px;
    display: block;
}

.overlay .icon-xl {
    font-size: 4em;
    padding: 10px;
}

.overlay .icon-md {
    font-size: 2em;
    padding: 8px;
}

.overlay2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
    background: rgba(0, 0, 0, 0.5);
}

.product .overlay2 {
    display: none;
}

.product:hover .overlay2 {
    display: block;
}

.overlay2 .actions {
    padding: 10px 10px 10px 10px;
}

.overlay2 .actions a {
    width: 33.33%;
    display: inline-block;
    float: left
}

.overlay2 .actions a span {
    display: block;
}

.overlay2 .actions a i {
    font-size: 1.5em;
}

.overlay2 .icon-xl {
    font-size: 2em;
    padding: 10px;
}

.overlay2 .icon-md {
    font-size: 1em;
    padding: 8px;
}

.info {
    font-size: 1.1em;
    font-weight: bold;
    padding: 20vh 1em 0;
    text-align: center;
    color: #47484c;
}

body #cdawrap {
    top: auto;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.1);
}

body #cdawrap .carbon-text {
    color: #505158;
}

body #cdawrap a.carbon-poweredby {
    color: #7883c4;
}

body #cdawrap a:hover.carbon-poweredby {
    color: #fff;
}

.img-responsive {
    width: 100%;
    height: 100% !important;
}

.col-50 {
    width: 50%;
    float: left;
    height: 100% !important;
}

@media screen and (max-width: 40em) {
    .bp-header {
        padding-top: 3em;
    }
    .bp-header__main,
    .bp-nav {
        width: 100%;
        text-align: center;
    }
    .content {
        margin: 0;
    }
    body,
    .container {
        height: auto;
        overflow: auto;
    }
}

body,
html {
    /*height: 100%;*/
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #333;
    overflow: scroll;
}

.section {
    position: relative;
    /* opacity: 0.85;*/
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    /*	height: 100% !important;*/
    clear: both;
    color: #fff;
    font: 400 15px/1.8 "Lato", sans-serif;
    padding: 50px;
}

.heading {
    text-align: center;
    font-size: 36px;
    letter-spacing: 5px;
}

.sub-heading {
    text-align: center;
    font-size: 24px;
    letter-spacing: 5px;
}

.spacer {
    min-height: 300px;
}

.text-jst {
    text-align: justify;
}

.screen-height {
    height: 100vh;
}

ul.features {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li.leaf {
    background: url('../images/bullet.png') no-repeat left top;
    text-align: left;
    padding-left: 50px;
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 10px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 18px;
    font-size: 36px;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.big {
    font-size: 48px;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    font: 24px "Lato", sans-serif;
    margin-top: 0px;
}

.scale-content {
    position: relative;
    zoom: 1;
    -moz-transform: scale(1);
    transition-delay: 1s;
    min-height: 500px;
}

.theader {
    width: 40%;
}

.tcontent {
    width: 60%;
}

.ttable {
    width: 100%;
}


/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px) {
    .cl-aw-bg-1,
    .cl-aw-bg-2,
    .cl-aw-bg-3,
    .cl-aw-bg-4,
    .cl-aw-bg-5 {
        background-attachment: scroll;
    }
}

@media screen and (max-width: 800px) {
    .col-50 {
        width: 100%;
    }
    .col-25 {
        width: 50%;
    }
    .caption span.border {
        font-size: 24px;
    }
    li.leaf {
        font-size: 12px;
        /*	line-height: 16px;*/
        height: 60px;
    }
}

.cl-aw-bg-1 {
    background-image: url("../images/cl-aw-p1-bg.jpg");
    height: 100vh;
}

.cl-aw-bg-2 {
    background-image: url("../images/cl-aw-p2-bg.jpg");
    min-height: auto;
    overflow: hidden;
    height: 100%;
}

.cl-aw-bg-3 {
    background-image: url("../images/cl-aw-p5-bg.jpg");
    min-height: 200px;
    height: 200px;
}

.cl-wd-bg-1 {
    background-image: url("../images/cl-wd-p1-bg.jpg");
    height: 100vh;
}

.cl-wd-bg-2 {
    background-image: url("../images/cl-wd-p2-bg.jpg");
    min-height: auto;
    overflow: hidden;
    height: 100%;
}

.cl-wd-bg-3 {
    background-image: url("../images/cl-wd-p4-bg.jpg");
    height: 200px;
}

.cl-wd-text {
    color: #ffa126;
}

.cl-en-bg-1 {
    background-image: url("../images/cl-en-p1-bg.jpg");
    height: 100vh;
}

.cl-en-bg-2 {
    /*background-image: url("../images/cl-ps-p2-bg.jpg");*/
    background-color: #fff;
    background-image: url("../images/cl-en-p02-bg.png");
    min-height: auto;
    overflow: hidden;
    height: 100%;
    color: #666;
}

.cl-en-bg-3 {
    /*background-image: url("../images/cl-ps-p2-bg.jpg");*/
    background-color: #fff;
    background-image: url("../images/cl-en-p03-bg.png");
    min-height: auto;
    overflow: hidden;
    height: 100%;
    color: #666;
}

.cl-en-bg-4 {
    background-image: url("../images/cl-en-p4-bg.jpg");
    height: 200px;
}

.cl-iw-bg-1 {
    background-image: url("../images/cl-iw-p1-bg.jpg");
    height: 100vh;
}

.cl-iw-bg-2 {
    /*background-image: url("../images/cl-ps-p2-bg.jpg");*/
    background-color: #fff;
    background-image: url("../images/cl-iw-p02-bg.png");
    min-height: auto;
    overflow: hidden;
    height: 100%;
    color: #666;
}

.cl-iw-bg-3 {
    /*background-image: url("../images/cl-ps-p2-bg.jpg");*/
    background-color: #fff;
    background-image: url("../images/cl-iw-p03-bg.png");
    min-height: auto;
    overflow: hidden;
    height: 100%;
    color: #666;
}

.cl-iw-bg-4 {
    background-image: url("../images/cl-iw-p4-bg.jpg");
    height: 200px;
}

.cl-ps-bg-1 {
    background-image: url("../images/cl-ps-p1-bg.jpg");
    height: 100vh;
}

.cl-ps-bg-2 {
    /*background-image: url("../images/cl-ps-p2-bg.jpg");*/
    background-color: #fff;
    background-image: url("../images/cl-ps-p02-bg.png");
    min-height: auto;
    overflow: hidden;
    height: 100%;
    color: #666;
}

.cl-ps-bg-3 {
    /*background-image: url("../images/cl-ps-p2-bg.jpg");*/
    background-color: #fff;
    background-image: url("../images/cl-ps-p03-bg.png");
    min-height: auto;
    overflow: hidden;
    height: 100%;
    color: #666;
}

.cl-ps-bg-4 {
    background-image: url("../images/cl-ps-p4-bg.jpg");
    height: 200px;
}

.page-center {
    width: 300px;
    height: auto !important;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -150px;
    position: relative;
}

.page-menu {
    position: fixed;
    z-index: 999;
    top: calc(50vh - 100px);
    right: 0;
    background: rgba(0, 0, 0, 0);
}

.dotstyle ul {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dotstyle li {
    position: relative;
    display: block;
    /*float: left;*/
    margin: 8px 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.dotstyle li a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border-radius: 50%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    text-indent: -999em;
    /* make the text accessible to screen readers */
    cursor: pointer;
    position: absolute;
}

.dotstyle li a:focus {
    outline: none;
}

.dotstyle-tooltip li {
    border: 2px solid rgba(143, 141, 122, 0.63);
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}

.dotstyle-tooltip li a {
    top: -8px;
    /* bottom: 250%; */
    left: -70px;
    visibility: hidden;
    padding: 0 10px;
    width: auto;
    min-width: 100px;
    height: auto;
    border-radius: 0;
    background-color: #c44d48;
    color: #fff;
    text-indent: 0;
    line-height: 2;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
    /*top: auto;
	bottom: 250%;
	left: 50%;
	visibility: hidden;
	padding: 0 10px;
	width: auto;
	height: auto;
	border-radius: 0;
	background-color: #c44d48;
	color: #fff;
	text-indent: 0;
	line-height: 2;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0s 0.3s ease;*/
}

.dotstyle-tooltip li a::after {
    /* http: //cssarrowplease.com/ */
    position: absolute;
    left: 100%;
    /* margin-left: -10px; */
    width: 0;
    height: 0;
    border: solid transparent;
    border-width: 10px;
    border-color: transparent;
    border-left-color: #c44d48;
    content: '';
    pointer-events: none;
    top: 15%;
    -webkit-backface-visibility: hidden;
    /* backface-visibility: hidden; */
    transition: opacity 0.3s ease;
    /*position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-color: transparent;
	border-top-color: #c44d48;
	content: '';
	pointer-events: none;
	top: 99%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;*/
}

.no-touch .dotstyle-tooltip li:hover a,
.dotstyle-tooltip li.current a {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0%);
    transform: translateX(-50%) translateY(0%);
    -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dotstyle-tooltip li.current {
    border-color: #c44d48;
}

.dotstyle-tooltip li:hover {
    z-index: 100;
}

.no-touch .dotstyle-tooltip ul:hover li.current a {
    opacity: 0.2;
}

.dotstyle-tooltip ul li.current:hover a {
    opacity: 1;
}

.hlogo {
    right: 10px;
    top: 10px;
    position: absolute;
    z-index: 100100;
}


/*New Css for slider*/

.testimonial .carousel-control {
    text-shadow: none;
}

#testimonialSlider .carousel-inner .item {
    text-align: center;
}

#testimonialSlider .carousel-inner .item img {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 3px;
}

#testimonialSlider .carousel-inner .item .name {
    text-transform: uppercase;
    font-size: 12px;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.5);
}

#testimonialSlider .carousel-inner .item blockquote {
    border-left: 0px;
}

#testimonialSlider .carousel-inner .item blockquote p {
    font-size: 20px;
    line-height: 34px;
    /*padding: 0px 80px;*/
    font-weight: 300;
}

#testimonialSlider .carousel-inner .item blockquote ul {
    margin: 30px 0px;
}

#testimonialSlider .carousel-control.right,
#testimonialSlider .carousel-control.left {
    background: transparent;
    border: 2px solid #ffffff;
    width: 34px;
    height: 34px;
    line-height: 28px;
    text-align: center;
    top: 50%;
}

@media (min-width: 768px) {
    /*custom-padding class*/
    #testimonialSlider .carousel-indicators {
        bottom: -60px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #testimonialSlider .carousel-inner .item blockquote p {
        font-size: 18px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #testimonialSlider .carousel-inner .item blockquote p {
        font-size: 13px;
        line-height: 24px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #testimonialSlider .carousel-inner .item blockquote p {
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0;
    }
}

@media (max-width: 766px) {
    #testimonialSlider .carousel-control.right,
    #testimonial-slider .carousel-control.left {
        display: none;
    }
    #testimonialSlider .carousel-inner .item blockquote p {
        margin-bottom: 20px;
        padding: 0;
    }
}


/*-------------------
    HERO SLIDER
--------------------*/

.hero-slide .carousel-caption {
    bottom: 50%;
    text-shadow: none;
    transform: translateY(50%);
}

.hero-slide .carousel-caption h1 {
    font-size: 36px;
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}

.hero-slide .carousel-caption p {
    font-size: 20px;
    color: #ffffff;
    font-weight: normal;
}

.hero-slide .carousel-control.left,
.hero-slide .carousel-control.right {
    /* width       : 50px;*/
    height: 50px;
    line-height: 46px;
    top: 50%;
    margin-top: -25px;
    background: transparent;
    cursor: pointer;
    border: 2px solid #ffffff;
    text-shadow: none;
}

.hero-slide .carousel-control.left {
    left: 1%;
}

.hero-slide .carousel-control.right {
    right: 1%;
}

.hero-slide .carousel-indicators {
    bottom: 30px;
    position: absolute;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.hero-slide .carousel-indicators li {
    border: 2px solid #ffffff;
}


/*Media Query*/

@media screen and (max-width: 768px) {
    .hero-slide {
        margin-top: 60px;
    }
    .hero-slide .carousel-caption h1 {
        font-size: 24px;
    }
    .hero-slide .carousel-indicators {
        bottom: 20px;
    }
    .hero-slide .carousel-caption p {
        font-size: 12px;
    }
}


/* ---------------------------------------------- /*
 * Preloader
/* ---------------------------------------------- */

#preloader {
    background: #706d5d;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}


/*Bootstrap css start*/

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.page-content {
    text-align: center;
}

.bg-home {
    background-color: #fdc162;
}

.bg-noc {
    background-color: #ff574e;
    color: #eee;
}

.bg-ndl {
    background-color: #60d7a9;
    color: #333;
}

.bg-refund {
    background-color: #7bb7fa;
    color: #333;
}

.mt-100 {
    margin-top: 100px;
}

.text-content {
    padding-left: 20%;
    padding-right: 20%;
}