@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
		url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
		url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
		url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
		url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesome') format('svg');
}

@font-face {
	font-family: 'Caudex';
	src: url('fonts/Caudex-Regular.ttf') format('truetype'),
		url('fonts/Caudex-Bold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	padding: 0px;
	margin: 0px;
}
.mobile-stickyboxfix {
        display: none;
}

p {
	font-size: 18px;
	font-family: "Roboto", Sans-serif;
}

ul li {
	font-family: "Roboto", Sans-serif;
}

.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
	color: #c58f2b !important;
}

.navbar-nav .nav-link {
	font-family: "Caudex", serif;
}

.navbar-nav .nav-link {
	color: #000;
	font-size: 22px !important;
}

.banner {
	/* background: url(../images/cta-image.webp), linear-gradient(180deg, #000000b3, #00000080); */
	background: #7d4864;
	background-size: cover;
	background-position: center;
	background-blend-mode: multiply;
	padding: 60px 0px 60px;
}

.banner:after {
	po
}

.learn-more-banner {
	background: transparent !important;
}

.learn-more-banner:hover {
	background: #c58f2b !important;
	border: 1px solid #fee5af !important;
}

.navbar-brand {
	padding: 0px;
}

.banner h3 {
	text-transform: uppercase;
	font-size: 38px;
	font-weight: 600;
	font-family: "Caudex", serif;
}

.banner h1 {
	font-size: 48px;
	font-weight: 600;
	font-family: "Caudex", serif;
}

.banner h1 span {
	color: #c58f2b;
}

.date-box {
	background-color: #7D4864;
	color: white;
	border-radius: 25px;
	padding: 10px 20px;
	display: flex;
	align-items: center;
	font-weight: 500;
	font-family: 'Segoe UI', sans-serif;
	font-size: 16px;
	outline: 2px solid #c3bcbc;
	justify-content: center;
	width: max-content;
	margin: auto;
}

.date-box .divider {
	border-left: 1px solid #ccc;
	margin: 0 15px;
	height: 24px;
}

.superscript {
	font-size: 10px;
	vertical-align: super;
}

.header-btn {
	color: #ffffff;
	border-color: #7D4864 !important;
	padding: 13px 35px;
	background: #7D4864;
	font-weight: 500;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px;
}

.banner-word {
	color: #c58f2b;
	font-weight: bold;
}

.header-btn a {
	color: white;
	text-decoration: none;
}

header .navbar {
	padding: 5px 0px;
}

/* .banner-left-content {
	margin-right: 20px;
} */

.banner-left-content ul {
	list-style: none;
	padding-left: 0px;
}

.banner-left-content ul li {
	color: #fff;
	font-size: 18px;
	padding-left: 15px;
}

.banner-left-content p {
	margin: 20px 0px;
}

.banner-left-content .dot {
	font-weight: 700;
	font-size: 52px;
}

.banner-left-content .banner-btn a {
	background: #c58f2b;
	padding: 10px 30px;
	font-size: 18px;
	color: #fff;
	border-color: #fee5af;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
	border: 1px solid #fee5af;
}

.banner-left-content .banner-btn a:hover {
	background: transparent;
	border: 1px solid #c58f2b;
}

.banner-left-content .banner-btn {
	margin-top: 30px;
}

.header-btn i {
	font-size: 20px;
}

.header-btn:hover {
	background-color: #c58f2b;
	border-color: #c58f2b !important;
	color: #fff;
	28
}

/* .form-section form {
	background: white;
	padding: 30px 30px 30px;
	border-radius: 20px;
	border: 1px solid #e5e4e4;
} */

/* .banner .form-control {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
} */

.form-section form .form-control {
	padding: 12px .75rem;
}

.form-section form .form-control:focus {
	border-color: #7D4864;
	outline: 0;
	box-shadow: 0 0 0 1px rgb(69 29 66 / 57%);
}

