body,
html {
	font-family: "Baloo Da 2", sans-serif;
	background-color: #f5f0da;
	transition: all 0.4s ease;
}


a {
	text-decoration: none;
	transition: all 0.4s ease;
}

a:hover,
a:focus {
	text-decoration: none !important;
	box-shadow: none;
}

button:focus {
	outline: none !important;
	box-shadow: none !important;
}
h2, h2 {
    font-weight: 700;
}
.font-open-sans {
	font-family: 'Open Sans', sans-serif !important;
}

.owl-prev,
.owl-next {
	cursor: pointer;
}

@media only screen and (max-width: 768px) {
	.font-open-sans {
		font-family: 'Open Sans', sans-serif !important;
		text-align: center;
	}
}

.view-more {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	color: #000;
	position: relative;
}

.view-more.teal {
	color: #085d67;
}

.view-more:after {
	content: '';
	width: 70px;
	background: #f72d0c;
	border-bottom: 3px #f72d0c solid;
	position: absolute;
	bottom: -7px;
	left: 0;
	transition: all 0.4s ease;
}

.view-more:hover:after {
	width: 100px;
}


/*header*/
.after-sticky {
	background: rgba(232, 224, 188, 0.85);
	box-shadow: 2px 0px 5px rgba(0, 0, 0, .3);
}

.before-sticky {
	background: transparent;
}

@media only screen and (max-width: 768px) {
	.after-sticky {
		background: rgba(232, 224, 188, 0.85);
		box-shadow: 2px 0px 5px rgba(0, 0, 0, .3);
		height: 290px;
		width: 100%;
	}

	.header-logo-style {
		width: 26%;
		margin-top: 20px;
		margin-bottom: 10px;

	}

	.header-search {
		width: 10%;
		height: 35px;
	}

	.header-search form {
		width: 20%;
		position: absolute;
	}
}

.header-logo-style {
	max-width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

header {
	position: relative;
}

.header-search {
	width: 100%;
	height: 35px;
	background-color: #fff;
	border-radius: 20px;
	-webkit-box-shadow: inset 5px 5px 7px -5px rgba(0, 0, 0, 0.48);
	-moz-box-shadow: inset 5px 5px 7px -5px rgba(0, 0, 0, 0.48);
	box-shadow: inset 5px 5px 7px -5px rgba(0, 0, 0, 0.48);
    position: relative;
}

.header-change {
	background: rgba(255, 255, 255, 0.7);
	padding-bottom: 30px;
}

.header-search form {
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
}

.header-search form button {
    color: #919191;
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 9px;
}

.header-search form input {
    border: none;
    background: none;
    height: 100%;
    padding-left: 10px;
    padding-right: 33px;
}

.header-search form input:focus {
	outline: none;
	box-shadow: none;
}

.headerheight {

	z-index: 999;
}

@media only screen and (max-width: 768px) {
	.history-brief .col-md-7 h4 {
		font-size: 1.5em;
		text-align: center;
		margin-top: -2.6em;
	}

}

@media only screen and (max-width:768px) {
	.after-sticky {
		height: 30%;
	}

	.header-logo-style {
		display: none;
	}

	.header-search {
		display: none;
	}

	.header-search form {
		width: 20%;
		position: absolute;
	}

	.header-search {
		display: none;
	}

	.gallery-page-tab-menu-wrapper-container {
		font-size: 1.2em;
		width: 100%;
	}

	.col-md-1 px-0 header-logo {
		display: none;
	}
}

/*Fixed Sidebar*/
.fixed-social-sidebar {
	position: fixed;
	top: 20vh;
	right: 0;
	z-index: 999;
}

.fixed-social-sidebar ul li {
	list-style: none;
}

@media only screen and (max-width: 768px) {
	.fixed-social-sidebar ul li {
		list-style: none;
		width: 80%;
		right: 0px;
	}
}

@media only screen and (max-width:768px) {
	.fixed-social-sidebar {
		padding-right: 12px;
		/*width: 100%;*/


	}

	.fixed-social-sidebar ul li {
		width: 100%;
		right: 0px;
	}
}

/*Banner*/
/*.home-banner-carousel{*/
/*	width:100%;*/
/*	position: relative;*/
/*height:700px;*/
/*}*/
/*.home-banner-carousel figure img, .inner-page-banner figure img{*/
/*	position: absolute;*/
/*margin-top:-60px;*/
/*	margin-left: -13%;*/
/*width:100% !important;*/
/*}*/
/*#carousel-bg{*/
/*	background-image: url(../images/banner-bg.png);*/
/*	background-repeat: no-repeat;*/
/*	background-size:100% auto;*/
/*	position: relative;*/
/*	margin-top:-50px;*/
/*	margin-left: -100px;*/
/*	background-position: top left;*/
/*	padding-top:200px;*/
/*}*/
/*#carousel-bg #home-page-banner-slider{*/
/*	width:100%;*/
/*}*/
/*#carousel-bg #home-page-banner-slider figure img{*/
/*	width:50%;*/
/*	margin-left:150px;*/
/*	position: relative;*/
/*text-align: center;*/
/*}*/
/*@media only screen and (max-width: 768px){*/
/*	.home-banner-carousel figure img, .inner-page-banner figure img{*/
/*		position: absolute;*/
/*		margin-left: -13%;*/
/*	}*/

/*}*/
/*.home-banner-carousel p, .inner-page-banner p{*/
/*	font-family: 'Open Sans', sans-serif !important;*/
/*	color:#919191;*/
/*	font-size:0.9em;*/
/*	font-weight:700;*/
/*	letter-spacing: 1px;*/
/*}*/
/*.home-banner-carousel .col-md-3, .inner-page-banner .col-md-3{*/
/*	position: relative;*/
/*	height:500px;*/
/*}*/
/*.home-banner-carousel .banner-text, .inner-page-banner .banner-text{*/
/*	position: absolute;*/
/*	bottom:20px;*/

/*}*/
/*.home-banner-carousel .banner-text .view-more , .inner-page-banner .banner-text .view-more{ */
/*	color:#085d67;*/
/*	font-size:0.9em;*/
/*	font-weight: bolder;*/
/*}*/
/*.home-banner-carousel .carousel-indicators{*/
/*	position: absolute;*/
/*	right:0;*/
/*margin-right: 0 !important;*/
/*	margin-left: auto;*/
/*	justify-content: flex-end;*/
/*}*/
/*.home-banner-carousel .carousel-indicators li{*/
/*	width:15px;*/
/*	height:15px;*/
/*	border-radius:100%;*/
/*	background:rgba(204,204,204,0.7);*/
/*	border:2px #fff solid;*/
/*}*/
/*.home-banner-carousel .carousel-indicators li.active{*/
/*	background:#f72d0c;*/
/*}*/
/*.home-banner-carousel .carousel-inner{*/
/*	margin-top:-60px;*/
/*margin-left: -18%;*/
/*	margin-bottom:20px;*/
/*}*/

.home-banner-carousel {
	width: 100%;
	position: relative;
	height: 600px;

}

#home-page-banner-slider {
	/* background-image: url(../images/banner-bg1.png), url(../images/banner-bg2.png); */
	background-repeat: no-repeat;
	background-size: 40% 60%, 30% 30%;
	background-position: top center, right;
	position: relative;
	margin-top: -100px;
	/*padding-top:200px;*/
}

