@charset "utf-8";
.profile img{
	display: block;
    max-width: 100%;
    height: 100%;
    width: 100%;
    z-index: -1;
}
body {
	font-size: 100%;
	color: #000;
	/*overflow: hidden;*/
	background-color: #ffefde;
	font-family: 'Special Elite', cursive;
    font-weight: 400;
}
#metype-contribution-iframe{
	display: none !important;
}
.amazon_prime_logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    top: 50%;
}
.contribution-body{
	display:none;
}
.image-upload{
margin-top:10px;
color:#004092;
}
.form-group.last{
padding-bottom:20px;
}
.submit_form{
margin-top:20px;
}
.submit_button{
padding:5px;
}
.success-message{
color:#1e7d00;
}
@media only screen and (max-width: 768px) {
	.amazon_prime_logo {
		width: 90px;
	}
  }
.amazon_prime_logo_transparent{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 140px;
    top: 40%;
}
@media only screen and (max-width: 768px) {
	.amazon_prime_logo_transparent {
		width: 90px;
	}
  }
@font-face {
	font-family: 'Avenir LT Std 65 Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff');
}
@font-face {
	font-family: 'Avenir LT Std 85 Heavy';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff');
}
a {
	text-decoration: none;
	outline: none;
	color: #333;
}
button, a {
	outline: none;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: 'Special Elite', cursive;
	font-size: 100%;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background: url(../images/ajax-loader.gif) #fff no-repeat center;
}
/*.loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
}
.loader .loader-icon {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    z-index: 99999;
    position: absolute;
    text-align: center;
    background-image: url(../images/loading-w.svg);
    background-repeat: no-repeat;
    background-position: center center;
}
.loader-icon::after {
    position: absolute;
    width: 100px;
    content: 'Loading...';
    color: #4f4f4f;
    bottom: -25px;
    left: -30px;
    font-weight: 700;
}*/
#preloader svg {
    width: 100%;
}
.clearfix:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
.section:after,
.header:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
.section-first {
	background-image: url(../images/section-bg-first.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.section-first.freeze {
	transform: translate3d(0px, -100%, 0px) !important;
}
.section-second .back-top {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 35px;
}
.section-second .back-top img {
	width: 100%;
	border-radius: 2px;
	opacity: 0.6;
	transition: all 0.2s ease-in-out;
}
.section-second .back-top img:hover {
	opacity: 1
}
.section-second {
	/*background-image: url(../images/section-bg-second.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;*/
}
.section-second .social-share {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	bottom: 10px;
	padding: 20px;
	max-width: 500px;
	text-align: center;
}
.section-second .social-share .write-letter-btn {
	position: relative;
	background-color: #292929;
	padding: 12px 35px 9px 15px;
	color: #fff;
	cursor: pointer;
	z-index: 9;
	border-radius: 4px;
	font-size: 1.25em;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	box-shadow: 0 3px 6px 0 #00000067;
}
.section-second .social-share .write-letter-btn:after {
	position: absolute;
	top: 10px;
	right: 5px;
	content: '\f040';
	font-size: 1em;
	width: 25px;
	height: 25px;
	font-family:'FontAwesome';
}
.section-second .social-share .write-letter-btn:hover {
	background-color: #000
}
.section-second .social-share .share-btn {
	margin-left: 10px;
	position: relative;
	padding: 12px 32px 9px 13px;
	color: #332614;
	cursor: pointer;
	z-index: 9;
	border-radius: 4px;
	font-size: 1.25em;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 3px 6px 0 #00000067;
	background-color: #fff;
}
.section-second .social-share .share-btn:after {
	position: absolute;
	right: 10px;
	top: 12px;
	width: 15px;
	height: 25px;
	/*content: '\f1e0';
	font-family:'FontAwesome';*/
	content: '';
	background-image: url(../images/ico-share.svg);
    background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
}
.section-second .social-share .share-btn .social-icon {
	position: absolute;
	right: -5px;
	top: 0;
	z-index: -1;
	height: 40px;
	width: 90px;
	transition: all 0.4s ease-in-out;
}
.section-second .social-share .share-btn .social-icon.is-show {
	right: -90px;
}
.section-second .social-share .share-btn .social-icon li {
	display: inline-block;
	padding-top: 3px;
}
.section-second .social-share .share-btn .social-icon li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
	color: #fff
}
.section-second .social-share .share-btn .social-icon li a.icon-facebook {
	background-color: #3b5998
}
.section-second .social-share .share-btn .social-icon li a.icon-twitter {
	background-color: #1da1f2
}
.section-second .social-share .share-btn .social-icon i {
	line-height: 37px;
	font-size: 1em;
}
.section-second .social-share .share-btn:hover {
	/*color: #fff;
	background-color: #332614;*/
}




.section-second .pp-tableCell::before {
	position: absolute;
	right: 0;
	left: 0;
	content: '';
	z-index: 1;
	width: 100%;
	height: 100px;
	opacity: 0.5;
	top: 0;
	background-image: linear-gradient(to bottom, #000000, #54545400);
}
.header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	background-color: rgba(255, 255, 255, 0.6);
}
.header.transparent {
	background-color: rgba(255, 255, 255, 0.0);
}
.header .header__wrap {
	margin: 0 auto;
    /*max-width: 1240px;*/
    width: 100%;
    padding: 0 30px;
    position: relative;
}

.header .header__wrap--logo {
	padding: 20px 0;
	width: 100px;
}
.header .header__wrap--nav-icon {
	position: absolute;
	right: 30px;
	top: 30px;
	width: 30px;
	height: 30px;
}

.header .nav-icon {
    display: block;
    position: absolute;
    top: 34px;
    right: 30px;
    width: 40px;
    height: 23px;
    z-index: 5;
}
.header .nav-icon span,
.header .nav-icon span::after,
.header .nav-icon span::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    right: 0px;
    transition: all 0.2s ease-in-out;
    border-radius: 40px;
    background-color: #292929
}
.header.transparent .nav-icon span,
.header.transparent .nav-icon span::after,
.header.transparent .nav-icon span::before {
	background-color: #fff
}
.header .nav-icon span::before {
    top: 11px;
}
.header .nav-icon span::after {
    top: 22px;
    width: 75%;
}

