/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'FuturaExtended';
  src: url('../fonts/FuturaExtended.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FuturaExtended.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/FuturaExtended.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/FuturaExtended.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FuturaExtended.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/FuturaExtended.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'FuturaTEE-Book';
  src: url('../fonts/FE11003T.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FE11003T.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/FE11003T.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/FE11003T.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FE11003T.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/FE11003T.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'Roboto-Regular';
  src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/Roboto-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/Roboto-Regular.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'RobotoCondensed-Regular';
  src: url('../fonts/RobotoCondensed-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/RobotoCondensed-Regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/RobotoCondensed-Regular.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: 'FuturaBT-Light';
  src: url('../fonts/FUTURAL.eot'); /* IE9 Compat Modes */
  src: url('../fonts/FUTURAL.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/FUTURAL.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/FUTURAL.woff') format('woff'), /* Modern Browsers */
    url('../fonts/FUTURAL.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/FUTURAL.svg') format('svg'); /* Legacy iOS */  font-weight: normal;
  font-style: normal;
}
body{
	overflow-x: hidden;
	background-color: #fff;
}
.img-center{
	margin: 0 auto;
	display: block;
	clear: both;
}
/*-----------------------------------top header css----------------------------------------------------------------*/
.top-header{
	background-color: #3e3a1a;
}
.top-header ul li a{
	font-size: 14px;
	font-family: 'FuturaExtended';
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.top-header ul li{
	display: inline-block;
	color: rgb(255, 255, 255);
	padding-left: 13px;
    padding-right: 13px;
	padding-top: 10px;
}
.top-header img{
	padding-right: 10px;
	padding-top: 3px;
}
/*------------------------------------------------navbar css---------------------------------------------------------------------*/
.navbar-default {
    background-color: #fff;
    border-color: #fff;
	border: 0;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: #3e3a1a;
	text-transform: uppercase;
	font-weight: 600;
}
.navbar-default .navbar-nav li{
	padding-top: 24px;
	padding-left: 7px;
    padding-right: 7px;
}

.menu-padd{
	padding-left: 0;
	padding-right: 0;
}
.home-enquiry img.main-logo {
    width: 123px;
    background: #fff;
    padding: 10px;
}
.menu-padrt{
	padding-right: 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 13px;
}
.navbar-default .dropdown-menu li a{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: #3e3a1a;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-weight: 600;
}
.box-shad span {
    background: #fff;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    width: fit-content;
}
.navbar-default .dropdown-menu{
	border: 0;
	border-radius: 0;
	box-shadow: none;
}
.navbar-default .navbar-nav .dropdown-menu li{
	padding-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
    margin-top: 0px;
}
/*mobile animation*/
.navbar-toggle .icon-bar {
	  position: relative;
	  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar.one {
	  top: 6px;
	  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar.two {
	  background-color: transparent;
}

.navbar-toggle.active .icon-bar.three {
	  top: -6px;
	  transform: rotate(-45deg);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
     color: rgb(165, 145, 71);
	 background-color: transparent;
}
.navbar-default li img{
	margin-top: -8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #a59147;
    background-color: #fff;
	
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.carousel-control .glyphicon {
    border: 1px solid;
    font-size: 15px;
    font-weight: normal;
    padding-top: 6px;
    color: #fff;
    background: #000;
    padding-bottom: 0;
}
.box-bg {
    background-color: #a59147;
    padding-bottom: 20px;
}
.box-bg p{
	font-size: 19px;
	font-family: "FuturaTEE-Book";
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0px;
	letter-spacing: 0.4px;
}
.container-box{
	margin-top: 40px;
}
.box1{
	background: url("../images/book1.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	border-top: 3px solid rgb(165, 145, 71);
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	
}

.box-hover1:hover .box1{
	background: url("../images/book1-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-hover1:hover .box-bg{
	background-color: #3f3a1a;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box2{
	background: url("../images/gavel.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	border-top: 3px solid rgb(165, 145, 71);
}
.box-hover2:hover .box2{
	background: url("../images/gavel-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-hover2:hover .box-bg{
	background-color: #3f3a1a;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box3{
	background: url("../images/pollution.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	border-top: 3px solid rgb(165, 145, 71);
}
.box-hover3:hover .box3{
	background: url("../images/pollution-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-hover3:hover .box-bg{
	background-color: #3f3a1a;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box4{
	background: url("../images/desk.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	border-top: 3px solid rgb(165, 145, 71);
}
.box-hover4:hover .box4{
	background: url("../images/desk-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-hover4:hover .box-bg{
	background-color: #3f3a1a;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box5{
	background: url("../images/hotel.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	border-top: 3px solid rgb(165, 145, 71);
}
.box-hover5:hover .box5{
	background: url("../images/hotel-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-hover5:hover .box-bg{
	background-color: #3f3a1a;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box6{
	background: url("../images/science-book.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	border-top: 3px solid rgb(165, 145, 71);
}
.box-hover6:hover .box6{
	background: url("../images/science-book-hover.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 90px;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-hover6:hover .box-bg{
	background-color: #3f3a1a;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
}
.box-shad{
	box-shadow: 0px 2px 15px 0px rgba(16, 16, 16, 0.22);
	 /*width: 125px;*/
	 width:100%;
	 display: block;
}
.container-box{
	padding-right: 0;
}
/*---------------------------------------------------------owl carosuol--------------------------------------------------------------------------*/
.owl-carousel .owl-controls .owl-nav .owl-next{
    cursor: pointer;
    cursor: hand;
	float: right;
	background: url("../images/chev-rt.png");
	background-repeat: no-repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	 color: transparent;
	 display: inline;
	 position: relative;
	 bottom: 65px;
	 left: -6px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev{
    cursor: pointer;
    cursor: hand;
	background: url("../images/chev-lt.png");
	background-repeat: no-repeat;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: transparent;
	display: inline;
	position: relative;
	bottom: 65px;
	left: -17px;
	padding-top: 8px;
}
.owl-overlay{
	background: url("../images/owl-overlay.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.owl-overlay .owl-carousel{
	padding-top: 40px;
    padding-bottom: 20px;
}
.owl-overlay h2{
	font-size: 25px;
	font-family: "Roboto-Regular";
	color: rgb(62, 58, 26);
}
.dealers h2{
	padding-top: 40px;
}
.dealers{
	margin-bottom: 30px;
}
.home-enquiry{
	background-color: #a59147;
	padding-bottom: 16px;
	border-bottom: 5px solid #edecec;
}
.container-details-mtp{
	margin-top: 60px;
}
.home-enquiry p {
	font-size: 15px;
	font-family: "RobotoCondensed-Regular";
	color: rgb(255, 255, 255);
	text-align: center;
	padding-top: 25px;
}
.home-enquiry p.call-us {
	padding-top: 0;
}
.home-enquiry p.vakratund-comp {
	font-size: 16px;
	margin-bottom: 5px;
}
.home-enquiry h2{
	font-size: 18px;
	font-family: "RobotoCondensed-Regular";
	color: rgb(62, 58, 26);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
	padding-bottom: 0px;
}
.home-enquiry .btn{
	font-size: 20px;
	font-family: "RobotoCondensed-Regular";
	color: rgb(62, 58, 26);
	font-weight: bold;
	border: 0;
	border-radius: 0;
	border-right: 2px solid rgb(62, 58, 26);
	background-color: #fff;

}
.enquiry-icon{
	background-color: #3e3a1a;
    padding-top: 13px;
    padding-bottom: 12px;
    padding-left: 8px;
    padding-right: 8px;
    margin-left: 42px;
	display: inline-block;
}
.home-enquiry:after {
   border-top: 16px solid #3e3a1a;
   transform: rotate(-47deg);
}

.home-enquiry:after {
    content: " ";
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    left: 15px;
    top: 9px;
}
.home-enquiry:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 22px solid white;
    border-right: 36px solid #fff;
    width: 0;
}
.home-about p{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: rgb(112, 112, 109);
	line-height: 1.4;
}
.home-about h2{
	font-size: 25px;
	font-family: "Roboto-Regular";
	color: rgb(62, 58, 26);
}
.home-about img{
	padding-left: 25px;
	padding-bottom: 18px; 
}
.home-about .btn{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: #a59148;
	font-style: italic;
	border: 0;
	border-radius: 0;
}
.home-about .btn-default:hover,
.home-about .btn-default:focus{
	color: #3e3a1a;
	outline: none;
	background-color: transparent;
}
.home-form h2{
	font-size: 22px;
  font-family: "RobotoCondensed-Regular";
  color: rgb(62, 58, 26);
  margin-bottom: 25px;
}
.home-form h2 span{
	color: #a59148;
}
#id_nome::-webkit-input-placeholder { 
	font-size: 16px;
	font-family: "RobotoCondensed-Regular";
	color: rgb(172, 171, 169);
	}
#id_nome::-moz-placeholder{
	font-size: 16px;
	font-family: "RobotoCondensed-Regular";
	color: rgb(172, 171, 169);
}
.home-form .btn{
	font-size: 18px;
	font-family: "RobotoCondensed-Regular";
	color: rgb(255, 255, 255);
	background-color: rgb(62, 58, 26);
	width: 171px;
	height: 44px;
	border: 0;
	border-radius: 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	 transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	 backface-visibility: hidden;
	 -moz-osx-font-smoothing: grayscale;
	  -webkit-transition-property: color;
	  transition-property: color;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
}
.home-form .form-control{
	border: 0;
	border-radius: 0;
	height: 44px;
	-webkit-box-shadow: inset 0 0px 0px rgb(0,0,0);
    box-shadow: inset 0 0px 0px rgb(0,0,0);
}
.home-form{
	background-color: #f3f3f3;
	padding-top: 20px;
    padding-bottom: 30px;
}

.home-form .arrow{
	position: relative;
    top: 9px;
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
}

.home-form .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a59147;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home-form .btn:hover:before, .home-form .btn:focus:before, .home-form .btn:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.home-form .btn:hover,
.home-form .btn:focus{
	color: #fff;
	outline: none;
}
textarea:focus, select:focus, input:focus, .uneditable-input:focus {   
    border-color: #a59147 !important;
    box-shadow: 0 0px 0px #a59147 inset, 0 0 0px #a59147 !important;
    outline: 0 none !important;
	border: 1px solid #a59147 !important;
}
/*--------------------------------------------------------------footer css------------------------------------------------------------------*/
.footer h2{
	font-size: 19px;
	font-family: "Roboto-Regular";
	color: rgb(255, 255, 255);
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
}
.footer{
	background-color: #3e3130;
}
.footer-address ul li{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: #fff;
	padding-left: 35px;
	line-height: 1.741;
}
.footer-address p:hover a{
	color: #a59147;
}
.footer ul{
	margin-top: 20px;
}
.footer-address p a{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: #fff;
	text-decoration: none;
}
.footer-address p{
	color: #fff;
	padding-left: 35px;
	padding-bottom: 20px;
}
.footer-icon{
	margin-left: -7px;
}
.footer-address ul{
	margin-bottom: 25px;
}
.dealers-in ul li{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: #fff;
	line-height: 1.741;
	padding-bottom: 12px;
	cursor: default;
}
.quick-link ul li a{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: #fff;
	line-height: 1.741;
	text-decoration: none;
}
.quick-link ul li{
	padding-bottom: 12px;
}
.books-padlt0{
	padding-left: 0;
}
.quick-link li:hover a{
	color: #a59147;
}
.copyright p{
	font-size: 13px;
	font-family: "FuturaTEE-Book";
	color: #a59147;
	padding-top: 10px;
}
.copyright p span{
	color: #fff;
}
.copyright p a{
	text-decoration: none;
	color: #fff;
}
.copyright{
	background-color: #3e3130;
	border-top: 1px solid rgba(117, 116, 116, 0.278);
}

/*-----------------------------------------------About page css-------------------------------------------------------------------------*/
.breadcrumb-bg{
	background: url("../images/breadcrumb1.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: " ";
}
.breadcrumb-bg .breadcrumb {
    background-color: transparent;
    border-radius: 0;
	padding: 43px 15px;
    margin-bottom: 0;
}
.breadcrumb-bg .breadcrumb-first{
	font-size: 23px;
	font-family: "FuturaBT-Light";
	color: rgb(62, 58, 26);
	text-transform: uppercase;
	font-weight: bold;
}	

.breadcrumb>li {
    display: block;
}
.breadcrumb-bg .breadcrumb-second{
	font-size: 18px;
	font-family: "FuturaBT-Light";
	color: rgb(62, 58, 26)
}
.breadcrumb-bg .breadcrumb-second a{
	text-decoration: none;
	color: #fff;
}
.about-vakratund h2{
	font-size: 25px;
	font-family: "FuturaTEE-Book";
	color: rgb(62, 58, 26);
	/*padding-left: 120px;*/
}
.about-vakratund h2 span{
	font-size: 25px;
	font-family: "FuturaTEE-Book";
	color: rgb(62, 58, 26);
	font-weight: bold;
}
.about-vakratund p{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: rgb(112, 112, 109);
	line-height: 1.4;
	/*padding-left: 120px;*/
}
.about-us{
	margin-top: 65px;
}
.book-img{
	margin-top: -45px;
}
.vision-mission h2{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: rgb(112, 112, 109);
	line-height: 1.671;
	font-weight: bold;
}
.vision{
	background-color: #f4f4f4;
	padding-left: 75px;
	padding-right: 55px;
}
.mission{
	background: #fdfdfd;
	background: -webkit-linear-gradient(left,#fdfdfd,#f1f1f1);
	padding-left: 75px;
	padding-right: 55px;
	height: 207px;
}
.vision-mission{
	 box-shadow: 0px 1px 15px 0px rgba(16, 16, 16, 0.15);
	 margin-bottom: 40px;
	 padding-left: 0;
	 padding-right: 0;
}
.vision-mission p{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: rgb(112, 112, 109);
	line-height: 1.171;
}
/*.vertical-left{
	border-left: 3px solid #7d7455;
    height: 40px;
}*/
.proprietor h2{
	font-size: 25px;
	font-family: "FuturaTEE-Book";
	color: rgb(62, 58, 26);
}
.proprietor h2 span{
	font-size: 25px;
	font-family: "FuturaTEE-Book";
	color: rgb(62, 58, 26);
	font-weight: bold;
}
.proprietor p{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: rgb(112, 112, 109);
	line-height: 1.4;
	margin-bottom: 20px;
}
.proprietor{
	margin-bottom: 40px;
}
.proprietor-btn{
	font-size: 26px;
	font-family: "FuturaTEE-Book";
	color: rgb(248, 248, 248);
	border: 0;
	border-radius: 0;
	background-color: #3e3a1a;
	width: 359px;
	height: 43px;
	position: absolute;
    bottom: 0;
	left: -48px;
	cursor: auto;
}
.proprietor img{
	margin-top: -80px;
    margin-right: -95px;
}
.proprietor-content{
	box-shadow: 0px 1px 15px 0px rgba(16, 16, 16, 0.15);
}

.proprietor-img {
	position: absolute;
	}

.prl0 {
	padding-right: 0;
	}
.proprietor-content-width{
	padding-left: 30px;
}
.about-vakratund img{
	margin-top: -21px;
    margin-left: -148px;
}
.about-vakratund{
	margin-top: 60px;
}

.vertical-left img{
	position: relative;
	z-index: -1
}
/*-------------------------------------------------------certificates page css------------------------------------------------------*/
.certificate-hanger .right-border{
	margin-left: -25px;
}
.certificate-hanger .left-border{
	margin-left: 12px;
}
.certificate-hanger h2{
	font-size: 25px;
	font-family: "FuturaTEE-Book";
	color: rgb(248, 248, 248);
	border: 1px solid rgb(165, 145, 71);
	background-color: rgb(62, 58, 26);
	width: 325px;
	height: 53px;
	margin-top: 0;
	padding-top: 14px;
	 
}
.certificate-hanger{
	margin-bottom: 40px;
}
.our-certificate{
	position: relative;
    left: 25px;
}
.our-certificate:after {
   border-top: 16px solid #a59147;
   transform: rotate(-47deg);
}

.our-certificate:after {
    content: " ";
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    left: 15px;
    top: 9px;
}
.our-certificate:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 22px solid white;
    border-right: 36px solid #fff;
    width: 0;
}
.certificate:after {
    content: " ";
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    left: 41px;
    top: -35px;
}
.certificate:after {
    border-top: 16px solid #a59147;
    transform: rotate(-226deg);
}
.certificate:before {
    content: '';
    position: absolute;
    top: -31px;
    left: 57px;
    border-top: 35px solid white;
    border-right: 18px solid #fff;
    width: 0;
    transform: rotate(35deg);
}
.certificate-marbt{
	margin-bottom: 60px;
}
/*-------------------------------------------------publishers and books page css-------------------------------------------------*/
.publishers{
	margin-bottom: 50px;
}
.publisher-tagline h3{
	font-size: 25px;
    font-family: "FuturaTEE-Book";
	color: rgb(62, 58, 26);
}
/*-----------------------------------------events page css------------------------------------------------------------------------*/
.events figcaption p{
	font-size: 18px;
	font-family: "FuturaTEE-Book";
	color: rgb(255, 255, 255);
	line-height: 1.338;
	padding-left: 15px;
    padding-right: 15px;
	padding-top: 5px;
    padding-bottom: 5px;
	margin-bottom: 0;
	background-color: rgba(0, 0, 0, 0.569);
}
.events figcaption{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.events-img{

	padding-right: 0;
}
.events-img img{
	
}
.event-date{
	font-size: 12px !important;
	font-family: "FuturaTEE-Book" !important;
	font-style: italic !important;
	color: rgb(141, 168, 32) !important;
	padding-top: 0 !important;
    padding-right: 8px !important;
    padding-bottom: 4px !important;
}
.events-marbt{
	margin-bottom: 0px;
}

.events-img {
    position: relative;
    overflow: hidden;
}

.events-img {
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
 }
 .events-img:hover img{
	background: rgba(0,0,0,0.569);
	opacity: 0.5;
	transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
 }
 .events-img:hover figcaption p{
	
 }
 

/*----------------------------------------------our presence page css--------------------------------------------------------------------*/
.our-presence-hanger h2{
	font-size: 25px;
	font-family: "FuturaTEE-Book";
	color: rgb(248, 248, 248);
	border: 1px solid rgb(165, 145, 71);
	background-color: rgb(62, 58, 26);
	height: 53px;
	margin-top: 0;
	padding-top: 14px;
}
.our-presence{
	position: relative;
    left: 25px;
}
.our-presence:after {
   border-top: 16px solid #a59147;
   transform: rotate(-47deg);
}

.our-presence:after {
    content: " ";
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    left: 15px;
    top: 9px;
}
.our-presence:before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    border-top: 22px solid white;
    border-right: 36px solid #fff;
    width: 0;
}
.presence:after {
    content: " ";
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    position: absolute;
    left: 271px;
    top: -34px;
}
.presence:after {
    border-top: 16px solid #a59147;
    transform: rotate(-226deg);
}
.presence:before {
   content: '';
    position: absolute;
    top: -42px;
    left: 296px;
    border-top: 43px solid white;
    border-right: 18px solid #fff;
    width: 0;
    transform: rotate(43deg);
}
.logo-center{
	margin-top: 0px;
    margin-bottom: 235px;
}
/*--------------------------------animation -------------------------------------------------------------------------------------*/
.goa-animated{
	background: url("../images/go.png");
	background-repeat: no-repeat;
	height: 356px;
	background-size: contain;
	position: relative;
    bottom: 63px;
    left: 168px;
    z-index: -1;
	-webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	transition: all 0.8s linear;
}
@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

.gujrat-animated{
	background: url("../images/g.png");
	background-repeat: no-repeat;
	height: 356px;
	background-size: contain;
	position: relative;
    top: 95px;
    background-position: 50%;
    z-index: -1;
	-webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	transition: all 0.8s linear;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
.maharashtra-animated{
	background: url("../images/m.png");
	background-repeat: no-repeat;
	height: 356px;
	background-size: contain;
	position: relative;
    bottom: 42px;
    left: -163px;
    z-index: -3;
	-webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	transition: all 0.8s linear;
}
@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
   
.karnatka-animated{
	background: url("../images/k.png");
	background-repeat: no-repeat;
	height: 356px;
	background-size: contain;
	position: relative;
    top: 160px;
    background-position: 50%;
    z-index: -1;
	-webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
	transition: all 0.8s linear;
}		 

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

       
/*------------------------------------------contact page css---------------------------------------------------------------------------------*/
.contact-address h2{
	font-size: 16px;
	font-family: "FuturaTEE-Book";
	color: rgb(93, 90, 65);
	font-weight: bold;
	margin-top: 25px;
}
.contact-address p{
	font-size: 16px;
	font-family: "FuturaTEE-Book";
	color: rgb(128, 128, 124);
	line-height: 1.318;
}
.contact-address{
	box-shadow: 0px 2px 15px 0px rgba(16, 16, 16, 0.22);
	padding-right: 0;
	padding-left: 25px;
	margin-top: 0px;
	margin-bottom: 20px;
}
.contact-address img{
	background-color: #a59147;
    padding: 5px 7px;
}
.contact-enquiry-box h2{
	font-size: 16px;
	font-family: "FuturaTEE-Book";
	color: rgb(93, 90, 65);
	font-weight: bold;
	margin-top: 25px;
}
.contact-enquiry-box{
	
}
.contact-enquiry-box .form-control{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: rgb(155, 159, 159);
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid rgb(224, 223, 223);
	box-shadow: none;
}
.contact-enquiry-box .btn-martp{
	margin-top: 35px;
}
.contact-enquiry-box .btn{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: rgb(255, 255, 255);
	font-weight: bold;
	background-color: #a59147;
	width: 79px;
	height: 29px;
	border: 0;
	border-radius: 0;
	letter-spacing: 0.5px;
}
.contact-enquiry-box .btn:hover,
.contact-enquiry-box .btn:focus{
	background-color: #3e3a1a;
	outline: none;
	transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}
.message-area{
	background-color: #f1efef;
	height: 65px !important;
	border-bottom: 0 !important;
}
.contact-enquiry-box ul li a{
	font-size: 14px;
	font-family: "FuturaTEE-Book";
	color: rgb(255, 255, 255);
	line-height: 2.006;
	text-decoration: none;
}
.contact-enquiry-box ul li{
	color: rgb(255, 255, 255);
	padding-top: 10px;
	padding-left: 40px;
}
.contact-enquiry-boxshadow{
	box-shadow: 0px 2px 15px 0px rgba(16, 16, 16, 0.22);
	padding-bottom: 10px;
	padding-left: 25px;
	padding-top: 1px;
}
.dark-green-bg{
	background-color: #3e3a1a;
	padding-left: 55px;
	margin-bottom: 35px;
}
.dark-green-bg img{
	position: relative;
	top: 12px;
}
.at-img{
	position: relative;
	top: 18px !important;
}

/*------------------------------------------border-animation------------------------------------------------------------------------------------*/
.vedio svg {
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}
.vedio img{
	padding: 10px;
}
.vedio:hover {
    background: rgba(255,255,255,0);
    -webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.vedio {
    position: relative;
    background: rgba(255,255,255,1);
    padding-left: 0;
	padding-right: 0;
	width: 292px;
	height: 213px;
    cursor: pointer;
    color: #a59147;
    -webkit-transition: background 0.4s 0.5s;
    transition: background 0.4s 0.5s;
}
.vedio:hover svg line {
    stroke: #3e3a1a;
}


.vedio svg line {
    stroke-width: 8;
}

.vedio:hover svg line {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.vedio svg line {
    stroke-width: 3;
    stroke: #a59147;
    fill: none;
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}
.vedio:hover svg line.left {
    -webkit-transform: translateY(920px);
    transform: translateY(920px);
}
.vedio svg line.left, .vedio svg line.right {
    stroke-dasharray: 490 400;
}
.vedio:hover svg line.bottom {
    -webkit-transform: translateX(533px);
    transform: translateX(533px);
}
.vedio svg line.top, .vedio svg line.bottom {
    stroke-dasharray: 292 240;
}
.vedio:hover svg line.right {
    -webkit-transform: translateY(-920px);
    transform: translateY(-920px);
}
.vedio svg line.left, .vedio svg line.right {
    stroke-dasharray: 490 400;
}
.vedio:hover svg line.top {
    -webkit-transform: translateX(-533px);
    transform: translateX(-533px);
}
.vedio svg line.top, .vedio svg line.bottom {
    stroke-dasharray: 292 240;
}
/*--------------------------------------------------book effect css--------------------------------------------------------------------------*/
/*.view {
    width: 316px;
    height: 216px;
    margin: 10px;
    float: left;
    position: relative;
    border: 8px solid #fff;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.05);
    background: #333;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    perspective: 500px;
}
.view div.view-back {
    background: #0a0a0a;
    background: -moz-linear-gradient(left, #0a0a0a 0%, #666666 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0a0a0a), color-stop(100%,#666666));
    background: -webkit-linear-gradient(left, #0a0a0a 0%,#666666 100%);
    background: -o-linear-gradient(left, #0a0a0a 0%,#666666 100%);
    background: -ms-linear-gradient(left, #0a0a0a 0%,#666666 100%);
    background: linear-gradient(left, #0a0a0a 0%,#666666 100%);
}
.view div.view-back {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    background: #666;
    z-index: 0;
}
.view:hover .overlay {
    opacity: 1;
}
.view .overlay {
    width: 60px;
    height: 100%;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}
.view:hover .s1 {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transform: rotate3d(0,1,0,-3deg);
    -moz-transform: rotate3d(0,1,0,-3deg);
    -o-transform: rotate3d(0,1,0,-3deg);
    -ms-transform: rotate3d(0,1,0,-3deg);
    transform: rotate3d(0,1,0,-3deg);
}
.view:hover .s2 {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    transition-delay: 150ms;
    -webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
    -moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
    -o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
    -ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
    transform: translate3d(59px,0,0) rotate3d(0,1,0,-10deg);
}
.view:hover .s3 {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    transition-delay: 100ms;
    -webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
    -moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
    -o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
    -ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
    transform: translate3d(59px,0,0) rotate3d(0,1,0,-16deg);
}
.view:hover .s4 {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
    -moz-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
    -o-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
    -ms-transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
    transform: translate3d(59px,0,0) rotate3d(0,1,0,-30deg);
}*/
/*------------------------------------------------------flipin animation---------------------------------------------------------*/
.client-fadein img {
    animation: fadein 5s;
    -moz-animation: fadein 5s; /* Firefox */
    -webkit-animation: fadein 5s; /* Safari and Chrome */
    -o-animation: fadein 5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
.logo-img-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.logo-img-top:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.logo-img-top:hover, .logo-img-top:focus, .logo-img-top:active {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.logo-img-top:hover:before, .logo-img-top:focus:before, .logo-img-top:active:before {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.dropdown:hover .dropdown-menu{
	display: block;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #a59147;
    text-decoration: none;
    background-color: #fff;
}
/*-----------------------------------------------------light gallery -------------------------------------------------------------------------*/
.demo-gallery > ul {
              margin-bottom: 0;
            }
            .demo-gallery > ul > li {
				float: left;
				margin-bottom: 60px;
				margin-right: 20px;
				margin-left: 28px;
				width: 350px;
			}
            .demo-gallery > ul > li a {
              border: 3px solid #FFF;
              border-radius: 3px;
              display: block;
              overflow: hidden;
              position: relative;
              float: left;
            }
            .demo-gallery > ul > li a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              /*height: 100%;*/
              width: 100%;
            }
            .demo-gallery > ul > li a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery > ul > li a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery > ul > li a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery > ul > li a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .justified-gallery > a > img {
              -webkit-transition: -webkit-transform 0.15s ease 0s;
              -moz-transition: -moz-transform 0.15s ease 0s;
              -o-transition: -o-transform 0.15s ease 0s;
              transition: transform 0.15s ease 0s;
              -webkit-transform: scale3d(1, 1, 1);
              transform: scale3d(1, 1, 1);
              height: 100%;
              width: 100%;
            }
            .demo-gallery .justified-gallery > a:hover > img {
              -webkit-transform: scale3d(1.1, 1.1, 1.1);
              transform: scale3d(1.1, 1.1, 1.1);
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
              opacity: 1;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.1);
              bottom: 0;
              left: 0;
              position: absolute;
              right: 0;
              top: 0;
              -webkit-transition: background-color 0.15s ease 0s;
              -o-transition: background-color 0.15s ease 0s;
              transition: background-color 0.15s ease 0s;
            }
            .demo-gallery .justified-gallery > a .demo-gallery-poster > img {
              left: 50%;
              margin-left: -10px;
              margin-top: -10px;
              opacity: 0;
              position: absolute;
              top: 50%;
              -webkit-transition: opacity 0.3s ease 0s;
              -o-transition: opacity 0.3s ease 0s;
              transition: opacity 0.3s ease 0s;
            }
            .demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
              background-color: rgba(0, 0, 0, 0.5);
            }
            .demo-gallery .video .demo-gallery-poster img {
              height: 48px;
              margin-left: -24px;
              margin-top: -24px;
              opacity: 0.8;
              width: 48px;
            }
            .demo-gallery.dark > ul > li a {
              border: 3px solid #04070a;
            }
            .home .demo-gallery {
              padding-bottom: 80px;
            }
		#lg-download, .lg-fullscreen, .lg-autoplay-button, .lg-zoom-in, .lg-zoom-out, .lg-actual-size, .lg-icon{
			display: none;
		}
		.lg-close, .lg-icon{
			display: block;
}
/*------------------------------------------vedio model css----------------------------------------------------------------------*/
.modal-content {
	background-color: transparent;
	border: 0;
	box-shadow: none;
}
.modal-header {
    padding: 15px;
    border-bottom: 0;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0;
}
.close {
	font-size: 35px;
	opacity: 1;
}

/*-------------------------------------------------present books css------------------------------------------------------------------*/
.present-books ul li a{
	font-size: 16px;
	font-family: 'FuturaTEE-Book';
	color: rgb(255, 255, 255);

}
.present-books .nav-pills>li.active>a, .present-books .nav-pills>li.active>a:focus, .present-books .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #3e3a1a;
}
.present-books .nav-pills>li>a {
    border-radius: 0px;
}
.present-books .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.present-books .nav-pills li{
	background-color: #a59147;
}
.present-books .nav-pills>li+li {
    margin-left: 5px;
}
.present-books .nav>li>a:focus, .present-books .nav>li>a:hover {
    text-decoration: none;
	color: #fff;
    background-color: #3e3a1a;
}
.present-books .tab-content{
	margin-top: 30px;
}
.present-books table tr td span{
	font-size: 18px;
	font-family: "FuturaBT-Light";
	color: #a59147;
}
.present-books table tr td{
	font-size: 14px;
	font-family: 'Roboto-Regular';
}
.detail-section img {
    float: left;
    width: 30%;
}
.detail-section .detail-info {
    padding-left: 33%;
}
.detail-section p {
    font-size: 15px;
    color: #535351;
    margin: 0px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.publication.detail-section {
	padding-bottom: 4rem;
}
/*.proprietor-content span.number-span {
	float: left;
    margin-right: 10px;
    color: #000;
}
.proprietor-content .proprietor-content-width p {
	padding-left: 10px;
}*/

.proprietor-content {
	padding-bottom: 4rem;
}
.second-book {
	margin-top: 50px;
}
.second-book p {
	font-family: "FuturaTEE-Book";
	font-size: 18px;
}
.second-book .detail-info h1 {
	font-family: "FuturaTEE-Book";
}
.add-nums span {
	float: left;
	margin-right: 5px;
}
.add-nums p {
	padding-left: 22px;
	margin-bottom: 5px;
}
.logo-img-top p {
	margin: 3px 14px;
	padding: 10px 15px;
	font-size: 16px;
	box-shadow: 0px 5px 28px #ddd;
	font-family: "FuturaTEE-Book";
	text-align: center;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
}
header .container-fluid.second-header {
	width: 100%;
	background-color: #fff;
	box-shadow: 0px 0px 6px #ddd;
}
.breadcrumb-bg, #carousel-example-generic {
    margin-top: 126px;
}
/*.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 125px;
    background-color: #fff;
}*/
.container-fluid.client-fadein.present-books {
	padding-right: 0;
	padding-left: 0;
}

.publication .common-btn {
    font-size: 14px;
    font-family: "FuturaTEE-Book";
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-color: rgb(62, 58, 26);
    width: 90px;
    height: 40px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.5px;
    display: flex
;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    box-shadow: 0px 4px 10px #CCC;
    text-decoration:none;
}

a:hover{
	text-decoration: none;
}

.second-header a.common-btn {
    background: #a59147;
    color: #fff !important;
}

.second-header a.common-btn:hover{
	background: #a59147 !important;
    color: #fff !important;
}

.detail-info h6 {
    font-weight: 500 !IMPORTANT;
    font-size: 17px ! IMPORTANT;
}
.msme-img{
	background: #fff;
    padding: 9px;
    height: 116px;
    width: 164px;
}
.navbar-header a img{
	height: 78px;
}
.row.lightgallery {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.row.lightgallery .gallery-single img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.gallery-single span{
	display: none;
}
.gallery-single p {
    position: absolute;
    bottom: 0;
    background: #00000082;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    padding: 10px;
}
.gallery-single .img-box {
    position: relative;
    margin-bottom: 20px;
    display: block;
}
.container-fluid.events {
    padding-bottom: 3vw;
}
.gallery-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 47px;
    color: #fff;

}
.gallery-single .black-img{
	filter: brightness(0.6);
}
.gallery-single .insta-icon {
    position: relative;
    color: #a59147;
    transform: unset;
    left: unset;
    font-size: 27px;
    top: unset;
}
a.whtsapp-icon {
    position: fixed;
    bottom: 1vw;
    right: 1vw;
}
.social-box-footer a {
    margin: 0px 10px;
    width: 36px;
    height: 56px;
    display: block;
}
.social-box-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 44px;
}
.social-box-footer a img {
    width: 100%;
}
.footer-list-li{
	display: flex;
}
.footer-list-li img{
	margin-right: 10px;
}
ul.nav.navbar-nav {
    float: right;
}
.carousel img {
    height: 68.5vh !important;
}
.book-list{
	padding: 60px 0px;
}
.book-list .table {
    width: 80%
}
.book-list tr:hover td{
    background: #3e3a1a26;
}