#home-page-banner-slider figure img {
	margin-top: 100px;
}

.home-page-banner {
	padding-top: 100px;
}

#carousel-bg {
	/*background-image: url(../images/banner-bg.png);
	background-repeat: no-repeat;
	background-size:100% auto;*/
	position: relative;
	margin-top: -50px;
	margin-left: -100px;
	background-position: top left;
	padding-top: 250px;
}

#carousel-bg #home-page-banner-slider {
	width: 100%;
}

#carousel-bg #home-page-banner-slider figure img {
	width: 50%;
	margin-left: 150px;
	/*text-align: center;*/
}

.home-banner-carousel p,
.inner-page-banner p {
	font-family: 'Open Sans', sans-serif !important;
	color: #919191;
	font-size: 0.9em;
	font-weight: 700;
	letter-spacing: 1px;
}

.home-banner-carousel .col-md-3,
.inner-page-banner .col-md-3 {
	position: relative;
	height: 500px;
}

.home-banner-carousel .banner-text,
.inner-page-banner .banner-text {
	position: absolute;
	bottom: 20px;

}

.home-banner-carousel .banner-text .view-more,
.inner-page-banner .banner-text .view-more {
	color: #085d67;
	font-size: 0.9em;
	font-weight: bolder;
}

.home-banner-carousel .carousel-indicators {
	position: absolute;
	right: -100px;
	/*margin-right: 0 !important;*/
	margin-left: auto;
	justify-content: flex-end;
	bottom: 100px;
}

.home-banner-carousel .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background: rgba(204, 204, 204, 0.7);
	border: 2px #fff solid;
}

.home-banner-carousel .carousel-indicators li.active {
	background: #f72d0c;
}

@media only screen and (max-width: 768px) {

	.home-banner-carousel figure img,
	.inner-page-banner figure img {
		position: absolute;
		/*margin-top:-60px;*/
		margin-left: 0px;
	}
}

/*About Patachitra*/
.home-about a {
	position: relative;
}

.home-about h2 {
	color: #000;
}

.home-about h2 b {
	font-size: 2em;
}

.home-about h4 {
	color: #605e55;
}

/*Process*/
.home-process {
	background-image: url(../images/process-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 200px !important;
	height: auto;
}

.home-process-button {
	color: #27d6d0;
	background: none;
	border: none;
	font-size: 1.3em;
	letter-spacing: 5px;
	text-transform: uppercase;
	transform: rotate(270deg);
	/* 	background:none; */
	/* 	border:none; */
	position: relative;
	width: 100%;
	margin-bottom: 125px;
}

.home-process-button:nth-child(1) {
	height: 250px;
}

.home-process-button:nth-child(2) {
	height: 250px;
}

#home-process-btn-container {
	margin-top: -80px;
}

.home-process-button hr {
	margin-bottom: 0;
}

.home-process-button hr.process-hr-active,
.home-process-button hr.performance-hr-active {
	background: #f44336;
	height: 2px;
	width: 100%;
	margin-bottom: 0;
}

.home-process-button hr.performance-hr-active {
	display: none;
}

#home-process-video-iframe iframe {
	width: 100%;
	height: 300px;
	border: 5px #000 solid;
	border-radius: 20px;
}

.home-process h2 {
	color: #fff;
}

.home-process h2 b {
	font-size: 1em;
}

.home-process h4 {
	color: #fff;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 25px;
}

.home-process-map {
	margin-top: -300px;
}


/*Home Featured Artist*/

.home-featured-artist figure {
	width: 80%;
}

.home-featured-artist-carousel-text {
	width: 100%;
	text-align: right;
	padding-top: 100px !important;
}

.home-featured-artist-carousel-text h2 {
	font-size: 2em;
}

.home-featured-artist-carousel-text h4 {
	margin-bottom: 50px;
}

.home-featured-artist-carousel {
	margin-top: -80px;
}

.home-featured-artist .container {
	position: relative;
}

.home-featured-artist .container .owl-nav .owl-prev,
.home-featured-artist .owl-nav .owl-next {
	position: absolute;
	top: 250px;
	font-size: 40px;
	z-index: 999;
}

.home-featured-artist .container .owl-nav .owl-prev {
	left: 0;
}

.home-featured-artist .container .owl-nav .owl-next {
	left: 100px;
}

/*@media only screen and (max-width:768px){
	.home-featured-artist-carousel-text h4{
		margin-bottom: 20px;
	}
}*/
/*Resource Center*/
.home-resource-center .home-resrc-col-1 figure {
	width: 100%;
	height: 200px;
	overflow: hidden;
	border: 10px #fff solid;
	background: #fff;
	-webkit-box-shadow: 7px 7px 5px -1px rgba(0, 0, 0, 0.36);
	-moz-box-shadow: 7px 7px 5px -1px rgba(0, 0, 0, 0.36);
	box-shadow: 7px 7px 5px -1px rgba(0, 0, 0, 0.36);
}

.home-resource-centre-iframe iframe {
	width: 100% !important;
	height: auto;
}

.home-resource-centre-iframe p {
	text-align: right;
	color: #282828;
}

.home-resource-center-details {
	position: relative;
}

.home-resource-center-details figcaption {
	position: absolute;
	top: 55%;
	text-align: center;
	left: 45%;
	color: #fff;
}

.home-resource-center-details figcaption a {
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
}

@media only screen and (max-width:768px) {
	.home-resource-center img {
		width: 30%;
	}
}

@media only screen and (max-width : 768px) {
	.home-resource-center img {
		width: 100%;
	}
}

/*Home Page Products*/
.home-products {
	background-image: url(../images/products-bg-1.png), url(../images/products-bg2.png);
	background-position: left 200px, right top;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 150px;
	/* 	background-size: contain;*/
}

.home-products-carousel-container {
	width: 75%;
	position: relative;
}

.home-products-carousel img {
	width: auto !important;
	/*border:5px #000 solid;*/
}

.home-products-carousel .item {
	width: 94%;
}

/*.home-products-carousel-container .owl-nav .owl-prev, .home-products-carousel-container .owl-nav .owl-next{
	position:absolute;
	top:180px;
	font-size:30px;
}*/
/*.home-products-carousel-container .owl-nav .owl-prev{
	left:-280px;
}
.home-products-carousel-container .owl-nav .owl-next{
	left:-150px;
}*/
.home-product-title {
	width: 40%;
	position: absolute;
	/*bottom:100px;*/
	bottom: 10px;
	z-index: 99;
}

.home-product-title p {
	/*font-family: 'Open Sans', sans-serif !important;*/
	width: 50%;
	font-size: 1.2em;
}

.home-product-title h2 b {
	font-size: 2.7em;
}

/*Home Festivals Section*/
.home-festivals {
	margin-top: 150px;
	position: relative;
}

.home-festivals-heading {
	position: absolute;
	top: 0;
}

.home-festival-content {
	padding-top: 200px;
}

.home-festival-content h2 {
	font-size: 3em;
}

.home-festival-content p {
	font-size: 0.95em;
	color: #9b988a;
}

#home-festival-gallery-text {
	margin-top: 200px;
}

.home-festivals-heading {
	width: 70%;
}