.form-section form h2 {
	background-image: linear-gradient(151deg, #c58f2b 0%, #7D4864 68%);
	padding: 15px 10px 15px 10px;
	color: #fff;
	font-size: 20px;
	border-radius: 5px;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	font-family: "Roboto", Sans-serif;
}

.form-section form h2:after {
	content: '';
	padding: 62px 0;
	position: absolute;
	right: 0em;
	background: url(../images/send-mail-icon.webp) !important;
	width: 70px;
	background-repeat: no-repeat !important;
	background-size: 100% !important;
	bottom: -35px;
	z-index: 999999999;
	display: none;
}

.form-section form select {
	-webkit-appearance: none;
	/* Safari/Chrome */
	-moz-appearance: none;
	/* Firefox */
	appearance: none;
	/* Standard */
	background: url("../images/icon/down-arrow.png") no-repeat right 10px center;
	background-color: #fff;
	background-size: 16px;
	padding-right: 35px;
	/* space for arrow */
	border: 1px solid #ccc;
	border-radius: 5px;
}

.required {
	color: red;
}

.form-section form label {
	margin-bottom: 5px;
}

input::placeholder {
	font-size: 14px;
	color: #888;
}

.form-section form button[type="submit"] {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	padding: 12px 50px;
	background: #7D4864;
	border: none;
	text-transform: uppercase;

}

.form-section form button[type="submit"]:hover {
	background: #c58f2b;
	color: #fff;
}

.rotate-btn {
	position: relative;
}

textPath {
	color: #fff !important;
	font-size: 17.4px;
}

#slider_circle i {
	display: block;
	border-radius: 100%;
	margin: 0 auto;
	margin-top: -10rem;
	padding: 10px 10px 10px 9px;
	font-size: 35px;
	text-align: center;
	color: #fff;
}

.fa-arrow-down:before {
	content: "\f063";
	font-size: 17px;
	color: #7D4864;
	background-color: #fee5af;
	padding: 12px;
	border-radius: 50px;
}

#slider_circle {
	position: absolute;
	left: -55px;
	z-index: 9;
}

#slider_circle svg {
	width: 250px;
	height: 250px;
	animation-name: rotate;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	color: #fff;
}

.section-padding {
	padding: 50px 0px;
}

.about-content-heading h2 {
	font-family: "Caudex", serif;
	font-size: 48px;
	margin-bottom: 10px;
}

.about-content-heading h2 span {
	color: #af6b8f;
}

.about-left-img img {
	max-width: 100%;
}

.sub-heading {
	font-size: 20px;
	color: #7D4864;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.sub-heading span {
	border: 1px solid #bbbbbb;
	border-radius: 80px;
	padding: 8px 20px;
	font-size: 16px;
}

.about-content h3 {
	font-family: "Caudex", serif;
	margin-bottom: 10px;
	font-weight: 600;
}

.about-tab .nav-tabs {
	border-bottom: 0px;
}

.about-tab .nav-tabs .nav-item {
	margin-right: 10px;
}

.about-tab .nav-tabs .nav-item .nav-link {
	background: #c58f2b;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
	border: none;
	border: none;
	padding: 12px 35px;
	;
}

.about-tab .nav-tabs .nav-item .nav-link:hover {
	background: #7D4864;
	color: white;
}

.about-tab .nav-tabs .nav-item .active {
	background: #7D4864;
	color: white;
}

.about-tab .tab-content .tab-pane {
	border: 1px solid #ededed;
	padding: 20px !important;
	background: #f7f7f7;
	border-radius: 10px;
	margin-top: 10px;
}

.img-block {
	position: relative;
	overflow: hidden;
	transition: 0.5s;
}


.img-block span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -120%;
	background-color: rgba(255, 255, 255, 0.3);
	transition: 0.4s;
	transform: skewX(10deg);
}

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

.img-block:hover span {
	left: 120%;
}

.bg-overlay-about {
	position: relative;
	background: #faf9f7;
}

