@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');




*
 {
	font-family: "Outfit", 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;
	background-image: url(download.svg);
	background-size: cover;
}
.row {
	padding: 0px 10px;
}
/* .wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

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







    /* Hero Section */
    .hero {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* padding: 60px 0; */
	  
     
    }

    .hero-text {
      flex: 1;
      padding-right: 40px;
      font-family: 'Fredoka', Helvetica, Arial, Lucida, sans-serif;
    }

    .hero-text h1 {
      font-size: 66px;
      font-weight: 600;
         font-family: 'Fredoka', Helvetica, Arial, Lucida, sans-serif;
	  color: #000;
    }

    .hero-text h1 span {
      color: #c2185b;
    }

    .hero-text p {
      margin: 40px 0;
	  margin-top: 30px;
     color: #0e0e0e;
    font-size: 20px;
    line-height: 1.5;
    }

    .btn {
      display: inline-block;
      padding: 12px 20px;
      background: #c2185b;
      color: #fff;
      border-radius: 6px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s ease;
    }

    .btn:hover {
      background: #a3154b;
    }

    .hero-img {
      /* flex: 1; */
      display: flex;
      justify-content: center;
    }

    .hero-img img {
      max-width: 250px;
      border-radius: 10px;
      border: 3px solid #c2185b;
	  margin: 30px;
    }
















.btn-wrapper {
	position: relative;
	overflow: hidden !important;
	border-radius: 5px;
	background: #fccdd5;
	width: max-content;
	margin-right: auto !important;
	margin-left: 0 !important;
	animation-duration: 0.2s;
}

.btn-wrapper::before {
	content: "";
	width: 90%;
	height: 100px;
	background: #aa253bb0;
	position: absolute;
	bottom: -85px !important;
	left: 5% !important;
	transition: 0.3s;
	border-radius: 50%;
}

.btn-wrapper:hover:before {
	bottom: 0 !important;
	transform: scale(1.2) !important;
}

.btn-wrapper:hover a.button {
	color: #fff !important;
}

a.button {
	font-size: 20px;
	font-weight: 500;
	padding: 0.3em 1em;
	line-height: 1.7em !important;
	background-color: transparent;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	position: relative;
	padding-right: 25px !important;
	padding-left: 25px !important;
	color: #000 !important;
	border-width: 0px !important;
	border-radius: 0px;
	font-size: 17px;
	font-family: "Outfit", Helvetica, Arial, Lucida, sans-serif !important;
	width: 200px;
	justify-content: center;
}

.fa-arrow-right.right-arrow {
	margin: 0 0 0 10px;
}
a.button:hover {
	border: 1px solid #ff00af;
	text-decoration: none;
}

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

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: #ffb4bb;
}
#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(../images/download.svg) !important;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	background-position: center center !important;
	color: #fff;
	background-attachment: fixed !important;
	min-height: 100vh;
	/* background-color: #dbe1f1 !important; */
}

.social a {
	color: #fff !important;
	font-size: 16px;
	padding: 15px 0;
	font-weight: 500;
	font-family: "Outfit", sans-serif;
}
.modal-header {
	padding: 15px;
}

.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: 1000px;

	margin: 130px 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;
	
}

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

.atf-section {
	/* background-color: #ffd1dc; */
	padding: 20px;
	border-radius: 20px;
	/* border: 5px solid #ffffff; */
}

.intro-section {
	/* background-image: url(../assests/bg-image.jpg); */
	padding: 20px 50px;
	border: 2px solid #fff;
	border-radius: 10px;
	min-height: 381px;
	background-position: center center;
	background-size: cover;
	background-color: #212e4e;
}

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

.modal-body {
	position: relative;
	display: flex;
	/* padding: 2rem 0rem; */
	margin: 0;
	margin-bottom: 2rem;
}
.modal {
	background: #00000059;
}
section#contact-section p {
	color: #fff;
}

.wrapper {
	max-width: 1280px;
	width: 100%;
	margin: 10px auto;
}

section#contact-section {
	background: #212e4e;
	content: "";
	color: #fff !important;
	padding: 10px 0;
	bottom: 0;
	width: 100%;
}
button.close {
	position: relative;
	left: 0;
	opacity: 1;
}

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

