/*****************************
  Welcome To Vishu Mathana
*****************************/

html{
	scroll-behavior: smooth;
}
body {
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6,ul{
	margin: 0;
	padding: 0;
}
a:not(.btn) {
	text-decoration: none; 
}
a:hover,a:focus{
	text-decoration: none;
	outline: none;
}
img {max-width: 100%;}
button:hover,button:focus{
	text-decoration: none;
	outline: none;
}
input[type=date]::-webkit-calendar-picker-indicator {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    opacity: 0;
}
.btn.btn-primary {
	border-radius: 0px;
	padding: 5px 20px;
}
.btn.btn-secondary {
	border-radius: 0px;
	padding: 5px 20px;
}
.btn.btn-default{
	background-color: #ccc;
	border-radius: 0px;
	padding: 5px 20px;
}
.parent-gap{
	padding: 50px 0px;
}
.back-to-top {
	background: #b71717;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	position: fixed;
	cursor: pointer;
	right: 30px;
	bottom: 0px;
	z-index: 9;
}
.back-to-top a {
	color: #fff;
	display: block;
}

/*top-bar-css-start*/
.topBar {
	/*background: linear-gradient(90deg,#b71717, #cf9100, #228f02);*/
	background: #b71717;
}
.topBar p {
	color: #FFF;
	margin-bottom: 0px;
	padding: 7px;
}
.right-side {
	text-align: right;
}
.menu {
	margin: 0;
	padding: 0px;
}
.menu li a {
	color: #fff;
}
.menu li i {
	padding: 0px 5px 0px 0px;
}
.topBar ul li {
	color: #FFF;
	padding: 7px 5px;
	text-align: right;
	display: inline-block;
}
.bg{
	background-color: #000;
}
/*header-css-start*/

.custom-header {
	background: #fff;
	box-shadow: 0px 10px 30px -3px rgba(0,0,0,0.1);
	position: sticky;
	top: 0;
	z-index: 9;
	width: 100%;
}
.navbar {
	padding: 15px 0px;
	align-items: center;
}
.logo {
    margin-right: 10px;
}
.logo img{
	height: 70px;
	width: auto;
}
.menulist {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.menulist ul li > a {
	color: #000;
	font-size: 15px;
	position: relative;
	margin: 0px 15px;
}
.menulist ul li > a:hover {
	color: #b71717;
}
.menulist ul li a::before {
	content: "";
	height: 2px;
	width: 0%;
	background: #b71717;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menulist ul li:hover > a::before {
	width: 70%;
}
.navbar-toggler span {
	width: 25px;
	background: #000;
	height: 1px;
	display: block;
}
.navbar-toggler span:nth-child(2) {
	width: 25px;
	background: #000;
	height: 1px;
	display: block;
	margin: 7px 0px;
	transition: 0.3s;
}
.menulist ul li a i {
	padding: 0px 5px 0px 0px;
	font-size: 14px;
}
.login-line::before {
	display: none !important;
}
.header-after-scrool{
    position: fixed;
    width: 100%;
    background: #000;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    top: 0;
    z-index: 9999;
    -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
    animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.social-icon li {
	color: #FFF;
	padding: 7px 5px;
	text-align: right;
	display: inline-block;
}
.social-icon {
	text-align: right;
}
.social-icon li a {
	color: #fff;
	width: 30px;
	border-radius: 50px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	transition: 0.5s;
}
.social-icon li a:hover{
	transition: 0.5s;
	color: #fff;
	border: 1px solid #fff;
}
/*header-css-End*/


/*banner-css-start*/

.carousel-indicators {
	position: absolute;
	bottom: -40px;
	width: 100%;
	margin-left: 0px;
	color: #fff;
}
.carousel-indicators .active {
	width: 10px;
	height: 10px;
	background-color: #b61616;
	transition: 0.5s;
}
.carousel-control-next, .carousel-control-prev {
	width: 10%;
}
.carousel-indicators li {
	width: 10px;
	transition: 0.5s;
	display: block;
	border-radius: 10px;
	height: 10px;
	border: 4px solid transparent;
	margin: 4px 0px;
	opacity: 1;
}
.carousel-item{
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 100vh;
}
.carousel-control-next, .carousel-control-prev {
	z-index: 9;
}

/*about-us-css-start*/
.title {
	text-align: center;
	padding: 0px 0px 30px 0px;
}
.title h2 {
	font-size: 30px;
	font-weight: 600;
	position: relative;
	display: inline-block;
	color: #fff;
}
.title h2::before {
	height: 2px;
	width: 60%;
	margin: auto;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%,0%);
	bottom: -10px;
}
.title h2::after {
	height: 2px;
	width: 30%;
	margin: auto;
	background-color: #fff;
	content: "";
	position: absolute;
	left: 50%;
	transform: translate(-50%,0%);
	bottom: -20px;
}
.about-data-subtitle h2 {
	font-size: 15px;
	line-height: 27px;
	color: #333;
}
.about-data-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 160px;
	margin: 0 auto;
	width: 160px;
	border-radius: 50%;
	background-position: 100% 0%;
}
.about-data-subtitle {
	text-align: center;
}
.about-data-subtitle span {
	padding: 10px 0px;
	display: inline-block;
	color: #fff;
	line-height: 27px;
	text-align: justify;
}
.main-btn {
    background: #b71717;
    transition: 0.3s ease-in-out;
    color: #fff;
    border: 1px solid #b71717;
    padding: 8px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
    box-shadow: 0 0 0 0px rgba(0,0,0,0.2);
}
.main-btn:hover {
    background: transparent;
    transition: 0.3s ease-in-out;
    color: #b71717;
    box-shadow: 0 0 0 25px rgba(0,0,0,0);
}

/*services*/

.single-services {
	border: 1px solid #ccc;
	padding: 30px 10px;
	transition: 0.5s;
	text-align: center;
	background-color: #fff;
	height: 100%;
}
.single-services:hover {
	border: 1px solid #f7f7f7;
	transition: 0.5s;
	box-shadow: 0px 0px 20px -3px rgba(0, 0, 0,0.2);
}
.title a {
	color: #444444;
	transition: 0.3s;
	font-size: 18px;
	font-weight: 600;
	position: relative;
}
.title a::after {
	content: '';
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	background: #069272;
	left: 50%;
	bottom: -10px;
	transform: translate(-50%,-50%);
}
.icon {
    display: flex;
    justify-content: center;
}
.icon-box:hover .icon i {
	box-shadow: 0px 0 25px rgba(63, 187, 192, 0.3);
}
.services .description {
    line-height: 24px;
    font-size: 14px;
}

/*contact-us-css-start*/
.contact .info i {
	font-size: 16px;
	background: transparent;
	color: #b71717;
	float: left;
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	border: 1px solid #b71717;
}
.contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #151515;
}
.contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #484848;
}
.contact input, .contact textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
}
.contact input {
	height: 44px;
}
.contact .info .email, .contact .info .phone {
	margin-top: 20px;
}
.contact input {
	height: 44px;
}

