* {
	/* font-family: "Montserrat", sans-serif; */
	box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
div pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
figure,
header,
nav,
section,
article,
aside,
footer,
figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.row {
	/* padding: 0px 10px; */
}
.wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.social a:hover {
	color: #48236f !important;
}

a.button {
	display: flex;
	width: 250px;
	height: 48px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	border: 2px solid #fff;
	letter-spacing: 2px;
	text-align: start;
	position: relative;
	transition: all 0.35s;
	margin-right: 20px;
	background: #7b337d;
	font-weight: 600;
	border-radius: 8px;
	align-items: center;
	gap: 10px;
	padding: 0 10px;
	cursor: pointer;
	justify-content: center;
}

/* a.button:hover {
	border: 1px solid #ff00af;
} */

a.button span {
	position: relative;
	z-index: 2;
}

a.button:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fdca5a;
	transition: all 0.35s;
	border-radius: 4px;
}

a.button:hover {
	color: #fff;
}
a.button:hover:after {
	width: 100%;
}
a.prlink {
	display: block;
	color: #fff;
	width: 50%;
	float: left;
	padding: 10px;
	background: #000000ad;
	border: 1px solid;
	border-radius: 180px;
	text-align: center;
}
.hidden {
	overflow: hidden;
	display: none;
	visibility: hidden;
}
.modal-header {
	display: block;
	background: linear-gradient(120deg, #c9f7ff, #fcd9d9);
}
#myModal1 .icon img {
	width: auto;
	height: 60px;
}
.modal-body .icon img:hover {
	transform: scale(1.1);
	transition: 0.3s all ease-out;
}
.icon img {
	/* width: 100px; */
	/* height: 100px; */
	/* margin: 0 auto; */
	/* display: block; */
}
#myModal3 .icon img {
	width: 120px;
	height: auto;
	margin: 0 auto;
	display: block;
}
.modal-header {
	display: block;
}
.modal-title {
	text-align: center;
	font-size: 25px;
	line-height: 40px;
	color: #000;
	font-weight: 600;
}
body {
	/* background-image: url(../assests/background.jpg) !important; */
	/* -webkit-background-size: cover !important; */
	/* background-size: cover !important; */
	/* background-position: center center !important; */
	color: #fff;
	/* background-attachment: fixed !important; */
	min-height: 100vh;
}
.social a {
	color: #000 !important;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 500;
}
.modal-header {
	padding: 15px;
}
.align-self-center {
	background: #ffffff75;
	padding: 50px;
	border: 2px solid #562a83;
	border-radius: 10px;
	min-height: 381px;
}
.social {
	margin-top: 25px;
}
i.fa {
	margin-right: 15px;
	margin-bottom: 10px;
}
.social p {
	color: #000;
	font-weight: 600;
	display: inline-block;
	font-size: 14px;
	margin-right: 20px;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.modal-dialog {
	max-width: 800px;
	margin: 80px auto;
}

.modal.in .modal-dialog {
	transform: translate(-50%, -50%);
	left: 48%;
	top: 50%;
}

.modal-body .item {
	display: inline-block;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 900px;
	width: 100%;
}

.modal-body .item a.link-name {
	font-size: 15px;
	color: #000;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	/* text-decoration: underline; */
	margin: 20px;
	margin-top: 20px;
}

.modal-body .item a.link-name:hover {
	text-decoration: underline;
	color: #216208;
}

#times-internship .modal-body {
	height: 500px;
	overflow: auto;
}

.modal-body {
	position: relative;
	display: flex;
	padding: 20px 0rem;
	/* margin: 10px;
	margin-bottom: 2rem; */
}
.modal {
	background: #00000059;
}
section#contact-section p {
	color: #fff;
}
section#contact-section {
	background: #000;
	content: "";
	color: #fff !important;
	padding: 10px 0;
	bottom: 0;
	width: 100%;
	margin-top: 20px;
	font-weight: 300;
	font-size: 18px;
}
button.close {
	position: relative;
	left: 0;
	opacity: 1;
}

.modal-dialog {
	/* height: 100%; */
	width: 100%;
	display: flex;
	align-items: center;
}

.modal-content {
	max-width: 800px;
	margin: 0 auto;
	width: 100%;
}
.clearfix {
	display: inline-block;
}
.main-button-gradient {
	margin-top: 25px;
	text-align: center;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
	display: block;
}
* {
	box-sizing: border-box;
}
html,
body {
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 16px;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color: inherit; /* blue colors for links too */
	text-decoration: inherit; /* no underline */
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
}
h5 {
	margin-top: 15px !important;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
}
ul {
	margin-bottom: 0;
}
p {
	font-size: 14px;
	line-height: 25px;
	color: #4a4a4a;
}
img {
	width: 100%;
	overflow: hidden;
}
html,
body {
	background: #fff;
}
::selection {
	background: #dc8cdb;
	color: #fff;
}
::-moz-selection {
	background: #dc8cdb;
	color: #fff;
}