.modal-content {
	max-width: 900px;
	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-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.introduction-text {
	font-family: "Outfit", sans-serif;
	margin-top: 15px !important;
	font-size: 16px;
	margin-bottom: 20px;
	line-height: 26px;
	color: #fff;
	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;
	padding: 12px 16px;
	max-width: 220px;
	margin: 20px auto 15px;
	color: #ffffff;
	font-weight: 700;
	border-radius: 10px;
	border-bottom: 4px solid #fff;
	font-size: 23px;
	letter-spacing: 1px;
	box-sizing: content-box;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(123, 51, 125, 0.15);
	font-family: "Outfit", sans-serif;
	background-color: #641d42;
}


.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;
}


footer {
      background: #000;
      color: #fff;
      text-align: center;
      padding: 15px 10px;
      font-size: 1rem;
      width: 100%;
      box-sizing: border-box;
      margin-top: auto;
    }
footer p {
	font-size: 16px;

	color: #fff;

	margin-bottom: 0px;
}











@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;

	/* font-size: 48px;
	font-weight: bold;
	background: linear-gradient(45deg, #ffe8d2, #823010);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #2e2e2e; */
}

.btf-section {
	justify-content: center;
}
.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;
}
.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: 2px solid #fff6ec;
	border-radius: 10px;
	margin: 0 auto;
	display: block;
	min-height: 435px;
	object-fit: cover;
}
.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;
	object-fit: cover;
}
.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 {
	font-family: "Outfit", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: 50px;
	color: #fff !important;
	line-height: 1.2em;
}
.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; */
	padding-bottom: 20px;
	background: #e5e5f2;
}
.services .item {
	border-radius: 15px;
	margin: 15px;
	width: 22.6%;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
		transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	background-color: #ffffff;
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	box-shadow: 0px 0px 13px -2px rgba(0, 0, 0, 0.13);
	min-height: 260px;
}

.services .item:hover {
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15); /* soft shadow */
	transform: translateY(-5px); /* subtle lift */
	
}

.main_cards {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.services .item::before {
	content: "";
	width: 90%;
	height: 100%;
	background: #aa253bb0;
	position: absolute;
	bottom: -240px !important;
	left: 5% !important;
	transition: 0.3s;
	border-radius: 50%;
}

.services .item {
	float: left;
	background-size: cover;
	background-position: 50%;
	position: relative;
	z-index: 2;
	min-height: 1px;
}

.services .item:hover::before {
	bottom: 0px !important;
	transform: scale(1.3);
}

.services .item h4:hover{

color: #fff !important;


}




.services .item:hover img {
	transform: scale(1.2);
}
/* .services .item:hover .service-item h4 {
	color: #9a92ff;
} */

.services .item .icon {
	transition: all 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 194px;
	overflow: hidden;
	position: relative;
	background-color: #fff;
}
.services .icon img {
	height: 204px;
	width: 100%;
	object-fit: cover;
	transition: 0.5s;
}

#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-family: "Outfit", Helvetica, Arial, Lucida, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.6em;
	padding-top: 20px !important;
	padding-right: 20px !important;
	padding-bottom: 20px !important;
	padding-left: 20px !important;
	color: #000;
	border-top: 1px solid #cdcdcd;
}
.services .item h4 span {
	font-size: 18px;
	color: #000000dc;
	padding-top: 10px;
	font-weight: 500;
}


.services .item h4:hover{
	color: #fff !important;
}








.btn-pop:link, .btn-pop:visited {
    background-color: #e8e8e8db;
    color: #000;
	font-size: 15px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 0;
    border-radius: 5px;
	border: 1px solid;
    width: 290px;
  }
  .btn-pop:hover {
    background-color:#bedbffcd;
  }
  .btn-pop:active {
    background-color: 4c76bf(255, 238, 0);
  }
  .btn-top{

    width: 710px !important
  }







.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%;
	text-decoration: none;
}
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;
}
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: 768px) {
      .hero {
        flex-direction: column;
        text-align: center;
        background-position: center top;
      }
      .hero-text {
        padding-right: 0;
		margin-top: 30px;
      }
      .hero-img {
        margin-top: 20px;
      }
      .highlight-boxes {
        flex-direction: column;
        align-items: center;
      }


.school-divider {
	display: block;
}

.btn-wrapper{

	display: inline-block;
}




    }







@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;
	}
}

@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;
	}






	.btn-top{

        width: 250px !important
      }











	.mob-cards {
		flex-direction: row;
		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;
}
