/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7 Sept, 2018, 12:49:05 PM
    Author     : Hemraj
*/

/* Global Styles */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700;900&display=swap');

@font-face {
	font-family: 'shree-ban7-0552';
	src: url('../fonts/shree-ban7-0552.eot');
	src: url('../fonts/shree-ban7-0552.eot') format('embedded-opentype'),
		url('../fonts/shree-ban7-0552.woff2') format('woff2'),
		url('../fonts/shree-ban7-0552.woff') format('woff'),
		url('../fonts/shree-ban7-0552.ttf') format('truetype'),
		url('../fonts/shree-ban7-0552.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	-ms-overflow-style: scrollbar;
}

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.4rem;
	color: #000;
	background: #fff;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: normal;
}

p {
	margin-bottom: 15px
}

ul li,
ol li {
	line-height: 1.5;
}

a {
	color: #0074b9;
	text-decoration: none;
	transition: all .5s;
}

a:hover {
	color: #000;
	text-decoration: none
}

/* ::-webkit-input-placeholder{color:#fff !important;}
:-moz-placeholder{color:#fff !important;}
::-moz-placeholder{color:#fff !important;}
:-ms-input-placeholder{color:#fff !important;} */
hr {
	border-color: rgba(255, 255, 255, 0.5);
	display: inline-block;
	width:100%;
}

.page-node-3375 hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}
/* Plugin Styles */
.jspVerticalBar {
	width: 5px
}

.jspVerticalBar .jspDrag {
	background: #cd8d98;
}

.scroll-pane.about-scroll-left,
.scroll-pane.about-scroll-right {
	height: 230px;
}

.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 37px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: url('../images/slide-nav.png') no-repeat;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}

/* .slick-prev:hover, .slick-prev:focus{background-position: 0 -45px;} 
.slick-next:hover, .slick-next:focus{background-position:-25px -45px;} */
.slick-prev {
	left: -25px;
	background-position: 0 0;
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}

.slick-next {
	right: -25px;
	background-position: -25px 0;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}

.slick-dots {
	position: absolute;
	bottom: 45px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 15px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 15px;
	height: 20px;
	padding: 2px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	font-family: 'FontAwesome';
	font-size: 30px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #fff;
}

.ekko-lightbox {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 0 !important
}

.ekko-lightbox-container {
	position: relative
}

.ekko-lightbox-container>div.ekko-lightbox-item {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%
}

.ekko-lightbox iframe {
	width: 100%;
	height: 100%
}

.ekko-lightbox-nav-overlay {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex
}

.ekko-lightbox-nav-overlay a {
	-ms-flex: 1;
	flex: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	transition: opacity .5s;
	color: #fff;
	font-size: 30px;
	z-index: 1;
	text-decoration: none !important
}

.ekko-lightbox-nav-overlay a>* {
	-ms-flex-positive: 1;
	flex-grow: 1
}

.ekko-lightbox-nav-overlay a>:focus {
	outline: none
}

.ekko-lightbox-nav-overlay a span {
	padding: 0 30px
}

.ekko-lightbox-nav-overlay a:last-child span {
	text-align: right
}

.ekko-lightbox-nav-overlay a:hover {
	text-decoration: none
}

.ekko-lightbox-nav-overlay a:focus {
	outline: none
}

.ekko-lightbox-nav-overlay a.disabled {
	cursor: default;
	visibility: hidden
}

.ekko-lightbox a:hover {
	opacity: 1;
	text-decoration: none
}

.ekko-lightbox .modal-dialog {
	display: none
}

.ekko-lightbox .modal-footer {
	text-align: left
}

.ekko-lightbox-loader {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.ekko-lightbox-loader>div {
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center
}

.ekko-lightbox-loader>div>div {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	animation: a 2s infinite ease-in-out
}

.ekko-lightbox-loader>div>div:last-child {
	animation-delay: -1s
}

.modal-dialog .ekko-lightbox-loader>div>div {
	background-color: #333
}

@keyframes a {

	0%,
	to {
		transform: scale(0);
		-webkit-transform: scale(0)
	}

	50% {
		transform: scale(1);
		-webkit-transform: scale(1)
	}
}

.ekko-lightbox .modal-body {
	padding: 0
}

.blinker {
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: blinker;
	-moz-animation-duration: 1s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	animation-name: blinker;
	animation-duration: 1s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1.0;
	}
}

@-webkit-keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1.0;
	}
}

@keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.3;
	}

	100% {
		opacity: 1.0;
	}
}

/* Common Styles */
.font-bengali {
	font-family: 'shree-ban7-0552', sans-serif;
	font-size: 18px;
	line-height: 1
}

.bg-1 {
	background: #fff;
	border: 2px solid #0889ba;
}

.bg-2 {
	background: #ffdc2e;
}

.bg-3 {
	background: #00b4d7;
}

.link-1 {
	color: #ffdc2d !important;
	text-decoration: underline;
}

.text-white {
	color: #000 !important;
}

.text-red {
	color: #ba223d !important;
}

.text-blue {
	color: #0889ba !important;
}

.text-darkblue {
	color: #005d82 !important;
}

.text-yellow {
	color: #ffdc2d !important;
}

.text-magenta {
	color: #67050d !important;
}

.remove-bottom {
	margin-bottom: 0 !important
}

.half-bottom {
	margin-bottom: 7.5px !important
}

.add-bottom {
	margin-bottom: 15px !important
}

.add-more-bottom {
	margin-bottom: 30px !important
}

.page-node-3375 .add-more-bottom {
	margin-bottom: 0 !important;
	padding: 30px 0
}

.half-top {
	margin-top: 15px !important
}

.half-spacer {
	height: 7.5px;
	width: 100%;
	font-size: 0;
	display: block;
}

.add-spacer {
	height: 15px;
	width: 100%;
	font-size: 0;
	display: block;
}

.long-text {
	word-wrap: break-word;
}

.text-bold {
	font-weight: 700
}

.text-underline {
	text-decoration: underline
}

.display-0-4 {
	font-size: 3.2rem;
}

.display-0-3 {
	font-size: 3rem;
}

.display-0-2 {
	font-size: 2.8rem;
}

.display-0-1 {
	font-size: 2.6rem;
}

.display-1 {
	font-size: 2.4rem;
}

.display-2 {
	font-size: 2.2rem;
}

.display-3 {
	font-size: 2rem;
}

.display-4 {
	font-size: 1.8rem;
}

.display-5 {
	font-size: 1.6rem;
}

.display-6 {
	font-size: 1.2rem;
}

.display-7 {
	font-size: 1rem;
}

.gutter-0.row {
	margin-right: 0;
	margin-left: 0;
}

.gutter-0>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.gutter-10.row {
	margin-right: -5px;
	margin-left: -5px;
}

.gutter-10>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.gutter-20.row {
	margin-right: -10px;
	margin-left: -10px;
}

.gutter-20>[class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}

.main-section {
	padding-top: 0;
	min-height: 80vh;
	position: relative;
}

/* .main-section:before{position:absolute; top:10px; left:0; right:0; height:32px; content:''; background:url('../images/strip-top.png') repeat-x;} */
.main-section:after {
	margin: 30px auto 0;
	display: block;
	position: relative;
	content: '';
	width: 200px;
	height: 195px;
	background: url('../images/total-years.png') no-repeat;
}

.main-section>.container {
	position: relative;
}

.inner-section {
	padding-top: 40px;
	padding-bottom: 40px
}

.sub-section {
	padding: 30px;
}

.page-title {
	font-size: 42px;
	color: #da2128 !important;
	font-weight: 700;
	font-family: 'Merriweather', serif;
}

.sub-title {
	font-size: 2.2rem;
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 30px;
}

/* .sub-section-title{font-size:2rem; text-transform:uppercase; font-weight:700; line-height:inherit; margin:0 0 10px; padding:15px 10px 15px 55px; border-bottom:1px solid #fdca13; position:relative} */
/* .sub-section-title:before{content:''; position:absolute; width:46px; height:59px; left:0; top:0; background:url('../images/vec-ico-yellow.png') no-repeat;} */
.sub-section-title.text-center {
	padding-left: 10px;
}

.sub-section-title.text-red {
	border-color: #e28724;
}

.sub-section-title.text-red:before {
	background-image: url('../images/vec-ico-red.png');
}

.sub-section-title.no-border {
	border: 0;
	padding: 0;
}

.sub-section-title.no-border:before {
	position: relative;
	display: inline-block;
}

.MobileHide {
	display: block;
}

.mobileShow {
	display: none;
}

.title-wrap {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: baseline;
	text-align: center;
}

.title-wrap:before,
.title-wrap:after {
	content: '';
	border-top: 1px solid #fdca13;
	margin: 0 20px 0 0;
	flex: 1 0 20px;
}

.title-wrap:after {
	margin: 0 0 0 20px;
}

.btn-default {
	border-radius: 0;
	padding: 2px 10px;
	border: 2px solid transparent;
	outline: none
}

.btn-default.btn-xs {
	padding: 2px 10px;
	font-size: 1.2rem;
}

.btn-black {
	background: #333;
	color: #fff
}

.btn-black:hover {
	background: #555;
	color: #fff
}

.btn-yellow {
	background: #ffd62e;
	color: #343434
}

.btn-yellow:hover {
	background: #ffe600;
	color: #343434
}

.btn-blank {
	background: #fff;
	border-color: #e9242d;
	color: #e9242d
}

.btn-fb-share {
	background: #1b4188;
	color: #fff
}

.btn-registration {
	padding: 4px 20px;
	outline: none;
	min-width: 160px;
	font-weight: 700;
	border: 6px solid #feca30 !important;
	color: #fff !important;
	font-size: 2rem;
	background: #feca30
}

.btn-registration.focus,
.btn-registration:focus,
.btn-registration:hover,
.btn-registration:active {
	background: #fec609 !important;
}

.btn-videos {
	background: #e9242d;
	border: 2px solid #fdca13;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 1.6rem;
	font-weight: 700
}

.btn-secondary {
	background: #fff;
	border: 1px solid #e9242d;
	color: #000 !important;
	border-radius: 20px;
	padding: 5px 20px;
	font-size: 1.4rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
}

.btn-secondary .fa {
	font-size: 25px;
	margin-left: 8px;
	color: #e9242d !important;
	line-height: 17px;
}

.panel-table {
	border: 1px solid #fff;
	border-radius: 8px;
	background: none
}

.table.table-default th {
	background: #fdca13;
	border-color: #e28724;
	color: #ba223d;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
}

.table.table-default td {
	border-color: #c7c7c6 !important;
	color: #fff
}

.table.table-default th:first-child {
	border-top-left-radius: 8px !important;
}

.table.table-default th:last-child {
	border-top-right-radius: 8px !important;
}

.nav-primary-pills {
	display: table;
	padding: 0 1px;
	margin: 0 auto 30px;
	border-bottom: 1px solid #fff;
}

.nav-primary-pills li {
	margin: 0 !important;
	outline: none !important;
	display: table-cell;
	float: none
}