.high-title {
	text-align: center;
	max-width: 197px;
	margin: 0 auto 30px;
	margin-top: 30px;
	color: #fff;
	background: linear-gradient(180deg, #b8b8b8, #6d6d6d);
	
	border-radius: 10px;
	border-bottom: 3px solid #000;
	
	box-sizing: content-box;
	width: 100%;
    border-radius: 10px;
    overflow: hidden;
	font-weight: 600;
    font-size: 28px;
    line-height: 1.6em;
    padding-top: 5px !important;
    padding-right: 35px !important;
    padding-bottom: 5px !important;
    padding-left: 35px !important;
    box-shadow: 0px 4px 10px rgba(123, 51, 125, 0.15);









}

.hightlight {
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	/* margin-bottom: 50px; */
	position: relative;
}

.item-flex {
	display: flex;
}

.school-divider {
	display: flex;
}

.services .item.item-5 {
	margin-top: 14px;
}

#school-newspaper .modal-content {
	max-width: 1024px;
}

#school-newspaper .modal-body .item {
	max-width: 100%;
}

.happy-image {
	min-height: 200px;
}

@media (max-width: 991px) {
	html,
	body {
		overflow-x: hidden;
	}
	.mobile-top-fix {
		margin-top: 30px;
		margin-bottom: 0;
	}
	.mobile-bottom-fix {
		margin-bottom: 30px;
	}
	.mobile-bottom-fix-big {
		margin-bottom: 60px;
	}
}
.main-button-gradient a {
	box-shadow: 11px 6px 19px 1px rgb(0 0 0 / 50%);
	font-size: 14px;
	color: #000;
	background: hsl(41deg 100% 67%);
	padding: 12px 30px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 700;
	text-transform: uppercase;
	transition: 0.4s;
}
.header-text h4 {
	font-size: 40px;
	line-height: 44px;
	color: #000;
}
.main-button-gradient a:hover {
	background: #000;
	color: #fff;
	transform: translate(0, -3px);
}
.white-button a {
	font-size: 13px;
	color: #dc8cdb;
	background-color: #fff;
	padding: 12px 30px;
	display: inline-block;
	border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all 0.3s;
}
.white-button a:hover {
	opacity: 0.9;
}
.text-button a {
	font-size: 14px;
	font-weight: 500;
	color: #dc8cdb;
	text-decoration: underline !important;
	transition: all 0.3s;
}
.text-button a:hover {
	opacity: 0.75;
}
section {
	margin-top: 0;
}
#contact-section {
	padding: 0 0;
	text-align: center;
	margin-top: 0;
}
.section-heading {
	position: relative;
	z-index: 2;
	padding-top: 0;
	margin-top: 80px;
	margin-bottom: 30px;
	text-align: center;
	display: inline-flex;
}
.section-heading h6 {
	font-size: 13px;
	text-transform: uppercase;
	color: #7a7a7a;
	font-weight: 600;
}






/* Header and Hero Section */
.hero-section {
    display: flex;
    justify-content: space-between;
	background-image: url(/images/bg.jpg);
	background-size: cover;
    align-items: center;
    padding: 30px 60px; /* Added horizontal padding for content within the full width container */
    flex-wrap: wrap; /* Allow wrapping on smaller screens */
}

.hero-content {
    flex: 2;
    padding-right: 40px;
	margin-bottom: 60px;
    min-width: 300px; /* Ensure content doesn't shrink too much */
    margin-top: 0px;
}

.welcome-text {
    color: #ffe0f0;
    font-size: 0.9em;
	margin-left: 3px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 800;
}

.hero-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    margin: 0 0 15px 0;
    line-height: 1.1;
    color: #000;
}

.hero-content h1 .highlight {
    color: #86ffcf;
	font-weight: 600;
    /* border-bottom: 4px solid var(--yellow-accent); */
    padding-bottom: 5px;
}

.intro-text {
    font-size: 20px;
    font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
	margin-top: 20px;
}

.view-resume-btn {
    display: inline-block;
    background-color: var(--yellow-accent);
    color: var(--text-dark);
    
    padding: 12px 25px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color all 300ms ease 0ms;
}

.view-resume-btn:hover {
    background-color: #164c69; /* Slightly darker yellow */
	color: white;
    
}

.view-resume-btn .arrow {
    margin-left: 8px;
    font-size: 1.2em;
}

.hero-image-container {
    /* flex: 1; */
	width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px; /* Add some padding around the image */
  /*  background-color: var(--primary-purple);  Background for the border effect */
    border-radius: 15px; /* Rounded corners for the container */
    overflow: hidden; /* Ensure image doesn't overflow */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    min-width: 250px; /* Ensure image container has a min width */
}