.side-bar {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	overflow-x: hidden;
	transition: 0.3s ease;
	padding-top: 72px;
	background-image: url(../images/section-bg-first.jpg);
    background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.side-bar__logo {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
    bottom: 5%;
	width: 180px;
}
#pagepiling {
	transition: margin-left .3s ease;
}
.animate-left {
	margin-left: -320px; 
	transition: margin-left .3s ease;
}
body.is-overlay:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9;
	content: '';
	background-color: rgba(0, 0, 0, 0.3);
}

.side-bar li {
	margin: 25px 0 20px 50px;
}
.side-bar li a {
	/*background-color: #ccc;*/
	width: 245px;
	/*padding: 14px 10px 14px 50px;*/
	text-decoration: none;
	font-size: 1.5em;
	color: #292929;
	display: block;
	transition: 0.3s;
	font-family: 'Avenir LT Std 85 Heavy';
}
/*.side-bar li a span {
	display: block;
	width: 245px;
}*/
.side-bar li a:hover {
	color: #000;
}

.side-bar li .side-bar-btn {
	padding: 15px 20px 8px;
	border-radius: 5px;
	color: #fff; 
	font-size: 1em;
	line-height: 100%;
	display: inline-block;
	background-color: #292929;
	transition: all 0.2s ease-in-out;
}
.side-bar li .side-bar-btn:hover {	
	background-color: #000;
}
.side-bar .btn-close {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
    height: 30px;
}
.side-bar .btn-close::before, .btn-close::after {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    left: 0;
    right: 0px;
    top: 11px;
    transition: all 0.2s ease-in-out;
    border-radius: 40px;
    background-color: #292929;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}
.side-bar .btn-close::before {
    transform: rotate(-45deg);
}
.side-bar .btn-close::after {
    transform: rotate(45deg);
}
.side-bar .write-the-letters {
	
}
.section {
	width: 100%;
}
.section__wrap {
	margin: 0 auto;
    /*max-width: 1240px;*/
    width: 100%;
    height: 100%;
    padding: 0 20px;
    position: relative;
}
.section__wrap .home-page {
	position: relative;
	width: 100%;
	padding-top: 100px;
	height: 100%;
	/*height: 100vh;*/
}
.section__wrap .home-page:before {
	position: absolute;
    top: 70px;
    right: 7px;
    content: '';
    z-index: 5;
    width: 275px;
    height: 223px;
	background-image: url(../images/stamp-top-right.png);
    background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;
}
.section__wrap .home-page:after {
	position: absolute;
    bottom: 13px;
    left: 5px;
    content: '';
    width: 170px;
    height: 300px;
	background-image: url(../images/stamp-btm-left.png);
    background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100%;
}
.section__wrap .home-page__left {
	float: right;
	/*width: 380px;*/
	width: 48%;
	height: 100%;
	position: relative;
	/*background-color: #eee*/
}
.section__wrap .home-page__left .sandesh-box {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 98%;
	width: 58%;
	/*background-color: #eee;*/
	background-image: url(../images/sandesh-to-soldier.png);
    background-repeat: no-repeat;
	background-position: bottom right;
	background-size: 100% 100%;
}
.section__wrap .home-page__left--sandesh-box img {
	height: 83vh;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}
.section__wrap .home-page__right {
	height: 100%;
	float: right;
	width: 52%;
	z-index: 5;
	position: relative;
	/*background-color: #ccc*/
}

.section__wrap .home-page__left .media-play-icon {
	position: absolute;
    margin: 0 auto;
    top: 65.7%;
    left: 0;
    right: 0;
    width: 100%;
    height: 7%;
    padding-right: 10%;
    cursor: pointer;
    display: block;
    text-align: center;
}
.section__wrap .home-page__left .media-play-icon img {
	position: absolute;
	left: 7%;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: auto;
	max-width: auto;
	display: inline-block;
}
.section__wrap .home-page__left .write-letter {
	position: absolute;
    margin: 0 auto;
    top: 25.3%;
    left: 0;
    right: 0;
    width: 100%;
    height: 6%;
    cursor: pointer;
    display: block;
    text-align: center;
}
.section__wrap .home-page__left .write-letter img {
	position: absolute;
	left: 7%;
	right: 0;
	margin: 0 auto;
	height: 100%;
	width: auto;
	max-width: auto;
	display: inline-block;
}
.section__wrap .home-page__right .home-content {
	padding: 0 20px 0 40px;
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    -ms-transform: translateY (-50%);
    -webkit-transform: translateY (-50%);
     -moz-transform: translateY (-50%);
     -o-transform: translateY (-50%);
     transform: translateY(-50%);
}
.section__wrap .home-page__right .home-content p {
	font-size: 1.3250em;
	line-height: 150%;
	margin-bottom: 5px; 
}
.section__wrap .home-page__right .home-content .read-letters {
	margin-top: 15px; 
	padding: 12px 20px 8px;
	border-radius: 5px;
	color: #fff; 
	font-size: 1.5em;
	line-height: 100%;
	display: inline-block;
	background-color: #292929;
	transition: all 0.2s ease-in-out;
}
.section__wrap .home-page__right .home-content .read-letters:hover {
	/*color: #292929;*/
	background-color: #000;
}

.section__wrap--container {
	margin: 0 auto;
    /*max-width: 1240px;*/
    max-width:100vw;
    width: 100vw;
    height: 100%;
    padding: 0px;
    position: relative;
}
.card-wrap__content {
	overflow: auto;
	width: 100%;
	height: 100%;
	/*padding: 90px 30px;*/
	position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY (-50%);
    -webkit-transform: translateY (-50%);
     -moz-transform: translateY (-50%);
     -o-transform: translateY (-50%);
     transform: translateY(-50%);
}
.parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	background-image: url(../images/section-bg-second.jpg);
	background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
	background-size: cover;
}
/* swiper-container */
.swiper-container {
    width: 100%;
    height: 100%;
    background-image: url(../images/section-bg-second.jpg);
	background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
	background-size: cover;
}
.swiper-wrapper {
	height: auto;
	position: absolute;
    top: 50%;
    left: 0;
}
.swiper-slide {
	padding: 30px 30px 0;
	width: 390px;
    height: 430px;
    /*font-family: 'Avenir LT Std 85 Heavy';*/
    box-shadow: 0px 12px 40px -2px rgba(0, 0, 0, 0.5);

    background-color: #fff;
	background-image: url(../images/card-green.png);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;    
}