.nav-primary-pills li a {
	background: none;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	font-size: 1.3rem;
	color: #000;
	padding: 8px 20px;
	text-align: center;
	margin: 0 -1px;
	outline: none !important;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.nav-primary-pills li.active a,
.nav-primary-pills li a:hover,
.nav-primary-pills li a:focus {
	background: #da2128;
	color: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.nav-primary-pills {
	margin: 35px auto 22px;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background: #da2128;
	color: #fff;
}

/* .nav-primary-pills li:not(:last-child) a{border-top-right-radius:0; border-bottom-right-radius:0}
.nav-primary-pills li:not(:first-child):not(:last-child) a{border-radius:0;}
.nav-primary-pills li:not(:first-child) a{border-top-left-radius:0; border-bottom-left-radius:0} */

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-inline .form-control {
	outline: none;
	box-shadow: none;
	height: 30px;
	border-color: #0189b7
}

.form-inline .btn {
	height: 30px;
}

.form-info .form-control {
	outline: none;
	box-shadow: none;
	height: 30px;
	font-size: 1.4rem;
	padding: 4px 8px;
	border: 1px solid #0189b7
}

.form-info textarea.form-control {
	height: auto
}

.form-info .control-label {
	font-weight: 400;
	text-align: left
}

.dl-horizontal-default dt {
	text-align: left
}

.dl-horizontal-default dd {
	margin-bottom: 5px
}

/* Layout Styles */
header {
	background-color: #da2128;
}

.d-flex {
	display: flex;
	align-items: center;
}

header .navbar {
	min-height: 90px;
	margin-bottom: 0;
	border: 0
}

header .navbar-brand {
	height: 90px;
	padding: 0;
	font-size: 0
}

/* header .navbar-nav > li.expanded.dropdown:nth-child(7) a.dropdown-toggle{ animation: blinker 1s step-start infinite;  }
header .navbar-nav > li.leaf:nth-child(6) a{ animation: blinker 1s step-start infinite;  }
@keyframes blinker {
  50% {
 color: #fff;
    background-color:#ed1c24; 
  }
} */
header .navbar-nav>li.expanded.dropdown:nth-child(4) a.dropdown-toggle {
	animation: blinker 1s step-start infinite;
}

header .navbar-nav>li.leaf:nth-child(4) a {
	animation: blinker 1s step-start infinite;
}

@keyframes blinker {
	50% {
		color: #fff;
		background-color: #ed1c24;
	}
}

header .navbar-nav>li>a {
	font-weight: 700;
	text-transform: uppercase;
}

header .navbar-nav>li>.dropdown-menu>.active>a,
header .navbar-nav>li>.dropdown-menu>.active>a:focus,
header .navbar-nav>li>.dropdown-menu>.active>a:hover {
	background-color: #fcc913;
	color: #000;
}

header .navbar-nav>li.active {
	background: #ffd62e;
}

.navbar-toggle {
	margin-top: 25px;
	background: #29abd6;
}

.navbar-toggle .icon-bar {
	background: #000;
	width: 22px;
	height: 2.5px;
}

.navbar-collapse {
	background: #fff;
}

.navbar-btn-video {
	position: relative
}

.navbar-btn-video:before {
	position: absolute;
	top: 0;
	left: 0;
	margin: -15px 0 0 -25px;
	width: 50px;
	height: 50px;
	content: '';
	background: url('../images/new.gif') no-repeat;
}

.footer-wrapper {
	background-color: #081f32;
}

/* footer.footer-wrapper:before{position:absolute; top:-5px; left:0; right:0; margin-top:-32px; height:32px; content:''; background:url('../images/strip-bottom.png') repeat-x;} */
footer.footer-wrapper {
	padding: 2% 0;
	color: #fff;
	font-size: 1.2rem;
	position: relative;
}

footer.footer-wrapper .footer-section {
	text-align: center;
	margin-bottom: 10px
}

footer.footer-wrapper .footer-section .nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	display: inline-block;
}

footer.footer-wrapper .footer-section .nav li {
	display: inline-block;
	padding: 0 8px;
	border-right: 1px solid #fff;
	font-size: 1.2rem;
}

footer.footer-wrapper .footer-section .nav li:first-child {
	padding: 0;
	border: 0
}

footer.footer-wrapper .footer-section .nav li:last-child {
	border: 0
}

footer.footer-wrapper .footer-section .nav li a {
	padding: 0;
	color: #fff;
}

footer.footer-wrapper .footer-section .nav li a:hover,
footer.footer-wrapper .footer-section .nav li a:focus {
	background-color: transparent;
}

footer.footer-wrapper .footer-section .nav li a.ico-fa-facebook:after {
	content: '\f082';
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: 5px;
}

footer.footer-wrapper .copyright {
	text-align: center;
}

.label-text {
	display: inline-block;
	padding: 4px 10px;
	border-radius: 12px;
	background: #ffd62e;
	vertical-align: middle
}

.label-text.label-text-xs {
	padding: 0 10px;
}

.form-actions {
	text-align: center;
	border-top: 1px solid #ccc;
	padding-top: 30px;
}

.gallery-grid {
	list-style: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 0
}

.gallery-grid>li {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-bottom: 40px
}

.page-node-4494 .newGrid .gallery-grid>li {
	width: 20%;
}

.gallery-box {
	position: relative;
	background: #fff;
	border-radius: 4px;
	padding: 4px;
	z-index: 0
}

/* .gallery-box:before, .gallery-box:after{content:''; position:absolute; width:25px; height:100%; top:0; background-repeat:repeat-y}
.gallery-box:before{left:-35px; background-image:url('../images/strip-left.png');}
.gallery-box:after{right:-35px; background-image:url('../images/strip-right.png');} */
.gallery-box .gallery-img {
	position: relative;
	overflow: hidden;
	/*height:200px;*/
	width: 100%;
	/*line-height:200px;*/
	padding: 70% 0 0;
	margin-bottom: 20px
}

.gallery-box .gallery-img:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	z-index: 1;
	transition: all .5s;
}

.gallery-box .gallery-img:hover:before {
	opacity: 0
}

.gallery-box .gallery-img img {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	line-height: 200px;
	display: inline
}

.gallery-box .gallery-img .img-bg-pic {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.gallery-actions {
	position: relative;
	padding: 0 15px 15px
}

.gallery-actions .list-inline {
	margin-left: -4px;
	margin-right: -4px
}

.gallery-actions .list-inline>li {
	padding-right: 4px;
	padding-left: 4px;
}

.gallery-box.gallery-box-home {
	padding: 0 0 4px
}

.gallery-box.gallery-box-home .gallery-img {
	background: none;
	line-height: normal;
	margin-bottom: 5px
}

.gallery-box.gallery-box-home .gallery-img img {
	line-height: normal;
	border-radius: 0;
	display: inline-block
}

.gallery-box.no-strip {
	margin: 0
}

.gallery-box.no-strip:before,
.gallery-box.no-strip:after {
	display: none
}

.gallery-title {
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	padding: 0 15px;
	text-transform: capitalize;
}

.gallery-title:before {
	content: '';
	position: absolute;
	width: 80px;
	height: 80px;
	background: url('../images/title-badge.png') no-repeat;
	top: 0;
	left: 0;
	z-index: 2;
	margin: -80px 0 0 10px
}

.gallery-listing {
	position: relative;
	background: #fff;
	border-radius: 4px;
}

.gallery-listing .gallery-listing-img {
	position: relative;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.gallery-listing .gallery-listing-img img {
	margin: 0 auto;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	line-height: 200px;
	display: inline
}

.gallery-listing .label-total {
	position: absolute;
	width: 69px;
	height: 69px;
	background: url('../images/total-label-bg.png') no-repeat;
	top: 0;
	right: 15px;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 5px 0;
	text-align: center
}

.gallery-listing .label-total .label-total-val {
	font-size: 1.6rem
}

/*.gallery-video-link{position:relative}*/
.gallery-video-link:after {
	position: absolute;
	content: '\f144';
	font-family: 'FontAwesome';
	font-size: 6rem;
	line-height: normal;
	width: 60px;
	height: 60px;
	text-align: center;
	color: #fff;
	right: 30px;
	bottom: 5px;
	z-index: 2;
	margin: -30px 0 0 -30px;
}

.gallery-video-link:hover:after {
	color: #ffd62e;
}

.gallery-video-link.removeIcon:after {
	content: none
}

.gallery-box-circle {
	position: relative;
}

.contactPage {
	height: 80vh;
}

.gallery-box-circle .gallery-img {
	position: relative;
	background: url('../images/gallery-item-bg.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 30px;
	text-align: center;
	overflow: hidden;
	height: 320px;
	width: 100%;
	line-height: 260px;
	margin-bottom: 20px
}

.page-node-3377 .gallery-box-circle .gallery-img {
	background-size: inherit;
}

.gallery-box-circle .gallery-img img {
	border: 3px solid #ffd62e;
	border-radius: 50%;
	margin: 0 auto;
	max-width: 100%;
	line-height: 260px;
	display: inline
}

.gallery-box-circle .gallery-title {
	color: #000;
	font-weight: 700;
	text-transform: capitalize;
	font-size: 18px;
}

.gallery-box-circle .gallery-title:before {
	display: none
}

.gallery-diy {
	position: relative;
	background: #fff;
	border-radius: 4px;
	padding: 15px;
	text-align: center
}

.gallery-diy img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 260px;
	line-height: 200px;
	display: inline
}

.gallery-diy .gallery-title {
	padding-left: 0;
	padding-right: 0;
}

.gallery-diy .gallery-title:before {
	display: none
}

.gallery-diy p {
	font-size: 1.4rem;
}

.hm-register-wrapper {
	text-align: center
}

.hm-register-wrapper .hm-register-text {
	margin: 30px auto 15px
}

.hm-register-link {
	display: inline-block;
	/*max-width:250px;*/
	padding: 10px;
	border: 6px solid #feca30;
	color: #feca30;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center
}

.hm-register-link:hover {
	border-color: #fff;
	color: #fff;
	text-decoration: none
}

.hm-message {
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 6px;
	border-top: 0;
	padding: 0 15px 15px;
	position: relative;
	margin: 80px 0 0;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 73, 113, 0.5);
	box-shadow: 1px 1px 2px 0 rgba(0, 73, 113, 0.5);
}

.hm-message-badge {
	height: 129px;
	display: block;
	position: relative;
	margin: -78px -13px 10px;
}

.hm-message-badge>img {
	margin-left: 24px;
}

.hm-message-badge:before,
.hm-message-badge:after {
	display: block;
	content: '';
	background: #fff;
	height: 1px;
	-webkit-box-shadow: 1px 1px 2px 0 rgba(0, 73, 113, 0.5);
	box-shadow: 1px 1px 2px 0 rgba(0, 73, 113, 0.5);
	position: absolute;
	top: 100%;
	margin-top: -50px;
	width: 40%;
}

.hm-message-badge:before {
	left: 0
}

.hm-message-badge:after {
	right: 0
}

.hm-message a[href^="tel:"] {
	color: #ffdc2d !important
}

/* .hm-winner-wrapper{text-align:center} */
.hm-winner-wrapper .hm-winner-text {
	margin: 30px auto;
}

.about-wrapper {
	margin: 0 auto;
	border-radius: 6px
}

.about-wrapper-right .about-section ol {
	padding-left: 0;
}

.about-wrapper-right .about-section li {
	font-size: 18px;
	font-weight: 700;
}

.about-wrapper-right .leftSection p,
.about-wrapper-right .RightSection p {
	font-family: 'Merriweather', serif;
	color: #da2128;
	padding: 10px 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
}

.modal-open .modal {
	z-index: 99999;
	background-color: rgba(0, 0, 0, 0.5);
}

.about-wrapper.about-wrapper-1 {
	border-radius: 0;
	background: #104165
}

.about-img-gallery {
	padding: 10px 0;
	margin: 0 25px;
}

.about-img-gallery img {
	border: 5px solid #fff;
	margin: 0 auto;
	width: 100%;
}

.media-gallery-wrap {
	padding: 0 0 0 0;
	position: relative
}

/* .media-gallery-wrap:after{content:''; position:absolute; width:86px; height:100%; top:0; left:0; background:url('../images/strip-left-media.png') repeat-y;} */
.media-gallery {
	margin: 0 -10px;
}

.media-gallery .image {
	margin: 0 10px;
}

.media-gallery .slick-track {
	margin-left: 0;
}

/* .media-gallery .slick-prev{left:-70px;}
.media-gallery .slick-next{right:-70px;} */
.media-gallery .gallery-title {
	padding: 0 5px;
}

/*.terms-wrapper > [class^="col-"]{text-align:center}*/

.search-wrapper {
	padding: 10px;
	text-align: center;
	/* max-width:530px; */
	margin: 0 auto;
	position: relative
}

.search-wrapper label {
	font-size: 2.5rem
}

.search-wrapper .form-control {
	box-shadow: none;
	height: 40px;
	font-size: 1.6rem;
	border: 1px solid #0889ba
}

.search-wrapper button[type=submit] {
	position: absolute;
	/* right:10px; bottom:25px; background:none; */
	border: 0;
	font-size: 2.6rem
}

.panel-intro {
	border: 2px solid #0889ba;
	text-align: center;
	background: transparent;
	border: 0;
	box-shadow: none
}

.panel-intro .panel-heading {
	padding: 10px;
	border-radius: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.panel-intro .panel-heading .panel-title {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 2.4rem
}

.panel-intro .panel-body {
	padding: 15px;
	background: #fec930;
	border-radius: 10px;
}

.panel-intro .panel-body .panel-inner {
	border: 1px solid #e9242d;
	border-radius: 10px;
	padding: 15px;
}

.panel-intro .panel-body a {
	color: #ec0f19;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.modal-video .close {
	padding: 10px;
	position: absolute;
	right: 0;
	opacity: 1;
	z-index: 1;
	background: #0889ba;
	color: #fff
}

.modal-video.modal-promo .close {
	margin: -41px -6px 0 0
}

.hm-modal-pic {
	width: 100%
}

.social-widget {
	border: 4px solid #fdca13;
	border-radius: 0;
	display: inline-block;
	max-height: 439px;
}

.social-widget iframe {
	max-width: 100%;
	max-height: 480px;
}

.social-widget .timeline-Widget {
	border-radius: 0;
}

.home-img-gallery .slick-dots {
	bottom: -32px;
	text-align: left
}

.title-social {
	background: url('../images/soc-strip-top.png') left top repeat-x, url('../images/soc-strip-bottom.png') left bottom repeat-x;
	color: #000;
	font-weight: 700;
	font-size: 20px;
	padding: 60px 20px;
	margin: 30px 0;
	position: relative;
}

.title-social span {
	text-transform: uppercase;
	font-size: 26px;
}

.title-social:after {
	position: absolute;
	content: '';
	right: 15px;
	background: url('../images/ico-arrow-right.png') no-repeat;
	width: 32px;
	height: 26px;
}

.interactive-item {
	border: 1px solid #fdca13;
	border-radius: 12px;
}

.interactive-item .interactive-img {
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 70% 0 0;
}

.interactive-item .interactive-img .interactive-img-bg-pic {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.interactive-action {
	margin-top: 15px;
}

.interactive-action .interactive-title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	margin: 3px 0;
}

.hm-winner-list {
	padding: 10px;
	text-align: left;
}

/* .hm-winner-list li:nth-child(odd){border-right:1px solid #fff} */
.hm-winner-list li {
	position: relative;
	padding: 0 20px 10px 20px;
}

.hm-winner-list li:before {
	content: "\25CF";
	font-size: 10px;
	top: 2px;
	left: 4px;
	position: absolute;
}

/* Development */
.error {
	color: red;
	font-size: 1.2rem;
	margin-top: .25rem;
}

body.page-node-add-participant .main-section {
	padding-top: 60px
}

body.page-node-add-participant #block-system-main .form-group .form-group {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

body.page-node-add-participant #block-system-main #edit-actions {
	margin-right: 0;
	margin-left: 0;
}

body.page-node-add-participant #block-system-main .form-type-radio {
	display: inline-block;
	margin-right: 30px;
	padding-top: 0
}