/*Footer-css-start*/
.footer ul {
    margin: 0;
}
.footer-top-logo img {
    height: 50px;
}
.footer .footer-link ul li {
    margin-bottom: 5px;
}
.footer-link h5 {
	color: #fff;
}
.footer .footer-link ul li:last-child {
    margin-bottom: 0px;
}
.footer .footer-link ul li a {
    color: #ededed;
}
.footer .footer-contact-info ul li {
    display: flex;
    padding-bottom: 15px;
}
.footer .footer-contact-info ul li i {
    line-height: 24px;
    color: #b71717 !important;
}
.footer .footer-contact-info ul li span {
    padding-left: 15px;
    -ms-flex-item-align: top;
    align-self: top;
}
.footer .footer-contact-info.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    color: #fff;
}
.footer-bottom {
    padding: 20px 0px 0px 0px;
    color: #fff;
}
.footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
.footer-bottom ul li {
    margin-right: 10px;
}
.footer-bottom ul li a {
    color: #fff;
    font-weight: 500;
}
.social ul li a {
    font-weight: 600;
}
.footer-single-social ul {
	display: flex;
	padding: 0;
	margin: 0;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.footer-single-social ul li {
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    margin-right: 13px;
    border-radius: 0px 0px;
    transition: 0.5s;
    margin-bottom: 10px;
}
.footer-single-social ul li:hover {
    color: white;
    border: 1px solid #fff;
    transition: 0.5s;
    border-radius: 50%;
}

.topBar-data {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.book-content-data p {
    line-height: 27px;
    font-size: 18px;
    text-align: justify;
    font-weight: 400;
}
































.demo-gallery > ul {
  margin-bottom: 0;
}
.demo-gallery > ul > li {
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
    width: 200px;
}
.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;
}
 .demo-gallery {
  padding-bottom: 80px; 
}









































/*responsive-css-start*/

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

.about-data-img {
	margin: 20px 0px 0px 0px;
}
.navbar {
	padding: 5px 0px;
}
.menu li a {
	display: none;
}
.topBar-data {
	justify-content: center;
}
.left-side{
	text-align: center;
}
.main-banner-text h3 {
	margin-bottom: 0px;
}
.social-icon {
	text-align: center;
	padding: 5px 0px;
}
.footer-single-social ul li {
	height: 25px;
	width: 25px;
	margin-right: 5px;
}
}