@media only screen and (max-width:768px) {
	.home-product-title p {
		margin-top: 30px;
	}

	.home-product-title h2 b {
		margin-bottom: 10px;
		width: 30%;
	}

	.home-products-carousel-container {
		width: 50%;
	}
}

/*Footer*/
footer {
	width: 100%;
	background-image: url(../images/chou_bottom.png);
	background-position: top left;
	background-size: cover;
	margin-top: 100px;
	padding-top: 150px;
	color: #fff;
}

.footer-col-1 ul {
	padding: 0;
	margin-top: 30px;
}

.footer-col-1 ul li {
	list-style: none;
	text-align: center;
	display: inline;
}

.footer-col-1 ul li a {
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
}

.footer-bar {
	width: 30%;
	height: 10px;
	border-radius: 20px;
	background: #e516de;
}

footer i {
	font-family: 'Open Sans', sans-serif !important;
}

.footer-col-3 ul {
	padding: 0;
}

.footer-col-3 ul li {
	font-family: 'Open Sans', sans-serif !important;
	list-style: none;
	padding: 5px 0px;
}

.footer-col-3 ul li a {
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 4px;

}

.copyright {
	width: 100%;
	font-family: 'Open Sans', sans-serif !important;
	letter-spacing: 3px;
	margin-top: 70px;
	text-transform: uppercase;
}

.copyright a {
	color: #fff;
}

.copyright p {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.copyright p {
		margin-top: 20px;
	}
}

/*==============directory page===============*/
.inner-page-banner {
	width: 100%;
	position: relative;
	height: auto;
}

.inner-page-banner-image-wrapper {
	margin-bottom: 50px;
}

.inner-page-banner-image-wrapper img {
	max-width: 100%;
}

@media only screen and (max-width: 768px) {
	.inner-page-banner {
		width: 100%;
		position: relative;
		height: 150px;
	}
}

#directory h4 {
	color: #27d6d0;
}

#directory h2 {
	color: #0D4F62;
}

#directory .row:nth-child(1) {
	margin-top: 100px;
}

#directory .location-all .row {
	flex-direction: row-reverse;
	background: #fff;
	border-radius: 30px;
}

#resources-container .row,
#directory .row:nth-child(even) {
	flex-direction: row-reverse !important;
	background: #fff;
	border-radius: 30px;
}

#directory .corouseldiv1 .col-md-3 img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

@media only screen and (max-width: 768px) {
	#directory .corouseldiv1 .col-md-3 img {
		width: 200px;
		height: 200px;
		border-radius: 50%;
		align-items: center;
		margin-left: 90px;
	}
}

/*==============directory end====================================================================*/

/*=======================FESTIVALS PAGE====================================================================*/
.festivals-banner {
	height: auto;
}

.festivals-banner img {
	width: 100%;
}

.festivals-patachitra-heading-container {
	width: 100%;
	overflow: hidden;
	/*margin-top:-50px;*/
	margin-top: 10px;
}

.festival-list-carousel figure {
	border-radius: 20px;
	overflow: hidden;
	width: 100%;
}

.festival-all-list .col-md-7 .owl-carousel-nav {
	top: 280px;
	position: absolute;
	right: -80px;
}

.festival-all-list p {
	font-family: 'Open Sans', sans-serif !important;
	color: #4c6568;
}

.festival-all-list a {
	font-family: 'Open Sans', sans-serif !important;
}

.festival-all-list h2 {
	font-size: 4em;
}

.festival-all-list .owl-nav .owl-prev,
.festival-all-list .owl-nav .owl-next {
	position: absolute;
	font-size: 30px;
	bottom: 0;
	/*margin-top:50px;*/
}

.festival-all-list .owl-nav .owl-prev {
	right: 50px;
}

.festival-all-list .owl-nav .owl-next {
	right: 0;
}

.festival-all-list .row:nth-child(even) {
	flex-direction: row-reverse;
}

.festival-all-list .row:nth-child(even) .owl-nav .owl-next {
	left: 50px;
}

.festival-all-list .row:nth-child(even) .owl-nav {
	margin-top: 60px;
}

.festival-all-list .row:nth-child(even) .owl-nav .owl-prev {
	left: 0;
}

@media only screen and (max-width: 768px) {
	.festival-all-list button {
		margin-left: 2em;
	}
}

.festival-pagination .page-link {
	background: none;
	border: none;
	font-size: 1.5em;
	color: #4c6568;
}

.festival-pagination .page-link:hover {
	color: #dc1f1f;
}

.international-visit-heading img {
	width: 80%;
}

.festival-international-visit {
	background-image: url(../images/process-bg.png);
	background-position: center;
	background-size: cover;
}

.festival-international-visit h2 {
	color: #fff;
	font-size: 4em;
	width: 90%;
}

.festival-international-visit p {
	color: #fff;
	font-size: 1.2em;
	letter-spacing: 1px;
}

.festival-international-visit a {
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
}

.festival-international-visit .owl-nav .owl-prev,
.festival-international-visit .owl-nav .owl-next {
	position: absolute;
	right: 100px;
	color: #fff;
	font-size: 30px;
	margin-top: -25px;
	z-index: 999;
}

.festival-international-visit .owl-nav .owl-prev {
	right: 200px;
}

.red-band {
	background: #dc1f1f;
	width: 100%;
	height: 5px;
}

.upcoming-festivals {
	background-image: url(../images/upcoming-festival-bg.png);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

.upcoming-festival-scroll {
	height: 500px;
	overflow-y: scroll;
}

.upcoming-festivals h2 {
	font-size: 6em;
	color: #bdb9a8;
	word-wrap: break-word;
}

.upcoming-festival-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.upcoming-festival-scroll::-webkit-scrollbar {
	width: 7px;
	background-color: #bdb9a8;
}

.upcoming-festival-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #bdb9a8;
}

.upcoming-festival-scroll p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.2em;
}

.upcoming-festival-scroll h5 {
	margin: 0;
}

@media only screen and (max-width: 768px) {
	.somak_g1 p {
		margin-top: 40px;
	}
}

/*=========model==================*/
.modal-full {
	min-width: 100%;
	margin: 0;

}

.modal-full .modal-content .modal-body {
	padding-left: 80px;
	padding-right: 80px;
}

#image_box figure img {
	width: auto;
	height: 100%;
	max-width: 100%;
}

.modal-full .modal-content {
	min-height: 100vh;
	background: rgba(255, 255, 255, 0.9);
}

.modal {
	padding-right: 0 !important;
}

.close {
	font-size: 3rem !important;
}

.modal-title {
	/*     margin-left:100px; */
}

.modal-full figure img {
	width: 100%;
}


/* The expanding image container (positioning is needed to position the close button and the text) */
.modal-body .container {
	position: relative;
	display: none;
}

/* Expanding image text */
#imgtext {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: white;
	font-size: 20px;
}

/* Closable button inside the image */
.closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
}

#image_carousal .owl-carousel figure {
	height: 150px;
	overflow: hidden;
}

#image_carousal .owl-carousel .owl-item img {
	display: block;
}

#image_carousal .owl-stage {
	margin-left: 10px;
	margin-right: 10px;
}

#image_carousal .owl-nav .owl-prev {
	display: inline-block;
	float: left;
	margin-right: 20px;
}

