@import url('https://fonts.googleapis.com/css?family=Just+Another+Hand');

body {
    padding-top: 86px;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
a.navbar-brand {
    font-family: 'Just Another Hand', cursive;
    font-size: 40px;
    letter-spacing: 4px;
}
a.nav-link {
    font-size: 17px;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #007aff;
}

.swiper-container {
    text-align: center;
}

.swiper-slide {
    border-top: 13px solid #2d6e84;
    border-bottom: 30px solid #2d6e84;
    border-radius: 0;
}

img.slide-image {
    max-height: 70vh;
    width: auto;
    height: auto;
    padding: 20px;
    max-width: 100%;
}
section#main {
    padding: 20px;
    background: url("../assets/bg-main.png");
    cursor : pointer;
	background-position: center center;
}
.bg-blue {
    background: #000053;
}
.bg-dark {
	background: url("../assets/bg-header.png");

	
	background-repeat: repeat;
}
.swiper-pagination {
    right: 0;
    left: 0;
    padding-top: 20px;
}

span.swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-slide.swiper-slide-active {
    padding: 50px;
}


.slide1 {
    cursor : pointer;
}

.arrows-container {
        max-width: 100vw;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

.swiper-button-next, .swiper-button-prev {
    width: 38px;
    height: 100%;
    top: 22px;
    background-image: none!important;
    outline: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2d6e84;
    color: white;
    font-size: 40px;
    font-weight: 900;
}
.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

/*New Changes*/
.main-container {
    padding: 50px 0; 
    position: relative;
}

.main-wrapper {
    padding: 0;
    position: relative;
}

.textbox {
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    width: 80%;
    margin: 0 auto;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    line-height: 22px;
}
.textbox p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.textbox img {
    width: 22px;
    height: auto;
}
/*End New Changes*/