.swiper-slide:first-child {
	background-image: url(../images/card-green.png);
}
.swiper-slide:first-child .cta-wrap .cta-btn .read-more {
	background-color: #4c5c3f;
}
.swiper-slide:nth-child(2n) {
	background-image: url(../images/card-brown.png);
}
.swiper-slide:nth-child(2n) .cta-wrap .cta-btn .read-more {
	background-color: #9d7b4f;
}
.swiper-slide:nth-child(3n) {
	background-image: url(../images/card-black.png);
}
.swiper-slide:nth-child(3n) .cta-wrap .cta-btn .read-more {
	background-color: #272914;
}
.swiper-slide:nth-child(4n) {
	background-image: url(../images/card-yellow-dark.png);
}
.swiper-slide:nth-child(4n) .cta-wrap .cta-btn .read-more {
	background-color: #c49c3e;
}
/*.swiper-slide:nth-child(5n) {
	background-image: url(../images/card-yellow.png);
}
.swiper-slide:nth-child(5n) .cta-wrap .cta-btn .read-more {
	background-color: #dca946;
}*/

.swiper-slide .card-header {
	margin-bottom: 15px;
}
.swiper-slide .card-header:after {
	content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
.swiper-slide .card-header .profile {
	float: left;
	width: 100px;
	height: 100px;
	background-image: url(../images/profile-bg.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding: 5px;
}
.swiper-slide .card-header .profile-name {
	float: left;
	font-weight: 900;
	padding: 10px 0 0 10px;
	line-height: 100%;
	font-size: 1.3125em;
	/*text-transform: uppercase;*/
	letter-spacing: -0.5px;
	font-family: 'Avenir LT Std 85 Heavy';
}
.swiper-slide .card-header .profile-name .profile-location {
	font-size: 13px;
	display: block;
	color: rgba(0, 0, 0, 0.5);
	font-weight: normal;
	/*font-family: 'Avenir LT Std 65 Medium';*/
	text-transform: capitalize;
}
.swiper-slide .card-content {
	margin-bottom: 10px; 
	font-size: 1.2500em;
	line-height: 125%
}
@media screen and (max-width: 640px) {
.swiper-slide .card-content {
	font-size: 0.95em;
}
}
.swiper-slide .cta-wrap {
	font-family: 'Avenir LT Std 85 Heavy';
	display:none;
}
.swiper-slide .cta-wrap::after {
	content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    width: 100%;
    clear: both;
}
.swiper-slide .cta-wrap span {
	float: left;
}
.swiper-slide .cta-wrap .cta-btn .read-more {
	padding: 10px 12px 8px;
	border-radius: 5px;
	color: #fff; 
	font-size: 1.125em;
	line-height: 100%;
	display: inline-block;
	background-color: #292929;
	position: relative;
}
.swiper-slide .cta-wrap .cta-btn .read-more:hover {
	color: #fff;
	background-color: #000;
}
.swiper-slide .cta-wrap .video-icon,
.swiper-slide .cta-wrap .audio-icon {
	margin-left: 10px;
	margin-top: -4px;
}
.swiper-slide .cta-wrap .video-icon a,
.swiper-slide .cta-wrap .audio-icon a {
	width: 44px;
	height: 44px;
	display: block;
	border-radius: 100%;
	position: relative;
	background-image: url(../images/icon-play.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	cursor: pointer;
}
.swiper-slide .cta-wrap .audio-icon a {
	background-image: url(../images/icon-audio.svg);
}
.swiper-pagination {
	/*bottom: 0;*/
}
.swiper-pagination-fraction {
	margin: 0 auto;
    padding-top: 5px;
    left: 0;
    right: 0;
    line-height: 25px;
    top: 11%;
    width: 66px;
    height: 30px;
    border-radius: 3px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'Avenir LT Std 85 Heavy';
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 0.7;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	width: 13px;
	height: 13px;
	opacity: 1;
}
.swiper-container .swiper-button-next {
	background-image: url(../images/slider-next.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 47%;
	background-color: #fff;
	width: 35px;
	border-radius: 2px;
}
.swiper-container .swiper-button-prev {
	background-image: url(../images/slider-prev.svg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: 47%;
	background-color: #fff;
	width: 35px;
	border-radius: 2px;
}
.swiper-container .swiper-button-next:focus,
.swiper-container .swiper-button-prev:focus {
	outline: none;
}

/* Modal Popup */
.modal-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}
.modal-popup .popup-box {
    position: fixed;
    width: 800px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    border: 7px solid rgba(255, 255, 255, 1.0);
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.75);
}
#form_popup .popup-box {
	width: 600px;
}
#form_popup .form-content {
	height: 550px;
	background-color: #fff;
	overflow: auto;
}
.modal-popup .popup-box .popup-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.modal-popup .popup-box .popup-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-popup .popup-box .popup-close {
    width: 35px;
    height: 35px;
    line-height: 40px;
    font-size: 1.5em;
    font-weight: 900;
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #e50913;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3);
}

#contribution-container {
	padding: 15px;
}