#image_carousal .owl-nav .owl-next {
	display: inline-block;
}

#image_carousal .owl-nav {
	margin-left: 650px;
}

#internationalvisit .modal-footer button {
	background: blue;
}

/*==============contact us===========*/
.input-field {
	border-radius: 0.90rem;
}

.list-heading-copy {
	background-image: url(../images/fiem/banner-text-flip.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 50px;
	width: 70%;
	color: #fff;
	padding-left: 50px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
	margin-left: 32.8%;
	padding-right: 50px;

}

.contact-details .row {
	margin-right: 0px;
}

.contact-details {
	margin-bottom: 80px;
}

.contactform {
	/*margin: 2em 0;*/
	margin-top: 100px;
}

.contactform .wpcf7-submit {
	cursor: pointer;
	border-bottom: none;
	background: #4e8ef2;
	width: 50%;
}

/**
* Make the field a flex-container, reverse the order so label is on top.
*/

.field {
	display: flex;
	flex-flow: column-reverse;
	margin-bottom: 1em;
}

/**
* Add a transition to the label and input.
* I'm not even sure that touch-action: manipulation works on
* inputs, but hey, it's new and cool and could remove the 
* pesky delay.
*/
.contactform label,
input,
textarea {
	transition: all 0.2s;
	touch-action: manipulation;
	width: 100%;
}

.contactform input,
textarea {
	font-size: 1.5em;
	border: 0;
	border-bottom: 1px solid #000;
	font-family: inherit;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 0;
	cursor: text;
	background-color: unset;
	max-height: 120px;
}

.contactform input:focus {
	outline: 0;
	border-bottom: 1px solid #666;
}

.contactform textarea:focus {
	outline: 0;
	border-bottom: 1px solid #666;
}

.contactform label {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 15px;
}

/**
* Translate down and scale the label up to cover the placeholder,
* when following an input (with placeholder-shown support).
* Also make sure the label is only on one row, at max 2/3rds of the
* field—to make sure it scales properly and doesn't wrap.
*/
.contactform input:placeholder-shown+label {
	cursor: text;
	max-width: 66.66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: left bottom;
	transform: translate(0, 2.125rem) scale(1.5);
}

.contactform textarea:placeholder-shown+label {
	cursor: text;
	max-width: 66.66%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: left bottom;
	transform: translate(0, 2.125rem) scale(1.5);
}

/**
* By default, the placeholder should be transparent. Also, it should 
* inherit the transition.
*/
::-webkit-input-placeholder {
	opacity: 0;
	transition: inherit;
}

::-webkit-textarea-placeholder {
	opacity: 0;
	transition: inherit;
}

/**
* Show the placeholder when the input is focused.
*/
.contactform input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.contactform textarea:focus::-webkit-textarea-placeholder {
	opacity: 0;
}

/**
* When the element is focused, remove the label transform.
* Also, do this when the placeholder is _not_ shown, i.e. when 
* there's something in the input at all.
*/
.contactform input:not(:placeholder-shown)+label,
.contactform input:focus+label {
	transform: translate(0, 0) scale(1);
	cursor: pointer;
}

.contactform textarea:not(:placeholder-shown)+label,
.contactform textarea:focus+label {
	transform: translate(0, 0) scale(1);
	cursor: pointer;
}

.button1 {
	background-color: #1fc8db;
	color: black;
	border: 1px solid #4CAF50;
}

.button1:hover {
	outline: none;
	background-color: #1fc8db;
	background-image: linear-gradient(141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
	opacity: 0.95;
}

.contact-form-new {

	/*background-image: url('../images/contact-bg.png');*/
	width: 100%;
	height: 100%;
	/*padding-top: 60px;*/
	padding-bottom: 60px;

}

.form-container {

	/*background:rgba(204,204,204,0.9); */
	margin-top: 10px;
	padding: 20px;
	padding-bottom: 0px;
	/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

.form-container .row {
	height: 60%;
}

#contact_details p {
	margin-top: 30px;
}

#contact_details .fa-map-marker {
	color: red;
}

#contact_details .fa-mobile {
	color: green;
}

#contact_details .fa-envelope {
	color: blue;
}

.form_left {
	padding: 20px;
	height: 40%;
}

.form_left p {
	font-size: 18px;
	margin-top: 80px;
}

.form_right {
	/*padding: 20px;*/
	height: 40%;
}

.form_right a {
	width: 100%;
	margin-top: 20px;
}

/*==============contact us end=======*/

/*==============gallery=============*/
#imagecontainer {
	padding: 1em;
	column-count: 4;

}

#imagecontainer img {
	width: 100%;
	margin-bottom: 1em;

}

#imagecontainer iframe {
	width: 100%;
	margin-bottom: 1em;
}

.nav-tabs .nav-link.active {
	color: #c50923;
	background-color: #f5f0da;
}

.nav-tabs a {
	color: black;
}

.nav-tabs .nav-link {
	font-size: 22px !important;
}

/*==============gallery end===========*/

/*=========================================Login Page==========================================================*/

.login-page {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-image: url(../images/community-medinipur.png);
	background-repeat: repeat;
}

.login-black-bg {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100vh;
	padding-top: 20vh !important;
}

.loging-form {
	background: #f5f0da;
	width: 50%;
	margin: auto;
	border-radius: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.loging-form h2 {
	text-align: center;
	font-size: 3em;
}

.loging-form form {
	margin-top: 10px;
}

.loging-form button {
	background: none;
	border: none;
	margin-top: 30px;
	cursor: pointer;
}

/*==================================about us page=============================================================*/
.history-brief {
	width: 100%;
}

.history-brief img {
	width: 100%;
	/*margin-top: -80px;*/
}

.history-brief h4 {
    font-family: "Baloo Da 2", sans-serif;
    font-size: 20px;
    color: #9b988a;
    line-height: 1.5;
}

.about-heritage {
	width: 100%;
}

.about-heritage h2 {
	color: #9b988a;
	font-size: 10em;
	margin-bottom: -57px;
}

.about-heritage .home-process {
	margin-top: 0px !important;
	color: #fff;
	padding: 100px 0px !important;
}

.about-heritage .home-process h3 {
	font-size: 4.5em;
}

@media only screen and (max-width: 768px) {
	.about-heritage .home-process h3 {
		font-size: 2em;
	}
}

.about-heritage .home-process p {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.2em;
}

.about-heritage h4 {
	margin: 0;
	text-align: right;
	font-size: 7em;
	color: #000;
	margin-top: -15px;
}

.about-heritage .owl-nav .owl-prev,
.about-heritage .owl-nav .owl-next {
	position: absolute;
	right: 100px;
	font-size: 40px;
	cursor: pointer;
}

.about-heritage .owl-nav .owl-prev {
	right: 150px;
}

.about-proc-perf-carousel figure {
	border-radius: 20px;
	height: 150vh;
	overflow: hidden;
}

.about-process .owl-nav .owl-prev,
.about-process .owl-nav .owl-next,
.about-performance2 .owl-nav .owl-next,
.about-performance2 .owl-nav .owl-prev {
	position: absolute;
	font-size: 30px;
	top: 50%;
	cursor: pointer;
}

.about-process .owl-nav .owl-prev,
.about-performance2 .owl-nav .owl-prev {
	left: 50px;
}

.about-process .owl-nav .owl-next,
.about-performance2 .owl-nav .owl-next {
	left: 100px;
}

.about-process .col-md-2 div,
.about-performance2,
.col-md-2 div {
	margin-top: 30px;
}

#about-performance-div {
	display: none;
}