.hero-image {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: 10px; /* Slightly rounded corners for the image itself */
    border: 5px solid white; /* White border as seen in the image */
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
}





/* Keyframes for the background gradient movement */
@keyframes gradientMove {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

/* Keyframes for the whole page slide up effect */
@keyframes slideUpPage {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply slide up effect to the page content wrapper */
.page-slide-up {
    animation: slideUpPage 1s ease-out forwards;
    opacity: 0;
}


/* Header/Introduction Section */
.intro-header {
    min-height: 450px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 60px 0;
    display: flex;
    align-items: center;
}

/* Text Colors */
.text-dark {
    color: #4a148c !important;
}

.text-secondary {
    color: #7a7a7a !important;
}

.highlight-text {
    color: #000;
}

/* Button Group Spacing */
.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 768px) {
    .button-group {
        justify-content: flex-start;
    }
}

/* Resume Button Styling */
.btn-outline-secondary {
    background-color: transparent;
    border: 2px solid #ffa706;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    z-index: 1;
}




 









.btn-outline-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #ffa706;
    transition: left 0.3s ease-out;
    z-index: -1;
}

.btn-outline-secondary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-outline-secondary:hover::before {
    left: 0;
}


/* --- Global Animations --- */

/* Text fade-in and slight slide-up */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Keyframes for the border spinning animation */
@keyframes borderSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Image fade-in and slight scale (applies to the container) */
@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}






/* Responsive Design */
@media (max-width: 768px) {
    .hero-section {
        flex-direction: column;
        text-align: center;
        padding: 5px 15px; /* Adjust padding for smaller screens */
    }

    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .hero-content h1 {
        font-size: 2.8em;
    }


/* 
a.btn-sec1 {
    background-color: #ccf0ff;
    border-radius: 10px;
    padding: 2px 0px;
    font-weight: 600 !important;
    color: #000;
    width: 40% !important;
    display: block;
    font-size: 15px;
    margin: 0px 100px;
    margin-bottom: 10px;
    text-align: center; 
} */


.modal-body .item a.link-name {
	font-size: 15px;
	color: #000;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	/* text-decoration: underline; */
	margin: 20px;
	margin-top: 20px;
}










    .hero-image-container {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .references-section {
        padding: 150px 15px; /* Adjust padding for smaller screens */
    }

    .references-section h2 {
        font-size: 1.8em;
    }

    .references-grid {
        grid-template-columns: 1fr;
    }

.item-flex {
	display: block;
}



	.welcome-text{

		margin-top: 30px;
	}
	


.school-divider {
	display: block;
}



}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 2.2em;
    }

    .intro-text {
        font-size: 1em;
    }

    .view-resume-btn {
        padding: 10px 20px;
        font-size: 0.9em;
    }

    .references-section h2 {
        font-size: 1.5em;
    }

    .footer-content {
        flex-direction: column;
        align-items: center;
    }
    .footer-content span {
        margin-bottom: 5px;
    }
}














/* Apply Animations with Delays */
.animate__text-in {
    animation: fadeInUp 0.8s ease-out forwards;
    opacity: 0;
}

/* Apply image animation to the container */
.animate__img-in {
    animation: fadeInScale 1s ease-out forwards;
    opacity: 0;
}

/* Delay classes for staggered animations */
.delay-1 { animation-delay: 0.3s; }
.delay-3 { animation-delay: 0.6s; }


/* --- Profile Image Container (for animated border) --- */
.profile-img-container {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 350px;
    border-radius: 0; /* CHANGED: For sharp corners */
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background-color: #fff;
    transition: transform 0.3s ease-in-out;
}

/* Animated Border Pseudo-element */
.profile-img-container::before {
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    right: -8px;
    bottom: -8px;
    background: conic-gradient(from 0deg, #f7bbd7 0% 25%, #4a148c 25% 50%, #f7bbd7 50% 75%, #4a148c 75% 100%);
    border-radius: 0; /* CHANGED: For sharp corners */
    animation: borderSpin 4s linear infinite;
    z-index: -1;
}

/* Image inside the container */
.profile-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0; /* CHANGED: For sharp corners */
    border: none;
    box-shadow: none;
    /* REMOVED: transition: transform 0.3s ease-in-out; as hover effect is removed */
}

/* REMOVED: Hover effect on the image itself
.profile-img:hover {
    transform: scale(1.03) rotate(2deg);
}
*/


/* --- Portfolio/Reference Work Section --- */
.portfolio-section {
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 60px;
    padding-bottom: 80px;
}

.reference-title {
    background-color: #f7bbd7;
    color: #4a148c;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: bold;
    display: block;
    width: fit-content;
    margin: 0 auto 50px auto;
    
    animation: breatheTitle 3s infinite alternate ease-in-out;
    transform-origin: center center;
}