body.page-node-add-participant #block-system-main .form-type-radios .error:not(input) {
	float: left;
	padding-left: 15px;
}

.filterPane {
	color: #0889ba !important;
	margin: 0 0 30px;
}

.filterPane input,
.filterPane select {
	height: 35px;
}

.filterPane .views-exposed-widgets {
	margin: 0;
	display: inline-block;
}

.filterPane .views-exposed-form label {
	display: block;
	margin: 4px 6px 4px 4px;
	font-size: 1.6rem;
	text-align: left;
}

.filterPane .views-exposed-form label.error {
	text-shadow: none;
	margin-top: 2px
}

.filterPane .views-exposed-form .views-widget {
	margin: 0 5px;
	vertical-align: middle
}

/* .filterPane .views-exposed-form .views-widget .form-control{background:none; border:0; box-shadow:none; border-radius:0; padding:0; height:40px; font-size:1.6rem; border-bottom:1px solid #fff; color:#fff} */
.filterPane .views-exposed-form .views-exposed-widget {
	padding: 0;
	display: table-cell;
	float: none;
	vertical-align: bottom;
	/* max-width:530px; width:100%; */
}

.filterPane .views-exposed-form .views-exposed-widget .form-submit {
	margin: 0 4px;
	padding: 0;
	width: 40px;
	height: 40px;
	text-indent: -999em;
	outline: none;
	border: 0;
	position: relative;
	border-radius: 4px;
}

.filterPane .views-exposed-form .views-exposed-widget .form-submit:after {
	content: '\f002';
	font-family: 'FontAwesome';
	position: absolute;
	width: 40px;
	height: 40px;
	display: block;
	top: 0;
	text-indent: 0;
	font-size: 2rem;
	line-height: 38px;
}

.filterPane .views-exposed-form .views-exposed-widget .form-submit:hover,
.filterPane .views-exposed-form .views-exposed-widget .form-submit:focus {
	outline: none
}

.modal-content {
	border-radius: 0;
	border: 6px solid #0889ba;
}

.votebox {
	font-size: 12px;
	display: none;
}

.votebox .close {
	margin: 20px;
	position: absolute;
	right: 0;
	opacity: 1;
	z-index: 1
}

.votebox h5 {
	color: #005d82;
	font-size: 32px;
	font-weight: bold
}

.votebox p {
	font-size: 18px;
}

.votebox .modal-header {
	padding: 0px;
	border: 0
}

.votebox .modal-header h4 {
	font-size: 3rem;
	font-weight: bold;
	padding: 15px 15px;
	margin: 0px;
	color: #005d82;
}

.votebox .social-or-text {
	display: inline-block;
	margin: 15px;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	text-align: center;
	line-height: 50px;
	background: #ffdc2e;
	font-size: 3rem;
	font-weight: bold
}

.votebox-social-action {
	margin-top: 3rem;
	margin-bottom: 3rem
}

.votebox-social-action img {
	max-width: 100%
}

.login-submit {
	background: #ffd62e;
	font-size: 1.8rem
}

.bpp_voting_form .captcha {
	width: 304px;
	margin: 0 auto 30px
}

.view-locations .view-id-locations .view-content {
	background: #fff;
	padding: 15px 10px;
	position: relative;
	margin: 0 35px;
}

.view-locations .view-id-locations .view-content:before,
.view-locations .view-id-locations .view-content:after {
	content: '';
	position: absolute;
	width: 25px;
	height: 100%;
	top: 0;
	background-repeat: repeat-y
}

.view-locations .view-id-locations .view-content:before {
	left: -35px;
	background-image: url('../images/strip-left.png');
}

.view-locations .view-id-locations .view-content:after {
	right: -35px;
	background-image: url('../images/strip-right.png');
}

.view-locations .view-id-locations .view-content>div {
	border-bottom: 1px solid #fdca13;
	padding: 4px 0;
}

.view-locations .view-id-locations .view-content>div:last-child {
	border: 0
}

.view-locations .view-id-locations .view-content>div>a {
	padding: 0 8px;
	display: block;
}

.view-locations .view-id-locations .view-content>div>a.active {
	color: #fff;
	background: #ed1c24;
}

.view-locations .geolocation-views-map {
	border: 15px solid #fff;
}

.form-managed-file .form-submit {
	display: none
}


/* latest css */
.callBtn,
.callBtn a {
	color: #000 !important;
	margin-top: 2% !important;
	font-size: 24px !important;
}

.audioHomepg button {
	font-size: 16px;
	color: #fff;
	background-color: #ed1c24;
	padding: 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 40px;
	height: 36px;
	border-top: none;
	border-bottom: none;
}

.audioHomepg a {
	margin-left: 10px;
	background-image: url('../images/music-download-icon.svg');
	width: 40px;
	height: 36px;
	background-repeat: no-repeat;
	background-size: 17px;
	background-position: center;
	color: #fff;
	padding: 5px 7px;
	font-size: 16px;
	background-color: #ed1c24;
	display: inline-block;
}

.audioHomepg p {
	margin-right: 15px;
	margin-bottom: 0;
}

.audioHomepg {
	display: flex;
	align-items: center;

	margin-bottom: 15px;

	z-index: 99999999;

	-webkit-transition: ease-in-out .3s all;
	transition: ease-in-out .3s all;
	text-decoration: none;
}