.form-group {
	display: grid;
    padding: 0px 0px 35px 0px;
}

.form-group label {
	margin-bottom: 10px;
}
@media screen and (min-width: 1281px) {
	.swiper-slide {
	    width: 440px;
    	height: 500px;
	}
}
@media screen and (max-width: 959px) {
	.modal-popup .popup-box {
		width: 600px;
	}
	#form_popup .popup-box {
		width: 600px;
	}

	#form_popup .form-content {
		height: 450px;
		background-color: #fff
	}
}
@media screen and (max-width: 768px) {
	.header .header__wrap--logo {
		width: 60px;
    	padding: 7px 0;
	}
	.header {
		padding: 10px 0 4px;
	}
	.header .nav-icon {
		top: 15px;
		width: 30px;
	}
	.header .nav-icon span::before {
		top: 9px;
	}
	.header .nav-icon span::after {
		top: 18px;
	}
	.section__wrap .home-page {
		padding-top: 50px;
	}
	.section__wrap .home-page:before {
		top: 220px;
	    width: 200px;
	}
	.section__wrap .home-page:after {
		width: 140px;
	}
	.section__wrap .home-page__right {
		float: none;
		width: 100%;
		height: 200px;
		position: relative;
	}
	.section__wrap .home-page__right .home-content {
		padding: 20px 0;
		position: relative;
		bottom: 0;
    	top: 0;
    	transform: inherit;
	}
	.section__wrap .home-page__right .home-content p {
		font-size: 1.25em;
		line-height: 135%
	}
	.section__wrap .home-page__right .home-content .read-letters {
		margin-top: 10px; 
		padding: 8px 10px 6px;
		font-size: 1em;
	}
	.section__wrap .home-page__left {
		float: none;
		width: 100%;
		position: absolute;
		bottom: 0;
		height: calc(100% - 250px);
		height: -webkit-calc(100% - 250px);
	}
	.section__wrap .home-page__left .sandesh-box {
		position: absolute;
	    bottom: 0;
	    right: 0;
	    left: 0;
	    height: 100%;
	    width: 100%;
	    margin: 0 auto;
	    background-image: url(../images/sandesh-to-soldier.png);
	    background-repeat: no-repeat;
	    background-position: bottom center;
	    background-size: auto 100%;
	}
	.section__wrap .home-page__left--sandesh-box img {
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		display: block;
		margin: 0 auto
	}
}
@media screen and (max-width: 640px) {
	.section-second .back-top {
		display: none;
	}
	.header .header__wrap {
		padding: 0 20px;
	}
	.header .nav-icon {
		right: 20px;
	}
	.swiper-container .swiper-button-next,
	.swiper-container .swiper-button-prev {
		display: none;
	}
	.swiper-slide {
		width: 300px;
	    height: 460px;
	    box-shadow: none;
	    padding: 30px 25px 0;
	}
	.swiper-slide .card-header {
		margin-bottom: 5px;
	}
	.swiper-slide .card-header .profile {
		width: 80px;
	    height: 80px;
	    margin: 0 auto;
	    left: 0;
	    right: 0;
	    float: none;
		display: block;
		overflow:hidden;
	}
	.swiper-slide .card-header .profile-name {
		text-align: center;
		width: 100%;
		font-size: 1.125em;
		padding: 5px 0 0 0;
	}
	.swiper-slide .card-content {
		line-height: 120%;
		margin-bottom: 10px;
	}
	.swiper-slide .cta-wrap .cta-btn .read-more {
		font-size: 1em;
		padding: 9px 12px 7px;
	}

	.modal-popup .popup-box {
	    width: 300px;
	}

	#form_popup .popup-box {
		width: 300px;
	}
	
	#form_popup .form-content {
		height: 450px;
		background-color: #fff
	}

	.section__wrap .home-page:before {
		top: 220px;
    	width: 125px;
    	right: -4px;
	}
	.section__wrap .home-page:after {
		width: 80px;
		height: 222px;
		left: -4px;
	}
	.section__wrap .home-page__right {
		float: none;
		width: 100%;
		height: 240px;
		position: relative;
	}
	.section__wrap .home-page__left {
		height: calc(100% - 280px);
		height: -webkit-calc(100% - 280px);
	}
	.section-second .social-share .share-btn .social-icon {
		right: 0px;
		top: -40px;
		width: 40px;
		opacity: 0;
	}
	.section-second .social-share .share-btn .social-icon.is-show {
		right: 0;
		top: -85px;
		opacity: 1;
	}
	.section-second .social-share .share-btn .social-icon li {
		margin-bottom: 3px;
	}
	.section__wrap .home-page__left .media-play-icon img {
		left: 4%;
	}
	.section-second .social-share {
		bottom: 10px;
	}
}
@media screen and (max-width: 380px) {
	.swiper-slide {
		width: 280px;
	    height: 430px;
	    box-shadow: none;
	}
	.swiper-slide .card-content {
		font-size: 1em
	}
	.section__wrap .home-page:before {
		top: 230px;
    	width: 110px;
    	right: -6px;
	}
	.section__wrap .home-page:after {
		width: 70px;
		left: -10px;
	}
}
@media screen and (max-width: 360px) {
	.swiper-slide {
		width: 280px;
	    height: 400px;
	    box-shadow: none;
	}
	.swiper-slide .cta-wrap .video-icon,
	.swiper-slide .cta-wrap .audio-icon {
	    margin-top: -2px;
	}
	.swiper-slide .cta-wrap .video-icon a,
	.swiper-slide .cta-wrap .audio-icon a {
		width: 36px;
	    height: 36px;
	}
}
@media screen and (max-width: 359px) {
	.swiper-slide {
		padding: 20px 20px 0;
		width: 250px;
	    height: 370px;
	    box-shadow: none;
	}
	.swiper-slide .card-header,
	.swiper-slide .card-content {
		margin-bottom: 5px;
	}
	.swiper-slide .cta-wrap .cta-btn .read-more {
	    font-size: 0.9375em;
	    padding: 7px 9px 5px;
	}
	.section-second .social-share .write-letter-btn,
	.section-second .social-share .share-btn {
		font-size: 1em;
	}
	.section-second .social-share .share-btn:after {
	    top: 10px;
	    width: 15px;
	}
	.section__wrap .home-page:before {
		top: 260px;
    	width: 90px;
	}
	.section__wrap .home-page:after {
		width: 60px;
		height: 150px;
		bottom: 8px;
	}
	.section__wrap .home-page__right .home-content {
		padding: 10px 0;
	}
	.section__wrap .home-page__right .home-content p {
		font-size: 1.1250em;
		line-height: 135%
	}
	.section__wrap .home-page__right {
		height: 250px;
	}
	.section__wrap .home-page__left {
	    height: calc(100% - 300px);
	    height: -webkit-calc(100% - 300px);
	}
	.section-second .social-share {
		bottom: 0
	}
	.swiper-pagination-fraction {
		line-height: 23px;
		bottom: 9.5%;
	}
}