@keyframes breatheTitle {
    0% {
        transform: scale(1);
        background-color: #f7bbd7;
        box-shadow: 0 0 0px rgba(74, 20, 140, 0);
    }
    50% {
        transform: scale(1.02);
        background-color: #ffe0f0;
        box-shadow: 0 0 10px rgba(74, 20, 140, 0.4);
    }
    100% {
        transform: scale(1);
        background-color: #f7bbd7;
        box-shadow: 0 0 0px rgba(74, 20, 140, 0);
    }
}


@keyframes pulsateCardGlow {
    0% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
    50% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1),
                    0 0 10px rgba(255, 105, 180, 0.6);
    }
    100% {
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }
}





@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 20;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 150%;
    }

}
























.section-heading h4 {
	width: 280px;
	padding: 5px;
	line-height: 40px;
	font-size: 28px;
	font-weight: 900;
	text-transform: capitalize;
	color: #3c3c3c;
	text-align: center;
	margin: 0 auto 50px auto;
	border-bottom: 2px solid #3c3c3c;
}
.section-heading h4 em {
	font-style: normal;
	color: #dc8cdb;
}
.section-heading p {
	margin-top: 30px;
}
section.main-banner {
	margin-top: 0;
}
.main-banner {
	padding-top: 30px;
	padding-bottom: 0;
}
.right-image img {
	border: 5px solid #fff;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
}
.main-banner .right-image {
	margin: 0 auto;
	position: relative;
	z-index: 2;
	text-align: center;
}
a.resume {
	background: none;
	padding: 12px 55px;
	text-align: center;
	display: inline-table;
	margin: 15px auto 50px auto;
	line-height: 30px;
	font-weight: 600;
	letter-spacing: 1px;
}
a.resume img {
	box-shadow: none;
	border: none;
}
.main-banner .right-image img {
	position: relative;
	z-index: 2;
	height: auto;
}
.main-banner .header-text h6 {
	position: relative;
	z-index: 2;
	font-size: 17px;
	font-weight: 500;
	text-transform: capitalize;
	color: #777;
}
.main-banner .header-text h2 {
	position: relative;
	z-index: 2;
	margin-top: 20px;
	font-size: 64px;
	color: #111;
	font-weight: 900;
	line-height: 74px;
	margin-bottom: 40px;
}
.main-banner .header-text h2 em {
	font-style: normal;
	color: #dc8cdb;
}
.main-banner .main-button-gradient {
	position: relative;
	z-index: 2;
}
.tabImg {
	height: 40px;
	width: 40px;
	display: block;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e5e5e5;
	border-radius: 8px;
}
.tabImg img {
	height: 100%;
	width: 100%;
}

.center-div {
	justify-content: center;
}
section#services {
	display: flex;
	flex: 1 0 auto;
	margin-bottom: 20px;
}
.services .item {
border-radius: 5px;
    margin: 7px;
    width: 26%;
    display: inline-block;
    background: #ffffff75;
    border: 2px solid #562a83;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 260px;
    cursor: pointer;
}
.main_cards {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.services .item:hover .icon {
	background-color: #ffd57c;
}

.services .item:hover .service-item h4 {
	color: #fff;
	 background: rgba(58, 110, 241, 0.829);
}

.services .item .icon {
	transition: all 0.3s;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px 0px 0 0;
}
.services .icon img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

#research-paper .modal-body .item .icon {
	max-width: 100px;
}

.modal-body .item .icon {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 100%;
	max-width: 200px;
}
.services .item h4 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	display: flex;
	width: 100%;
	text-align: center;
	border-top: 2px solid #562a83;
	flex-direction: column;
	align-items: center;
	padding: 20px 10px;
}
.services .item h4 span {
	font-size: 18px;
	color: #000000dc;
	padding-top: 10px;
	font-weight: 500;
}
.modal-header {
	display: block;
	position: relative;
}
.modal-header .close {
	display: flex;
	width: 24px;
	height: 24px;
	background-color: #ffffff;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	position: absolute;
	top: -8px;
	right: 100%;
	left: 98%;
}