.audioOn {
	background-image: url('../images/equilizer-on-icon.gif') !important;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.togglePlay {
	background-image: url('../images/music-mute-icon.svg');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.MusicOn {
	background-image: url('../images/music-on-icon.svg');
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.page-node-3 .hm-devi-pic {
	margin-left: 0;
}

.page-node-365 .main-section,
.page-node-6545 .main-section {
	padding-top: 0;
}

.aboutPgBanner,
.dhunuchiPgBanner {
	margin-bottom: 30px;
}

.about-img-gallery .slick-slide {
	margin: 0 5px
}

.page-priyo-pujo-kolkata {}

.social-widget .twitter-timeline iframe#twitter-widget-0 .r-1q9bdsx {
	border-radius: 0 !important;
}

.social-widget .twitter-timeline iframe#twitter-widget-0 {
	background-color: #fdca13;
}

html {
	scroll-behavior: smooth
}

.upcomingEvents-header a {
	position: fixed;
	font-size: 16px;
	white-space: nowrap;
	font-family: 'Merriweather', serif;
	top: 50%;
	right: -94px;
	z-index: 999;
	background: #0a0801;
	border-radius: 10px 10px 0 0;
	-webkit-transform: rotate(-90deg) translateY(-50%);
	transform: rotate(-90deg) translateY(-50%);
	padding: 10px 18px;
	color: #fff;
	font-weight: 500;
	text-transform: capitalize;
	-webkit-transition: ease-in-out .3s all;
	transition: ease-in-out .3s all;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: none;
}

.registerHeader {
	text-align: center;
	font-size: 4rem;
}

.gaplgBottom {
	margin-bottom: 50px !important;
}

.gaplgTop {
	margin-top: 50px !important;
}

.footerSocialSection {
	display: flex;
	align-items: center;
	background-image: url('../images/footer-social-bg.jpg');
	padding: 5% 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	background-position: center;
}

.footerSocialSection .smallHeading {
	color: #080808;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	margin-bottom: 3rem;
	margin-top: 0;
}

.footerSocialSection .pull-left p {
	margin: 3% 0;
}

.footerSocialSection .RightSection .smallHeading {
	padding-left: 30px;
}

.page-node-3 .main-section {
	padding-bottom: 0;
}

.footerSocialSection1 {
	height: 700px;
}

.page-node-3 .main-section>.container,
.page-node-365 .main-section>.container,
.page-node-2185 .main-section>.container,
.page-node-1240 .main-section>.container,
.page-node-6547 .main-section>.container,
.page-node-6545 .main-section>.container,
.page-node-3378 .main-section>.container,
.page-node-3377 .main-section>.container,
.main-section>.container {
	width: 100%;
	margin: 0 auto;
}

.page-node-365 .page-title,
.page-node-2185 .page-title,
.page-node-1240 .page-title,
.page-node-6547 .page-title,
.page-node-6545 .page-title,
.page-node-3378 .page-title,
.page-node-3377 .page-title,
.page-title {
	display: none;
}

.page-priyo-pujo-kolkata .page-title,
.page-priyo-abashan-pujo-kolkata .page-title,
.page-priyo-pujo-districts .page-title {
	display: block;
	margin-top: 8%;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(167, 31, 31, 0.3);
}

@media (min-width: 768px) {

	.page-priyo-pujo-kolkata .main-section>.container,
	.page-priyo-abashan-pujo-kolkata .main-section>.container,
	.page-priyo-pujo-districts .main-section>.container {
		width: 750px;
	}

}

@media (min-width: 992px) {

	.page-priyo-pujo-kolkata .main-section>.container,
	.page-priyo-abashan-pujo-kolkata .main-section>.container,
	.page-priyo-pujo-districts .main-section>.container {
		width: 970px;
	}
}

@media (min-width: 1200px) {

	.page-priyo-pujo-kolkata .main-section>.container,
	.page-priyo-abashan-pujo-kolkata .main-section>.container,
	.page-priyo-pujo-districts .main-section>.container {
		width: 1170px;
	}

}


.page-node-3 .interactive-item {
	border: none;
	border-radius: 0;
}

.digitalEyeRightSection {
	padding-left: 4%;
}

.digitalEyeRightSection p {
	width: 70%;
}

.digitalEyeRightSection:after {
	position: absolute;
	right: -70px;
	bottom: 0px;
	z-index: 999;
	display: block;
	content: '';
	width: 328px;
	height: 509px;
	background: url(../images/lady-puja.svg) no-repeat;
	display:none;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #ed1c24;
}

.slick-dots li button:before {
	opacity: 1;
}

.homepgGallery {
	text-align: center;
}

.homepgGallery .slider {
	margin-bottom: 1%;
}

.page-node-3 .main-section {
	background-color: #f0c17f;
	position: absolute;
	top: 0;
	width: 100%;
	overflow: hidden;
}

.page-node-3 .interactive-item .interactive-img {
	border-radius: 0;
}

.subHeader {
	font-size: 42px;
	color: #da2128;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	
}

.page-node-3 .subHeader {
	color: #000;
}

.page-node-3378 .subHeader {
	margin-bottom: 3%;
}

.digitalEye p {
	font-size: 16px;
}

.digitalEyeRightSection {
	position: relative;
	text-align: left;
	padding: 11% 0 11% 4%;
}

.row.digitalEye.toranImage {
	padding: 0;
}

.media-gallery-wrap h4,
.page-node-3378 h4,
.page-node-3375 h4 {
	font-family: 'Merriweather', serif;
	font-size: 24px;
}

.alphonaAV .slick-dots {
	bottom: 25px;
}

.alphonaAV .slide {
	align-items: center;
}

.alphonaAV .gallery-boxSlider .gallery-img {
	position: relative;
	overflow: hidden;

	width: 100%;

	padding: 70% 0 0;
}

.alphonaAV .gallery-boxSlider .gallery-img .img-bg-pic {
	top: 0;
	left: 0;
	width: 99%;
	height: 100%;
	position: absolute;
	border: 2px solid #fff;
	background-color: #eee;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.alphonaAV .grid {
	display: grid;
	align-items: center;
	grid-template-columns: 45% 1fr;
}

/* .alphonaAV  .grid {background: url(../images/aphonaAV-bg.png) no-repeat;} */
/* .sliderAV .RightSection:after {
  position: absolute;
  left: 350px;
  bottom: -7px;
  z-index: 999;
  display: block;
  content: '';
  width: 295px;
  height: 510px;
  background: url(../images/man-with-drum.svg) no-repeat;
} */
.alphonaAV {
	padding-bottom: 2%;
}

.alphonaAV .RightSection {
	position: relative;
	padding: 15% 0;
}

.alphonaAV .manImage {
	width: 295px;
	height: 680px;
	position: absolute;
	bottom: 10px;

	z-index: 9999;
	left: -190px;
}

.alphonaAV .slide p {
	margin: 6% 0 6% 0;
	width: 60%;
}

.page-node-3375 .btnRed {
	margin-top: 10px;
}

.btnRed {
	background-color: #ed1c24;
	display: inline-block;
	padding: 7px 25px;
	border-radius: 40px;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

.btnRed:hover {
	background-color: #da2128;
	color: #fff;
	text-decoration: none;
}

.btnRed .arrowIcon {
	width: 10px;
	margin-left: 9px;
	height: 14px;
	position: relative;
	top: -1px;
}

.alphonaAV .btnRed .arrowIcon {
	width: 10px;
	margin-left: 9px;
}

.alphonaAV .btnRed {
	align-items: center;
	display: inline-flex;
}

.homepgGallery .center {
	text-align: center;
}

.homepgGallery .center .imgText {
	width: 650px;
	margin: 0 0 0 0;
}

.homepgGallery .center p {
	font-size: 20px;
	margin: 0 auto;
	width: 80%;
}

.homepgGallery .center h3 {
	font-size: 24px;
	margin: 4% 0 2% 0;
	font-family: 'Merriweather', serif;
	font-weight: 600;
}

.homepgGallery h4 {
	font-size: 16px;
	margin: 2% 2%;
	text-align: left;
	font-weight: 600;
}

.homepgGallery .slide {
	background-color: #fff;
	border: 5px solid #fff;
}

.homepgGallery .wrap {
	width: 80%;
	margin: 0 auto;
}

.homepgGallery .slick-slide img {
	width: 640px;
	height: 430px;
}

.main-section {
	background-color: #f0c17f;
}

.toranImage {
	border-top: 1px solid #ec6a00;
	border-bottom: 1px solid #ec6a00;
	background-image: url(../images/toranTop.png), url(../images/toranBottom.png);
	background-position: center 5px, center bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: auto, auto;
	padding: 5% 0 5% 0;
	text-align: center;
}

.aboutUs {
	padding-bottom: 4%;
	overflow: hidden;
}

@media (min-width: 1700px) {
	.footerSocialSection1 {
		height: 725px;
	}
}

.spacer {
	padding: 1% 0 2% 0;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.footerSocialSection .LeftSection .fa {
	color: #fff;
}

.navbar-brand a#logo {
	z-index: 999;
	top: 10px;
	position: absolute;
}

.navbar-brand a#logo img {
	-webkit-filter: drop-shadow(1px 2px 5px rgba(0, 0, 0, 0.5))
}

/* .page-node-3  .main-banner {   position: absolute;
  top: 118px;
  left: 20%;    text-align: center; display: block;
  padding: 0;} */
.goddessPic {
	text-align: center;
	position: relative;
	width: 74%;
	padding-top: 7%;
	display: block;
	margin: 0 auto;
}

.page-node-3 .main-banner .goddessImage {
	width: 100%;
}

.page-node-3 header .navbar {
	z-index: 9999;
}

header .navbar {
	z-index: 9999;
}

.bannerBg {
	background: none;
}

.page-node-3 .bannerBg {
	top: 0;
	background-image: url(../images/home-bg/mouve-bg.png);
	background-repeat: no-repeat;
	background-position: 30%;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

.page-node-3 header .container-fluid {
	padding: 0
}

/* .page-node-3  .main-banner:after {position:absolute; right:10px; bottom:-200px; z-index: 999; display:block;content: '';
    width: 165px;
    height: 161px;
    background: url(../images/goddesPic.png) no-repeat;

  }  */

.page-node-3 .main-section:before {
	display: none;
}

yellow .page-node-3 footer.footer-wrapper {
	margin-top: 0
}

footer.footer-wrapper {
	margin-top: 4%;
}

.main-section .footer-wrapper .container {
	position: relative;
}

.main-section .footer-wrapper .container:before {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: block;
	content: '';
	width: 165px;
	height: 161px;
	background: url(../images/total-yrs-bottom.png) no-repeat;
}


/* .page-node-3  .main-section .container:after{position:absolute; right:50px; bottom:-82px; z-index: 999; display:block;content: '';
          width: 165px;
          height: 161px;
          background: url(../images/total-yrs-bottom.png) no-repeat;} */
.main-section:after {
	display: none
}

.banner-text {
	background: url(../images/text-1.svg) no-repeat;
	height: 154px;
}

.mobileSpace {
	padding-top: 20px
}

.votingGrid h2 {
	font-size: 21px;
	font-weight: 600;
	margin: 0 20px 20px 0;
	text-align: left;
}

.votingGrid ul {
	font-size: 17px;
	text-align: left;
	padding: 0;
	margin: 0
}

.votingGrid ul li {
	background-image: url(../images/button-arrow-black.svg);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 30px;
	background-size: 9px;
}

.votingGrid small {
	margin-bottom: 10px;
	display: block;
}

.votingGrid {
	width: 100%;
	margin: 0 auto;
}

.votingGrid h3 {
	font-size: 23px;
	font-weight: 600;
	margin: 1rem 0 4rem 0;
	font-family: 'Merriweather', serif;
	text-align: center;
}

.votingHeaderGrid {
	width: 65%;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.votingRow {
	width: 60%;
	margin: 0 auto;
	position: relative;
	float: none;
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 50px;
	padding-bottom: 15px;
}

.votingRowFullWidth {
	width: 63%;
	float: none;
	margin: 0 auto;
	border-top: 1px solid #c88f2c;
	position: relative;
}

.votingRowFullWidth a,
.votingRowFullWidth span {
	color: #da2128;
	font-weight: 600;
}

.votingRowFullWidth a:hover {
	text-decoration: underline;
}

.votingRowFullWidth a img {
	width: 8px;
	margin-left: 9px;
	height: 14px;
	position: relative;
	top: -1px;
}

.votingRowFullWidth ul li {
	margin-bottom: 15px;
}

.votingHeaderGrid:after {
	position: absolute;
	z-index: 999;
	display: block;
	content: '';
	width: 107px;
	right: 0;
	top: -70px;
	height: 154px;
	background: url(../images/cup-right.svg) no-repeat;
}

.votingHeaderGrid:before {
	position: absolute;
	z-index: 999;
	display: block;
	content: '';
	width: 107px;
	left: 0;
	top: -70px;
	height: 154px;
	background: url(../images/cup-left.svg) no-repeat;
}

.upcomingSliderGrid {
	width: 80%;
	margin: 0 auto;
}

.upcomingEvents h2 {
	font-size: 20px;
	font-weight: 600;
}

.upcomingEvents .slide {
	display: flex !important;
	background-color: rgba(255, 203, 8);
	padding: 10px 20px 10px 20px;
	position: relative;
	min-height: 142px;
}

.upcomingEvents .slick-slide .galleryImage {
	width: 120px;
	height: 120px;
	margin-right: 20px;
	display: none;
}

.upcomingEvents .date {
	font-size: 15px;
	margin: 0;
}

.upcomingEvents .arrowImage {
	display: none;
	position: absolute;
	right: 25px;
	bottom: 7px;
	cursor: default;
}

.upcomingEvents h3 {
	font-size: 18px;
	margin: 5px 0 10px 0;
	color: #da2128;
	font-weight: 700;
}

.upcomingEvents p {
	margin: 0;
}

.upcomingEvents .slick-slide {
	margin: 0 10px 0 10px;
	width: 360px;
	box-sizing: border-box;
}

.upcomingSliderGrid {
	position: relative;
}

.upcomingSliderGrid:before {
	position: absolute;
	z-index: 999;
	display: block;
	content: '';
	width: 330px;
	left: -260px;
	bottom: -55px;
	height: 430px;
	background: url(../images/left-img.png) no-repeat;
	background-size:100%;
}

.main-banner,
.upcomingEvents {
	display: none;
}

.page-node-3 .upcomingEvents {
	position: relative;
	top: -100px;
}

.page-node-3 .main-banner,
.page-node-3 .upcomingEvents {
	display: block;
}

.page-node-3 .main-section {
	padding-top: 0;
}

.upcomingSliderGrid:after {
	position: absolute;
	z-index: 999;
	display: block;
	content: '';
	width: 320px;
	right: -260px;
	bottom: -55px;
	height: 430px;
	background: url(../images/right-img.png) no-repeat;
	background-size:100%;
}

.slick-prev {
	background: url(../images/arrow-left.svg) no-repeat;
	z-index: 9999;
}

.upcomingEventSlider .slick-prev {
	height: 35px;
}

.homepgGallery .slick-prev {
	height: 60px;
	width: 40px;
}

.slick-next {
	background: url(../images/arrow-right.svg) no-repeat;
	z-index: 9999;
}

.upcomingEventSlider .slick-next {
	height: 35px;
}

.homepgGallery .slick-next {
	height: 60px;
	width: 40px;
}

.aboutUs .grid {
	display: grid;
	align-items: center;
	grid-template-columns: 70% 1fr;
}

.dhunuchiPg .mt-2 {
	margin-top: 2%;
}

.dhunuchiPg .mb-4 {
	margin-bottom: 4%;
}

.dhunuchiPg .grid {
	align-items: start;
}

/* .picenterBg:after {background: url(../images/gallery-bg-circle.png) no-repeat;    background-size: contain;
  background-position: center;    position: absolute;
  top: -120px;
  right: -35px;
  display: block;
  content: '';
  width: 675px;
  height:675px; } */
.page-node-365 footer.footer-wrapper,
.page-node-1240 footer.footer-wrapper,
.page-node-6547 footer.footer-wrapper,
footer.footer-wrapper {
	margin-top: 5px;
}

.page-node-2185 footer.footer-wrapper {
	margin-top: 0;
}

.row.glimpseOfEvent.toranImage,
.noBorderBottom {
	border-bottom: none;
}

.row.glimpseOfEvent.toranImage {
	padding: 5% 0 9% 0;
}

.RightSection {
	position: relative;
}

.noBorderBottom .subHeader {
	margin-bottom: 2%;
	border-bottom: 1px solid rgba(167, 31, 31, 0.3);
}

.page-node-2185 .noBorderBottom .subHeader,
.page-node-1240 .subHeader,
.page-node-6547 .subHeader {
	margin-bottom: 45px;
}

.page-node-2185 .toranImage {
	padding: 5% 0 7% 0;
}

.page-node-365 .subHeader,
.page-node-7133 .subHeader,
.page-node-4494 .subHeader,
.page-node-7134 .subHeader {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(167, 31, 31, 0.3);
}

.dhunuchiPg ol,
.page-node-4494 .text-white ol {
	padding-left: 15px;
}

.row.glimpseOfEvent.toranImage .subHeader {
	border-bottom: none;
}

.text-lg {
	font-size: 18px;
	font-weight: 700;
}

.text-lg-bengaliText {
	font-size: 16px;
	font-weight: 700;
}

/* slider */
.cl {

	padding: 10px;
}

/* .glimpseOfEvent {background: url(../images/bg-light.png) no-repeat;    background-size: contain;
 } */
.aboutPgBanner .row {
	background: url(../images/about-banner.jpg) no-repeat;
	height: 450px;
	background-size: 100%;
	background-position: top;
}

.dhunuchiPgBanner .row {
	background: url(../images/dhunuchi-banner-bg.jpg) no-repeat;
	height: 450px;
	background-size: 100%;
	background-position: top;
}

.about-wrapper-right .about-section {
	display: grid;
	grid-template-columns: 21% 25%;
	grid-column-gap: 0;
	padding-bottom: 15px;
}

.about-wrapper .grid {
	display: grid;
	grid-template-columns: 70% 1fr;
	grid-column-gap: 0;
}

.about-wrapper .grid .rightSection {
	margin: 0 auto;
}

.about-section .RightSection {
	border-left: 1px solid rgba(0, 0, 0, 0.3);
	padding-left: 40px;
}

.page-node-6545 .subHeader {
	border-bottom: 1px solid rgba(167, 31, 31, 0.3);
	margin-bottom: 20px;
}

.page-node-6545 .title-wrap:before,
.page-node-6545 .title-wrap:after {
	display: none;
}

.about-wrapper-left p {
	margin-bottom: 5px;
}

.about-wrapper .sub-section-title {
	color: #000;
	font-size: 24px;
	font-weight: 700;
	margin: 30px 0 10px 0;
	font-family: 'Merriweather', serif;
}

.alphonaBanner {
	background: url(../images/alpona-banner.jpg) no-repeat;
	height: 450px;
	background-size: 100%;
	margin-bottom: 30px;
	background-position: top;
}

.homepgGallery {
	background-image: url(../images/gallery-bg-circle.png), url(../images/bg-light.png);
	background-position: center 143px, center 100px;
	background-repeat: repeat-x, no-repeat;
	background-size: 55%, 76%;
	padding-bottom: 6%;
}

.alphonaAV .RightSection {
	background: url(../images/alpona-bg.png) no-repeat;
	background-size: contain;
	background-position: center;
}

.wrap .child {
	width: 100%;
}

.wrap .slide:not(.slick-active) {
	cursor: pointer;
}

.wrap .slick-center:after {
	opacity: 0;
}

.wrap .slick-dots {
	bottom: 0px;
}

@media (min-width:1060px) {
	.wrap .slick-slide {

		transition: transform .4s;
		position: relative;
	}


	.wrap .slick-center {
		transform: scale(1.08)
	}

	.wrap .slick-slide:not(.slick-active) {
		margin: 20px 0;
	}

	.wrap .slick-slide {
		transform: scale(0.7) translate(640px);
	}

	.wrap .slick-slide.slick-center+.slick-slide {
		transform: scale(0.8) translate(-600px);
		z-index: 10;
	}

	.wrap .slick-slide.slick-center+.slick-slide+.wrap .slick-slide {
		transform: scale(0.7) translate(-640px);
		z-index: 5;
	}

	.wrap .slick-slide.slick-active {
		transform: scale(0.8) translate(600px);
	}

	.wrap .slick-slide.slick-center {

		transform: scale(1);
		z-index: 30;
	}
}


/* end of slider*/

@media (min-width: 1600px) {
	.registerHeader {
		font-size: 5rem;
	}


}

@media (min-width: 1200px) {
	.page-node-3 .container-sm {
		width: 1170px;
		margin: 0 auto;
	}

}

@media screen and (max-width: 2700px) and (min-width: 2200px) {
	.homepgGallery {
		background-position: center 143px, center 0px;
		background-size: 35%, 56%;
	}
}

@media screen and (max-width: 1999px) and (min-width: 1800px) {
	.homepgGallery {
		background-position: center 149px, center 0px;
		background-size: 48%, 56%;

	}
}

@media screen and (max-width: 2200px) and (min-width: 2000px) {
	.homepgGallery {
		background-position: center 149px, center 76px;
		background-size: 44%, 56%;


	}
}

@media (max-width: 1199px) {
	.digitalEyeRightSection:after {
		right: 0;
	}

	.alphonaAV .grid .LeftSection {
		padding-left: 5%;
	}

	/* .social-widget {height: 487px;} */
}

@media (max-width: 767px) {
	.registerHeader {
		font-size: 3rem;
	}

	.votingHeaderGrid {
		width: 100%;
	}
}

.registerHeader span {
	font-size: 18px
}

.verticalHorizontalAlign {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ripplecircle1 {
	top: 62%;
	left: 24%;
}

.ripplecircle2 {
	top: 52%;
	left: 12%;
}

.ripplecircle3 {
	top: 41%;
	left: 13.5%;
}

.ripplecircle4 {
	top: 62%;
	left: 76%;
}

.ripplecircle5 {
	top: 23.8%;
	left: 67%;
	z-index: 9;
}

.ripplecircle6 {
	top: 41%;
	right: 12.4%;
	z-index: 1;
}

.ripplecircle7 {
	top: 30%;
	right: 80%;
}

.ripplecircle8 {
	top: 22.8%;
	right: 69.5%;
}

.ripplecircle9 {
	top: 30%;
	right: 20%;
	z-index: 1;
}

.ripplecircle10 {
	top: 52%;
	right: 12%;
}

.ripplecircle {
	height: 16px;
	width: 16px;
	border-radius: 50%;
	background-color: #fff;


	position: relative;


	-webkit-transition: height .25s ease, width .25s ease;
	transition: height .25s ease, width .25s ease;

	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ripplecircle:hover {
	height: 18px;
	width: 18px;
}

.ripplecircle:before,
.ripplecircle:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	border: 1px solid #fff;
}

.ripplecircle:before {
	-webkit-animation: ripple 2s linear infinite;
	animation: ripple 2s linear infinite;
}

.ripplecircle:after {
	-webkit-animation: ripple 2s linear 1s infinite;
	animation: ripple 2s linear 1s infinite;
}

.ripplecircle:hover:before,
.ripplecircle:hover:after {
	-webkit-animation: none;
	animation: none;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-transform: scale(1);
	}

	75% {
		-webkit-transform: scale(1.75);
		opacity: 1;
	}

	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

@keyframes ripple {
	0% {
		transform: scale(1);
	}

	75% {
		transform: scale(1.75);
		opacity: 1;
	}

	100% {
		transform: scale(2);
		opacity: 0;
	}
}

.tooltiptext h3 {
	font-size: 16px;
	font-weight: 600;
}

.tooltip {

	display: inline-block;

	color: #000;
	opacity: 1;
	position: absolute;
}

.tooltip .tooltiptext {
	position: absolute;
	width: 245px;
	background-color: #ffcb08;
	color: #000;
	text-align: left;
	padding: 5px 18px;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity .6s;
	border: 1px solid #fff;
}

.tooltip .tooltiptext::after {
	content: " ";
	position: absolute;
	top: 5%;
	left: 100%;
	margin-top: -5px;
	border-width: 15px;
	border-style: solid;
	border-color: transparent transparent transparent #ffcb08;
}

.tooltip .tooltiptext {
	top: -15px;
	right: 158%;
	visibility: hidden;
	opacity: 0;
}


.tooltip .tooltipRight {
	top: -5px;
	left: 105%;
}


.tooltip .tooltipRight::after {
	content: " ";
	position: absolute;
	top: 5%;
	left: -30px;
	margin-top: -5px;
	border-width: 15px;
	border-style: solid;
	border-color: transparent #ffcb08 transparent transparent;
}

.tooltip .tooltiptext-leftarrow {
	visibility: hidden;
	position: absolute;
	width: 245px;
	background-color: #ffcb08;
	color: #000;
	text-align: left;
	padding: 5px 18px;
	border-radius: 6px;
	z-index: 1;
	opacity: 0;
	transition: opacity .6s;
	border: 1px solid #fff;
	z-index: 1;
	top: -15px;
	left: 140%;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.tooltiptext:hover {
	visibility: hidden;
	opacity: 0;
}

.tooltip-left {
	top: -5px;
	bottom: auto;
	right: 128%;
}

/* Media Styles */

@media (min-width: 2000px) {
	.goddessPic {
		width: 45%;
		padding-top: 4%;
	}
}

@media (min-width: 768px) {
	header .navbar-header {
		position: relative;
		z-index: 1
	}

	header #navbar {
		position: relative;
		background-color: transparent;
	}

	header #navbar .navbar-nav {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		font-size: 0;
		background-color: #fff;
		border: 1px solid #ffd30f;
		border-radius: 20px;
		display: flex;
		justify-content: flex-end;
		padding-right: 2%;
		box-shadow: 0 6px 4px rgb(0 0 0 / 10%);
	}

	header .navbar-nav>li {
		float: none;
		display: inline-block;
	}

	header .navbar-nav>li>a {
		color: #000;
		font-size: 1.3rem;
		padding: 8px;
		border-radius: 0;
		margin-right: 4px;
	}

	header .navbar-nav>li>a:focus,
	header .navbar-nav>li>a:hover,
	header .navbar-nav>li.dropdown:hover>a {
		background: #ffd30f;
		color: #000 !important;
	}

	header .navbar-nav>li:last-child>a {
		margin-right: 0;
	}

	header .navbar-nav .open>a,
	header .navbar-nav .open>a:hover,
	header .navbar-nav .open>a:focus {
		background: #ed1c24;
	}


	header .navbar-nav>li>.dropdown-menu {
		border: 0;
		background: #fcc913;
		margin-top: -4px;
	}

	header .navbar-nav>li>.dropdown-menu>li:not(:last-child) {
		border-bottom: 1px solid #ee6f1a;
	}

	header .navbar-nav>li>.dropdown-menu>li>a {
		padding: 8px 16px;
	}

	header #navbar .navbar-text {
		position: absolute;
		left: 0;
		right: 0;
		/*margin:4px 0;*/
	}

	header #navbar .navbar-text .vcenter {
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-right: -2px
	}

	.btn-group.btn-group-default .btn {
		margin-left: 10px
	}

	.gallery-title {
		min-height: 40px
	}

	/*.gallery-box-home .gallery-title{min-height:auto}*/

	.hm-winner-wrapper .hm-winner-text {
		margin: 0 auto 10px;
		max-width: 400px
	}

	.nav-primary-pills li a {
		min-width: 220px
	}

	/* Development */
	body.page-node-add-participant #block-system-main .form-type-radios .error:not(input) {
		margin-left: 41.66666667%;
	}
}

