@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Black.woff2') format('woff2'),
		url('../fonts/Poppins-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeue-Regular.woff2') format('woff2'),
		url('BebasNeue-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Light.woff2') format('woff2'),
		url('../fonts/Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
		url('../fonts/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
		url('../fonts/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Thin.woff2') format('woff2'),
		url('../fonts/Poppins-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraBold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-ExtraLight.woff2') format('woff2'),
		url('../fonts/Poppins-ExtraLight.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
		url('../fonts/Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
		url('../fonts/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {

	font-family: "Playfair Display", serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
ul,
li,
a,
.btn-default,
textarea {
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

ul {
	list-style: none;
	padding: 0;
}

body {
	font-family: 'Poppins' !important;
	overflow-x: hidden;
}

/* ************************************ */
/*RESPONSIVE NAVIGATION*/
.mobile-menu {
	display: none;
}

.mobile-menu .circle {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #005879;
	font-size: 16px;
	right: 40px;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.mobile-menu .mobile-cross {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 50%;
	background: #005879;
	margin: 0 auto;
	font-size: 16px;
	position: fixed;
	right: 0px;
	top: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}

.mobile-menu .nveMenu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 280px;
	height: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 999;
	transform: translateX(-320px);
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
	padding: 40px 20px;
}

.mobile-menu .nveMenu.is-opened {
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
}

/*.mobile-menu .nveMenu h1 {
                    color: #000;
                    font-weight: 700;
                    }*/
.mobile-menu .overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: calc(100% - 280px);
	height: 100%;
	background: rgba(0, 0, 0, 0.71);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1);
}

.mobile-menu .overlay.is-on {
	opacity: 1;
	visibility: visible;
	z-index: 999;
}

.mobile-menu .navlinks li {
	display: block;
	padding: 12px 0;
}

.mobile-menu .navlinks li a {
	text-transform: uppercase;
	color: #666;
	font-weight: 700;
}

.mobile-menu .navlinks li a:hover {
	text-decoration: none;
}

/*RESPONSIVE NAVIGATION*/


/* shash kay  */

/* button {
                        background: linear-gradient(to left,#AD1115 50%, #fff 50%);
                        background-position: left bottom;
                        transition: all .6s ease-out;
                        background-size: 200% 100%;
                    }
                    button:hover{
                    background-position: right bottom;
                    } */


/* inner scroll side bar  */


/* className::-webkit-scrollbar {
                        width: 4px;
                    } */
/* Track */

/* className::-webkit-scrollbar-track {
                        background: #d4d4d4 ;
                    } */
/* Handle */

/* className::-webkit-scrollbar-thumb {
                        background: #790101 ;
                    } */
/* Handle on hover */

/* className::-webkit-scrollbar-thumb:hover {
                        background: #8b8b8b;
                    }  */


/* Header-css-start */

.head-btn i {
	COLOR: #FFF;
	FONT-SIZE: 20PX;
}

ul.menu-list {
	display: flex;
	justify-content: center;
}

.head-btn a {
	background: #377bbf;
	color: #fff;
	padding: 10px 15px;
	border-radius: 30px;

	font-size: 14px;
}

.head-btn {
	float: right;
}

ul.menu-list li {
	padding: 6px 8px;
}

.dekstop-header {
	padding: 40px 0;
}

ul.menu-list li a {
	color: #000000;
	font-weight: 500;
	font-size: 15px;
	text-transform: uppercase;
}


.logo h2 {
	color: #fff;
	font-size: 25px;
}

.btn-btn {
	padding: 13px 25px;
	border-radius: 30px;
	font-size: 14px;
}

/* Header-css-end */


/* Banner-css */

.book-card.small img {
	width: 90%;
}

.banner-first-con {
}
.banner-books {
	position: relative;
}


.cnt-img img {
	position: absolute;
	right: -170px;
	top: -140px;
}

.cnt-img-left img {
	position: absolute;
	top: -200px;
	left: -170px;
}

.book-card.small {
	padding-bottom: 70px;
}

section.banner-head {
	background: url(../images/banner-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px  0;
}
section.banner-head.breadcamp {
	padding: 100px 0;
	position: relative;
}
/* section.banner-head.breadcamp::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #00000042;
	top: 0;
	left: 0;
	position: absolute;
} */
.banner-first-con h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
	font-size: 73px;
}

.banner-first-con p {
	color: #fff;
	text-align: center;
}

a.white-btn {
	margin: 0px auto;
	display: table;
	background: #fff;
	color: black;
}

.bottom-book .row.align-items-center {
	justify-content: space-between;
}

/* Banner-css-end */


.shop-slider-head p {
	width: 60%;
	margin: 0px auto;
}

/* icon-sec */

section.Icon {padding: 60px 0;}

.icon-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
}

.box {
	display: flex;
	align-items: center;
	justify-content: center;
}

.box img {
	width: 80px;
}

.box h4 {
	font-size: 16px;
}

.box p {
	font-size: 12px;
	color: #909090;
}

.box-cont {
	padding-left: 10px;
}

/* icon-sec-end */


/* Book-sec */

section.book-sec {
	background: #e9e9e9;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 80px 0 100px 0;
}

.book-box {
	display: flex;
	gap: 50px;
	margin-bottom: 40px;
}

.first-book img.img-fluid {
	width: 96%;
}

.left-image {
	position: sticky;
	top: 20px;
}

.second-book {
	position: relative;
}

.book-head {
	padding-bottom: 50px;
}

.book-head .head {
	font-size: 50px;
	color: #fff;
}

.book-head h2 {
	font-size: 40px;
	color: #377bbf;
}

a.blue-btn {
	background: #377bbf;
	color: #ffff;
}

.btn-book {
	float: right;
}

.book-inner-cont {
	padding-top: 20px;
}

.book-inner-cont h4 {
	color: #000000;
	font-size: 22px;
}

.book-inner-cont span {
	color: #ED505A;
}

.book-1 img {
	width: 100%;
}

.left-image img.img-fluid {
	width: 96%;
}

/* Book-sec-end */


/* pop-sec */

.pop-img img {
	width: 100%;
}


.pop-head h2 {
	text-align: center;
	font-size: 40px;
	color: black;
	font-weight: 500;
	line-height: 44px;
}

.pop-inner-cont {
	padding-block-start: 40px;
	padding-block-end: 50px;
}

section.popular-sec {
	padding-top: 80px;
}

.pop-text {
	padding-bottom: 60px;
}

.pop-text h3 {
	color: #377bbf;
	font-size: 28px;
	padding: 30px 0 14px 0;
}

.pop-text p {
	color: black;
	padding-right: 30px;
	font-size: 16px;
}

/* pop-sec-end */


/* slide-sec */

section.slide-sec h2 {
	font-size: 48px;
	padding-bottom: 70px;
	padding-top: 130px;
}

.slide-text {
	padding-top: 24px;
}

.slide-text h3 {
	font-size: 20px;
	color: black;
	padding-bottom: 3px;
}

.slide-text span {
	color: #F35D4E;
}


section.slide-sec {
	position: relative;
	padding-bottom: 50px;
}

section.slide-sec .owl-dots {
	display: none;
}

section.slide-sec .owl-nav {
	position: absolute;
	top: -140px;
	right: 200px;
}


section.slide-sec .owl-nav button span {
	font-size: 50px;
	background: #ED505A;
	margin: 8px;
	color: #fff;
	border-radius: 250px;
	display: flex;
	width: 50px;
	align-items: center;
	justify-content: center;
	height: 50px;
}

section.slide-sec .col-md-12 {
	padding: 0 0;
}

/* slide-sec-end */


/* Testimonial */

.test-box {
	padding: 40px 20px;
	border-radius: 30px;
	background: white;
	color: #000;
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

section.testimonial-sec .row {
	justify-content: space-between;
}

.client-img {
	display: flex;
	align-items: center;
}

section.testimonial-sec {
    padding: 50px 0px 50px;
    background: #377bbf;
    color: #fff;
    background-attachment: fixed;
}

.testimonial-slid {
	padding: 100px 0 100px 0;
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

.testimonial-cont {
	width: 80%;
}

.testimonial-cont h2 {
	padding-bottom: 30px;
	font-size: 44px;
}

.client-text {
	padding-left: 10px;
}

.client-text h4 {
	font-size: 18px;
}

.client-text p {
	font-size: 12px;
	color: gray;
}

.test-cont p {
	font-size: 14px;
	padding: 25px 20px 15px 0px;
}

section.testimonial-sec .owl-dots {
	display: none;
}

/* section.testimonial-sec .owl-nav {
                    display: none;
                } */


.testimonial-sec .owl-nav {
	display: block !important;
}

.testimonial-sec .owl-nav button.owl-prev,
.testimonial-sec .owl-nav button.owl-next {
	background: transparent;
	color: #F35D4E;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	font-size: 70px;
}

.testimonial-sec .owl-nav button.owl-prev {
	left: 0;
	top: 210px;
}

.testimonial-sec .owl-nav button.owl-next {
	top: 210px;
	left: 30px;
}


/* Testimonial-sec-end */


/* blog-sec */


section.blog {
	background: #E8FDFF;
	padding: 100px 0;
}


.blog-head h2 {
	font-size: 46px;
}

.blog-btn {
	float: right;
}

a.black-btn {
	background: black;
	color: #fff;
}

.blog-inner-sec {
	padding-top: 60px;
}


.date {
	display: flex;
	align-items: center;
}

.blog-box {
	background: white;
	padding: 30px 30px;
	box-shadow: 0px 0px 15px #377bbf8c;
	border-radius: 20px;
}

.blog-img img {
	width: 100%;
}

.date span {
	background: #377bbf;
	color: #fff;
	padding: 8px 18px;
	border-radius: 30px;
	font-size: 14px;
	margin-right: 10px;
}

.date h5 {
	font-size: 12px;
	font-family: 'Poppins';
	font-weight: 400;
	color: gray;
}

.blog-cont h3 {
	font-size: 20px;
	line-height: 27px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.blog-cont {
	padding: 30px 0;
}

.blog-cont p {
	font-size: 14px;
	color: gray;
}

/* blog-sec-end */


/* Contact-sec */

.cont-img img {
	width: 100%;
}

.cont-img img {
	width: 100%;
}

.contact-form input {
	width: 100%;
	padding: 5px 5px;
}

.contact-form textarea#msg {
	width: 100%;
}

.contact-form {
	width: 90%;
}

.contact-form h2 {
	color: #377bbf;
	font-size: 66px;
	padding-bottom: 20px;
}

.contact-form {
	padding-left: 60px;
}

.contact-form label {
	padding-bottom: 5px;
	padding-top: 22px;
}


.contact-form button.btn-padding.btn-red-outline {
	margin: 0px auto;
	display: table;
	padding: 10px 110px;
	background: #377bbf;
	border: none;
	color: #fff;
	border-radius: 20px;
	margin-top: 40px;
}


/* section.contact-sec {
	margin-bottom: 120px;
} */
.cont-img img {
    height: 100%;
    min-height: 700px;
    object-fit: cover;
}
section.contact-sec .col-md-6.col-sm-12 {
	padding: 0 0;
}

/* Contact-sec-end */


/* Footer */

footer {
	background: #377bbf;
	padding: 30px 0;
}

.foot-logo h2 {
	font-size: 70px;
	color: #fff;
}

.foot-logo p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	padding-right: 110px;
	padding-top: 13px;
}

ul.foot-icon {
	display: flex;
	padding-top: 30px;
}

ul.foot-icon li {
	margin: 0 12px 0 0px;
}

ul.foot-icon li i {
	font-size: 26px;
	color: #ffff;
}

.foot-info {
	padding-right: 40px;
	padding-top: 40px;
}

.foot-info p {
	color: #fff;
	font-size: 26px;
	font-weight: 300;
	line-height: 36px;
}

ul.foot-cont {
	padding-top: 30px;
}

ul.foot-cont li {
	line-height: 40px;
	text-decoration: underline;
	color: #fff;
	font-weight: 200;
}

ul.foot-cont li a {
	text-decoration: underline;
	color: #fff;
}

ul.list li a {
	color: #fff;
	font-size: 14px;
	font-weight: 200;
	line-height: 34px;
}

.foot-list {
	padding-top: 40px;
}

.book-slide .slide-box {
	margin-bottom: 30px;
}
.book-slide img {
	width: 100%;
}

.copy-p {
	PADDING: 0 0 60px 0px;
}

.copy-p p {
	FONT-SIZE: 16PX;
	COLOR: #FFF;
	FONT-WEIGHT: 200;
	FLOAT: RIGHT;
}

/* Footer-end */


/* cover */


.bx-1 {
	background-image: url(../images/cover-2.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bx-2 {
	background-image: url(../images/cover-3.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bx-3 {
	background-image: url(../images/cover-4.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.bx-4 {
	background-image: url(../images/cover-1.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.service-box .col-md-6.col-sm-12 {
	padding: 0 0;
}

.cover-box {
	height: 100%;
	min-height: 335px;
}

.firsrt-cover-book {
    height: 100%;
    display: flex;
}
.first-cover-book-img {
    display: flex;
    height: 100%;
}
.firts-cover-cont {
	height: 100%;
    display: flex;
    flex-direction: column;
	padding-left: 20px;
}

.firts-cover-cont h2 {
	color: #ffffff;
	font-size: 120px;
	font-weight: 900;
}
.inner-cover-cont {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.inner-cover-cont h3 {
	color: #fff;
	font-size: 24px;
}

.inner-cover-cont span {
	font-size: 13px;
	color: #fff;
}

.first-cover-book-img img {
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
}

section.book-cover-club-sec {
	background: #377bbf;

}


.content-1 h1 {
	font-size: 19px;
	color: #fff;
	font-weight: 600;
	line-height: 1;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding-bottom: 5px;
}

.content-1 p {
	color: #fff;
	font-size: 15px;
}

.content-1 {
	padding-top: 70px;
}

.bx-1 h3 {
	color: black;
	font-size: 30px;
}

.bx-1 {
	padding: 40px 40px;
}

.bx-1 h3 {
	color: black !important;
}

.bx-1 {
	padding: 40px 40px;
}

.cover-box h3 {
	font-size: 30px;
	color: #fff;
}

.cover-box p {
	color: rgb(255, 255, 255) !important;
}

.bx-2 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.bx-3 {
	display: flex;
	flex-direction: column;
	justify-content: end;
	padding: 30px 40px;
}

.bx-4 {
	padding: 40px 40px;
}

/* cover-end */


.cnt-img:after {
	position: absolute;
	background: url(../images/line-1.png);
	width: 100px;
	height: 100px;
	top: -186px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	right: -80px;
}


.cnt-img:before {
	position: absolute;
	background: url(../images/line-2.png);
	width: 100px;
	height: 100px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	right: -80px;
	bottom: -96px;
}

.cnt-img-left:after {
	position: absolute;
	background: url(../images/line-3.png);
	width: 100px;
	height: 100px;
	top: -204px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	left: -90px;
}

.cnt-img-left:before {
	position: absolute;
	background: url(../images/line-4.png);
	width: 230px;
	height: 180px;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	left: -250px;
	bottom: -140px;
}

.cover-box.bx-2 ::before {
	content: "";
	background-color: #377bbf;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0.4;
	right: 0;
}

.cover-box.bx-2 {
	position: relative;
	z-index: 999;
}

/* Hover */

ul.menu-list li:hover {
	background: #377bbf;
	border-radius: 5px;
	transition: ease 0.5s;
}


.head-btn a:hover {
	background-color: black;
	color: white;
	transition: background-color 0.3s ease, color 0.3s ease;
}


a.white-btn:hover {

	background-color: black;
	color: white;
	transition: background-color 0.3s ease, color 0.3s ease;
}

a.blue-btn:hover {
	background-color: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
	transition: background-color 0.3s ease, color 0.3s ease;
}

a.black-btn:hover {
	background-color: #377bbf;
	color: rgb(255, 255, 255);
	transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-form button.btn-padding.btn-red-outline:hover {

	background-color: #000;
	color: rgb(255, 255, 255);
	transition: background-color 0.3s ease, color 0.3s ease;
}

ul.foot-icon li i:hover {
	color: black;
}

ul.foot-cont li a:hover {
	color: black;
	transition: ease 0.8s;
}


ul.list li a:hover {
	color: black;
	transition:
		ease 0.8s;
}


.animat img {
	animation: upDown 0.9s ease-in-out infinite alternate;
}

@keyframes upDown {
	from {
		transform: translateY(0);
	}

	to {
		transform: translateY(-15px);
		/* jitna upar le jana hai */
	}
}


/* About-page */

.breadcamp h2 {
	PADDING-BOTTOM: 50PX;
}


.about-img {
	position: relative;
}

.about-img img {
	width: 90%;
}

.about-img-2 {
	position: absolute;
	right: -30px;
	bottom: -50px;
}

section.about-sec {
	padding: 130px 0;
}

.about-pg-cont h2 {
	font-size: 46px;
	padding-bottom: 30px;
}

.about-pg-cont p {
	color: black;
	padding-right: 30px;
	font-size: 16px;
	padding-bottom: 20px;
}

.abt-btn {
	margin-top: 30px;
}

/* city-sec */

section.city-sec {
	background: url(../images/city-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0px;
}

.city-box {
	text-align: center;
	border-right: 1px solid #F9FAFB;
	padding: 0 36px;
}

.city-box h3 {
	color: #fff;
	padding: 20px 0;
	font-size: 26px;
}

.city-box p {
	color: #F9FAFBBF;
	font-size: 16px;
	font-weight: 300;
}

.city-head {
	text-align: center;
	width: 50%;
	margin: 0px auto;
	padding-bottom: 80px;
}

.city-head h2 {
	color: #fff;
	font-size: 46px;
	padding-bottom: 20px;
}

.city-head p {
	font-size: 16px;
	color: #fff;
	font-weight: 300;
}

/* city-sec */


/* sec-three-abt */


.abt-sec-three-img img {
    width: 90%;
    display: none;
}

section.abt-sec-three {
	background: url(../images/gir-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100px 0px;
	position: relative;
}

.abt-sec-three-cont h2 {
	color: #fff;
	font-size: 44px;
	padding-bottom: 30px;
}

.abt-sec-three-cont p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 300;
	padding-right: 100px;
}

ul.three-sec-list {
	padding-top: 30px;
}

ul.three-sec-list li {
	color: #FFFFFF;
	font-size: 16px;
	padding-bottom: 20px;
}

.abt-sec-three-img {
	position: absolute;
	bottom: 0;
}

ul.three-sec-list i {
	color: #377bbf;
	padding-right: 15px;
}

.sec-three-btn {
	margin-top: 40px;
}

a.trans-btn {
	color: #377bbf;
	border: 1px solid #377bbf;
	margin-left: 20px;
}

/* sec-three-abt-end */


/* Sec-two-abt */


.inner-two-img img {
	width: 100%;
}

.abt-sec-two-to-cont h2 {
	font-size: 44px;
}

.abt-sec-two-to-cont p {
	color: black;
	padding-right: 30px;
	font-size: 16px;
	padding-bottom: 60px;
	padding-top: 20px;
}

.inner-two-box h1 {
	font-size: 24px;
	padding: 12px 0;
}

.inner-two-box p {
	color: black;
	padding-right: 30px;
	font-size: 16px;
	padding-bottom: 10px;
}

.bd {
	border-right: 1px solid #e2e2e2;
	margin-bottom: 30px;
}

section.abt-sec-two {
	padding: 120px 0;
}


/* Shop-sec-one */

.shop-one-head h2 {
	font-size: 44px;
	padding-bottom: 20px;
}

.shop-one-head p {
	color: black;
	padding-right: 30px;
	font-size: 16px;
	padding-bottom: 25px;
}

.shop-sec-btn {
	margin-top: 40px;
}

.shop-sec-one-img {
	float: right;
}

section.shop-sec-one {
	/* background: url(../images/shop-one-bg.png);
                    background-repeat:no-repeat ;
                    background-size: auto; */
	padding: 100px 0;

}


.shop-sec-one-img img {
	width: 80%;
}


.shop-slider-head {
	text-align: center;
	padding-bottom: 70px;
}

.shop-slider-head h2 {
	font-size: 44px;
	color: black;
	padding-bottom: 20px;
}

.slides-book {
	background: #f0f0f0;
	padding: 50px 30px;
	width: 90%;
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	height: 600px;
}

.shp-bhk-img {
	margin: 0px auto;
	display: table;
	padding-bottom: 30px;
	z-index: 1;
	position: relative;
}

.shp-bhk-img img {
	width: 150px;
}


.slides-book h3 {
	color: #377bbf;
	font-size: 22px;
}

.slides-book p {
	font-size: 13px;
	padding: 10px 0 20px 0;
}

.slides-book b {
	padding-left: 10px;
}

ul.shp-slide-list li {
	font-size: 14px;
	line-height: 32px;
}

ul.shp-slide-list i {
	padding-right: 10px;
	color: #377bbf;
}

section.shop-slider {
	padding: 20px 0 20px 0;
}


.shp-bhk-img:after {
	position: absolute;
	content: '';
	background: url(../images/shp-slid-bk-bg.png);
	height: 240px;
	width: 230px;
	top: -18px;
	z-index: -1;
	background-size: cover;
	background-repeat: no-repeat;
	left: -50px;
}

section.shop-slider .owl-nav.disabled {
	display: block;
}

.shp-slide .owl-nav button.owl-prev {
	position: absolute;
	top: 280px;
	left: -80px;
	background: #377bbf;
	width: 50px;
	height: 50px;
	font-size: 56px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}

.shp-slide .owl-nav button.owl-next {
	position: absolute;
	top: 280px;
	right: -40px;
	background: #377bbf;
	width: 50px;
	height: 50px;
	font-size: 56px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
}


/* Service-page */

.inner-serv-img img {
	width: 100%;
}

ul.serv-client-imgs {
	display: flex;
}

ul.serv-client-imgs img {
	width: 60px;
}

ul.serv-client-imgs li {
	margin-right: -35px;
}

.inner-serv-cont span {
	font-size: 12px;
	color: #000000;
}

.inner-serv-client-sec .row {
	align-items: flex-end;
}

h2.serv-head {
	font-size: 46px;
	color: #000000;
	padding-bottom: 15px;
}

p.serv-p {
	color: black;
	font-size: 16px;
}

/* .serv-head-1 p {
	padding-right: 120px;
} */

.serv-inner-side-img img {
	width: 100%;
}
.serv-inner-side-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

a.serv-btn {
	background: #377bbf;
	color: #ffff;
	padding: 14px 36px;
	border-radius: 30px;
	font-size: 14px;
}

.serv-btn-all {
	margin-top: 40px;
}

section.service-sec {
	padding: 80px 0px 40px;
	background: url(../images/shop-one-bg.png);
	background-size: auto;
	background-repeat: no-repeat;
}
.service-sec-col-r {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.serv-book-img img {
	width: 100%;
}

.serv-book-list {
	display: flex;
	justify-content: space-between;
}


.serv-book-list i {
	padding-right: 16px;
	font-size: 18px;
	color: #377bbf;
}

.serv-book-list li {
	line-height: 36px;
	color: black;
	font-size: 14px;
	font-weight: 600;
}


.serv-book-btn {
	margin-top: 60px;
}

.serv-book-btn a {
	background: #377bbf;
	padding: 12px 100px;
	FONT-SIZE: 14PX;
	color: #fff;
	border-radius: 40px;
}

.service-book-cont h2 {
	padding-bottom: 20px;
}

section.service-book {
	padding: 40px 0 50px 0;
}

section.service-boxes {
	padding: 100px 0;
}

.inner-serv-box {
	background: #377bbf;
	color: #fff;
	text-align: center;
	padding: 20px 30px;
}

.inner-serv-box img {
	width: 60px;
}

.inner-serv-box h2 {
	font-size: 20px;
	padding: 25px 0 15px 0;
}

.inner-serv-box p {
	font-size: 12px;
}

.inner-service-box {
	padding-top: 25px;
}

.serv-box-head h2 {
	font-size: 46px;
	color: #000000;
	padding-bottom: 20px;
}

.serv-box-head p {
	color: black;
	font-size: 16px;
	padding-right: 100px;
}

/* service-page-end */


/* Contact-page */

/* 
        .contact-sec-1-text {
            background: url(../images/contact-img.png);
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
        } */


.map-side-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 200;
	padding-bottom: 8px;
}

section.map-sec {
	background: #377bbf;
	padding: 70px 0;
}

.map-side-content h2 {
	font-size: 32px;
	color: #fff;
	font-weight: 200;
	line-height: 38px;
	padding-bottom: 10px;
}

.time {
	border-bottom: 1px solid #d8d8d8;
	padding: 32px 0;
}

.time p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
}

.information {
	padding: 32px 0;
	border-bottom: 1px solid #fff;
}

.social-cont-pg {
	padding: 20px 0;
}

.information a {
	color: #fff;
}

.information i {
	color: #fff;
	padding-right: 10px;
}


.social-cont-pg a {
	color: #fff;
	font-weight: 200;
}

.social-cont-pg i {
	color: #fff;
	padding-right: 10px;
}

.social-cont-pg li {
	line-height: 36px;
}

.information li {
	line-height: 40px;
}

.map {
	float: right;
}


.contact-1-head {
	position: relative;
}

.contact-inner-head {
	position: absolute;
	background: #377bbf;
	right: -260px;
	padding: 40px 30px;
	bottom: -206px;
	border-radius: 5px;
	color: #fff;
}

.contact-1-img img {
	width: 100%;
}

section.contact-sec-1 {
	padding: 100px 0;
}

.call {
	margin-top: 45px;
}

.call a {
	background: #fff;
	color: #377bbf;
	padding: 10px 90px;
	border-radius: 40px;
}

.call {
	margin-top: 45px;
}

.call a {
	background: #fff;
	color: #377bbf;
	padding: 10px 90px;
	border-radius: 40px;
}

.contact-inner-head h2 {
	padding-bottom: 20px;
	text-align: center;
}

.contact-inner-head span {
	font-size: 18px;
}

.contact-inner-head p {
	font-size: 14px;
	font-weight: 300;
	padding-top: 20px;
}


/* Popup */

/* 🔹 Popup hidden by default */
.popup-overlay {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
	z-index: 999;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* 🔹 Show popup */
.popup-overlay.active {
	opacity: 1;
	visibility: visible;
}

.popup-overlay.active .popup {
	transform: scale(1);
}

/* 🔹 Hide animation */
.popup-overlay.hide {
	opacity: 0;
	visibility: hidden;
}

/* 🔹 Popup box styling (your original) */
.popup {
	background: url(../images/popup-bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 170px 50px 44px 50px;
	border-radius: 18px;
	position: relative;
	min-width: 300px;
	max-width: 630px;
	transition: transform 0.3s ease;
}

/* 🔹 Close button (your style) */
.close-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	background: linear-gradient(270deg, var(--cyan-color) 50%, var(--black-color) 100%);
	color: rgb(0, 0, 0);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	font-weight: bold;
	font-size: 20px;
	line-height: 0;
	text-align: center;
	cursor: pointer;
}

/* 🔹 Form styling (your original) */
.popup .popup-form {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.popup .popup-form input {
	width: 48%;
	padding: 14px 18px;
	border: none;
	background: #80808036;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px;
}


.popup h2 {
	text-align: center;
	padding-bottom: 12px;
}

.popup p {
	text-align: center;
	font-size: 14px;
	color: gray;
}


.popup input[type="tel"] {
	width: 100% !important;
}

.popup textarea {
	padding: 10px 18px;
	border: none;
	background: #80808036;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 20px;
	width: 100%;
	height: 80px;
}

.popup button.btn-padding.cyan-btn {
	width: 530px;
	border: none;
	background: #ED505A;
	color: #fff;
	padding: 10px 0;
	border-radius: 30px;
}

.popup .close-btn {
	background: #fff;
}


.mobile-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 15px;
}

.mob-logo-left h2 {
	color: #fff;
	font-size: 24px;
	padding-top: 5px;
}

.breadcamp h2 {
	padding: 0 0 !important;
}

.test-cont {
	overflow-y: scroll;
	height: 110px;
}

.test-cont::-webkit-scrollbar {
	width: 1px;
}

.test-cont::-webkit-scrollbar-thumb {
	background-color: #377bbf;
	outline: 1px solid #377bbf;
}

.test-cont::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


ul.shp-slide-list {
	overflow-y: scroll;
	height: 95px;
}


ul.shp-slide-list::-webkit-scrollbar {
	width: 1px;
}

ul.shp-slide-list::-webkit-scrollbar-thumb {
	background-color: #377bbf;
	outline: 1px solid #377bbf;
}

ul.shp-slide-list::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


.inner-serv-box p {
	OVERFLOW-Y: SCROLL;
	HEIGHT: 80PX;
	FONT-SIZE: 14PX;
}

.inner-serv-box p::-webkit-scrollbar-thumb {
	background-color: #FFFFFF;
	outline: 1px solid #FFFFFF;
}

.inner-serv-box p::-webkit-scrollbar {
	width: 1px;
}

.inner-serv-box p::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}


/*  */


.dropdown-menu {
	position: absolute;
	background: #ffffff;
	top: 100%;
	left: 0px;
	list-style: none;
	min-width: 270px;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

ul.dropdown-menu:before {
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	left: 12px;
	top: -8px;
}

.dropdown-menu li a {
	padding: 10px 15px;
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.dropdown-menu a {
	color: black !important;
}

.dropdown-menu a:hover {
	color: #fff !important;
}

.dropdown-menu a li:hover {
	color: #fff !important;
}


ul.dropdown-menu li {
	border-bottom: 1px solid #e7e7e7;
}

ul.dropdown-menu a {
	font-size: 13px !important;
}

ul.dropdown-menu li {
	padding: 6px 0;
}


/* new-sec */

.process-wrapper .process-item .cont-1 {
	position: relative;
}

section.sec2.abtSection.process-sec {
    padding: 70px 10px;
}

.heading2-light {
	font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
	font-size: 48px;
	width: 100%;
    display: block;
    max-width: 900px;
    margin: auto;
    text-align: center;
    line-height: normal;

}
.process-wrapper .process-item:nth-child(odd) h3 {
	top: 0;
}

.process-wrapper .process-item h3 {
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	margin-bottom: 0;
	counter-increment: chapter;
	display: flex;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
}

.process-wrapper .process-item h3::before {
	content: counter(chapter);
	display: inline-block;
	font-size: 50px;
	line-height: 43px;
	margin-right: 6px;
	font-weight: 600;
	/* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: #fff; */
}

.process-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	counter-reset: chapter;
	position: relative;
}

.process-wrapper .process-item {
	/* width: 220px; */
	width: 100%;
	padding: 140px 0;
	position: relative;
	transition: .5s;
}

.process-wrapper .process-item .cont-1-text {
	display: block !important;
	position: absolute;
	padding: 20px 0px;
	border-radius: 20px;
	text-align: center;
	opacity: 0;
	transition: all 3s ease;
	bottom: -60%;
	left: -30px;
}

.process-wrapper .process-item div img:first-child {
	max-height: 80px;
	transition: .5s;
	z-index: 11;
	position: relative;
}

.process-wrapper .process-item div {
	transition: .5s;
	width: 190px;
	height: 190px;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-wrapper .process-item:nth-child(odd) .p-img {
	top: -12px;
	right: -100px;
	width: 70%;
}

.process-wrapper .process-item .p-img {
	position: absolute;
}

.process-wrapper .process-item img:nth-child(3),
.process-wrapper .process-item img:nth-child(4) {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

/* .process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    top: -68px;
    background: #fff;
} */

.process-wrapper .process-item div::after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border: 3px solid #005e57;
	border-radius: 100%;
	background: #fff;
	top: -84px;

}

.process-wrapper .process-item:hover {
	transform: translateY(-10px);
}

.process-wrapper .process-item div .cont-1-text-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #ffffff;
	height: auto;
	box-shadow: 0px 0px 11px 0px #c9cbcb;
	border-radius: 10px;
	width: 244px;
	padding: 20px 20px 8px;
}

.process-wrapper .process-item:hover .cont-1-text .cont-1-text-inner {
	height: 250px;
	transition: all 2s ease;
	top: 0px;
}

.cont-1-text .cont-title,
.cont-2-text .cont-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0px;
	line-height: 28px;
}

.process-wrapper .process-item:hover .cont-1-text {
	display: block !important;
	transition: all 1s ease;
	transform: translateY(0);
	bottom: -8%;
	opacity: 1;
}


/* box-2 */


.process-wrapper .process-item:nth-child(2n) h3 {
	bottom: 0;
}

.process-wrapper .process-item h3 {
	font-size: 15px;
	font-weight: 500;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	margin-bottom: 0;
	counter-increment: chapter;
	display: flex;
	white-space: nowrap;
	justify-content: center;
	align-items: center;
}

.process-wrapper .process-item h3::before {
	content: counter(chapter);
	display: inline-block;
	font-size: 50px;
	line-height: 43px;
	margin-right: 6px;
	font-weight: 600;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	color: #fff;
}

.process-wrapper .process-item div {
	transition: .5s;
	width: 190px;
	height: 190px;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.process-wrapper .process-item:nth-child(2n) div:before {
	top: auto;
	bottom: -68px;
}

/* .process-wrapper .process-item div::before {
    width: 3px;
    height: 68px;
    content: "";
    position: absolute;
    background: #fff;
} */

.process-wrapper .process-item:nth-child(2n) .p-img {
	bottom: -12px;
	right: -95px;
}

.process-wrapper .process-item img:nth-child(4),
.process-wrapper .process-item:last-child .p-img {
	display: none;
}

.process-wrapper .process-item:nth-child(2n) div:after {
	top: auto;
	bottom: -84px;
}

.process-wrapper .process-item .cont-2-text {
	display: block !important;
	position: absolute;
	padding: 20px 0px;
	border-radius: 20px;
	text-align: center;
	transition: all .5s ease;
	top: -220px;
	left: -30px;
	opacity: 0;
}

.process-wrapper .process-item .cont-2-text {
	text-align: center;
}

.process-wrapper .process-item:hover .cont-2-text {
	display: block !important;
	opacity: 1;
	transform: translateY(0);
	transition: all .5s ease;
	top: -130px;
}

.process-wrapper .process-item:hover h3::before {
	color: rgba(var(--clr-1), 1);
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(var(--clr-1), 1);
}

/* .process-wrapper .process-item.process-item-new div::after {
    display: none !important;
    
} */


/* Header */


.accordianNav {
	/*  this width is arbitrary and here for display only */
	max-width: 300px;
	padding: 60px 0 0 0;
	border-radius: 4px;
}

.accordianNav a,
.accordianNav h3 {
	display: block;
	line-height: 2.5em;
	color: #ffff;
	letter-spacing: 2px;
	position: relative;
	z-index: 1;
	cursor: pointer;
	padding-left: 1em;
	font-size: 14px;
	font-weight: 100;
	font-family: 'Poppins';
	font-weight: 300;
}

.accordianNav a {
	text-decoration: none;
	padding-left: 0;
}


/* Background hover animation. */

.accordianNav h3:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	/* background-color: #444;
	background: rgba(244, 244, 244, .3); */
	transition: all 0.3s ease-out;
	background-color: #377bbf;
}

.accordianNav h3:hover:before,
.accordianNav .dropArrow.active:before {
	width: 2%;
}

.accordianNav .dropArrow span {
	z-index: 2;
	position: relative;
}

.accordianNav .dropArrow:after {
	content: "";
	width: 6px;
	height: 6px;
	border-bottom: 2px solid #757575;
	border-right: 2px solid #757575;
	float: right;
	position: relative;
	top: 12px;
	right: 25px;
	transform: rotate(45deg);
	transform-origin: center;
}

.accordianNav .dropArrow.active {
	color: white;
}

.accordianNav .dropArrow.active:after {
	transform: rotate(-135deg);
	border-color: #fff;
}


/* +Hover and Touch effect */

.accordianNav a:hover,
.accordianNav a:active,
.accordianNav h3:hover,
.accordianNav h3:active,
.accordianNav h3.dropArrow:hover:after,
.accordianNav h3.dropArrow:active:after {
	color: white;
	border-color: #fff;
	-webkit-transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
	transition: all 0.5s cubic-bezier(0.36, 1.64, 0.29, 0.88);
}

.accordianNav li {
	list-style-type: none;
	padding-bottom: 15px;
}

.accordianNav a {
	transform: translate(0px, 0px);
	transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}


/*Drop links*/

.accordianNav ul ul li a {
	padding: 0 0 0 2.5em;
}


/*hover effect on links*/

.accordianNav ul ul li a:hover {
	transform: translate(8px, 0px);
}


/*Hide and show the drops*/

.accordianNav ul ul {
	display: none;
}

.accordianNav li.active ul {
	display: block;
}

ul.sub-drop li {
	padding-bottom: 0px;
}


ul.sub-drop li a {
	color: #979797;
}
section.contact-sec {
    padding: 60px 0;
}

.foot-logo .logo img {
    width: 70%;
}

.mob-logo img {
    width: 33%;
}

.mob-logo {
    width: 90%;
    z-index: 1;
}

.mob-logo-left img {
    width: 80%;
}