.modal-header .close svg {
	width: 12px;
	height: 12px;
}
.services .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.services .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	background-color: #ddd;
	border-radius: 50%;
	margin: 0 4px;
}
.services .owl-dots .active {
	background-color: #dc8cdb;
}
section.contact-us ul.social-icons li {
	display: inline-block;
	margin: 0 5px;
}
section.contact-us ul.social-icons {
	text-align: center;
	margin-top: 30px;
}
section.contact-us ul.social-icons li a {
	width: 44px;
	height: 44px;
	display: inline-block;
	text-align: center;
	line-height: 44px;
	background-color: #fff;
	color: #000;
	border-radius: 50%;
	transition: all 0.5s;
}
section.contact-us ul.social-icons li a:hover {
	background-color: #000;
	color: #fff;
}
p.copyright {
	text-align: center;
	color: #fff;
	margin: 40px 0;
}
p.copyright a {
	font-weight: 700;
	color: #fff;
}
section.page-heading {
	margin-top: 190px;
	text-align: center;
}
section.page-heading .header-text {
	border-bottom: 3px solid #eee;
	padding-bottom: 80px;
}
section.page-heading .header-text h4 {
	font-size: 17px;
	text-transform: capitalize;
	color: #7a7a7a;
	font-family: "Montserrat", sans-serif;
}
section.page-heading .header-text h1 {
	font-size: 62px;
	font-weight: 900;
	color: #111;
	margin-top: 10px;
}
section.get-info .left-image {
	margin-right: 30px;
}
section.get-info .section-heading {
	text-align: left;
}
section.get-info .info-item {
	border-radius: 15px;
	text-align: left;
	padding: 60px 30px 30px 30px;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.06);
	position: relative;
}
section.get-info .info-item .icon {
	position: absolute;
	left: 30px;
	top: -30px;
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.06);
}
section.get-info .info-item .icon img {
	max-width: 60%;
}
section.get-info .info-item h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 800;
}
section.our-team {
	position: relative;
}
section.our-team .section-heading p {
	padding: 0 60px;
}
section.our-team:before {
	position: absolute;
	content: "";
	background-image: url(../images/our-courses-left-dec.html);
	left: 45px;
	top: -140px;
	width: 291px;
	height: 231px;
	z-index: 1;
}
section.our-team:after {
	position: absolute;
	content: "";
	background-image: url(../images/our-courses-right-dec.html);
	right: 45px;
	top: -140px;
	width: 291px;
	height: 231px;
	z-index: 1;
}
section.our-team .naccs {
	position: relative;
	text-align: center;
}
section.our-team .naccs .menu {
	position: relative;
	display: inline-block;
}
section.our-team .naccs .menu div {
	margin: 0 15px;
	text-align: center;
	display: inline-block;
	width: 15%;
	text-align: center;
	font-size: 20px;
	color: #111;
	background-color: #fff;
	cursor: pointer;
	vertical-align: middle;
	font-weight: 900;
}
section.our-team .naccs .menu div img {
	border-radius: 50%;
	max-width: 120px;
}
section.our-team .naccs .menu div h4 {
	font-size: 15px;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 5px;
}
section.our-team .naccs .menu div span {
	font-size: 12px;
	text-transform: uppercase;
	color: #dc8cdb;
	font-weight: 700;
	display: block;
}
section.our-team .naccs .menu div.active h4 {
	color: #dc8cdb;
}
section.our-team ul.nacc {
	margin-top: 40px !important;
	position: relative;
	min-height: 100%;
	height: 100% !important;
	list-style: none;
	margin: 0;
	padding: 0;
}
section.our-team ul.nacc li {
	z-index: -1;
	opacity: 0;
	transform: translateX(50px);
	background-color: #fff;
	position: absolute;
	list-style: none;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	border-radius: 15px;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
	padding: 40px;
}
section.our-team ul.nacc li.active {
	position: relative !important;
	overflow: hidden;
}
section.our-team ul.nacc li .right-image {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
section.our-team ul.nacc li .right-image img {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}
section.our-team ul.nacc li .left-content {
	text-align: left;
	margin-right: 380px;
}
section.our-team ul.nacc li .left-content h4 {
	font-size: 20px;
	color: #111;
	margin-bottom: 25px;
	font-weight: 800;
}
section.our-team ul.nacc li .left-content span a {
	font-size: 14px;
	font-weight: 600;
	margin-right: 30px;
	padding-right: 30px;
	color: #111;
	border-right: 2px solid #111;
	transition: all 0.3s;
}
section.our-team ul.nacc li .left-content span a:hover {
	color: #dc8cdb;
}
section.our-team ul.nacc li .left-content .last-span a {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
section.our-team ul.nacc li .left-content p {
	margin-bottom: 30px;
}
section.our-team ul.nacc li .left-content .text-button {
	margin-top: 30px;
}
section.our-team ul.nacc li.active {
	transition-delay: 0.3s;
	z-index: 2;
	opacity: 1;
	transform: translateX(0);
}
section.our-team ul.nacc li p {
	margin: 0;
}
section.our-office .left-info {
	margin-right: 0;
	position: relative;
	z-index: 5;
	background-color: #fff;
	margin-top: 40px;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
	border-radius: 15px;
	padding: 40px;
}
section.our-office .left-info p {
	margin-bottom: 40px;
}
section.our-office .left-info ul li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #4a4a4a;
	font-style: italic;
	margin-bottom: 20px;
}
section.our-office .left-info ul li:last-child {
	margin-bottom: 0;
}
section.our-office .left-info .main-button-gradient {
	margin-top: 40px;
}
section.our-office #video {
	margin-left: -70px;
}
section.our-office #video .thumb {
	position: relative;
}
section.our-office #video .thumb .play-button {
	position: absolute;
	top: 50%;
	left: 50%;
}
section.our-office #video .thumb .play-button a {
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	transform: translate(-40px, -40px);
	color: #fff;
	font-size: 22px;
	background: #db8ade;
	background: linear-gradient(
		-145deg,
		rgb(219 138 222) 0%,
		rgb(246 191 159) 100%
	);
}
section.our-office #video img {
	border-radius: 20px;
}
section.featured-product {
	position: relative;
}
section.featured-product:before {
	position: absolute;
	content: "";
	background-image: url(../images/testimonials-left-dec.html);
	left: 0;
	top: -140px;
	width: 593px;
	height: 352px;
	z-index: 1;
}
section.featured-product:after {
	position: absolute;
	content: "";
	background-image: url(../images/testimonials-right-dec.html);
	right: 0;
	bottom: -140px;
	width: 632px;
	height: 352px;
	z-index: 1;
}
section.featured-product .info-item {
	border-radius: 15px;
	text-align: left;
	padding: 60px 30px 30px 30px;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.06);
	position: relative;
	margin-bottom: 90px;
}
section.featured-product .last-info {
	margin-bottom: 0;
}
section.featured-product .left-info .info-item .icon {
	right: 30px;
	top: -30px;
}
section.featured-product .left-info .info-item {
	text-align: right;
}
section.featured-product .right-info .info-item .icon {
	left: 30px;
	top: -30px;
}
section.featured-product .info-item .icon {
	position: absolute;
	width: 80px;
	height: 80px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	line-height: 80px;
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.06);
}
section.featured-product .info-item .icon img {
	max-width: 60%;
}
section.featured-product .info-item h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 800;
}
section.featured-product .product-image {
	margin: 0 60px;
}
section.more-info .section-heading {
	margin-bottom: 40px;
	text-align: left;
}
section.more-info p {
	margin-bottom: 40px;
}
section.more-info ul li {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #4a4a4a;
	font-style: italic;
	margin-bottom: 20px;
}
.service-item {
	width: 100%;
	text-align: center;
}