.about-process2 h2,
.about-performance2 h2 {
	font-size: 7em;
	color: #D6D2BE;
}

.about-process2 h2 img,
.about-performance2 h2 img {
	width: 15%;
}

.about-process2 p {
	font-size: 1.5em;
}

.about-process2 h3 {
	font-size: 2em;
}

.about-process2 ul li {
	font-size: 1.7em;
}

.about-proc-perf-carousel figure {
	position: relative;
	text-align: center;
}

.about-proc-perf-carousel figure figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	padding-top: 15%;
	text-align: center;
	/* 	background:rgba(0,0,0,0.4); */
}

.about-proc-perf-carousel figure figcaption i {
	font-size: 80px;
	color: #EB2222;
}

/*==========single video page===========*/

.video_div {
	width: 100%;
}

.video_description h2 {
	color: #0d4f62;
	font-size: 3em;
}

.video_description figure {
	max-height: 300px;
	overflow: hidden;
	cursor: pointer;
}

#patachitra-scroll .modal-header {
	background: #fff;
}

/*#patachitra-scroll .modal-body{
	margin-top:100px;
}*/

/*=========fullscreen navigation========*/
.overlay {
	height: 0px;
	width: 380px;
	position: fixed;
	z-index: 9999;
	top: 35px;
	left: 50%;
	background-color: rgba(0, 0, 0, 0.9);
	overflow-y: hidden;
	transition: 0.5s;
	padding: 60px;
	margin-left: -200px;
	display: none;
}

/*.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}*/
.overlay-content {
	position: relative;
	top: 0;
	width: 100%;
	left: 0;
	text-align: center;
	overflow: auto;
	line-height: 1.2;
}

.overlay-content ul {
	padding: 0;
	margin: 0px;
}

.overlay-content li {
	list-style: none;
}

.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 26px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.overlay a:hover,
.overlay a:focus {
	color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 60px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}


/*==================================================society page===========================================*/

/*===========Soceity Page============*/

.history-brief h5 {
font-family: "Baloo Da 2", sans-serif;
}

/*Process*/
.soceity-process {

	margin-top: -20px !important;
	color: #000;
}

.soceity-process-button {
	color: #26d0;
	background: none;
	border: none;
	font-size: 1.3em;
	letter-spacing: 5px;
	text-transform: uppercase;
	transform: rotate(270deg);
	background: none;
	border: none;
	position: relative;
	width: 100%;
	margin-bottom: 125px;
}

.soceity-process-button:nth-child(1) {
	height: 250px;
}

.soceity-process-button:nth-child(2) {
	height: 250px;
}

#soceity-process-btn-container {
	margin-top: -80px;
}


.soceity-leaders {
	width: 100%;
	color: #000;
}

.soceity-leaders h2 {
	color: #9b988a;
	font-size: 13.8em;
	margin-bottom: -80px;
	position: relative;
	text-align: right;
}

@media only screen and (max-width:768px) {
	.soceity-leaders h2 {
		font-size: 4em;
		margin-bottom: 10px;
	}
}

.soceity-leaders .soceity-process {
	margin-top: 0px !important;
	color: #fff;
	padding: 0px 0px !important;
}

.soceity-leaders .soceity-process h3 {
	font-size: 1.5em;
	color: #000;
}

.soceity-leaders .soceity-process p {
	font-family: 'Open Sans', 'sans-serif', 'Baloo Da 2', cursive !important;
	font-size: 1em;
	color: #000;
}

.soceity-leaders h4 {
	margin: 0;
	text-align: right;
	font-size: 7em;
	color: #000;
	margin-top: -15px;
}

.soceity-leaders .owl-nav .owl-prev,
.soceity-leaders .owl-nav .owl-next {
	position: absolute;
	right: 100px;
	font-size: 40px;
	cursor: pointer;
}

.soceity-leaders .owl-nav .owl-prev {
	right: 150px;
}

.leaders-para {
	margin-bottom: 80px;
}

/*===============================================Resource Center Page========================================*/

#resource-img-row .row {
	margin-right: 0px;
	margin-left: 0px;
}

#resource-img-row figure {
	position: relative;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	overflow: hidden;
}

#resource-img-row figure img {
	width: 100%;
	transition: all 0.4s ease;
}

#resource-img-row figure figcaption {
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(153, 0, 0, 0.8) 100%);
	text-align: center;
	color: white;
	padding: 20px;
	font-size: 22px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 5%;
	opacity: 0;
	top: 0;
	transition: all 0.4s ease;
}

#resource-img-row figure:hover figcaption {
	opacity: 1;
	top: 50%;
}

#resource-img-row figure:hover img {
	transform: scale(1.1, 1.1);
}

/*=====================================================Products Page=====================================================*/
.products-page figure {
	border: 1px #000 solid;
	border-radius: 20px;
	/*overflow: auto;*/
	min-height: 300px;
	/* 	background:#fff; */
}

.products-page figure figcaption p,
.product-publication p,
.product-publication a {
	font-family: 'Open Sans', sans-serif !important;
}

.products-page figure figcaption {
	margin-top: 30px;
}

.product-publication h2 {
	color: #D6D2BE;
	font-size: 10em;
}

.product-publication h2 img {
	width: 15%;
}

.internation_image_carousal {

	margin-left: 20%;
}

.internation_image_carousal .tab-iamge-carousel {
	width: 70%;
}

.internation_image_carousal .owl-carousel figure {
	height: 150px;
	overflow: hidden;
}

.internation_image_carousal .owl-nav {
	margin-left: 650px;
}

.internation_image_carousal .owl-nav .owl-prev {

	position: absolute;
	left: 19%;
	top: 80%;
}

.internation_image_carousal .owl-nav .owl-next {

	position: absolute;
	right: 22%;
	top: 80%;
}


#home-process-video-iframe img {
	max-width: 100%;
	height: 55%;
}

.pad-right {
	padding-right: 100px;
}

/*=====================================================Single Artist Page=====================================================*/

.artist-heading {
	color: #bdb9a8;
}

.artist-history p {
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.artist-history p {
		font-family: 'Open Sans', sans-serif !important;
		margin-top: 30px;
		text-align: center;
	}

	.swarna {
		margin-top: 30px;
	}
}

/*.artist-story{*/
/*	width:100%;*/
/*	height:auto;*/
/*	overflow: hidden;*/
/*	background-image: url(../images/artist-srory-bg.png);*/
/*	background-repeat: no-repeat;*/
/*	margin-top: 50px;*/
/*	background-size: contain;*/
/*}*/
/*.artist-story h2{*/
/*	color:#000;*/
/*	font-size:7em;*/
/*	margin-top: 1.6em;*/
/*	margin-left: 2em;*/
/*}*/
.perfomance-video2 {
	margin-top: 50px;
}

.artist-story figure {
	width: 100%;
	height: 400px;
	border: 2px solid #0d4f62;
	border-radius: 20px;
	background: #fff;
}