.bg-overlay-about:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("../images/overlay.webp");
	background-position: center;
	background-size: contain;
	opacity: 0.1;
	background-repeat: no-repeat;
	z-index: -1;
}

.why-join {
	border: 1px solid #e1e1e1;
	background: #f9f9f9;
	border-radius: 5px;
}

/* .number-counter{
    background: url(../images/counter-bg.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 0px; 
    background-attachment: fixed;
}
.number-counter .counter{
    font-size: 30px;
    color: #c58f2b !important;
    font-weight: 500;
} */
.counter-flex {
	display: flex;
}

.counter-content p {
	font-size: 18px;
}

.counter-content a {
	color: #fff;
	text-decoration: none;
}

.why-choose-section .card-title {
	font-family: "Caudex", serif;
}

.your-guide {
	background: #faf9f7;
}

.guide-member img {
	border-radius: 10px;
}

.guide-member {
	background: #eeeeee;
	padding: 20px;
	border-radius: 10px;
	border: 1px solid #e1e1e1;
}

.why-choose-section .card {
	border-bottom: 3px solid #7D4864;
	padding: 30px 20px;
	box-shadow: 0 0px 5px rgb(0 0 0 / 11%), 0 6px 6px rgb(0 0 0 / 5%);
	border-top: none;
	background: #c58f2b1f;
	border-right: none;
	border-left: none;
}

.why-choose-section .dark-card {
	background: #7D4864;
	border-bottom: 3px solid #ffa600;
}

.why-choose-section .card .card-img-top {
	width: 70px;
	background: #faf9f7;
	padding: 11px;
	border-radius: 5px;
	border: 1px solid #d3d2d2;
}

.why-choose-section .dark-card .card-img-top {
	border: 1px solid #ffa600;
}

.why-choose-section .card .card-body {
	padding: 20px 0px 0px;
}

.cta-section-seprate {
	background: #7d4864;
}

.start-your-journey {
	background: #c58f2b;
}

.cta-section .cta-image {
	background: url(../images/cta-image-2.webp);
	padding: 80px 50px;
	border-radius: 15px;
	background-size: cover;
	background-position: center;
}

.cta-section .cta-content h2 {
	font-family: "Caudex", serif;
	font-size: 42px;
}

.banner-new-name {
	font-size: 22px;
}

.cta-btn {
	color: #ffffff;
	border: 1px solid #fee5af !important;
	padding: 13px 35px;
	background: #c58f2b;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 18px;
	display: inline-block;
	text-decoration: none;
	border-radius: 5px;
}

.cta-btn:hover {
	background: #7D4864;
	border-color: #c58f2b !important;
}

.cta-section .cta-content .cta-btn:hover {
	background: transparent;
	border: 1px solid #c58f2b;
}

.cta-btn i {
	transform: rotate(11deg);
}

.testimonial-rating i {
	color: #bc8f2b;
}

/*Gallery Css*/

.galerie {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gallery-section .item {
	width: 100%;
	margin: 10px 0px;
	overflow: hidden;
	flex-shrink: 0;
}

.item img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	padding-top: 100px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
	margin: auto;
	display: block;
	width: 50%;
	max-width: 50%;
}