@media (min-width: 992px) {

	/* .upcomingEvents .slide {min-height: 175px;} */
	header .navbar {
		min-height: 112px;
	}

	header .navbar-brand {
		height: 112px;
	}

	header .navbar-nav>li>a {
		padding: 8px 16px;
	}

	/*.form-actions{text-align:right}*/

	.hm-register-link {
		/*max-width:300px;*/
		font-size: 2.8rem;
	}

	.hm-message {
		max-width: 400px;
	}

	.panel-intro .panel-heading .panel-title {
		font-size: 4rem
	}

	.vcenter {
		display: inline-block;
		vertical-align: middle;
		float: none;
		margin-right: -2px
	}

	.main-section {
		padding-top: 0px;
	}

	.hm-register-wrapper {
		min-height: 600px;
	}

	.hm-winner-wrapper {
		min-height: 540px;
	}

	.hm-devi-pic-wrapper {
		position: absolute;
		left: calc(0% / 3);
		width: calc(100% / 3);
		top: 0;
		height: 100%;
	}

	.hm-devi-pic {
		position: absolute;
		max-width: calc((100vw / 3) + 80px);
		margin-left: -150px;
	}

	/* Development */
	.votebox .social-or-text {
		margin: 0
	}
}

@media (min-width: 1200px) {

	/*header #navbar .navbar-nav{text-align:center}*/
	header .navbar-nav>li>a {
		padding: 8px 17px;
	}

	.gutter-60-wrapper {
		padding: 0 30px;
	}

	.gutter-60.row {
		margin-right: -30px;
		margin-left: -30px;
	}

	.gutter-60>[class*="col-"] {
		padding-right: 30px;
		padding-left: 30px;
	}

	.hm-message {
		max-width: 620px;
	}

	footer.footer-wrapper .footer-section {
		text-align: left;
		width: 100%;
	}

	footer.footer-wrapper .footer-section .nav li {
		line-height: 1;
	}

	footer.footer-wrapper .footer-section .nav li:last-child {
		margin-right: 0
	}

	footer.footer-wrapper .copyright {
		text-align: left;
		width: 100%;
	}

	.hm-devi-pic {
		position: absolute;
		max-width: calc((100vw / 3) + 160px);
		margin-left: -180px;
	}
}