.artist-story p {
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 0px;
}

.artist-story h4,
.journey h4,
.cd-output h4,
.artist-contact {
	color: #9b988a;
	margin-top: 50px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	/*.artist-story{*/
	/*width:100%;*/
	/*height:85vh;*/
	/*overflow: hidden;*/
	/*margin-top: 30px;*/
	/*}*/

	/*.artist-story h2{*/
	/*color:#000;*/
	/*font-size:3em;*/
	/*margin-top: 1.4em;*/
	/*margin-left: 1em;*/
	/*}*/
	.artist-story h4 {
		font-size: 1.1em;
		margin-top: 20px;
	}

	.artist-story figure {
		height: 380px;
	}
}

.journey {
	width: 100%;
	height: 62vh;
	overflow: hidden;
	background-image: url(../images/journey-background.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: contain;
}

.journey h2 {
	font-size: 7em;
	color: #000;
	margin-left: 0px;
}

.journey p {
	font-size: 22px;
	width: 80%;
	text-align: left;
	color: #9b988a;
	padding-left: 170px;
	padding-top: 70px;
}

.journey-history {
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.journey {
		width: 100%;
		height: 62vh;
		overflow: hidden;
		margin-top: 80px;
	}

	.journey h2 {
		font-size: 3em;
		color: #000;
		margin-left: 2em;
	}

	.journey p {
		font-size: 18px;
		width: 100%;
		text-align: left;
		color: #9b988a;
		padding-left: 10px;
		padding-top: 10px;
	}
}

.Participation-heading img {
	width: 100%;
}

@media only screen and (max-width: 768px) {

	.Participation-heading,
	.col-md-8 h2 {
		font-size: 22px;
	}

}

.artist-performance {
	width: 100%;
	height: 900px;
	overflow: hidden;
	background-image: url(../images/artist-performance.png);
	background-repeat: no-repeat;
	margin-top: 60px;
	background-size: contain;
}

.perfomance-video {
	/*margin-top: 210px;*/
}

.perfomance-video figure {
	height: 450px;
}

@media only screen and (max-width: 768px) {
	.perfomance-video {
		margin-top: 80px;
	}

	.artist-performance {
		width: 100%;
		height: 90vh;
	}
}

.artist-performance .owl-nav .owl-next,
.artist-performance .owl-nav .owl-prev,
.artist-story .owl-nav .owl-next,
.artist-story .owl-nav .owl-prev,
.cd-output .owl-nav .owl-next,
.cd-output .owl-nav .owl-prev {
	position: absolute;
	font-size: 30px;
	top: 50%;
	cursor: pointer;
}

.artist-performance .owl-nav .owl-prev,
.artist-story .owl-nav .owl-prev,
.cd-output .owl-nav .owl-prev {
	left: 50px;
}

.artist-performance .owl-nav .owl-next,
.artist-story .owl-nav .owl-next,
.cd-output .owl-nav .owl-next {
	left: 100px;
}

.artist-performance,
.artist-story,
.cd-output,
.col-md-2 div {
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	.artist-performance .owl-nav .owl-prev {
		left: 10px;
	}

	.artist-performance .owl-nav .owl-next {
		left: 40px;
	}
}

.cd-output figure {
	width: 100%;
	height: 430px;
	border: 2px solid #0d4f62;
	border-radius: 20px;
	background: #fff;
}

.cd-output p {
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 0px;
}

.cd-output h2 {
	font-size: 6em;
	color: #000;
	margin-top: 80px;
	margin-left: 1em;
}

@media only screen and (max-width: 768px) {
	.cd-output h2 {
		font-size: 4em;
		color: #000;
		margin-top: 80px;
		margin-left: 0px;
	}

	.cd-output h4 {
		font-size: 1em;
		margin-top: 20px;
	}

	.cd-output figure img {
		width: 100%;
	}

	.cd-output figure {
		height: 400px;
	}
}

.artist-products {
	background-image: url(../images/products-bg-1.png), url(../images/products-bg2.png);
	background-position: left 200px, right top;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 150px;
}

.artist-product-title {
	width: 40%;
	position: absolute;
	bottom: 80px;

}

.artist-product-title p {
	/*font-family: 'Open Sans', sans-serif !important;*/
	width: 65%;
	font-size: 1.2em;
}

.artist-product-title h2 b {
	font-size: 2.7em;
}

@media only screen and (max-width: 768px) {
	.artist-product-title {
		width: 90%;
		position: absolute;
		bottom: 0px;

	}

	.artist-product-title p {
		/*font-family: 'Open Sans', sans-serif !important;*/
		width: 100%;
		font-size: 1.2em;
	}

	.artist-product-title h2 b {
		font-size: 1.7em;
		margin-top: 25em !important;
	}

	.artist-products {
		height: 200vh;
	}
}

.artist-contact {
	width: 100%;
	height: 550px;
	/*overflow: hidden;*/
	background-image: url(../images/artist-contact.png);
	background-repeat: no-repeat;
	margin-top: 80px;
	background-size: contain;
}

.artist-contact h2 {
	font-size: 6em;
	color: #000;
	text-align: center;
	padding-top: 130px;
}

.artist-contact h4 {
	text-align: right;
	/*padding-top: 5em;*/
	padding-left: 50px;
}

.artist-contact p {
	padding-top: 20px;
	text-align: right;
	color: #000;
}

@media only screen and (max-width: 768px) {
	.artist-contact h2 {
		font-size: 3em;
		padding-top: 50px;
	}

	.artist-contact h4 {
		text-align: center;
		padding-top: 50px;
		padding-left: 0px;
	}

	.artist-contact p {
		padding-top: 10px;
		text-align: center;
		color: #000;
		font-size: 22px;
	}

	.artist-contact {
		height: 110vh;
	}
}

.gatting-social {
	width: 100%;
	height: 85vh;
	overflow: hidden;
	background-image: url(../images/getting-social.png);
	background-repeat: no-repeat;
	margin-top: 80px;
	background-size: contain;
}

.facebook-box {
	width: 80%;
	height: 500px;
	background: #245454;
	margin-left: 80px;
}

.gatting-social-para {
	padding-top: 19em;
}

@media only screen and (max-width: 768px) {
	.facebook-box {
		width: 100%;
		height: 500px;
		background: #245454;
		margin-left: 0px;
		margin-top: 6em;
	}

	.gatting-social-para {
		padding-top: 6em;
	}
}

.single-blog-box.type-performance {
	margin-bottom: 50px;
}

.owl-carousel-nav .owl-prev,
.owl-carousel-nav .owl-next {
	position: absolute;
	right: 100px;
	font-size: 40px;
	cursor: pointer;
	background: transparent;
	border: 0 none;
	color: #fff;
}

.owl-carousel-nav .owl-prev {
	right: 150px;
}

.owl-carousel-nav.nav-color-black .owl-prev,
.owl-carousel-nav.nav-color-black .owl-next {
	color: #666;
}

.home-featured-artist .container .owl-carousel-nav .owl-prev,
.home-featured-artist .container .owl-carousel-nav .owl-next {
	position: absolute;
	top: 250px;
	font-size: 40px;
	z-index: 999;
}

.home-featured-artist .container .owl-carousel-nav .owl-prev {
	left: 0;
}

.home-featured-artist .container .owl-carousel-nav .owl-next {
	left: 100px;
}

.product-row {
	padding: 1em;
	column-count: 4;
}

.color-red {
	color: #fc2b23;
}

.color-blue {
	color: #4c43ce;
}

.color-green {
	color: #65aa0c;
}

.color-brown {
	color: #b75f41;
}

.color-white {
	color: #FFFFFF;
}

.page-template-template-gallery .gallery-page-tab-menu-wrapper .nav-tabs .nav-link {
	font-size: 25px !important;
	margin-top: 20px;
}

@media only screen and (max-width:768px) {
	.page-template-template-gallery .gallery-page-tab-menu-wrapper .nav-tabs .nav-link {
		font-size: 15px;
	}

}

.about-page-heritage {
	position: relative;
}

.about-page-heritage #about-heritage-carousel-nav {
	position: absolute;
	right: 0;
	top: 115px;
}