.item a {
	display: flex;
	flex-direction: column;
	align-items: center;
	/* width: 100%; */
}
section.more-info ul li:last-child {
	margin-bottom: 0;
}
section.more-info .count-area-content {
	margin-bottom: 20px;
	margin-top: 20px;
}
section.more-info .count-area-content .count-digit {
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
	border-radius: 15px;
	text-align: center;
	display: inline-block;
	margin-left: 50%;
	transform: translateX(-40px);
	width: 80px;
	height: 80px;
	line-height: 80px;
	font-size: 28px;
	color: #dc8cdb;
	font-weight: 900;
	margin-bottom: -40px;
	position: relative;
	z-index: 2;
}
section.more-info .count-area-content .count-title {
	background-color: #fff;
	box-shadow: 0 0 15px rgb(0 0 0 / 0.05);
	border-radius: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 900;
	color: #111;
	padding: 50px 30px 30px 30px;
	position: relative;
	z-index: 1;
}
.video-sec {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px;
}
.video-sec .item {
	flex: 0 0 46%;
	max-width: 46%;
	margin: 10px 15px;
}
.d-flex {
	/* display: flex;
	flex-wrap: wrap; */
	align-items: center;
gap: 10px;
}
body {
	overflow-x: hidden;
}
.times-links {
	display: block;
	border: 1px solid #000;
	padding: 5px 0;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	line-height: 18px;
	padding: 20px 10px;
	font-weight: 500;
}
.times-links:hover {
	background-color: #ffb0b0;
	color: #fff;
}
@media (max-width: 1330px) {
	.services .owl-nav .owl-next {
		right: -30px;
	}
	.services .owl-nav .owl-prev {
		left: -25px;
	}
	.our-courses .owl-nav .owl-next {
		right: -30px;
	}
	.our-courses .owl-nav .owl-prev {
		left: -25px;
	}
}
@media (max-width: 1200px) {
	#contact-section {
		position: relative;
	}
	.main-banner .right-image {
		align-self: center;
		display: flex;
		justify-self: center;
		margin-bottom: 10px;
	}
	.main-banner .header-text h2 {
		font-size: 62px;
	}
	.header-area {
		background: #db8ade !important;
		background: linear-gradient(
			-145deg,
			rgb(219 138 222) 0%,
			rgb(246 191 159) 100%
		) !important;
	}
	.services .owl-nav .owl-next {
		right: -70px;
	}
	.services .owl-nav .owl-prev {
		left: -65px;
	}
	.our-courses .owl-nav .owl-next {
		right: -70px;
	}
	.our-courses .owl-nav .owl-prev {
		left: -65px;
	}
}
@media (max-width: 1085px) {
	.services .owl-nav .owl-next {
		right: -30px;
	}
	.services .owl-nav .owl-prev {
		left: -25px;
	}
	.our-courses .owl-nav .owl-next {
		right: -30px;
	}
	.our-courses .owl-nav .owl-prev {
		left: -25px;
	}
}
@media (max-width: 1005px) {
	.services .owl-nav .owl-next {
		display: none;
	}
	.services .owl-nav .owl-prev {
		display: none;
	}
	.our-courses .owl-nav .owl-next {
		display: none;
	}
	.our-courses .owl-nav .owl-prev {
		display: none;
	}
}
.buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	align-items: flex-start;
}