.close {
	color: #f1f1f1;
	position: absolute;
	top: 15px;
	right: 35px;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/*Gallery Css End*/

/*Testimonial Css*/

.testimonial-section {
	background: url(../images/testimonial-bg.webp);
	padding: 80px 0px;
	background-size: cover;
	background-position: center;
}

.testimonial {
	position: relative;
	overflow: hidden;
}

.testimonial-section h2 {
	font-family: "Caudex", serif;
	font-size: 48px;
	margin-bottom: 10px;
}

.testimonial-section h2 span {
	color: #c58f2b;
}

.faq-section .faq-left-content h2 {
	font-family: "Caudex", serif;
	font-size: 48px;
	margin-bottom: 10px;
}

.your-guide .your-guide-left-content h2 {
	font-family: "Caudex", serif;
	font-size: 48px;
	margin-bottom: 10px;
}

.your-guide .your-guide-left-content h2 span {
	color: #c58f2b;
}

.contentitem:nth-of-type(3) {
	margin-bottom: 0px !important;
}

.faq-section .accordion-button {
	font-size: 18px;
	background: #f8f1e5;
}

.contentlistbox .contentitem {
	background: #eee;
	padding: 10px;
	border-radius: 15px;
	margin-bottom: 10px;
}

.contentlistbox .contentitem h3 {
	font-size: 22px;
	margin-bottom: 15px;
	color: #7D4864;
}

.placedetails {
	background: #7d4864;
	border-radius: 15px;
	padding: 20px 30px;
	color: #fff;
}

.placedetails h3 {
	color: #fff;
}

.innerpagecta {
	background: #ffdbdc;
	border-radius: 15px;
	margin-top: 20px;
	padding: 20px 30px;
}

.innerpagecta h3 {
	margin-bottom: 20px;
	font-weight: bold;
}

.innerpagecta p {
	margin: 0px;
}

.contentlistbox .contentitem p {
	margin: 0px;
}

/* .accordion-item:first-of-type>.accordion-header .accordion-button{
        background: #c58f2b;
    } */
.accordion-item {
	margin: 5px 0px;
}

.faq-section h2 span {
	color: #af6b8f;
}

.faq-img img {
	border-radius: 10px;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	background-color: #7D4864;
	color: white;
}

ul {
	list-style: none;
	padding-left: 15px;
}

.faq-accordian ul li {
	font-size: 18px;
}

.accordion-button:not(.collapsed)::after {
	filter: brightness(0) invert(1);
}

.testimonial .image {
	height: 100px;
	width: 100px;
	object-fit: cover;
	border-radius: 50%;
}

.testimonial .slide {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	row-gap: 15px;
	height: 100%;
	width: 100%;
}

.slide p {
	text-align: center;
	padding: 0 150px;
	font-weight: 400;
	color: #333;
}

.slide .quote-icon {
	font-size: 30px;
	color: #4070f4;
}

.slide .details {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.details .name {
	font-weight: 600;
	font-size: 20px;
}

.details .job {
	font-weight: 400;
	color: #333;
}

/* swiper button css */
.testimonial .nav-btn {
	height: 50px !important;
	width: 50px !important;
	border-radius: 50%;
	transform: translateY(30px);
	background-color: rgb(197 143 43 / 56%);
	transition: 0.2s;
	top: 50%;
	transform: translate(0px, -50%);
}

ul {
	font-size: 18px;
}

.testimonial .nav-btn:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.testimonial .nav-btn::after,
.testimonial .nav-btn::before {
	font-size: 20px;
	color: #fff;
}

.swiper-pagination-bullet {
	background-color: rgba(0, 0, 0, 0.8);
}

.swiper-pagination-bullet-active {
	background-color: #4070f4;
}

.testimonial-content {
	text-align: center;
}

.event-img img {
	border-radius: 5px;
}


.event-secrion .event-img .card {
	position: relative;
}

.event-secrion .event-img .card-body {
	position: absolute;
	bottom: 0;
	padding: 23px;
	background-color: rgb(69 29 66 / 78%);
	width: 100%;
	border-radius: 0px 0px 5px 5px;
}

.event-secrion .event-img .card-body p {
	font-size: 16px;
}

.event-secrion .event-content h3 {
	font-family: "Caudex", serif;
	margin-bottom: 10px;
	font-weight: 600;
}

.event-secrion .event-content ul {
	list-style: none;
	font-size: 18px;
	padding-left: 15px;
}

/* .event-secrion .event-content{
        display: flex;
    flex-direction: column;
    gap: 5px;
    } */
.event-secrion .event-right-box .register-now-btn a {
	color: #ffffff;
	border-color: #7D4864 !important;
	padding: 13px 35px;
	background: #7D4864;
	font-weight: 500;
	display: flex;
	align-items: center;
	font-size: 18px;
	display: inline-block;
	border-radius: 5px;
	text-decoration: none;
}

.event-secrion .event-right-box .register-now-btn a:hover {
	background: #c58f2b;
	border-color: #c58f2b !important;
}

.event-secrion .event-right-box {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #e1e1e1;
}

.footer-section {
	background-color: #7D4864;
}

.footer-logo {
	border-bottom: 1px solid #6e6a6a;
}

.copywrite-footer {
	background: #c58f2b;
}

.copywrite-footer a {
	color: #ffffff;
	font-weight: 500;
}


.navbar-toggler:focus {
	box-shadow: none !important;
}

.navbar-toggler {
	background: #7D4864;
	color: white;
	border-color: #7D4864;
	padding: 8px 10px;
}

.modal-dialog {
	max-width: 700px;
}

#myPopup .modal-content {
	width: 100%;
	max-width: 100%;
}

#myPopup {
	background-color: rgba(0, 0, 0, 0.6) !important;
}