@media (min-width: 1700px) {

	.aboutPgBanner .row,
	.dhunuchiPgBanner .row {
		height: 750px;
	}

	.row.glimpseOfEvent.toranImage {
		padding: 5% 0 6% 0;
	}

	/*.hm-register-wrapper{text-align:right}
.hm-register-wrapper .hm-register-text{float:right;}*/
}

@media (min-width: 2000px) {
	.page-node-3 .bannerBg {
		background-position: bottom;
	}
}

@media (min-width: 1824px) {
	.main-section {
		min-height: 85.2vh;
	}

	.hm-register-wrapper .hm-register-text {
		margin: 90px auto 50px;
	}

	.hm-winner-wrapper .hm-winner-text {
		margin: 60px auto;
	}
}

@media (max-width: 1199.55px) {
	header .navbar-nav>li>a {
		padding: 8px 10px;
	}

	.page-node-4494 .newGrid .gallery-grid>li {
		width: 33%;
	}

	.aboutPgBanner .row,
	.alphonaBanner,
	.dhunuchiPgBanner .row {
		background-size: cover;
	}

}

@media (max-width: 1399px) {
	.goddessPic {
		padding-top: 8%;
	}

	.upcomingSliderGrid:before {
		width: 260px;
        left: -215px;
        bottom: -120px;
        height: 410px;
	}

	.upcomingSliderGrid:after {
		width: 260px;
		right: -215px;
		bottom: -120px;
		height: 410px;
	}
}

@media (max-width: 1060px) {
	.goddessPic {
		padding-top: 9%;
	}

	.upcomingSliderGrid {
		width: 55%;
	}

	.subHeader,
	.page-title,
	.page-priyo-pujo-kolkata .page-title,
	.page-priyo-abashan-pujo-kolkata .page-title,
	.page-priyo-pujo-districts .page-title {
		font-size: 30px;
	}

	.digitalEyeRightSection p {
		width: 50%;
	}

	.footerSocialSection .smallHeading {
		font-size: 30px;
	}

	.alphonaAV .manImage {
		bottom: -50px;
	}

	.homepgGallery .slick-slide img {
		width: 100%;
		height: 100%;
	}

	.wrap .slick-dots {
		bottom: -40px;
	}

	.homepgGallery .btnRed {
		margin-top: 8%;
	}
}


@media (max-width: 991.55px) {
	.votingRow {
		grid-template-columns: 100%;
		width: 75%;
	}

	.votingRowFullWidth {
		width: 78%;
		padding: 20px 0;
		margin-top: 25px;
	}

	.votingRow br {
		display: none;
	}

	.mobileMargin {
		margin-top: 35px;
	}

	.upcomingEvents .slide {
		min-height: 135px;
	}

	.row.glimpseOfEvent.toranImage {
		padding: 7% 0 7% 0;
	}

	.page-node-365 footer.footer-wrapper {
		margin-top: -24px;
	}

	.goddessPic {
		padding-top: 12%;
	}

	.aboutUs .grid {
		display: initial;
	}

	.aboutUs.dhunuchiPg .picenterBg {
		margin: 5% 0 7%
	}

	.digitalEyeRightSection:after {
		height: 400px;
		width: 250px;
	}

	.page-node-3 .hm-devi-pic-wrapper .hm-devi-pic {
		margin: 0 auto;
	}

	.main-section .container:after {
		position: static;
		margin: 5% auto 0;
	}

	footer.footer-wrapper {
		margin-top: 0
	}

	.page-node-3 footer.footer-wrapper {
		margin-top: -50px
	}

	.vertical-align,
	.footerSocialSection {
		display: block;
	}

	.social-widget {
		margin-bottom: 4%;
		max-width: 300px;
		max-height: 487px;
	}

	.footerSocialSection .LeftSection {
		text-align: center;
	}

	.footerSocialSection1 {
		height: initial;
	}

	.alphonaAV .grid {
		display: block;
		padding: 0 1.5%;
		grid-template-columns: inherit;
	}

	.alphonaAV .slide p {
		margin: 0% 0 3% 0;
		width: 100%;
	}

	.alphonaAV .manImage {
		left: 0;
	}

	.homepgGallery .center .imgText {
		width: 75%;
	}

	header .navbar-nav>li>a {
		padding: 8px 4px;
		font-size: 12px;
	}

	.page-node-3 .main-section {
		padding-top: 0;
	}

	.votingHeaderGrid {
		width: 90%;
	}

	.alphonaAV .RightSection {
		padding: 15% 0;
	}

	header .navbar-brand img {
		width: 84px
	}

	.upcomingSliderGrid {
		padding-top: 12%;
	}

	.upcomingSliderGrid:before {
		top: -100px;
        left: -65px;
        width: 200px;
	}

	.upcomingSliderGrid:after {
		top: -100px;
        right: -65px;
        width: 200px;
	}

	.page-node-3 .upcomingEvents {
		position: static;
	}

	.hm-devi-pic-wrapper {
		margin-bottom: 30px;
	}

	.upcomingEvents .slick-slide {
		margin: 0;
	}

	.main-section .footer-wrapper .container:before {
		margin: 0 auto 5%;
		position: static;
	}

	.spacer {
		padding: 12% 0 2% 0;
	}

	/* Development */
	.view-locations .view-id-locations {
		display: none
	}

	.alphonaAV .manImage {
		display: none;
	}

	.digitalEye {
		padding-top: 12%;
	}

	footer.footer-wrapper {
		padding: 6% 0 2%;
	}

	.upcomingSliderGrid {
		width: 80%;
	}
}

@media screen and (max-width: 900px) and (min-width: 768px) {
	header .navbar-nav>li>.dropdown-menu {
		min-width: 120px;
	}

	header .navbar-nav>li>.dropdown-menu>li>a {
		inline-size: 120px;
		white-space: inherit;
		overflow-wrap: break-word;
	}
}