@media only screen and (max-width: 768px) {
	.about-page-heritage #about-heritage-carousel-nav {
		position: absolute;
		right: 0;
		top: 10px;
		/*height: 5em;*/
	}

	.blog-thumbnail a img {
		width: 300px !important;
	}
}

.about-page-heritage .owl-carousel-nav .owl-prev,
.about-page-heritage .owl-carousel-nav .owl-next {
	z-index: 9999;
}

.soceity-leaders .soceity-process {
	position: relative;
}

.soceity-leaders .soceity-process #about-heritage-carousel-nav {
	position: absolute;
	right: 386px;
	top: 240px;
	z-index: 999;
}

.artist-story.artist-page .artist-story-video.justify-content {
	margin: 0 auto;
	float: none;
	display: table;
}

/*@media only screen and (max-width: 768px){
	.about-page-heritage h4{
		font-size: 1em;
	}
}
*/
/* ========================= Process =======================*/
@media only screen and (max-width: 768px) {

	.about-process,
	.about-process2 p img {
		width: 100% !important;
	}
}


/*=====================================================Single Artist Page=====================================================*/

.artist-heading {
	color: #bdb9a8;
}

.artist-history p {
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 80px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.artist-history p {
		font-family: 'Open Sans', sans-serif !important;
		margin-top: 30px;
		text-align: center;
	}

	.swarna {
		margin-top: 30px;
	}
}

.artist-story {
	width: 100%;
	height: auto;
	/*overflow: hidden;*/
	/*background-image: url(../images/artist-srory-bg.png);*/
	/*background-repeat: no-repeat;*/
	margin-top: 50px;
	/*background-size: contain;*/
	position: relative;
}

.artist-story h2 {
	color: #BDB9A8;
	font-size: 12em;
}

#artist-story-heading {
	float: right;
	margin-top: -30px;
	margin-right: 10%;
}

.artist-story h2 span {
	font-size: 0.6em !important;
	color: #000;
}

.perfomance-video2 {
	margin-top: 50px;
	position: relative;
}

.perfomance-video2 .owl-nav {
	position: absolute;
	left: 49%;
	cursor: pointer;
}

.perfomance-video2 .owl-nav .owl-prev i,
.perfomance-video2 .owl-nav .owl-next i,
.festival-international-visit .owl-nav .owl-next i,
.festival-international-visit .owl-nav .owl-prev i {
	font-size: 70px;
	margin: 20px;
	cursor: pointer;
}

#single-artist-visit {
	margin-top: 6em;
}

#single-artist i {
	font-size: 2.5rem;
}

.artist-story figure {
	width: 100%;
	height: auto;
	border: 2px solid #0d4f62;
	border-radius: 20px;
	background: #fff;
}

.artist-story-proc-perf-carousel .item {
	margin: 10px;
}

.artist-story p {
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 0px;
}

.artist-story h4,
.journey h4,
.cd-output h4,
.artist-contact {
	color: #9b988a;
	margin-top: 50px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
	.artist-story {
		width: 100%;
		height: 85vh;
		overflow: hidden;
		margin-top: 30px;
	}

	.artist-story h2 {
		color: #000;
		font-size: 3em;
		margin-top: 1.4em;
		margin-left: 1em;
	}

	.artist-story h4 {
		font-size: 1.1em;
		margin-top: 20px;
	}

	.artist-story figure {
		height: auto;
	}
}

