@font-face {
    font-family: 'Avenir';
    font-style: normal;
    font-weight: normal;
    src: local('Avenir'), url('../fonts/avenir_roman_12.woff') format('woff');
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto
}
.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px
	}

	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}

	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
	display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=90);
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}
.mission-vision-ico {
    margin-bottom: 30px;
}
.mission-vis-block {
    /* background: #956747; */
    background-image: url(../images/bg-k.jpg);
    background-position: center center;
    z-index: 1;
    padding: 40px 40px 40px;
    min-height: 100%;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-direction: column;
}
.mission-vision-ico img {
    border: dashed 2px #482b16;
    background: #fa961a;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    padding: 12px;
    display: block;
}
.mission-vis-block:hover {
    transform: scale(1.02);
    /* box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); */
}

.mission-vis-block p {
    color: #482b16;
    margin: 10px 0 0 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.mission-vis-block h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #482b16;
    font-size: 32px;
    font-weight: 600;
}


.page-objective-single {
    padding: 80px 0 50px;
    background: #f6efe7;
}
.objective-page-block {
    margin-bottom: 30px;
    display: flex;
    gap: 20px;
    position: relative;
    width: 100%;
    padding: 40px;
    /* margin: 0px auto 50px; */
    /*background-image: url(../images/bg-p.jpg);*/
    /*min-height: 700px;*/
    flex-wrap: wrap;
    background-size: cover;
    background-position: center center;
    align-content: flex-end;
}
.objective-page-block:before {
    /*content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #805639;
    opacity: 80%;
    width: 100%;
    height: 100%;
    z-index: 0;*/
}
.objective-page-block-content {
    /* position: absolute; */
    /* bottom: 0px; */
    /* background: #ffeddce3; */
    background-color: #956747;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(15px);
    width: 49%;
    padding: 35px 35px 20px 35px;
    /* right: 0px; */
    /* left: 5%; */
    /* border-left: 7px solid #e5ac2a; */
    /* border-right: 7px solid #e5ac2a; */
    /* bottom: 26px; */
    /* min-height: 145px; */
    border-radius: 2px;
    display: flex
;
    flex-wrap: wrap;
    align-content: flex-end;
}
.objective-page-block-content p {
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}
.objective-page-block h3 {
    margin-bottom: 15px;
    /* color: #fff; */
}

.about-block-home {
    background: #956747;
    /* padding: 40px; */
    text-align: justify;
}
.about-us-content-royal {
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-us-content-royal .section-title h2 {
    font-size: 34px;
}

.inner-page-single {
    padding: 80px 0px 80px;
    background: #f6efe7;
    background-image: url(../images/bg-m.jpg);
    /* background-size: 100px; */
    background-repeat: repeat;
    background-size: 430px;
}
.page-content-block {
    width: 80%;
    margin: 0px auto;
}
.page-content-text {
    /*background: #fff;*/
    /*padding: 40px 40px;*/
}
.page-content-block figure.feature-image img {
    width:100%;
}
.page-content-block h2 {
    font-size: 42px;
    margin-bottom: 15px;
}
.page-content-block ul {
    padding-left: 20px;
}
.page-content-block ul li {
    margin-bottom: 15px;
    line-height: 22px;
}

.page-content-text.pow {
    text-align:justify;
}
.page-content-text.pow p {
    line-height: 24px;
    margin-bottom: 15px;
    font-size: 18px;
}
.page-content-text.pow ul li {
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 18px;
}

.map-ico {
    position: absolute;
    
}

.map-ico.ladakh {
    left: 205px;
    top: 45px;
}
.map-ico.jammu-kashmir {
    left: 175px;
    top: 60px;
}
.map-ico.himachal-pradesh {
    left: 210px;
    top: 95px;
}
.map-ico.uttarakhand {
    left: 240px;
    top: 135px;
}
.map-ico.punjab {
    left: 175px;
    top: 120px;
}
.map-ico.haryana {
    left: 190px;
    top: 150px;
}
.map-ico.rajasthan {
    left: 145px;
    top: 195px;
}
.map-ico.uttar-pradesh {
    left: 259px;
    top: 195px;
}
.map-ico.madhya-pradesh {
    left: 215px;
    top: 275px;
}
.map-ico.gujarat {
    left: 100px;
    top: 275px; 
}
.map-ico.bihar {
    left: 350px;
    top: 230px;
}
.map-ico.assam {
    left: 475px;
    top: 220px;
}
.map-ico.nagaland {
    left: 500px;
    top: 215px;
}
.map-ico.manipur {
    left: 489px;
    top: 246px;
}
.map-ico.mizoram {
    left: 473px;
    top: 275px;
}
.map-ico.meghalaya {
    left: 440px;
    top: 230px;
}
.map-ico.arunachal-pradesh {
    left: 490px;
    top: 170px;
}
.map-ico.jharkhand {
    left: 340px;
    top: 275px;
}
.map-ico.west-bengal {
    left: 385px;
    top: 280px;
}
.map-ico.odisha {
    left: 330px;
    top: 320px;
}
.map-ico.chhattisgarh {
    left: 280px;
    top: 315px;
}
.map-ico.maharashtra {
    left: 165px;
    top: 345px;
}
.map-ico.telangana {
    left: 225px;
    top: 380px;
}
.map-ico.karnataka {
    left: 165px;
    top: 445px;
}
.map-ico.andhra-pradesh {
    left: 220px;
    top: 430px;
}
.map-ico.tamil-nadu {
    left: 210px;
    top: 520px;
}
.map-ico.kerala {
    left: 205px;
    top: 510px;
}
.map-ico.kerala {
    left: 175px;
    top: 545px;
}
.map-ico.lakshadweep {
    left: 95px;
    top: 510px;
}
.map-ico.lakshadweep {
    left: 95px;
    top: 510px;
}
.map-ico.andaman {
    left: auto;
    right: 80px;
    top: auto;
    bottom: 135px;
}

.map-ico img {
    width: 35px;
    cursor: pointer;
    transition:all .4s;
}
.map-ico img:hover {
    margin-top: -4px;
}
.map-ico-content {
    display:none;
    position: absolute;
    background: #f5e0e0;
    width: 240px;
    min-height: 200px;
    top: 35px;
    border-radius: 5px;
    left: 5px;
    padding: 15px;
    box-shadow: 2px 5px 15px -10px #000;
    z-index:1;
}
.map-ico-content ul {
    padding: 0px 0px 0px 20px;
}
.map-ico-content ul li {
}
.map-ico-content ul li a {
    color: #000;
    padding: 4px 0px;
    display: block;
    transition:all .4s;
}
.map-ico-content ul li a:hover {
    text-decoration: underline;
}
.map-ico-content h3 {
    font-size: 18px;
    border-bottom: solid 1px #482b2347;
    padding-bottom: 5px;
}

.objectives {
    background: #e5ddd3;
    padding: 30px 30px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.objectives p {
    margin-bottom: 10px !important;
}

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

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}

	.carousel-indicators {
		bottom: 20px
	}
}