@media (max-width: 767px) {
	header {
		background-color: #da2128;
	}

	.page-node-4494 .newGrid .gallery-grid>li {
		width: 100%;
	}

	.about-wrapper .grid {
		display: initial;
	}

	.about-wrapper .grid .rightSection {
		display: flex;

		justify-content: center;
	}

	.audioHomepg {
		width: 100%;
	}

	.page-priyo-pujo-kolkata .page-title,
	.page-priyo-abashan-pujo-kolkata .page-title,
	.page-priyo-pujo-districts .page-title {
		margin-top: 5%;
	}

	.MobileHide {
		display: none;
	}

	.mobileShow {
		display: block;
		margin-bottom: 25px !important;
	}

	.page-node-3375 hr {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-toggle {
		background: #f0c17f;
	}

	.navbar-brand a#logo img {
		-webkit-filter: none;
	}

	.about-section .RightSection {
		padding-left: 20px;
	}

	.about-wrapper-right .leftSection p,
	.about-wrapper-right .RightSection p {
		margin: 0;
		font-size: 17px;
	}

	.about-wrapper-right .about-section ol {
		padding-left: 0;
	}

	.about-wrapper-right .about-section {
		grid-template-columns: 1fr 1fr;
	}

	.about-wrapper-right .about-section li {
		font-size: 16px;
	}

	.aboutPgBanner .row,
	.dhunuchiPgBanner .row {
		height: 350px;
	}

	.spacer {
		padding: 14% 0 2% 0;
	}

	header .navbar-nav>li:not(:last-child) {
		border-bottom: 1px solid #ddd
	}

	header #navbar .navbar-text {
		text-align: center
	}

	header #navbar .navbar-text>.btn {
		white-space: normal
	}

	.upcomingEvents-container {
		display: none;
	}

	.btn-group-default .btn {
		margin-bottom: 10px;
	}

	.collapsing {
		position: absolute;
		z-index: 1;
		width: 100%;
		border-color: #e7e7e7;
		box-shadow: 0 2px 2px rgba(12, 13, 14, 0.3);
	}

	.navbar-collapse.in {
		position: absolute;
		z-index: 2;
		width: 100%;
		border-color: #e7e7e7;
		box-shadow: 0 2px 2px rgba(12, 13, 14, 0.3);
	}

	.modal-video .close {
		margin: -41px -6px 0 0
	}

	.slick-prev {
		left: 0px;
	}

	[dir='rtl'] .slick-prev {
		right: 0px;
	}

	.slick-next {
		right: 0px;
	}

	[dir='rtl'] .slick-next {
		left: 0px;
	}


	.media-gallery .slick-prev {
		left: 0px;
	}

	.media-gallery .slick-next {
		right: 0px;
	}

	.media-gallery-wrap h4 {
		font-size: 16px;
	}

	footer.footer-wrapper .footer-section .nav li {
		margin-bottom: 5px;
	}

	footer.footer-wrapper .footer-section .nav li:first-child {
		display: block;
		margin-bottom: 2px;
	}

	footer.footer-wrapper .footer-section .nav li:nth-child(7) {
		border: 0;
	}

	footer.footer-wrapper .footer-section .nav li:nth-child(8) {
		display: inline
	}

	footer.footer-wrapper .footer-section .nav li:nth-child(8) a {
		display: inline-block
	}

	footer.footer-wrapper .footer-section .nav li:nth-child(8):before {
		content: '\A';
		white-space: pre;
	}

	footer.footer-wrapper .footer-section .nav li .fa {
		font-size: 24px;
	}


	.goddessPic {
		width: 100%;
		z-index: 2222;
	}

	.tooltip .tooltiptext {
		top: 100%;
		left: 50%;
		margin-left: -60px;
	}


}

@media (max-width: 768px) {
	.ripplecircle7 {
		top: 30%;
		right: 77%;
	}

	.ripplecircle8 {
		top: 25%;
	}

	.ripplecircle5 {
		top: 27%;
	}

	.ripplecircle10 {
		right: 10%;
	}

	.ripplecircle4 {
		top: 64%;
	}

	.ripplecircle1 {
		top: 63%;
	}
}

@media (max-width:575px) {
	.votingHeaderGrid ul {
		padding-left: 10px;
	}

	.audioHomepg {

		display: block;
	}

	.audioHomepg p {
		margin-bottom: 10px;
	}

	.audioHomepg a,
	.audioHomepg p,
	.audioHomepg button {
		border-radius: 0;
		border: none;
	}

	.audioHomepg button {
		margin: 0 5px
	}

	.togglePlay,
	.MusicOn {
		background-size: 17px;
	}

	.audioOn {
		background-size: 20px;
	}

	.votingHeaderGrid h2 br {
		display: none;
	}

	.votingHeaderGrid h2 .mob {
		display: block;
	}

	.votingHeaderGrid h2 .mobShow {
		display: block;
	}

	.page-node-6545 .nav-primary-pills {
		width: 100%;
	}

	.media-gallery .image,
	.about-img-gallery img {
		width: 300px;

		margin: 0 auto;
	}

	.aboutPgBanner,
	.dhunuchiPgBanner {
		margin-bottom: 0;
	}

	.alphonaBanner {
		height: 300px;
		margin-bottom: 0;
	}

	.nav-primary-pills li a {
		padding: 8px 5px;
	}

	.media-gallery .slick-prev {
		left: 25px;
		z-index: 0;
	}

	.media-gallery .slick-next {
		right: 25px;
		z-index: 0;
	}

	.about-section .sub-section-title {
		font-size: 18px
	}

	hr {
		margin-top: 6%;
		margin-bottom: 5%;
	}

	.noBorderBottom .subHeader {
		margin-top: 10%;
	}

	.aboutPgBanner .row,
	.dhunuchiPgBanner .row {
		height: 145px;
	}

	.spacer {
		padding: 18% 0 2% 0;
	}

	.goddessPic {
		padding-top: 15%;
	}

	.upcomingSliderGrid:after {
		top: -150px;
		height: 275px;
	}

	.upcomingSliderGrid:before {
		top: -150px;
		height: 275px;
	}

	.upcomingSliderGrid {
		padding-top: 22%;
	}

	.upcomingSliderGrid .slick-prev {
		left: -35px;
	}

	.upcomingSliderGrid .slick-next {
		right: -35px;
	}

	.digitalEyeRightSection:after {
		width: 200px;
		height: 329px;
	}

	.votingHeaderGrid:after {
		width: 90px;
		right: 125px;
		top: -145px;
		height: 140px;
	}

	.votingHeaderGrid:before {
		width: 90px;
		left: 125px;
		top: -145px;
		height: 140px;
	}

	.spacer {
		padding: 35% 0 2% 0;
	}

	.homepgGallery {
		background-size: 100%, 76%;
		margin-top: 2rem;
	}


	.zIndex {
		z-index: 0;
	}

	.zIndexMinus {
		z-index: -1;
	}
}

@media (max-width:480px) {
	.votingRowFullWidth a img {
		margin-left: 3px;
	}

	.votingGrid ul li {
		padding-left: 20px;
		font-size: 16px;
	}

	.tooltiptext h3 {
		margin-top: 8px;
		margin-bottom: 4px;
	}

	/* Development */
	.filterPane .views-exposed-form .views-exposed-widget {
		display: block;
		margin-bottom: 10px;
	}

	.filterPane .views-exposed-form .views-exposed-widget .form-submit {
		width: 98%;
	}

	.filterPane .views-exposed-form .views-exposed-widget .form-submit:after {
		top: 50%;
		left: 50%;
		margin-left: -20px;
		margin-top: -20px;
	}

	.goddessPic {
		z-index: 111;
		padding-top: 20%;
	}

	.page-node-3 .upcomingEvents {
		padding-top: 15%;
	}

	.upcomingSliderGrid:after {
		height: 290px;
		right: -75px;
		width: 150px;
		z-index: 0;
		background-size: 100%;
	}

	.upcomingSliderGrid:before {
		height: 290px;
		left: -92px;
		width: 150px;
		z-index: 0;
		background-size: 100%;
	}

	.upcomingSliderGrid .slick-prev {
		left: -22px;
	}

	.upcomingSliderGrid .slick-next {
		right: -22px;
	}

	.spacer {
		padding: 42% 0 8% 0;
	}

	.votingHeaderGrid:before {
		left: 75px;
	}

	.votingHeaderGrid:after {
		right: 75px;
	}

	.homepgGallery .center p,
	.digitalEye p {
		font-size: 14px;
	}

	.subHeader,
	.page-title,
	.page-priyo-pujo-kolkata .page-title,
	.page-priyo-abashan-pujo-kolkata .page-title,
	.page-priyo-pujo-districts .page-title {
		font-size: 25px;
	}

	.footerSocialSection .smallHeading {
		font-size: 24px;
	}

	.alphonaAV {
		padding-bottom: 0;
	}

	.votingHeaderGrid h2 {
		font-size: 19px;
	}

	.votingHeaderGrid h3 {
		font-size: 20px;
		margin-top: 15px;

	}

	.homepgGallery .btnRed {
		margin-top: 15%;
	}


	.ripplecircle1 {
		top: 65%;
		left: 21%;
		z-index: 1;
	}

	.ripplecircle2 {
		top: 57%;
		left: 10%;
	}

	.ripplecircle3 {
		top: 48%;
		left: 11%;
	}

	.ripplecircle4 {
		top: 65%;
		left: 78%;
	}

	.ripplecircle5 {
		top: 29%;
		left: 66%;
	}

	.ripplecircle6 {
		top: 44%;
		right: 9%;
	}

	.ripplecircle7 {
		top: 34%;
		right: 78%;
	}

	.ripplecircle8 {
		top: 27%;
		right: 66%;
	}

	.ripplecircle9 {
		top: 35%;
		right: 17%;
	}

	.ripplecircle10 {
		top: 55%;
		right: 8%;
	}

	.ripplecircle {
		z-index: 0;
	}

	.tooltip .tooltiptext {


		top: 150%;
		left: 0;
		margin-left: -30px;
	}


	.tooltip .tooltiptext-leftarrow {
		transform: translateX(-180px);
		top: 150%;
	}

	.tooltip .tooltiptext::after {

		content: " ";
		position: absolute;
		top: -24px;

		left: 12%;
		margin-left: -5px;
		border-width: 15px;
		border-style: solid;
		border-color: transparent transparent #ffcb08 transparent;

	}


	.tooltip .tooltipRight::after {
		content: " ";
		position: absolute;
		top: -24px;

		left: 86%;

		margin-left: -5px;
		border-width: 15px;
		border-style: solid;
		border-color: transparent transparent #ffcb08 transparent;
	}

	.upcomingEvents h3 {
		font-size: 16px;
		margin: 5px 0 3px 0;
	}

	.upcomingEvents .arrowImage {
		bottom: 2px;
	}

	.page-node-3 footer.footer-wrapper {
		margin-top: -20px;
	}

	.toranImage {
		background-size: 250%, 250%;
	}

	.votingHeaderGrid .btnRed {
		margin: 10px 0;
	}
}

@media (max-width:420px) {
	.slick-next {
		right: -25px;
		height: 25px;
	}

	.slick-prev {
		left: -25px;
		height: 25px;
	}

	.media-gallery .slick-next {
		right: 5px;
		height: 25px;
	}

	.media-gallery .slick-prev {
		left: 5px;
		height: 25px;
	}

	.spacer {
		padding: 45% 0 8% 0;
	}

	.ripplecircle {
		height: 12px;
		width: 12px;
	}

	.goddessPic {
		padding-top: 25%;
	}

	.ripplecircle1 {

		top: 26%;

	}

	.ripplecircle5 {
		top: 37%;
	}

	.ripplecircle6 {
		top: 29%
	}
}