.journey {
	width: 100%;
	height: 62vh;
	overflow: hidden;
	background-image: url(../images/journey-background.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	background-size: contain;
}

.journey h2 {
	font-size: 7em;
	color: #000;
	margin-left: 0px;
}

.journey p {
	font-size: 22px;
	width: 80%;
	text-align: left;
	color: #9b988a;
	padding-left: 170px;
	padding-top: 70px;
}

.journey-history {
	font-family: 'Open Sans', sans-serif !important;
	margin-top: 10px;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.journey {
		width: 100%;
		height: 62vh;
		overflow: hidden;
		margin-top: 80px;
	}

	.journey h2 {
		font-size: 3em;
		color: #000;
		margin-left: 2em;
	}

	.journey p {
		font-size: 18px;
		width: 100%;
		text-align: left;
		color: #9b988a;
		padding-left: 10px;
		padding-top: 10px;
	}
}

.Participation-heading img {
	width: 100%;
}

@media only screen and (max-width: 768px) {

	.Participation-heading,
	.col-md-8 h2 {
		font-size: 22px;
	}

}

.artist-performance {
	width: 100%;
}

.artist-performance h2 {
	font-size: 120px;
	color: #BDB9A8;
}

@media only screen and (max-width: 768px) {
	.perfomance-video {
		margin-top: 80px;
	}

	.artist-performance {
		width: 100%;
		height: 90vh;
	}
}

.artist-performance .owl-nav .owl-next,
.artist-performance .owl-nav .owl-prev,
.artist-story .owl-nav .owl-next,
.artist-story .owl-nav .owl-prev,
.cd-output .owl-nav .owl-next,
.cd-output .owl-nav .owl-prev {
	position: absolute;
	font-size: 30px;
	top: 50%;
	cursor: pointer;
}

.artist-performance .owl-nav .owl-prev,
.artist-story .owl-nav .owl-prev,
.cd-output .owl-nav .owl-prev {
	left: 50px;
}

.artist-performance .owl-nav .owl-next,
.artist-story .owl-nav .owl-next,
.cd-output .owl-nav .owl-next {
	left: 100px;
}

.artist-performance,
.artist-story,
.cd-output,
.col-md-2 div {
	margin-top: 30px;
}

@media only screen and (max-width: 768px) {
	.artist-performance .owl-nav .owl-prev {
		left: 10px;
	}

	.artist-performance .owl-nav .owl-next {
		left: 40px;
	}
}

.cd-output figure {
	width: 100%;
	height: 430px;
	border: 2px solid #0d4f62;
	border-radius: 20px;
	background: #fff;
}

.cd-output p {
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 0px;
}

.cd-output h2 {
	font-size: 6em;
	color: #000;
	margin-top: 80px;
	margin-left: 1em;
}

@media only screen and (max-width: 768px) {
	.cd-output h2 {
		font-size: 4em;
		color: #000;
		margin-top: 80px;
		margin-left: 0px;
	}

	.cd-output h4 {
		font-size: 1em;
		margin-top: 20px;
	}

	.cd-output figure img {
		width: 100%;
	}

	.cd-output figure {
		height: 400px;
	}
}

.artist-products {
	background-image: url(../images/products-bg-1.png), url(../images/products-bg2.png);
	background-position: left 200px, right top;
	background-repeat: no-repeat;
	position: relative;
}

.artist-product-title {
	width: 40%;
	position: absolute;
	bottom: 80px;

}

.artist-product-title p {
	/*font-family: 'Open Sans', sans-serif !important;*/
	width: 65%;
	font-size: 1.2em;
}

.artist-product-title h2 b {
	font-size: 2.7em;
}

@media only screen and (max-width: 768px) {
	.artist-product-title {
		width: 90%;
		position: absolute;
		bottom: 0px;

	}

	.artist-product-title p {
		/*font-family: 'Open Sans', sans-serif !important;*/
		width: 100%;
		font-size: 1.2em;
	}

	.artist-product-title h2 b {
		font-size: 1.7em;
		margin-top: 25em !important;
	}

	.artist-products {
		height: 200vh;
	}
}

.artist-contact section {
	width: 55%;
}

.artist-contact section h2 {
	font-size: 12rem;
	margin: 0;
}

.artist-contact section h3 {
	color: #000;
	text-align: right;
	font-size: 6rem;
	margin: 0;
	margin-top: -6rem;
}

.artist-contact h4 {
	text-align: right;
	font-size: 2rem;
}

.artist-contact p {
	padding-top: 20px;
	text-align: right;
	color: #000;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1.5rem;
}

.artist-contact p a {
	color: #000;
}

.artist-contact p a:hover {
	color: #EB2222;
}

@media only screen and (max-width: 768px) {
	.artist-contact h2 {
		font-size: 3em;
		padding-top: 50px;
	}

	.artist-contact h4 {
		text-align: center;
		padding-top: 50px;
		padding-left: 0px;
	}

	.artist-contact p {
		padding-top: 10px;
		text-align: center;
		color: #000;
		font-size: 22px;
	}

	.artist-contact {
		height: 110vh;
	}
}

.gatting-social {
	width: 100%;
	height: 85vh;
	overflow: hidden;
	background-image: url(../images/getting-social.png);
	background-repeat: no-repeat;
	margin-top: 80px;
	background-size: contain;
}

.facebook-box {
	width: 80%;
	height: 500px;
	background: #245454;
	margin-left: 80px;
}

.gatting-social-para {
	padding-top: 19em;
}

@media only screen and (max-width: 768px) {
	.facebook-box {
		width: 100%;
		height: 500px;
		background: #245454;
		margin-left: 0px;
		margin-top: 6em;
	}

	.gatting-social-para {
		padding-top: 6em;
	}
}


/*Single Festivals Page*/
.single-festival-gallery h2 {
	font-size: 10rem;
	color: #BDB9A8;
}

.single-festival-gallery .nav-tabs .nav-item .nav-link {
	display: block;
	position: relative;
	border: 0;
	font-size: 1.5rem;
}

.single-festival-gallery .nav-tabs .nav-link.active:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
	height: 5px;
	background: red;
	border-radius: 5px;
}

.single-festival-gallery .nav-tabs .nav-item {
	margin-left: 30px;
}

.single-festival-gallery .nav-tabs {
	border: 0;
}

/*Resource Centre Workshop*/
.resource-workshop-heading h2 {
	font-size: 8rem;
	margin: 0 !important;
	text-align: right;
	color: #BDB9A8;
}

.resource-workshop-heading h2 img {
	width: 40%;
}

.resource-workshop p,
.resource-workshop .internationa-visit-carousel h4 {
	color: #fff;
}

.resource-workshop h2 {
	width: 100% !important;
	font-size: 3rem;
	opacity: 0.7;
}

.resource-workshop .owl-nav .owl-prev,
.resource-workshop .owl-nav .owl-next {
	position: absolute;
	right: 100px;
	color: #fff;
	font-size: 30px;
}

@media only screen and (max-width:768px) {
	.resource-workshop-heading h2 {
		font-size: 3em;
	}
}

.resource-workshop .owl-nav .owl-prev {
	right: 200px;
}

#resourceworkshop .modal-content {
	width: 90%;
	margin: 20px auto 20px;
}

#resourceworkshop .close {
	font-size: 50px;
}

#resourceworkshop #image_carousal {
	width: 95%;
}

#resourceworkshop .owl-nav .owl-prev,
#resourceworkshop .owl-nav .owl-next {
	position: absolute;
	right: 60px;
	font-size: 30px;
	cursor: pointer;

}

#resourceworkshop .tab-iamge-carousel figure {
	cursor: pointer;
}

#resourceworkshop .owl-nav .owl-prev {
	right: 100px;
}

.visitor-experience h2 {
	font-size: 8rem;
	margin-bottom: -50px;
}

@media only screen and (max-width:768px) {
	.visitor-experience h2 {
		font-size: 3em;
		margin-bottom: 10px;
	}
}

.single-photo-gallery {
	position: relative;
}

@media only screen and (max-width:768px) {
	.single-photo-gallery {
		width: 100%
	}
}

.single-photo-gallery-caption {
	position: absolute;
	padding: 10px;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 20px;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: all 0.4s ease;
}

.single-photo-gallery-caption h3 {
	font-size: 14px;
	color: #fff;
	font-weight: bold;

}

.single-photo-gallery:hover .single-photo-gallery-caption {
	opacity: 1;
}

/* .fixed-lang-btn {
    position: fixed;
    top: 45vh;
    left: 0;
    width: 60px;
    height: 150px;
    z-index: 999;
} */

.textOverImage {
	position: relative;
	text-align: center;
	color: white;
}

.top-right {
	position: absolute;
	top: 8px;
	right: 16px;
}

.inner-page-resource-banner {
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1em !important;
	/* 	color:#919191; */
	/* 	font-size:1.2em; */
	font-weight: 100 !important;
}

.location-tab-nav a.nav-link {
    font-family: "Baloo Da 2", sans-serif;
    font-weight: 600;
}

.gallery-page-tab-menu-wrapper .nav.nav-tabs.admssn-btn {
	justify-content: center;
	border-bottom: 0;
	padding-bottom: 70px;
}

.gallery-page-tab-menu-wrapper .nav.nav-tabs.admssn-btn li a {
	background: none;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	border-bottom: 3px solid #000;
	padding-left: 30px;
	padding-right: 30px;
}

.gallery-page-tab-menu-wrapper .nav.nav-tabs.admssn-btn li a:hover,
.gallery-page-tab-menu-wrapper .nav.nav-tabs.admssn-btn li a.active {
	border-bottom: 3px solid #c50923;
}

h2.inner-page-banner-title {
	text-align: center;
	color: #0e4f62;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	font-size: 120px;
	bottom: -50px;
	text-transform: lowercase;
	text-shadow: 3px 6px 10px #00000036;
}

figure.inner-page-banner-image-wrapper {
	position: relative;
	min-height: 100px;
}

.blog-thumbnail {
	margin-bottom: 20px;
}

.blog-thumbnail img {
	max-width: 100%;
	height: auto;

}

.home .banner-text h2 {
	font-size: 3em;
	font-weight: bold;
}