.button {
	display: flex;
	align-items: center;
	padding: 10px;
	background-color: #f0f0f0;
	border-radius: 5px;
	text-decoration: none;
	color: #333;

	margin: 10px 0;
	text-align: center;
}

.tabImg img {
	width: 35px;
	height: 35px;
}

@media (max-width: 768px) {
	.button {
		flex: 1 1 100%;
	}
	.mob-cards {
		flex-direction: column;
		gap: 20px;
	}
.modal-body .item a.link-name {
	font-size: 15px;
	color: #000;
	text-align: center;
	text-transform: capitalize;
	font-weight: 600;
	/* text-decoration: underline; */
	margin: 20px;
	margin-top: 20px;
}






}

@media (max-width: 480px) {
	.tabImg img {
		width: 20px;
		height: 20px;
	}

	.button span {
		font-size: 14px;
	}
	.col-lg-3 {
		margin: 0 auto;
	}
}

@media (max-width: 992px) {
	.modal.fade .modal-dialog {
		transition: transform 0.3s ease-out;
		padding: 10px;
	}

	.services .item.item-5 {
		margin-top: 0px;
	}

	.services .item {
		width: 49%;
	}
	.services .item h4 {
		font-size: 13px;
	}
	.header-text h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 14px;
		line-height: 20px;
	}
	.main-banner .header-text {
		text-align: center;
		margin-bottom: 60px;
	}
	.main-banner .right-image {
		margin-left: 0;
	}
	section.our-courses ul.nacc {
		margin-left: 0px !important;
	}
	section.simple-cta {
		margin-top: 0;
	}
	section.simple-cta .left-image {
		margin-right: 0;
		margin-bottom: 45px;
	}
	section.contact-us .contact-info {
		margin-top: 15px;
	}
	section.contact-us #contact {
		margin-left: 0;
	}
	section.contact-us #contact button {
		float: none;
	}
	section.get-info .left-image {
		margin-right: 0;
		margin-bottom: 30px;
	}
	section.get-info .info-item {
		margin-top: 60px;
	}
	section.our-office #video {
		margin-left: 0;
		margin-top: 30px;
	}
	section.featured-product .left-info .info-item,
	section.featured-product .right-info .info-item {
		text-align: center;
		background-color: #fff;
		position: relative;
		z-index: 2;
	}
	section.featured-product .left-info .info-item .icon {
		right: 50%;
		transform: translateX(40px);
	}
	section.featured-product .right-info .info-item .icon {
		left: 50%;
		transform: translateX(-40px);
	}
	section.featured-product .product-image {
		margin: 60px;
	}
	section.our-team ul.nacc li .left-content span a,
	section.our-courses ul.nacc li .right-content span {
		margin-right: 15px;
		padding-right: 15px;
	}
	.mob-cards {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 767px) {
	.header-area .main-nav .nav li.has-sub ul.sub-menu {
		display: none;
	}
	div#myModal4 .modal-body {
		position: relative;
		padding: 2rem 0rem;
		margin: 0 auto;
		min-height: 300px;
		display: block;
	}
	div#myModal4 .modal-body .item {
		display: block;
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.modal-dialog {
		position: relative;
		width: auto !important;
		margin: 10px !important;
	}
	img.primage {
		width: 320px !important;
		height: auto !important;
	}
	a.prlink {
		width: 100%;
	}
	#myModal1 .icon img {
		width: 160px !important;
		height: auto !important;
		min-height: 50px;
	}
	#myModal5 .icon {
		column-count: 2 !important;
		column-gap: 10px;
	}
	#myModal5 figure > img,
	#myModal7 figure > img {
		grid-row: 1 / -1;
		grid-column: 1;
		width: 160px !important;
		height: auto !important;
	}
	.social a {
		color: #fff !important;
		font-size: 14px;
		margin-right: 0;
		background: #3c3c3c;
		padding: 15px;
		font-weight: 700;
		border-radius: 10px;
		display: block;
		display: flex;
		align-item: center;
	}
	.social a i {
		margin-bottom: 0px;
		display: flex;
		align-items: center;
	}
	.services .item img {
		padding: 10px;
	}
	.services .item h4 {
		margin: unset;
		padding: 10px;
	}
	.icon img {
		margin: 0 auto;
		display: block;
	}
	.header-text {
		padding: 30px 0 0px 0;
		font-family: "Montserrat", sans-serif !important;
	}
	.main-banner .header-text {
		text-align: center;
		margin-bottom: 20px;
	}
	.social {
		margin-top: 25px;
		text-align: center;
	}
	section.our-courses ul.nacc li .left-image,
	section.our-team ul.nacc li .right-image {
		position: relative;
		margin-right: 0;
		margin-left: 0;
		transform: translateY(0%);
	}
	section.our-courses ul.nacc li .left-image img,
	section.our-team ul.nacc li .right-image img {
		border-radius: 15px;
	}
	section.our-courses ul.nacc li,
	section.our-team ul.nacc li {
		padding: 0;
	}
	section.our-courses ul.nacc li .right-content {
		margin-left: 0;
		padding: 30px;
	}
	section.our-team ul.nacc li .left-content {
		margin-right: 0;
		padding: 30px;
	}
	section.our-team .naccs .menu div {
		width: 14%;
		margin: 0 5px;
	}
	section.our-team .naccs .menu div.active img {
		border: 3px solid #dc8cdb;
	}
	section.our-team .naccs .menu div h4,
	section.our-team .naccs .menu div span {
		display: none;
	}
	section.more-info .count-area-content .count-title {
		font-size: 22px;
	}
	.main-banner .col-lg-8 {
		order: 2;
	}
	.main-banner .col-lg-4 {
		order: 1;
		text-align: center;
		margin-bottom: 20px;
		flex: 0 0 100%;
	}
	.main-banner .col-lg-4 .right-image {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	.section-heading {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		margin-top: 0px;
		padding: 10px 30px;
	}
	.mob-cards {
		flex-direction: column;
		gap: 20px;
	}
	.services .item {
		padding: unset;
		height: unset;
		width: 80%;
	}
	.i.fa {
		margin-bottom: 0px;
	}
	.section-heading a.button {
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0px;
		align-items: center;
	}
	.wrapper {
		top: auto;
		left: auto;
		transform: none;
		margin-top: 50px;
	}
	.video-sec .item {
		flex: 0 0 100%;
		max-width: 100%;
		margin: 10px 0;
	}
	.col-lg-3 {
		width: 100% !important;
	}
	.align-self-center {
		padding: 10px 20px;
		margin-top: 20px;
	}
}
.elementor-shape.elementor-shape-bottom {
	webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.elementor-shape-bottom svg,
.elementor-shape-top svg {
	height: 28px;
}
.elementor-shape svg {
	display: block;
	width: calc(100% + 1.3px);
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.elementor-shape-bottom .elementor-shape-fill,
.elementor-shape-top .elementor-shape-fill {
	fill: #1e7483e8;
}
#myModal5 .icon {
	column-count: 4;
	column-gap: 10px;
}
div#myModal7 .icon {
	column-count: 2;
	column-gap: 10px;
}
#myModal5 figure,
#myModal7 figure {
	margin: 0;
	display: grid;
	grid-template-rows: 1fr auto;
	margin-bottom: 10px;
	break-inside: avoid;
}
#myModal5 figure > img,
#myModal7 figure > img {
	grid-row: 1 / -1;
	grid-column: 1;
	width: 450px;
	height: auto;
}
#myModal5 .icon img,
#myModal6 .icon img {
	width: 100%;
	height: 100%;
}
#myModal5 .modal-body .item,
#myModal7 .modal-body .item {
	width: 100%;
	padding: 0 30px;
}
#myModal5 .modal {
	text-align: center;
	padding: 0 !important;
}
#myModal5 .modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}
#myModal5 .modal-dialog {
	position: relative;
	display: table;
	width: 900px;
	overflow-x: auto;
}
div#myModal5 {
	position: fixed;
	top: -100px !important;
}
div#myModal7 {
	position: fixed;
	top: -100px !important;
}
div#myModal7 .panel-group .panel {
	width: 95%;
	margin: 0 auto;
}
div#myModal7 .modal-body {
	position: relative;
	display: block;
	padding: 2rem 0rem;
	margin: 0 auto;
}
div#myModal7 .panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
}
.panel-group .panel-heading {
	border-bottom: 0;
	background: #b0b5b0a8;
}
div#myModal7 .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #fff0;
	background: #0000000a;
}
img.primage {
	width: auto;
	height: 800px;
}
