.banner-outer {
    display: block;
    position: relative;
    overflow-x: hidden;
    z-index: 1;
}

.banner-slider .container {
    display: table;
    height: 100%;
}

.banner-outer .slide1,
.banner-outer .slide2,
.banner-outer .slide3,
.banner-outer .slide4,
.banner-outer .slide5,
.banner-outer .slide {
    display: block;
    height: calc(100vh - 185px);
    /*height: 500px;*/
}

.banner-outer .slide {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
}


.banner-outer .slide6 {
    background: url(../images/banner/abt_banner_1.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 550px;
    color: #fff;
}

.banner-outer .slide7 {
    background: url(../images/banner/contactus1.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
}

.banner-outer .slide8 {
    background: url(../images/banner/contactus2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
}

.banner-outer .slide9 {
    background: url(../images/banner/learninga.jpg)no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
}

.banner-outer .slide10 {
    background: url(../images/banner/learning2.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 550px;
}

.banner-outer .slide11 {
    background: url(../images/banner/aboutUsa.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
     height: calc(100vh - 147px);
}

.banner-outer .slide12 {
    background: url(../images/banner/about2.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 147px);
}

.banner-outer .slide13 {
    background: url(../images/banner/webinar.jpg) no-repeat;
    background-size: cover;
    background-position: center;
     height: calc(100vh - 386px);
    background-attachment: fixed;
}
.banner-outer .slide13 .content, .banner-outer .slide14 .content{
      padding-top:30px;
     padding-left: 220px;
}
.banner-outer .slide13 .content h1, .banner-outer .slide14 .content h1{
    font-size:26px;
    text-align: left;
    color:#333 !important;
}

.banner-outer .slide14 {
    background: url(../images/banner/webinar2a.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 386px);
    background-attachment: fixed;
}

.banner-outer .slide17 {
    background: url(../images/banner/privacy.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 550px;
}

.banner-outer .slide19 {
    background: url(../images/banner/disclaimer.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 550px;
}

.slide17 h1 {
    text-align: center;
    font-size: 55px !important;
    letter-spacing: 1px;
}

.slide19 h1 {
    text-align: center;
    font-size: 55px !important;
    letter-spacing: 1px;
    color: #fff !important;
}

.banner-outer .slide14 .content h1 {
    color: #fff;
}

.banner-outer .content {
    display: table-cell;
    vertical-align: middle;
}

/*.banner-slider .content .fl-right {
  float: right;
}*/
.banner-outer .content h1 {
    display: block;
    padding-bottom: 20px;
    font-family: Raleway-Bold;
    font-size: 42px;
    text-transform: inherit;
    /*color: #24343a;*/
    color: #222;
    line-height: 50px;
    -webkit-animation-delay: 1s;
}

.banner-outer .content h1 span {
    display: block;
    font-size: 62px;
    -webkit-animation-delay: 0.3s;
}

.banner-outer .content p {
    display: block;
    padding-bottom: 25px;
    max-width: 450px;
    font-size: 22px;
    color: #24343a;
    opacity: 0.8;
    -webkit-animation-delay: 0.34s;
}

.banner-outer .content a.btn {
    -webkit-animation-delay: 1.5s;
}

.banner-outer .slide2 .content a.btn {
    margin: 0 10px;
}

/*.banner-outer .slide2 .content {
  float: none;
  text-align: center;
}*/


.banner-outer .slide1 .content h1,
.banner-outer .slide1 .content p,
.banner-outer .slide3 .content h1,
.banner-outer .slide5 .content h1 {
    color: #fff;

}

.banner-outer .slide2 .content h1,
.slide2 .content h1,
.slide4 .content h1,
.banner-outer .slide7 .content h1 {
    /*font-size: 42px;*/
    color: #fff;
    font-family: Raleway-Bold
}

.banner-outer .slide7 .content,
.banner-outer .slide8 .content {
    text-align: center;
}

.banner-outer .slide7 .content a:hover,
.banner-outer .slide8 .content a:hover {
    background-color: #fff;
    color: #222;
}

.banner-outer .slide2 .content p {
    margin: 0 auto;
    color: #fff;
}

/*.banner-outer .slide3 .content h1 {
  color: #fff;
}*/
.banner-outer .slide4 .content h1,
.banner-outer .slide4 .content p {
    color: #fff;
}




.btn {
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    border: 2px solid #00BFFF;
    background: #00BFFF;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn span {
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    content: "";
    opacity: 0.5;
}

.btn:hover,
.btn:focus {
    background-color: transparent;
    border: 2px solid #00BFFF;
    background-color: #ddd;
    color: #222;
}

.btn.white {
    background: #fff;
    color: #595545;
}

.btn.white:hover {
    background: #2c97ea;
    color: #fff;
}

.btn.blue {
    background: #2c97ea;
    color: #fff;
}

.btn.blue:hover {
    background: #17a43b;
}

.banner-outer .bx-wrapper .bx-pager {
    bottom: 60px;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 999;
}

.banner-outer .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block;
}

.banner-outer .bx-wrapper .bx-pager a {
    background: #00bdfd;
    border-radius: 2px;
    display: block;
    height: 18px;
    margin: 0 4px;
    outline: 0 none;
    text-indent: -9999px;
    width: 5px;
    opacity: 0.3;
}

.banner-outer .bx-wrapper .bx-pager a:hover,
.banner-outer .bx-wrapper .bx-pager a.active {
    background: #00bdfd;
    opacity: 1;
}