@media (max-width:390px) {
	.votingHeaderGrid h2 {
		font-size: 18px;
	}

	.votingHeaderGrid h3 {
		font-size: 18px;
	}
}

@media (max-width:360px) {
	.spacer {
		padding: 50% 0 8% 0;
	}
}

/******* 2023 css start ********/
.upcomingEvents .slick-slide {
	width: 100%;
}

.upcomingEvents .slide.firstCustomSlide {
	min-height: auto;
}

.upcomingEvents h3 {
	margin: 5px 0 5px 0;
	line-height: 26px;
	font-size: 22px;
}

.upcomingEvents h3 a {
	color: #da2128;
}

.upcomingEvents h3 a:focus,
.upcomingEvents h3 a:focus-visible {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
}

.upcomingEventSlider.revamped {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.upcomingEvents .slide {
	padding: 20px;
}

.upcomingEvents .slick-track {
	width: 100% !important;
}

.upcomingEvents .slideText {
	margin: 0 auto;
}

.upcomingEvents h3 br {
	display: none;
}

.upcomingEvents h3 span {
	font-size: 26px;
	margin: 0;
	font-family: 'Merriweather', serif;
	font-weight: 600;
	color: #000;
	display: block;
	margin-bottom: 10px;
	line-height: 34px;
}

/* header .navbar-nav > li.expanded.dropdown:nth-child(6) a.dropdown-toggle {
  animation: none;
} */

header #navbar .navbar-text .row .col-md-4:nth-child(3) {
	display: none;
}

@media (max-width: 991.55px) {
	.upcomingEvents .slide {
		min-height: auto;
	}

	.upcomingEventSlider.revamped {
		width: 100%;
	}
}

@media (max-width: 767px) {


	.upcomingEvents .slide {
		padding: 10px 15px;
	}

	.upcomingEvents h3 {
		line-height: 24px;
		font-size: 17px;
	}

	.upcomingEvents h3 span {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 0;
	}
}

/******* 2023 css end ********/


.main-section .footer-wrapper .container:before {
	background: url(../images/total-yrs-bottom-new.png) no-repeat;

}

.upcomingEvents .upcomingEventSlider.revamped h3 .clickHere {
	text-decoration: underline;
}

.upcomingEvents .upcomingEventSlider.revamped h3 br {
	display: block;
}


@media screen and (max-width: 480px) {
	.ripplecircle1 {
		top: 65%;
		left: 21%;
		z-index: 1;
	}

	.ripplecircle2 {
		top: 57%;
		left: 10%;
	}

	.ripplecircle3 {
		top: 48%;
		left: 11%;
	}

	.ripplecircle4 {
		top: 65%;
		left: 78%;
		z-index: 1;
	}

	.ripplecircle5 {
		top: 29%;
		left: 66%;
	}

	.ripplecircle6 {
		top: 44%;
		right: 9%;
	}

	.ripplecircle7 {
		top: 34%;
		right: 78%;
	}

	.ripplecircle8 {
		top: 27%;
		right: 66%;
	}

	.ripplecircle9 {
		top: 35%;
		right: 17%;
	}

	.ripplecircle10 {
		top: 55%;
		right: 8%;
	}

	.page-node-3 .upcomingEvents {
		padding-top: 36%;
	}

	.upcomingSliderGrid:before {
		top: -150px;
		left: -50px;
	}

	.upcomingSliderGrid:after {
		top: -150px;
		right:-50px;
	}


}

@media screen and (max-width: 420px) {
	.ripplecircle8 {
		top: 30%;
		right: 65%;
	}

	.ripplecircle7 {
		top: 35%;
		right: 77%;
	}

	.ripplecircle3 {
		top: 48%;
		left: 12%;
	}

	.ripplecircle2 {
		top: 58%;
		left: 11%;
	}

	.ripplecircle1 {
		top: 66%;
		left: 21%;
	}

	.ripplecircle4 {
		top: 67%;
		left: 78%;
	}

	.ripplecircle5 {
		top: 32%;
		left: 66%;
	}

	.ripplecircle9 {
		top: 37%;
		right: 19%;
	}

	.ripplecircle6 {
		top: 46%;
		right: 10%;
	}

	.ripplecircle10 {
		top: 57%;
		right: 9%;
	}


}


.page-node-7137 .subHeader,
.page-node-7136 .subHeader {
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(167, 31, 31, 0.3);
}

/* .nav.navbar-nav > li:nth-child(6) a.dropdown-toggle{
  animation: blinker 1s step-start infinite !important;
  margin-right: 0;
} */

.tagNew {
	font-size: 13px;
	padding: 5px 8px;
	line-height: 1;
	display: inline-block;
	margin-right: 7px;
	vertical-align: 4px;
}

@media screen and (max-width: 480px) {
	.tagNew {
		font-size: 10px;
		margin-right: 6px;
		vertical-align: 2px;
	}

}


.gallery-listing .gallery-actions .pull-left {
	width: 100%;
	text-align: center;
}

.gallery-listing .gallery-actions .pull-right {
	width: 100%;
}

.gallery-listing .gallery-actions .list-inline {
	display: flex;
	justify-content: space-evenly;
	margin-top: 10px;
}

.vote_button_whatsapp .fa-whatsapp {
	font-size: 15px;
	vertical-align: -1px;
	margin-left: 3px;
	color: green;
}

.vote_button .fa-facebook-square {
	font-size: 15px;
	vertical-align: -1px;
	margin-left: 3px;
	color: #1b4188;
}

.vote_button .fa-twitter-square {
	font-size: 15px;
	vertical-align: -1px;
	margin-left: 3px;
	color: #00a7fd;
}

.fa.fa-twitternewIcon {
	width: 12px;
	height: 15px;
	vertical-align: inherit;
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/twitter-icon-new.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 2px;
}

.fa-twitterIconfoot {
	width: 12px;
	height: 12px;
	vertical-align: inherit;
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/twitter-icon-white.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: -2px;
}

@media screen and (max-width: 767px) {
	.fa-twitterIconfoot {
		width: 17px;
		height: 25px;
		margin-bottom: -4px;
	}
}

.page-node-3 .bannerBg.day-two {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day2-white-bg.png');
}

.page-node-3 .bannerBg.day-three {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day3-red-bg.png');
}

.page-node-3 .bannerBg.day-four {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day4-orange-bg.png');
}

.page-node-3 .bannerBg.day-five {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day5-yellow-bg.png');
}

.page-node-3 .bannerBg.day-six {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day6-maroon-bg.png');
}

.page-node-3 .bannerBg.day-seven {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day7-navy-blue-bg.png');
}

.page-node-3 .bannerBg.day-eight {
	background-image: url('https://www.bergerpriyopujo.com/sites/all/themes/custom/nineteen/resources/images/day8-green-bg.png');
}

.page-node-3 .bannerBg.day-nine {
	background-image: url('../images/common-bg.png');
}

.votingHeaderSection {
	margin-bottom: 50px;
}

.votingHeaderGrid h2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	font-family: 'Lato';
	margin: 30px 20px 20px 0px;
	color: #da2128;
	border-bottom: 1px solid #da2128;
	padding-bottom: 5px;
	width: fit-content;
	margin: 30px auto 20px;

}

.votingHeaderGrid h3 {
	font-size: 25px;
	text-align: center;
	margin: 1% 0px;
	font-family: 'Merriweather', serif;
	font-weight: 700;
}

.votingHeaderGrid ul li {
	font-size: 17px;
	position: relative;
	padding-left: 15px;
}

.votingHeaderGrid ul {
	padding: 0;
	margin: 0;
	text-align: left;
}

.votingHeaderGrid ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	display: flex;
	background-color: #da2128;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 9px;
}

header .navbar-nav>li.leaf:nth-child(5) a {
	animation: blinker 1s step-start infinite;
}

@media (max-width: 480px) {
	.votingHeaderGrid h2 {
		font-size: 19px;
	}

	.votingHeaderGrid h3 {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (max-width: 390px) {
	.votingHeaderGrid h2 {
		font-size: 18px;
	}

	.votingHeaderGrid h3 {
		font-size: 18px;
	}
}

.upcomingEvents-container {
	display: none;
}

/* .alphonaAV {display: none;} */
@media (min-width: 575px) {
	.aboutUs .LeftSection img {
		width: 70%;
	}
}

.mt-4 {
	margin-top: 1rem !important;
}

.registration-display {
	padding: 30px 20px;
	max-width: 500px;
	border: 1px solid #c30;
	border-radius: 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.registration-display:before {
	content: '';
	background: url(../images/toranTop.png)no-repeat;
	position: absolute;
	top: -40px;
	width: 500px;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.registration-display:after {
	content: '';
	background: url(../images/toranTop.png)no-repeat;
	position: absolute;
	bottom: -40px;
	width: 500px;
	height: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.registration-display h2 {
	font-size: 36px;
	margin: 0 auto;
	text-align: center;
}

.registration-display h3 {
	padding-top: 10px;
}
.pujo-parbon-img{
	margin:50px 0;
}
.parbon-banner{
	background:url(../images/priyo-pujo-parbon-bg.jpg) no-repeat center;
	background-size:100%;
	min-height:600px;
}
@media (max-width: 1024px) {
	.parbon-banner {
    min-height: 380px;
}
}
@media (max-width: 767px) {
.parbon-banner {
    min-height: 300px;
}
.registration-display:before{
	width:100%;
}
.registration-display:after{
	width:100%;
}
}
@media (max-width: 480px) {
.parbon-banner {
    min-height: 250px;
}
}
/* ===========Registration part===========*/
.registration-form{
	margin:20px auto;
	padding:20px;
	display:inline-block;
	border:1px solid #c30;
	 border-radius:10px;
}
.registration-form h6{
	font-size:24px;
	 margin:0 15px 20px 15px;
	  padding:0 0 5px 0;
	  border-bottom:1px solid #c30;
}
/* Custom file upload styling */
        .custom-file-upload {
            cursor: pointer;
    background: #f8f9fa;
    transition: all 0.3s ease;
    padding: 10px;
    border: 2px dashed #d58719;
    border-radius: 10px;
    line-height:40px;
	display: flex;
	margin-bottom:10px;
        }

        .custom-file-upload:hover {
            background: #e9ecef;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }

        .file-text {
            font-weight: 500;
            color: #495057;
            font-size: 14px;
        }

        .custom-file-upload i {
            transition: transform 0.3s ease;
            font-size: 30px;
            color: #da332e;
            margin-right: 20px;
        }

        .custom-file-upload:hover i {
            transform: scale(1.1);
            color: #da332e;
        }

        .file-selected {
            border-color: #28a745;
            background: #e7f1ff;
        }

        .file-selected i {
            color: #28a745;
        }

        /* Hide the default input */
        #file-upload {
            display: none;
        }
/* Bigger button styling */
        button.btn {
            padding: 12px 30px;
            font-size: 16px;
            border-radius: 8px;
			margin:20px 0;
			background: #da332e;
			border: 0;
        }
		.form-control {
    display: block;
    width: 100%;
    height: 50px;
	margin-bottom:10px;
	
		}
		.alpona-banner img{
			width:100%;
		}