/*book-css-start*/

.book-img img {
	width: 100%;
}
.book-content-title{
	position: relative;
}
.book-content-title h2 {
	font-weight: 600;
	color: #333;
}
.book-content-title h2::before,.book-content-title h2::after {
	background-color: #333;
}
.book-content-data{
	padding: 10px 0px 0px 0px;
}

.book-img {
	text-align: right;
}

/* gallery page  */

.gallery-banner{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 55vh;
	display: flex;
	background-attachment: fixed; 
    align-items: center;
    justify-content: center;
}
.gallery-img img {
	width: 100%;
	border: 1px solid #ccc;
}
.gallery-tabs-main{
	background-color: #000;
	padding: 60px 0px;
}
.gallery-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.gallery-tabs-heading h2 {
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
.gallery-tabs ul li a {
    color: #fff;
    padding: 3px 40px;
    border-right: 1px solid #fff;
    border-radius: 0px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #000000;
}
@media only screen and (max-width: 767px) {
.gallery-tabs ul li a{
	padding: 3px 12px;
}
.about-data{
	display: flex;
	justify-content: center;
}
.carousel-item {
	height: 55vh;
	background-position: left;
}
.menulist {
    justify-content: flex-start;
}
.book-img {
	text-align: center;
}
.about-page-content {
    text-align: center;
}
}


/*about-page-css-start*/

.about-page-img{
	background-repeat: no-repeat;
	height: 70vh;
	background-position: top;
	background-size: cover;
}
.about-poster-single-field img {
	width: 100%;
}
.dark-title {
	text-align: center;
}
.about-page-content p {
	line-height: 27px;
	color: #fff;
	text-align: justify;
}
.book-purchase-btn a {
    margin: 0px 20px 0px 0px;
}
.book-purchase-btn a img {
	width: auto;
	height: 70px;
	min-width: 120px;
	object-fit: cover;
}

@media only screen and (max-width: 767px) {
.about-page-img {
	height: 25vh;
}
.social-icon li a {
	width: 10px;
	height: 10px;
	border: none;
	padding: 0px 8px;
}
.left-side a {
    font-size: 13px;
}
.social-icon li {
    padding: 7px 4px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
	.menulist {
    	justify-content: flex-start;
	}
}

/*testimonials-css-start*/

.single-client img {
    margin: 0 auto;
    width: 100px !important;
    height: 100px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    border: 1px solid #fff;
    padding: 10px;
    transition: 0.5s ease-in-out;
}
.single-client img:hover,.single-client img:focus{
	border: 1px solid red;
	box-shadow: 0px 0px 10px -3px rgba(255,255,255,0.5);
	transition: 0.5s ease-in-out;
}
.single-client {
    text-align: center;
}
.single-client h4 {
    padding: 20px 0px 0px 0px;
    color: #fff;
}
.single-client p {
    padding: 10px 0px 0px 0px;
    display: inline-block;
    color: #fff;
    line-height: 27px;
}


.main-book img {
	width: auto;
	height: 370px;
}
.book-purchase-btn h2 {
    padding: 0px 0px 10px 0px;
    font-weight: 600;
    color: #333;
    font-size: 20px;
}
/*video-css-start*/

.single-video {
    border: 1px solid #ccc;
    padding-bottom: 56%;
    position: relative;
}
.single-video iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.inner-gallery-banner a {
    margin: 20px 0px 0px 0px;
    color: #fff;
    display: inline-block;
}
.mobile-app a img {
	width: auto;
	height: 30px;
	margin: 0px 0px 0px 10px;
}

@media only screen and (max-width: 767px) {
	.footer-single-social ul {
    justify-content: flex-start;
}
.mobile-app a img {
	height: 22px;
}
.book-page-clr .book-content-title h2 {
	text-align: center;
}
.book-img {
	text-align: center;
}
.parent-gap {
	padding: 20px 0px;
}
}

@media only screen and (max-width: 992px) {
.book-purchase-btn a img {
	height: 50px;
	min-width: 80px;
	margin: 0px 0px 20px 0px;
}
.book-content-data {
	padding: 10px 0px 0px 10px;
}
.book-content-data {
	padding: 10px 0px 0px 10px;
}
.book-content-title h2 {
    font-size: 24px;
}

}