#myPopup .modal-header {
	background: #c58f2b;
}

#myPopup .modal-header h5 {
	color: #fff;
}

#myPopup .btn-clos {
	margin-left: auto;
}

#myPopup .btn-clos i {
	color: white;
	background: #7d4864;
	padding: 10px 15px;
	border-radius: 5px;
	border: 1px solid white;
	cursor: pointer;
}

#myPopup .btn-clos i:hover {
	background: #c58f2b;
}

#myPopup .modal-footer button {
	background: #7d4864;
	border-color: #7d4864;
	padding: 10px 25px;
}

#myPopup .modal-footer button:hover {
	background: #c58f2b;
	border-color: #c58f2b;
}
.whatsapp-section .whtasap{
    text-align: right;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 999;
}
.yvid iframe {
    border: 4px solid #fff;
    border-radius: 15px;
    margin-top: 15px;
}
@media screen and (max-width: 768px) {
.yvid iframe {
    border: 4px solid #fff;
    border-radius: 9px;
    margin-top: 20px;
    height: 233px;
}	
.whtasap{
		display:none;
	}
.mobile-stickyboxfix ul {
           display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0 !important;
        width: 100%;
        z-index: 9;
        height: 62px;
        left: 0;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }
	    .mobile-stickyboxfix ul li:nth-child(1) {
        background: #c89951;
    }
	    .mobile-stickyboxfix ul li:nth-child(2) {
        background: #29bb29;
    }
	    .mobile-stickyboxfix ul li:nth-child(3) {
        background: #DB949C;
    }
	.mobile-stickyboxfix ul li{
		padding: 6px;
		width: 33.333%;
        text-align: center;
	}
	    .mobile-stickyboxfix ul li i {
        font-size: 22px;
        margin-bottom: 1px;
			        color: #fff;
    }
	    .mobile-stickyboxfix ul li span {
        display: block;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }
	.mobile-stickyboxfix ul li a{
		text-decoration: none;
	}
	 .mobile-stickyboxfix {
        display: block;
    }
	.copywrite-footer {
    margin-bottom:60px;
}	
	.slide p {
		padding: 0 60px;
	}

	.cta-btn {
		padding: 13px 22px;

	}

	.nav-btn {
		display: none;
	}

	.navbar .container {
		display: block;
		text-align: center;
	}

	.navbar .navbar-brand {
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 15px;
	}
	#myPopup{
		padding-top: 30px;
	}
	.contentlistbox{
		padding: 0px;
	}
	.contentlistbox .contentitem{
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-btn {
		display: inline-block !important;
	}
	.cta-section-seprate h3{
		font-size: 22px;
	}
	.form-section form h2:after {
		display: none;
	}

	.why-choose-section .card-img-top {
		margin: auto;
	}

	.form-section form h2 {
		font-size: 16px;
	}

	.about-tab .nav-tabs .nav-item:nth-of-type(3) {
		margin-right: inherit;
	}
	.event-secrion .event-img .card-body{
		position: inherit;
		background-color: #7d4864;
	}
	.about-tab .nav-tabs {
		justify-content: center;
	}

	.date-box {
		font-size: 12px;
		display: inline-flex;
		justify-content: inherit;
		width: auto;
	}

	.banner h1,
	.banner-left-content .dot {
		font-size: 23px;
	}

	.date-box .divider {
		margin: 0 5px;
	}

	#why-join {
		padding-bottom: 0px;
	}
}

@media screen and (max-width: 991px) {
	.banner-left-content {
		margin-right: 0px;
	}

	.banner form {
		padding: 20px;
	}

	.form-section form {
		margin-top: 0px;
		padding: 20px 0px;
	}

	.form-section {
		padding: 0px 20px 30px;
	}

	.banner form h2 {
		font-size: 16px;
	}

	.banner form button[type="submit"] {
		font-size: 16px;
	}

	.sub-heading span {
		font-size: 14px;
	}

	.banner form h2:after {
		width: 50px;
		bottom: -70px;
	}

	.form-section form button[type="submit"] {
		margin: auto;
	}

	.details .name {
		font-size: 18px;
	}

	.banner h3 {
		font-size: 26px;
	}

	.faq-section .faq-left-content h2,
	.testimonial-section h2,
	.about-content-heading h2,
	.your-guide .your-guide-left-content h2 {
		font-size: 26px;
	}

	.banner {
		padding: 200px 0px 40px;
		/* background: url(../images/cta-image.webp), linear-gradient(90deg, #7D486491, #0000006e); */
		background-size: cover;
		background-position: center;
		background-blend-mode: multiply;
	}

	p,
	ul li {
		font-size: 16px;
	}

	.counter-content p {
		font-size: 16px;
	}

	.section-padding {
		padding: 40px 0px;
	}

	.navbar {
		position: absolute;
		/* ya fixed bhi kar sakte ho */
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		/* banner ke upar lane ke liye */
		background: white;
		/* ya transparent rakhna ho to transparent */
	}

	/* .about-tab .nav-tabs {
		display: block;
	} */

	.about-tab .nav-tabs .nav-item .nav-link {
		width: 100%;
		margin: 5px 0px;
		font-size: 16px;
		padding: 12px 10px !important;
	}

	.cta-section .cta-image {
		padding: 40px 20px;
	}

	.cta-section .cta-content h2 {
		font-size: 26px;
	}

	.cta-section .cta-content .cta-btn,
	.event-secrion .event-right-box .register-now-btn .btn,
	.banner-left-content .banner-btn a {
		font-size: 16px;
		padding: 10px 15px;
	}

	.gallery-section .item {
		margin: 5px 0px;
	}

	.modal-content {
		width: 90%;
		max-width: 90%;
	}

	.header-btn {
		padding: 10px 15px;
		font-size: 16px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.navbar-nav .nav-link {
		font-size: 16px !important;
	}

	.counter-icon img {
		width: 30px;
	}

	header .navbar-expand-sm .navbar-collapse {
		display: none !important;
	}

	.banner-left-content ul li {
		font-size: 16px;
	}

	.event-secrion .event-content h3 {
		font-size: 26px;
		font-weight: inherit;
	}

	.about-content h3 {
		font-size: 26px;
		font-weight: inherit;
	}
}

@media screen and (max-width: 1024px) {
	.banner-left-content {
		margin-right: 0px;
	}

	.about-tab .nav-tabs .nav-item .nav-link {
		padding: 12px 20px;
	}
}

/*Testimonial Css End*/
@keyframes rotate {
	0% {
		transform: rotate(0);
	}

	100% {
		transform: rotate(360deg);
	}
}