* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

:root {
	--primary-color: #003325;
	--secondary-color: #c5a957;
	--white: #fff;
	--black: #000;
	--blue: #568bac;
	--text-color: #202123;
}


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

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

@font-face {
	font-family: 'Museo Sans Rounded 100';
	src: url('../fonts/MuseoSansRounded-100.woff2') format('woff2'),
		url('../fonts/MuseoSansRounded-100.woff') format('woff');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Rounded 700';
	src: url('../fonts/MuseoSansRounded-700.woff2') format('woff2'),
		url('../fonts/MuseoSansRounded-700.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Rounded 900';
	src: url('../fonts/MuseoSansRounded-900.woff2') format('woff2'),
		url('../fonts/MuseoSansRounded-900.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Museo Sans Rounded 1000';
	src: url('../fonts/MuseoSansRounded-1000.woff2') format('woff2'),
		url('../fonts/MuseoSansRounded-1000.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri-Bold.eot');
	src: url('../fonts/Calibri-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri-Bold.woff2') format('woff2'),
		url('../fonts/Calibri-Bold.woff') format('woff'),
		url('../fonts/Calibri-Bold.ttf') format('truetype'),
		url('../fonts/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Calibri';
	src: url('../fonts/Calibri.eot');
	src: url('../fonts/Calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Calibri.woff2') format('woff2'),
		url('../fonts/Calibri.woff') format('woff'),
		url('../fonts/Calibri.ttf') format('truetype'),
		url('../fonts/Calibri.svg#Calibri') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

body {
	padding: 0;
	margin: 0;
	font-family: 'Museo Sans Rounded 300';
	overflow-x: hidden !important;

}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	padding: 0;
	margin: 0;
}

p {
	font-family: 'Calibri';
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

ul,
ol,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.gray-bg {
	background: #F7F7F7;
}
.ttl-blue{
	color: #568BAC;
}
.cream-bg{
	background: #FBE9B3;
}
.classicRose-bg{
	background: #F8D1E2;
}
.white-thext{
	color: #fff;
}
.custom-container-fluid {
	max-width: 1690px;
	margin: 0px auto;
	width: 100%;
	/* border:1px solid #000; */
	overflow: hidden;
}


.custom-container {
	max-width: 1460px;
	margin: 0px auto;
	width: 100%;
	/* border:1px solid #000; */
	overflow: hidden;
}

.cumn-butn-body {
	font-family: 'Museo Sans Rounded 700';
	font-size: 14.4px;
	line-height: 20.8px;
	text-align: center;
	border-radius: 20px;
	padding: 18px 40px;
}

.blue-butn {
	background: #d8edf8;
	border: 1px solid #cee2ed;
	color: #202123;
}


.blue-butn:hover {
	background: #202123;
	border: 2px solid #202123;
	color: #fff;
}


/*========== Font Face Start =============*/


/*========== css starting =============*/


/*========== banner =============*/
.bnrMainImg {
	width: 100%;
}

.banner-section {
	padding: 0px 0px;
	margin: 0px;
	position: relative;
	height: 100%;
	background-size: 100% 100%;
	width: 100%;
	position: relative;
	line-height: 0;
}
.banner-section video {
    /* height: calc(100vh + 150px); */
    width: 100%;
    object-fit: cover;
    line-height: 0;
    border: none;
}
.banner-text-section {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	bottom: 235px;
	padding: 0px 15px;
}

.banner-icon {
	width: 60px;
	height: 60px;
	margin: 0px auto 10px;
	padding: 0;
}

.banner-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-text-section h1 {
	/* font-size: 64.0px;
	line-height: 64.0px; */
	font-size: 48px;
	line-height: 1.2;
	color: var(--white);
	margin: 0px;
	padding: 0px 0px 18px 0px;
	font-family: 'Museo Sans Rounded 100';
	font-weight: 200;
}

.banner-text-section h2 {
	/* font-size: 28.8px;
	line-height: 28.8px; */
	font-size: 22px;
	line-height: 1.2;
	color: var(--white);
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-family: 'Museo Sans Rounded 500';
/*	font-weight: 500;*/
}

.banner-text-section h3 {
	font-size: 16.0px;
	color: var(--white);
	line-height: 16.0px;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	font-family: 'Museo Sans Rounded 300';
}


/*========== banner =============*/

/*=====================================*/
/*==========universities-section=======*/
/*=====================================*/

.universities-section {
	margin: 0px;
	position: relative;
	height: 100%;
/*	background: url(../images/campus-bg.png) no-repeat;*/
	/*background-size: 100% 100%;
	width: 100%;
	height: 100%;*/
/*	min-height: 800px;*/
	position: relative;
	background-color: #ecd7ab63;
}
.universities-section img{
	width: 100%;
}
.universitiesWrap{
	padding: 110px 0px 70px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.universities-section-header {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	position: relative;
    min-height: 140px;
    overflow-x: hidden;
}



.universities-section-header h4 {
	font-size: 24.0px;
	color: var(--text-color);
	line-height: 1.4;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	/*	font-family: 'Museo Sans Rounded 300';*/
/*	font-family: 'Calibri';*/
	font-family: 'Museo Sans Rounded 500';
}

.universities-section-header h2 {
	/* font-size: 48px;
	line-height: 48px; */
	font-size: 36px;
	color: var(--text-color);
	line-height: 1.2px;
	margin: 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 300';
}


.universities-section-header h2 span {
	font-family: 'Museo Sans Rounded 500';
	color: var(--black);
}


.universities-section-body p {
    font-size: 24.0px;
    color: var(--text-color);
    font-weight: 400px;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
/*font-family: 'Museo Sans Rounded 300';*/
    /* text-align: justify; */
    font-family: 'Calibri';
}
.universities-section-body {
    max-width: 1280px;
	margin: 0 auto;
}
.universities-section-body-left {
	padding: 0px 0px 0px 0px;
}


.universities-section-body-right {
	padding: 0px 0px 0px 80px;
}


/*=====================================*/
/*==========universities-section=======*/
/*=====================================*/


/*=====================================*/
/*==========Guiding Thoughts===========*/
/*=====================================*/

.guiding-thoughts-section {
	background-color: #d0edf9;
	padding: 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	height: 738px;
}

.guiding-thoughts-left {
	left: 90px;
	position: absolute;
	top: 20px;
}

.guiding-thoughts-right {
	margin: 129px 0px 0px -133px;
	max-width: 845px;
}

.guiding-thoughts-right h2 {
    color: var(--blue);
    font-size: 48.0px;
    line-height: 1;
    margin: 0px;
    padding: 0px 0px 40px 0px;
    font-family: 'Museo Sans Rounded 300';
}


.guiding-thoughts-right-inner {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 40px;
}


.guiding-thoughts-right-inner-text p {
    font-family: 'Calibri';
    color: var(--text-color);
    font-size: 24.0px;
    line-height: 1.4;
    margin: 0px;
    padding: 20px 0px 50px 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
/*    text-align: justify;*/
}

.guiding-thoughts-right-inner-text h4 {
    font-size: 24.0px;
    color: var(--blue);
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 10px 0px;
    font-family: 'Museo Sans Rounded 700';
}

.guiding-thoughts-right-inner-text h5 {
    font-size: 16.0px;
    color: var(--blue);
    line-height: 1.2;
    margin: 0px;
    padding: 0px;
    font-family: 'Museo Sans Rounded 500';
}


.guiding-thoughts-right-inner-icon {
    width: 70px;
    height: auto;
}

.guiding-thoughts-right-inner-icon img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.guiding-thoughts-right-inner-text {
	max-width: calc(100% - 146px);
}

/*=====================================*/
/*==========Guiding Thoughts===========*/
/*=====================================*/


/*=====================================*/
/*==========Workshops section===========*/
/*=====================================*/


.workshop-section {
	padding: 0;
	margin: 0px;
	position: relative;
/*	height: 100%;*/
/*	background: url(../images/workshop-bg.png) no-repeat;*/
	/*background-size: 100% 100%;
	width: 100%;
	min-height: 1688px;*/
	position: relative;
}
.workshop-section img{
	width: 100%;
}
.workshopWrap{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 186px 0px 0px;
}


.workshop-sectio-inner {
	max-width: 1188px;
	margin: 0px auto;
}

.workshop-sectio-inner-header {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}


.workshop-sectio-inner-header h2 {
	color: var(--blue);
	font-size: 48.0px;
	line-height: 1.2;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 300';
}


.workshop-sectio-inner-left ul {
	padding: 0px;
	margin: 0px;
}

.workshop-sectio-inner-left ul li {
    color: var(--text-color);
    font-family: 'Calibri';
    font-size: 24.0px;
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 15px 0px;
   font-family: 'Museo Sans Rounded 300';
}
.workshop-sectio-inner-left ul li {
    color: var(--text-color);
    font-family: 'Calibri';
    font-size: 24.0px;
    line-height: 1.2;
    margin: 0px;
    padding: 0;
    /* font-family: 'Museo Sans Rounded 300'; */
    position: relative;
    margin: 0 0 10px;
    display: flex;
}


/* .workshop-sectio-inner-left ul li::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f111";
    height: auto;
    width: auto;
    position: relative;
    margin-right: 10px;
    color: #ecc0d3;
    position: relative;
    top: -6px;
    margin-right: 15px;
    font-size: 9.6px;
} */
 .workshop-sectio-inner-left ul li::before {
    font: normal normal normal 16px/1 FontAwesome;
    content: "\f111";
    height: auto;
    width: auto;
    position: relative;
    margin-right: 10px;
    color: #ecc0d3;
    position: relative;
    top: 14px;
    margin-right: 15px;
    font-size: 9.6px;
    left: 0;
    align-items: center;
}


.workshop-sectio-inner-right {
	padding: 0px;
	margin: 0px;
}
.workshop-sectio-inner-right a{
	display: inline-block;
}

.workshop-sectio-inner-right h6 {
    color: var(--text-color);
/*    font-size: 14.4px;*/
font-size: 20.8px;
    line-height: 1.4;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    font-family: 'Museo Sans Rounded 700';
}


/*=====================================*/
/*==========Workshops section===========*/
/*=====================================*/


/*=========================================*/
/*==========OurCurriculumsection===========*/
/*=========================================*/

.our-crriculum-section {
	padding: 70px 0px 70px;
	margin: 0px;
	background: #fff;
	overflow: hidden;
}


.our-crriculum-section-top {
	margin: 0px auto;
	text-align: center;
}

.our-crriculum-section-top-text {
	padding: 0px;
	margin: 0px;
}

.our-crriculum-section-top-text h2 {
	color: var(--blue);
	font-size: 48.0px;
	line-height: 1.2;
	margin: 0px 0px 40px 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 300';
}


.our-crriculum-section-top-text p {
	font-family: 'Calibri';
    font-size: 24.0px;
    color: var(--text-color);
    line-height: 1.4;
    padding: 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
    text-align: center;
    max-width: 1384px;
    margin: 0 auto;
}


.student-learn-section {
	max-width: 1690px;
	background-origin: 1px solid #000;
	margin: 0px auto;
	padding: 60px 15px;
}

.student-learn-section h3 {
    color: var(--text-color);
    font-size: 20.8px;
    line-height: 1.2;
    margin: 0px 0px 30px 0px;
    padding: 0px;
    font-family: 'Museo Sans Rounded 700';
    text-align: center;
}
.student-learn-box-text h6 {
    font-size: 17.6px;
    color: var(--text-color);
    line-height: 1.2;
    margin: 0px;
    padding: 0px 15px;
    font-family: 'Museo Sans Rounded 700';
    text-align: left;
    transition: all 300ms ease-in-out;
	transform: scale(1);
	max-width: 160px;
}

.student-learn-box {
	min-height: 280px;
	width: auto;
	padding: 0px;
	margin: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	gap: 2px;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	transform: scale(1);

}
.student-learn-box:hover{
/*	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
/*    transform: scale(1.03);*/
}

.student-learn-box-img {

	height: 280px;
}

.student-learn-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box1 {
	background: #fff3f8;
	border: 1px solid #f4e8ed;
}

.box2 {
	background: #f7f7d1;
	border: 1px solid #ececc6;
}

.box3 {
	background: #fbead8;
	border: 1px solid #f2e1cf;
}

.box4 {
	background: #f1fad0;
	border: 1px solid #ebf2d3;
}

.student-learn-box-text {
	width: 50%;
}




.our-crriculum-section-butm {
	margin: 6px 0px 40px 0px;
	padding: 0px;
	text-align: center;
}


.our-crriculum-section-butm p {
    font-size: 24.0px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0px auto 57px;
    padding: 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
    text-align: center;
     font-family: 'Calibri'; 
    max-width: 1368px;
}

.our-crriculum-section-butm a {
    background: #d8edf8;
    border: 2px solid #cee2ed;
    color: #202123;
    font-family: 'Museo Sans Rounded 700';
    font-size: 14.4px;
    line-height: 1;
    text-align: center;
    border-radius: 15px;
    padding: 20px 14px;
    display: inline-block;
    min-width: 170px;
}


/*=========================================*/
/*==========OurCurriculumsection===========*/
/*=========================================*/


/*=========================================*/
/*==========our-research-section===========*/
/*=========================================*/

.our-research-section {
	margin: 0px auto;
	padding: 0px;
}

.our-research-section .owl-nav {
	position: relative;

}


.our-research-section .owl-nav .owl-prev {
	position: absolute;
	left: 80px;

}

.our-research-section .owl-nav .owl-next {
	position: absolute;
	right: 80px;
}


.research-paper-box {
	background: #d8edf8;
	border: 1px solid #d2e4ee;
	border-radius: 0 40px 40px 0;
	/* height: 428px; */
	height: 300px;
	width: 100%;
	padding: 60px 90px;
	text-align: left;
	margin: 10px 20px 10px 0;
	box-shadow: rgb(99 99 99 / 11%) 0px 1px 18px 0px;
}


.research-paper-box h3 {
    color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    padding: 0px 0px 20px 0px;
    line-height: 1.2;
}

.research-paper-box p {
/*    font-size: 14.4px;*/
font-size: 22.4px;
    color: var(--black);
    line-height: 1.4;
/*    margin: 0px 0px 80px 0px;*/
	margin: 0;
    padding: 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
    font-family: 'Calibri';
    text-align: left;
}


.research-box {
	border-radius: 20px;
	/* height: 428px; */
	height: 300px;
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 40px;
	gap: 2px;
	overflow: hidden;
	box-shadow: rgb(99 99 99 / 11%) 0px 1px 18px 0px;
}

.research-box-img {
	/* height: 428px; */
	height: 300px;
	position: relative;
	overflow: hidden;
	width: 40%;
	width: 300px;
}

.research-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1);
	transition: all 300ms ease-in-out;
}
.research-box:hover .research-box-img img{
	transform: scale(1.1);
}
.mission-box-img{
	position: relative;
}
.research-box-img::before,
.mission-box-img:before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.research-box:hover .research-box-img::before,
.mission-box:hover .mission-box-img:before{
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
.mission-box .mission-box-img img{
	transform: scale(1);
	transition: all 300ms ease-in-out;
}
.mission-box:hover .mission-box-img img{
	transform: scale(1.1);
}
.mission-box{
	transition: all 300ms ease-in-out;
}
.mission-box:hover{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}


.student-learn-box::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 60%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgb(255 255 255 / 34%) 0%, rgb(255 255 255 / 84%) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(
221deg);
}
.student-learn-box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}



.research-box-text {
	width: calc(100% - 300px);
	padding: 26px 30px 26px;
}


.research-box-text h3 {
    font-size: 22.4px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    font-family: 'Museo Sans Rounded 700';
    text-align: left;
/*	max-width: 266px;*/
}
.research-box-text p{
	font-family: 'Museo Sans Rounded 500';
	color: var(--text-color);
	font-size: 17.6px;
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    text-align: left;
}

.green-box {
	background: #f1fad0;
	border: 1px solid #e6f0c5;
}

.yellow-box {
	background: #f7f7d1;
	border: 1px solid #ececc6;
}


.pink-box {
	background: #fff3f8;
	border: 1px solid #f4e8ed;
}


.read-butn-wht {
    font-family: 'Museo Sans Rounded 500';
    margin: 0px;
    display: inline-block;
    color: var(--text-color);
    font-size: 14.4px;
    line-height: 1.2;
    transition: all 300ms ease-in-out;
    display: inline-flex;
    align-items: center;
    /* gap: 10px; */
    position: relative;
/*    padding-right: 12px;*/
}
/*.read-butn-wht:after{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 27px;
	background: #bec69f;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 300ms ease-in-out;
}
.read-butn-wht:hover:after{
	width: 100%;
}*/

.read-butn-wht span {
	width: 30px;
	height: 30px;
	background: var(--white);
	text-align: center;
	padding: 0;
	border-radius: 50%;
	color: var(--black);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 6px;
	font-size: 11.2px;
	z-index: 1;
	position: relative;
	transition: all 300ms ease-in-out;
}

.read-butn-wht strong{
	z-index: 1;
	font-weight: 400;
}

.research-box-text .read-butn-wht {
    padding-right: 16px;
}
.research-box-text .read-butn-wht:after{
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 27px;
	background: #868b6f;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 300ms ease-in-out;
}
.green-box .research-box-text .read-butn-wht:hover span{
	background: #868b6f;
}
.research-box-text .read-butn-wht:hover:after{
	width: 100%;
}
.research-box-text .read-butn-wht:hover strong{
	color: #fff;
}
.research-box-text .read-butn-wht{
	font-size: 17.6px;
}
.research-box-text .read-butn-wht span {
    width: 40px;
    height: 40px;
    background: var(--white);
    padding: 8px 8px;
    color: var(--black);
    display: inline-flex;
    margin-right: 6px;
    font-size: 14.4px;
    align-items: center;
    justify-content: center;
}



.research-box-text h6 {
	margin-top: 60px;
}


.green-box .read-butn-wht span {
	background: #bec69f;
	color: #f1fad0;
}


.yellow-box .read-butn-wht span {
	background: #cccc99;
	color: #f7f7d1;
}


.pink-box .read-butn-wht span {
	background: #ceb4bf;
	color: #fff3f8;
}


/*=========================================*/
/*==========our-research-section===========*/
/*=========================================*/


/*=========================================*/
/*==========key-research-section===========*/
/*=========================================*/

.key-research-section {
	padding: 220px 0px 200px;
}


.key-research-section-header {
	padding-left: 115px;
}


.key-research-section-header h2 {
	color: #568bac;
	font-size: 48.0px;
	font-family: 'Museo Sans Rounded 300';
	padding: 0px;
	line-height: 1.1;
}


.key-research-section-body {
	margin: 40px 0px 0px 0px;
/*	padding: 0px 0px 0px 228px;*/
padding: 0;
	position: relative;
}
.key-research-carousel .owl-nav button.owl-next.disabled,
.disciplines-section-carousel .owl-nav button.owl-next.disabled{
	pointer-events: none;
	opacity: .5;
}

.key-research-section-body .owl-nav {
	position: absolute;
	right: 114px;
	top: -160px;
}

.key-research-section-body .owl-nav .owl-prev {
	left: -70px;
	position: absolute;
}


.key-research-box-blue {
	background: #d8edf8;
	border: 1px solid #cfe4ef;
}

.key-research-box-blue .read-butn-wht span {
	background: #9bb1bd;
	color: #d8edf8;
}

.key-research-box-green {
	background: #f1fad0;
	border: 1px solid #e6f0c5;
}

.key-research-box-green .read-butn-wht span {
	background: #bec69f;
	color: #f1fad0;
}

.key-research-box-orgn {
	background: #fbead8;
	border: 1px solid #f2e0ce;
}

.key-research-box-orgn .read-butn-wht span {
	background: #baa895;
	color: #fbead8;
}

.key-research-box-pink {
	background: #fff3f8;
	border: 1px solid #f5e8ed;
}

.key-research-box-pink .read-butn-wht span {
	background: #ceb4bf;
	color: #fff3f8;
}


.key-research-box {
    border-radius: 25px;
    /* height: 495px; */
    padding:60px;
    text-align: left;
    position: relative;
    /* cursor: pointer; */
    overflow: hidden;
}
.key-research-box:after{
	content: '';
/*	background-color: #a458c7;*/
/*	background-color: #00000033;*/
	background-color: #8f8f8f33;
  	z-index: 1;
	opacity: 0.8;
	border-radius: 50%;
	transform: translate3d(-62%, 62%, 0);
	transition: all 0.6s ease-out;
	width: 200%;
	height: 200%;
	left: -50%;
	position: absolute;
}
.key-research-box:hover:after{
	opacity: 1;
  	border-radius: 40%;
  	transform: translate3d(-18.5%, -28.5%, 0);
}

.key-research-box-icon {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	width: 80px;
	height: 80px;
	position: relative;
	z-index: 2;
}

.key-research-box-text {
	padding: 0px;
	margin: 0px;
	position: relative;
	z-index: 2;
}

.key-research-box .key-research-box-read{
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 100%;
	padding: 0 0 0 40px;
	transition: all 500ms ease-in-out;
    opacity: 0;
	z-index: 2;
}

.key-research-box:hover .key-research-box-read {
    transition: all 500ms ease-in-out;
    bottom: 60px;
    opacity: 1;
}
/*.key-research-box:hover .key-research-box-read .read-butn-wht{
	color: #fff;
}*/
/*.key-research-box:hover .key-research-box-read .read-butn-wht span{
	background: #000;
}*/
.key-research-box .key-research-box-icon img{
	transition: all 300ms ease-in-out;
}
/*.key-research-box:hover .key-research-box-icon img{
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}*/

.key-research-box-text p {
    font-size: 19.2px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-family: 'Museo Sans Rounded 500';
    text-align: left;
}
/*.key-research-box:hover .key-research-box-text p{
	color: #fff;
	transition: all 300ms ease-in-out;
}*/

/*=========================================*/
/*==========key-research-section===========*/
/*=========================================*/


/*=========================================*/
/*=========Disciplines-section===========*/
/*=========================================*/


.disciplines-section {
	background: #f7f7f7;
	padding: 110px 0px;
	margin: 0px;
}


.disciplines-section-header {
	padding-left: 115px;
}


.disciplines-section-header h2 {
	color: #568bac;
	font-size: 48.0px;
	font-family: 'Museo Sans Rounded 300';
	padding: 0px;
	line-height: 1.1;
}


.disciplines-section-body {
	margin: 65px 0px 0px 0px;
/*	padding: 0px 0px 0px 240px;*/
	position: relative;
}


.disciplines-box {
	border-radius: 25px;
/*	height: 690px;*/
	border: 1px solid #dbdbdb;
	overflow: hidden;
	position: relative;
	background: #a2b9ca;
}

.disciplines-box img {
	width: 100%;
/*	height: 690px;*/
height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all 500ms ease-in-out;
}
.disciplines-box:hover img{
	transform: scale(1.1);
}

.disciplines-box #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
/* 	cursor: pointer; */
	background: #00000014;
	overflow: hidden;
	background-size: 100%;
}


.disciplines-box-text {
	position: absolute;
	top: 60px;
	left: 60px;
}

.disciplines-box-text h3 {
    font-size: 40.0px;
    color: var(--white);
    line-height: 1.2;
    margin: 0;
    padding: 0px;
    font-family: 'Museo Sans Rounded 500';
    text-align: left;
    max-width: 215px;
}

.disciplines-box-read {
	position: absolute;
	bottom: 40px;
	left: 60px;
	transition: all 500ms ease-in-out;
	opacity: 0;
}
.disciplines-box:hover .disciplines-box-read{
	transition: all 500ms ease-in-out;
	bottom: 60px;
	opacity: 1;
}

.disciplines-box-read .read-butn-wht {
	color: var(--white);
}


.disciplines-section-body .owl-nav {
	position: absolute;
	right: 114px;
	top: -158px;
}

.disciplines-section-body .owl-nav .owl-prev {
	left: -70px;
	position: absolute;
}

/*=========================================*/
/*=========Disciplines-section===========*/
/*=========================================*/


/*=========================================*/
/*========= people are saying-section======*/
/*=========================================*/


.people-saying-section {
	padding: 260px 0px;
	margin: 0px;
	background: #fff;
}


.people-saying-section-header {
	margin: 0px auto;
	text-align: center;
}

.people-saying-section-header h2 {
	color: #568bac;
	font-size: 48.0px;
	font-family: 'Museo Sans Rounded 300';
	padding: 40px 0px 50px;
	line-height: 1.2;
}


.client-box {
	/* height: 565px; */
	border-radius: 25px;
	overflow: hidden;
	border: 2px solid #e2e2e2;
	padding: 0px;
	position: relative;
	overflow: hidden;
	transition: all 300ms ease-in-out;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 6px 11px;
    margin: 24px;
}

.client-box img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.hoverinfo {
	/* display: none; */
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: #def0f9;
	padding: 30px;
	z-index: 8;
	transform: translateY(-100%);
	transition: all 300ms ease-in-out;
	opacity: 0;
	cursor: pointer;
}

.client-box:hover .hoverinfo {
	/* display: block; */
	transform: translateY(0);
	transition: all 300ms ease-in-out;
	opacity: 1;
}

.hoverinfo .topInfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.hoverinfo .topInfo .desc {
	padding: 0;
	margin: 0;
	width: calc(100% - 172px);
}

.hoverinfo .topInfo .desc h3 {
    font-size: 25.6px;
    line-height: 1.2;
    color: #202123;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Museo Sans Rounded 700';
}

.hoverinfo .topInfo .desc h4 {
    font-size: 19.2px;
    line-height: 1.2;
    color: #202123;
    padding: 0;
    margin: 0 0 45px;
    font-family: 'Museo Sans Rounded 500';
}

.hoverinfo .topInfo .desc p {
	font-size: 14.4px;
	line-height: 1.4;
	color: #202123;
	padding: 0;
	margin: 0;
}

.hoverinfo .topInfo .icon {
	width: 120px;
	height: 120px;
}

.hoverinfo .topInfo .icon img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: top;
}
.hoverinfo .content{
	/* overflow-y: auto; */
    /* height: calc(100% - 200px); */
	padding-right: 0px;
}

.hoverinfo .content::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.hoverinfo .content::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.hoverinfo .content::-webkit-scrollbar-thumb{
	background-color: #badaee;
}

.coteIcon {
	max-width: 78px;
	margin-bottom: 30px;
}

.hoverinfo .content p {
    font-size: 22.4px;
    line-height: 1.4;
    color: #202123;
    font-family: 'Calibri';
    padding: 0;
    margin: 0 0 15px;
	display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.client-box #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000014;
	overflow: hidden;
	background-size: 100%;
}


.client-box-text {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 2;
}


.client-box-text h4 {
	font-size: 25.6px;
	color: var(--white);
	line-height: 33.6px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 700';
	text-align: left;
}


.client-box-text h6 {
	font-size: 19.2px;
	color: var(--white);
	line-height: 19.2px;
	margin: 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 500';
	text-align: left;
}


.people-saying-section .owl-nav {
	position: relative;
	/* right: 0px; */
	left: 0;
	bottom: 0;
	margin: 30px auto 0;
	text-align: center;
}

.people-saying-section .owl-nav .owl-prev {
	left: 0;
	position: relative;
	margin-right: 15px;
}


/*=========================================*/
/*========= people are saying-section======*/
/*=========================================*/


/*=========================================*/
/*=========our-partners-section======*/
/*=========================================*/

.our-partners-section {
	background: #f7f7f7;
	padding: 110px 0px 110px;
	margin: 0px;
}


.our-partners-section-inner {
	padding: 0px 0px 0px 240px;
	margin: 0px;
}

.partners-box {
	background: #fff;
	border-radius: 30px;
	border: 1px solid #ececec;
	margin: 10px 15px 25px 15px;
	height: 225px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
	transition: all 300ms ease-in-out;
	overflow: hidden;
}

.partners-box:hover{
	box-shadow: none;
}
.partners-box img{
	transform: scale(1.0);
	transition: all 300ms ease-in-out;
	width: auto !important;
	max-width: 100%;
}
.partners-box:hover img{
	transform: scale(1.1);
}
.our-partners-left {
	padding: 0px;
	margin: 0px;
}


.our-partners-left h2 {
    color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    padding: 60px 0px;
    line-height: 1.2;
    padding: 0px;
    margin: 0px 0px 30px 0px;
    text-align: left;
   	max-width: 260px;
}


.our-partners-left p {
    font-size: 24.0px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
    text-align: left;
    font-family: 'Calibri';
}


.our-partners-right {
	padding: 0px 0px 0px 50px;
}


.our-partners-right .owl-nav {
	position: absolute;
	left: calc(-25% - 120px);
	bottom: -30px;
}

.our-partners-right .owl-nav .owl-prev {
	left: -70px;
	position: absolute;
}

/*=========================================*/
/*=========our-partners-section======*/
/*=========================================*/


/*=========================================*/
/*=========Spiritual-section======*/
/*=========================================*/


.spiritual-section {
	padding: 110px 0px 350px;
	margin: 0px auto;
	background: #fff;
	text-align: center;
}


.spiritual-section-header {
	margin: 0px auto;
	text-align: center;
}


/*.spiritual-section-header p {
	font-size: 14.4px;
	color: var(--text-color);
	line-height: 1.6;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 300';
	text-align: center;
}*/

.spiritual-section .blue-butn {
	display: inline-block;
	padding: 20px 14px;
	border-width: 2px;
}

.spiritual-section-header p,
.spiritual-tile-box h5 {
	font-size: 24.0px;
	color: var(--text-color);
	line-height: 1.2;
	margin: 0px 0px 40px 0px;
	padding: 0px;
/*	font-family: 'Museo Sans Rounded 300';*/
	font-family: 'Calibri';
	text-align: center
}

.spiritual-section-header h2 {
	color: #568bac;
	font-size: 48.0px;
	font-family: 'Museo Sans Rounded 300';
	padding: 0px 0px 20px 0px;
	line-height: 1.2;
}

/*.mission-box-text {
	height: 360px;
}*/

.spiritual-section-slider {
	padding: 0px;
	margin: 0px 0px 60px 0px;
	position: relative;
}


/* .spiritual-section-slider .owl-nav {
	position: relative;
} */

.spiritual-section-slider .owl-nav .owl-prev {
	left: 80px;
}
.spiritual-section-slider .owl-nav .owl-next {
	right: 80px;
}

.spiritual-section-slider .owl-nav .owl-prev,
.spiritual-section-slider .owl-nav .owl-next{
	top: calc(50% - 20px);
	transform: translateY(-50%);
	position: absolute;
}
/*=========================================*/
/*=========Spiritual-section======*/
/*=========================================*/


/*=========================================*/
/*=========event-section======*/
/*=========================================*/


.event-section {
	background: #f7f7f7;
	padding: 115px 0px 175px;
	margin: 0px;
}


.event-section-header {
	margin: 0px auto;
	text-align: center;
}


.event-section-header h2 {
    color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    padding: 30px 0px 50px;
    line-height: 1.2;
}


.event-box-img {
	width: 100%;
	 height: 367px; 
	border: 1px solid #e2e2e2;
	border-radius: 25px;
	overflow: hidden;
}


.event-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.0);
	transition: all 400ms ease-in-out;
}
.event-box-img:hover img{
	transform: scale(1.1);
}


.event-box-text {
	margin: 45px auto 0;
	text-align: center;
	padding: 0px;
	max-width: 310px;
}


.event-box-text h3 {
    font-size: 22.4px;
    color: var(--text-color);
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 15px 0px;
    font-family: 'Museo Sans Rounded 700';
    text-align: center;
}

.event-box-text p {
    font-size: 20.8px;
    color: var(--text-color);
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 4px 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
	font-family: 'Calibri';
    text-align: center;
}


.event-box-text .read-butn-wht {
    margin-top: 30px;
}


.event-box-text .read-butn-wht span {
	width: 30px;
	height: 30px;
	background: #5ba1cc;
	text-align: center;
	padding:0;
	border-radius: 50%;
	color: var(--white);
	display: flex;
	justify-content:center;
	align-items:center;
/*	margin-right: 6px;*/
	font-size: 11.2px;
	transition: all 300ms ease-in-out;
}
/*.event-box-text .read-butn-wht:hover span{
	    background: var(--text-color);
}*/
.event-box-text .read-butn-wht:hover{
	color: #568bac;
}



.event-box-text .read-butn-wht{
	padding-right: 12px;
}
.event-box-text .read-butn-wht:after{
	content: '';
	width: 30px;
	height: 30px;
	border-radius: 27px;
	background: #5ba1cc;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 300ms ease-in-out;
}
.event-box-text .read-butn-wht:hover:after{
	width: 100%;
}
.event-box-text .read-butn-wht:hover strong{
	color: #fff;
}








.event-section-slider {
	padding: 0px;
	margin: 0px auto 0px;
	position: relative;
	max-width: 1150px;
}

.event-section-slider .owl-nav {
	position: absolute;
	/* right: 0px; */
	left: 50%;
	bottom: -120px;
	margin: 0px auto;
	text-align: center;
}


.event-section-slider .owl-nav .owl-prev {
	left: -70px;
	position: absolute;
}


/*=========================================*/
/*=========event-section======*/
/*=========================================*/


/*=========================================*/
/*=========sign-up-section======*/
/*=========================================*/


.sign-up-section {
	margin: 300px 0px 0px;
	margin: 0px;
	height: 980px;
	overflow: hidden;
}

.sign-up-section-left {
	background: #fbead8;
	padding: 80px 0px 77px 240px;
	height: 100%;
}

.sign-up-section-right img {
	width: 100%;
}

.sign-up-section-header {
	margin: 0px;
	text-align: left;
	max-width: 380px;
}


.sign-up-section-header h2 {
    color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    padding: 40px 0px;
    line-height: 1;
    margin: 0px;
    text-align: left;
	max-width: 320px;
}


.form-row,
.sign-up-section-left .frm-inner {
	max-width: 530px;

}

.frm-inner .form-row {
	margin: 0px 0px 10px 0px;
}


.frm-inner .form-row .form-control,
.frm-inner .gform-theme--foundation .gfield input.medium {
    border: none !important;
    border-radius: 30px !important;
    padding: 20px 30px !important;
    box-shadow: none !important;
    background: #fdf2e8 !important;
    background: #fdf2e8 !important;
    font-size: 16.0px !important;
    background: #fdf2e8 !important;
    background: #fdf2e8 !important;
    background: #fdf2e8 !important;
    font-family: 'Museo Sans Rounded 700' !important;
    min-height: 100px !important;
}


.form-row .cumn-butn-body.blue-butn {
    margin-top: 30px;
    padding: 16px 44px;
    border-width: 2px;
}

/*=========================================*/
/*=========sign-up-section======*/
/*=========================================*/


/*=========================================*/
/*=========our-gallery-section======*/
/*=========================================*/


.our-gallery-section {
	background: #fff;
	padding: 220px 0px;
	margin: 0px;
}
.our-gallery-section .col-lg-4{
	margin-bottom: 25px;
}
.gallery-box {
	/*height: 428px;
	border-radius: 47px;*/
	height: 100%;
	border-radius: 90px;
	overflow: hidden;
	position: relative;
/*	margin: 0px 0px 25px 0px;*/
	overflow: hidden;
}
.gallery-box > img{
	height: 100%;
	object-fit: cover;
	width: 100%;
	border-radius: 30px;
	transform: scale(1.0);
	transition: all 400ms ease-in-out;
}
.gallery-box:hover > img{
	transform: scale(1.1);
}
.gallery-box #overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: #00000014;
	overflow: hidden;
	background-size: 100%;
}

.gallery-box-butn {
	position: absolute;
	bottom: 40px;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
}


.gallery-box-butn .read-butn-wht {
    font-family: 'Museo Sans Rounded 700';
    margin: 0px;
    display: inline-block;
    color: var(--white);
    font-size: 16.0px;
    line-height: 21.6px;
    transition: all 300ms ease-in-out;
}

.gallery-box-butn .read-butn-wht span {
	width: 35px;
	height: 35px;
	background: var(--white);
	text-align: center;
	padding: 8px 8px;
	border-radius: 50%;
	color: var(--black);
	display: inline-flex;
	margin-left: 10px;
	font-size: 14.4px;
}


.gallery-box-text {
	background: #d8edf8;
	border: 1px solid #d2e4ee;
/*	border-radius: 47px;*/
border-radius: 90px;
	height: 100%;
	width: 100%;
	padding: 0px;
	text-align: center;
/*	margin-bottom: 25px;*/
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	position: relative;
}

.gallery-box-text h3 {
    color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    padding: 0;
    line-height: 1.2;
}


.our-gallery-section .owl-nav {
	position: relative;
}

.our-gallery-section .owl-nav .owl-prev {
	position: absolute;
	left: 80px;
	top: -775px;
}

.our-gallery-section .owl-nav .owl-next {
	position: absolute;
	right: 80px;
	top: -775px;
}


/*=========================================*/
/*=========our-gallery-section======*/
/*=========================================*/


/*=========================================*/
/*=========faq-section======*/
/*=========================================*/


.faq-setion {
	padding: 0px 0px 200px 0px;
	margin: 0px;
}

.faq-setion h3 {
    color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    margin: 0px 0px 20px 0px;
    line-height: 1.2;
    text-align: center;
    padding: 0px;
}


.working-process .accordion-item {
	border: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-radius: 20px;
	overflow: hidden;
	background-color: #f1f2f3;
	margin-bottom: 15px;
}
.working-process .accordion-item:last-child{
	margin-bottom: 0;
}

.working-process .accordion-item .accordion-button {
	background-color: #f1f2f3;
	padding: 24px 30px;
	border-bottom: 1px solid #e1e1e1;
}
.working-process .accordion-item .accordion-button{
	outline: none;
	box-shadow: none;
}
.working-process .accordion-body p {
    font-size: 24.0px;
    color: var(--text-color);
    line-height: 1.4;
    font-family: 'Calibri';
    padding: 0;
    margin: 0 0 15px;
}
.working-process .accordion-body p:last-child{
	margin-bottom: 0;
}
.faq-setion-inner .accordion-body p{
	font-size: 22.4px;
}

.working-process .accordion-item .accordion-collapse.collapse.show,
.working-process .accordion-item .accordion-collapse.collapse.show {
	font-size: 14.4px;
	color: var(--text-color);
	font-family: 'Museo Sans Rounded 300';
	text-align: left;
	line-height: 22.4px;
}

.working-process .accordion-item .accordion-button:not(.collapsed) {
	color: var(--text-color);
	background-color: #f1f2f3;
	box-shadow: none;
	border: 1px solid #e1e1e1;
}

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

.working-process .accordion-item .accordion-collapse .accordion-body {
	padding: 20px 30px;
}

.working-process .accordion-item .accordian-numbers {
	font-size: 35.2px;
	padding-right: 20px;
}

.accordion-button::after {
	background-image: none;
	font-family: "Font Awesome 6 Free";
	content: "\f061";
	height: 35px;
	width: 35px;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #5ba1cc;
	background-color: #5ba1cc;
	color: var(--white);
}

.accordion-button:not(.collapsed)::after {
	background-image: none;
	content: "\f063";
}
.faq-setion .accordion-button:not(.collapsed)::after {
    transform: inherit;
}

.working-process .accordion-item .collapsing {
	transition: all 0.3s ease-in-out;
}


.working-process .accordion-item .accordion-button h4 {
    color: var(--text-color);
    font-size: 25.6px;
     font-family: 'Museo Sans Rounded 500'; 
/*    font-family: 'Calibri';*/
    line-height: 1.2;
}


/*=========================================*/
/*=========faq-section======*/
/*=========================================*/


/*=========================================*/
/*=========footer======*/
/*=========================================*/

.footer-top {
	background: #def0f9;
	padding: 80px 0px;
	margin: 0px;
}


.footer-logo {
	width: 70%;
	height: 110px;
	margin: 0px;
	padding: 0px;
}

.footer-logo img {
	width: auto;
	height: auto;
	object-fit: cover;
}

.footer-social-icon {
	margin: 110px 0px 0px 0px;
	padding: 0px;
}

.footer-info h4 {
    font-family: 'Museo Sans Rounded 500';
    margin: 0px;
    display: inline-block;
    color: var(--text-color);
    font-size: 19.2px;
    line-height: 1.2;
    padding: 0px 0px 30px 0px;
    margin: 0px;
}


.footer-social-icon ul {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 15px;
}

.footer-social-icon ul li a {
	color: var(--white);
	width: 40px;
	height: 40px;
	line-height: 33.6px;
	background: #5ba1cc;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 16.0px;
	-webkit-transition: all 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer-social-icon ul li a:hover {
	border-radius: 0%;
	background: var(--black);
	color: #fff;
	border-radius: 10%;
}


.footerlinks {
	margin: 0px 0px;
	padding: 0px 0px;
	position: relative;
}


.footerlinks ul {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px;
	list-style: none;
	column-count: 2;
}

.footerlinks li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px;
    list-style-type: none;
}


.footerlinks li a {
    font-family: 'Museo Sans Rounded 500';
    font-size: 14.4px;
    line-height: 1.2;
    letter-spacing: 0%;
    color: var(--text-color);
    text-decoration: none;
    padding: 0px;
    margin: 0px;
    transition: all 300ms ease-in-out;
}

.footerlinks li a:hover {
	color: #5ba1cc;
	padding-left: 3px;
	text-decoration: none;
}


.footer-info h4,
.footer-social-icon h4 {
    font-family: 'Museo Sans Rounded 500';
    margin: 0px;
    display: inline-block;
    color: var(--text-color);
    font-size: 19.2px;
    line-height: 1.2;
    padding: 0px 0px 30px 0px;
    margin: 0px;
}


.footer-info p {
    font-family: 'Museo Sans Rounded 500';
    font-size: 14.4px;
    line-height: 24.0px;
    letter-spacing: 0%;
    color: var(--text-color);
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.footer-info p a {
	color: var(--text-color);
}

.footer-info p a:hover {
	color: #5ba1cc;
}


.footer-butm {
	background: #def0f9;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}


.footer-bottom-left {
	text-align: left;
}

.footer-bottom-right {
	text-align: right;
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 25px 0px;
}

.footer-bottom-right p {
    color: rgb(32 33 35 / 40%);
    font-size: 11.2px;
    line-height: 12.8px;
    font-family: 'Museo Sans Rounded 300';
}

.footer-bottom-right p a {
	color: rgb(32 33 35 / 40%);
}

.footer-bottom-right p a:hover {
	color: var(--text-color);
}


/*=========================================*/
/*=========footer======*/
/*=========================================*/
.header {
    padding: 35px 0px;
    margin: 0;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 888;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

.header.is-sticky {
	position: fixed;
	/* box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1); */
	padding: 20px 0;
	/* backdrop-filter: blur(10px); */
	animation: slideDown 0.35s ease-out;
	background: #fff;
	z-index: 888;
	/* display: none; */
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}


.headerWrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
}

.headerWrap .src-mb-menu {
	display: flex;
	align-items: center;
	gap: 40px;
}

.headerWrap .src-mb-menu .srcBtn {
	background: transparent;
	border: none;
	box-shadow: none;
	outline: none;
	color: var(--white);
}
.is-sticky .headerWrap .src-mb-menu .srcBtn {
	color: var(--text-color);
}

.black-menu-text .headerWrap .src-mb-menu .srcBtn{
	color: var(--text-color);
}
.is-sticky.is-sticky .headerWrap .src-mb-menu .srcBtn {
	color: var(--text-color);
}

.headerMenu ul {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
}

.headerMenu ul li {
	list-style: none;
	margin: 0 50px 0 0;
	padding: 0;
}

.headerMenu ul li:nth-child(3) {
	margin-right: 657px;
}

.headerMenu ul li:last-child {
	margin-right: 0;
}

.headerMenu ul li a {
	/* color: var(--text-color); */
	text-decoration: none;
	display: block;
	padding: 0px 15px;
	font-size: 12.8px;
	font-family: 'Museo Sans Rounded 500';
	line-height: 1.2;
	transition: all 300ms ease-in-out;
	color: var(--white);
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	letter-spacing: 1.1px;
}
.black-menu-text .headerMenu ul > li > a{
	color: var(--text-color);
}


.headerWrap .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 225px;
    height: auto;
    margin: 0 auto;
    transition: all 0.3s ease-in-out;
}

.headerWrap .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}

.header .custom-container {
	overflow: visible;
}


.header .onhovername {
	display: none;
}

.header.is-sticky .logo {
	height: 0px;
	width: 0px;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.header.is-sticky .headerMenu {
	display: none;
}
.header .onhovername p{
	font-family: 'Museo Sans Rounded 500';
	font-size: 19.2px;
	line-height: 1.2;
	color: #202123;
	padding: 0;
	margin: 0;
}
.header.is-sticky .onhovername {
	display: block;
}


/*======== menu =========Css */

.menuHum .menuBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	cursor: pointer;
}

.menuHum .menuBtn li {
	width: 30px;
	height: 3px;
	border-radius: 6px;
	background: var(--white);
}
.is-sticky .menuHum .menuBtn li{
	background: var(--text-color);
}
.black-menu-text .menuHum .menuBtn li{
	background: var(--text-color);
}
.black-menu-text.is-sticky .menuHum .menuBtn li{
	background: var(--text-color);
}

.menuOverlay {
	height: 0%;
	width: 100%;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	background-color: #d8edf8;
	overflow-y: hidden;
	transition: 0.5s;
}

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


.overlay-content.custom-nav {
	position: relative;
	top: 0px;
	width: 100%;
	text-align: left;
	margin-top: 0px;
	max-height: calc(100vh - 370px);
    overflow-y: auto;
}
.overlay-content.custom-nav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.overlay-content.custom-nav::-webkit-scrollbar
{
	width: 8px;
	background-color: #F5F5F5;
}

.overlay-content.custom-nav::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #568bac;
}
 .overlay-content.custom-nav ul li > ul::-webkit-scrollbar{
	width: 0;
 }



.overlay-content.custom-nav ul {
	padding: 0px;
	margin: 0px;
	position: relative;
}


.overlay-content.custom-nav ul li {
	list-style-type: none;
	padding: 0px;
	margin: 10px 0px;
	/* position: relative; */

}

.overlay-content.custom-nav ul li a {
	font-size: 32.0px;
	color: #f3f2ed;
	font-weight: 400;
}


/* .overlay-content.custom-nav ul li a:hover {
	color: #000;
}*/

.overlay-content.custom-nav ul li a.active {
	font-weight: bold;
}


/* .overlay-content.custom-nav ul li a {
	font-size: 24.0px;
	color: #568bac;
	font-weight: 400;
	line-height: 1.2;
	max-width: 400px;
	display: block;
	padding: 0 0 6px;
	margin-bottom: 10px;
} */
 .overlay-content.custom-nav ul li a {
    font-size: 36.0px;
    color: #568bac;
    font-weight: 400;
    line-height: 1.2;
    max-width: 560px;
    display: block;
    padding: 0 0 6px;
    margin-bottom: 10px;
	position: relative;
}
.overlay-content.custom-nav ul li a.active{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
}
.overlay-content.custom-nav ul > li > a > img{
	display: none;
}
.overlay-content.custom-nav ul li ul.sub-menu li a img{
	display: inline-block;
}
.overlay-content.custom-nav ul li:last-child a {
	padding-bottom:0px;
	margin-bottom: 0px;
}


.overlay-content.custom-nav ul li a.sub {
	border-bottom: 1px solid transparent;
	position: relative;
}
.overlay-content.custom-nav ul li a.sub:hover{
/*	border-color: #568bac;*/
}
.overlay-content.custom-nav ul > li > a:after{
	content: '';
	width: 0%;
	max-width: 0px;
	height: 1px;
	background: #568bac;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 300ms ease-in-out;
}
.overlay-content.custom-nav ul > li:hover > a:after{
	width: 100%;
	max-width: 100%;
}

/* .overlay-content.custom-nav ul li > ul {
	display: none;
	position: absolute;
	left: 403px;
	top: 10px;
	z-index: 99;
	background: #eef3f6;
	width: calc(100% - 403px);
	border-radius: 20px;
	padding: 30px 30px 15px;
	flex-wrap: wrap;
} */
 .overlay-content.custom-nav ul li > ul {
    display: none;
    position: absolute;
    left: 540px;
    top: 0px;
	bottom: 0px;
    z-index: 99;
	background: #d8edf8;
    /* background: #eef3f6; */
    width: calc(100% - 540px);
    /* border-radius: 20px; */
	border-left: 2px solid #568bac;
    padding: 0px 30px 15px;
    flex-wrap: wrap;
	height: 100%;
	overflow-y: auto;
}
.overlay-content.custom-nav ul > li:hover > ul{
	display: block;
}

.overlay-content.custom-nav ul li ul li {
	/* max-width: 33%; */
	width: 100%;
	margin: 0 0 15px;
}

/* .overlay-content.custom-nav ul li ul li:last-child{
	margin-bottom: 0;
 } */

.overlay-content.custom-nav ul li ul li>a {
	font-size: 18px;
	color: #568bac;
	font-weight: 400;
	line-height: 25.6px;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
}
.overlay-content.custom-nav ul li ul li>a[href="#"]{
	color: #568bac;
	opacity: 0.4;
	cursor: context-menu;
}
.overlay-content.custom-nav ul li ul li>a[href="#"]:hover{
	color: #568bac;
	opacity: 0.4;
}
.overlay-content.custom-nav ul li ul li>a:after{
	display: none;
}

.overlay-content.custom-nav ul li ul li a img {
	width: 22px;
}


.overlay-content.custom-nav ul li ul li a:hover {
	color: #202123;
}
.overlay-content.custom-nav ul li ul li.active>a{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	color: #202123;
}
.menuOverlay .closebtn {
	/* position: absolute; */
	/* top: 104px; */
	/* right: 180px; */
	font-size: 32.0px;
	color: #202123;
	border-radius: 0;
	/* width: 100px;
	height: 100px; */
	padding: 0px;
	margin: 0px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.menuOverlay .closebtn span {
	font-size: 16.0px;
	line-height: 1;
}

.menutopbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.menu-info-section {
	position: relative;
	padding: 0px 0 0 50px;
	margin: 30px 0 0;
	min-height: auto;
	justify-content: flex-end;
	display: flex;
}

/* .menu-info-section::after {
	content: '';
	height: 100%;
	width: 6px;
	background: #cbbf9b;
	position: absolute;
	border-radius: 6px;
	left: 0;
	top: 0;
} */

.menu-info-section1 {
	margin: 0px 0px 30px 0px;
}

.menu-info-section1 h5 {
	font-size: 14.4px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}

.menu-info-section1 ul li {
	font-size: 12.8px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 6px;
}

.menu-info-section1 ul li span {
	color: #f3f2ed;
}

.menu-info-section1 ul li a {
	font-size: 12.8px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	transition: all 300ms ease-in-out;
}

/* .menu-info-section1 ul li a:hover {
	color: #c6aa58;
} */


.menu-info-section2 {
	margin: 0px 0px 30px 0px;
}


.menu-info-section2 h5 {
	font-size: 14.4px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}


.menu-info-section2 ul li {
	font-size: 12.8px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 6px;
}

.menu-info-section2 ul li span {
	color: #f3f2ed;
}

.menu-info-section2 ul li a {
	font-size: 12.8px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 400;
	padding: 0;
	margin: 0 0 0px;
	transition: all 300ms ease-in-out;
}

/* .menu-info-section2 ul li a:hover {
	color: #c6aa58;
} */


.footer-follw-us h4 {
	font-size: 17.6px;
	line-height: 1.2;
	color: #202123;
	padding: 0;
	margin: 0 0 10px;
}

.footer-follw-us ul {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.footer-follw-us ul li a {
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #5ba1cc;
	color: #fff;
}

.footer-follw-us ul li a:hover {}


.major-projects-section {
	padding: 220px 0 0;
	margin: 0;
}

.major-projects-section .ttl {
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    max-width: 555px;
}

.major-projects-section .ttl h2 {
    font-size: 48.0px;
    line-height: 1.2;
    color: #568bac;
    padding: 0;
    margin: 0;
}
.major-projectsTab .nav-tabs {
    max-width: 970px;
    margin: 0 auto 40px;
    border-bottom: none;
    justify-content: space-between;
}

.major-projectsTab .nav-tabs .nav-item .nav-link {
    font-size: 20.8px;
    line-height: 1.2;
    color: #202123;
    padding: 0 20px 15px;
    margin: 0;
    border: none;
    border-radius: 0;
    /* border-bottom: 3px solid transparent; */
    position: relative;
    font-family: 'Museo Sans Rounded 700';
}

.major-projectsTab .nav-tabs .nav-item .nav-link:after {
	content: '';
	width: 0%;
	height: 3px;
	background: #5BA1CC;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 300ms ease-in-out;
	border-radius: 7px;
}

.major-projectsTab .nav-tabs .nav-item .nav-link.active:after,
.major-projectsTab .nav-tabs .nav-item .nav-link:hover:after {
	width: 100%;
	transition: all 300ms ease-in-out;
}


.major-projectsTab .tab-content {
	background: #D8EDF8;
}

.major-projects-box {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0;
}

.major-projects-box .desc {
    width: 100%;
    max-width: 670px;
    padding: 0 74px 0 0;
}

.major-projects-box .desc h3 {
    font-size: 48.0px;
    line-height: 1.2;
    color: #568BAC;
    padding: 0 0 40px;
    margin: 0;
}

.major-projects-box .desc p {
    font-size: 25.6px;
    line-height: 1.4;
    color: #202123;
    padding: 0;
    margin: 0 0 20px;
    font-family: 'Calibri';
}

.major-projects-box .desc p:last-child {
	margin-bottom: 0;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background: #5ba1cc;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	font-size: 28.8px;
	line-height: 1;
	color: #ffff;
	opacity: .35;
	transition: all 300ms ease-in-out;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
	opacity: 1;
}


.research-carousel.owl-carousel .owl-nav button.owl-next,
.research-carousel.owl-carousel .owl-nav button.owl-prev,
.spiritual-carousel.owl-carousel .owl-nav button.owl-next,
.spiritual-carousel.owl-carousel .owl-nav button.owl-prev,
.our-gallery-carousel.owl-carousel .owl-nav button.owl-next,
.our-gallery-carousel.owl-carousel .owl-nav button.owl-prev {
	width: 157px;
	height: 157px;
	font-size: 64.0px;
}


/*=========================================*/
/*=========mission======*/
/*=========================================*/

.inner-part-width {
	max-width: 1000px;
	margin: 0px auto;
}


.mission-banner-text-section {
	position: absolute;
	left: 0px;
	margin: 0px;
	text-align: left;
	bottom: 130px;
	right: 0px;
}

.aboutDepInfoText {
    max-width: 1150px;
    margin: 0 auto;
}
.mission-banner-text-section .custom-container {
	position: relative;
}

.mission-banner-text-section h1 {
	font-size: 64.0px;
	color: var(--white);
	line-height: 64.0px;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-family: 'Museo Sans Rounded 300';
}


.mission-banner-text-section ul {
	padding: 0px;
	margin: 0px;
	width: 50%;
}

.mission-banner-text-section ul li {
	font-size: 16.0px;
	color: var(--white);
	line-height: 24.0px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Calibri;
	display: flex;
	justify-content: start;
	align-items: start;
	font-weight: 400;
}

.mission-banner-text-section ul li::before {
	font: normal normal normal 10px/1 FontAwesome;
	content: "\f111";
	height: auto;
	width: auto;
	position: relative;
	margin-right: 10px;
	color: var(--white);
	;
	position: relative;
	top: 10px;
	margin-right: 20px;
}


.sky-box {
	background: #d8edf8;
	border: 1px solid #cfe4ef;
}

.organe-box {
	background: #fbead8;
	border: 1px solid #f2e0ce;
}

.green-box {
	background: #f1fad0;
	border: 1px solid #e6f0c5;
}

.yellow-box {
	background: #f7f7d1;
	border: 1px solid #e6f0c5;
}

.pink-box {
	background: #fff3f8;
	border: 1px solid #f4e7ec;
}

.grey-box {
	background: #f6f6f6;
	border: 1px solid #ebebeb;
}


.mission-body-section {
	padding: 0px 0px 150px 0px;
}

.header-tittle {
	text-align: center;
	padding: 150px 0px 150px 0px;
	margin: 0px;
}
.header-tittle h2{
	font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
    font-size: 24.0px;
    line-height: 1.2;
    letter-spacing: 0.87px;
    text-align: center;
    color: #202123;
	padding: 0;
	margin: 0;
}

.mission-box {
	border-radius: 40px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	height: 100%;
}

.mission-box-img {
	width: 100%;
	height: 290px;
	margin: 0px;
	padding: 0px;
}

.mission-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mission-box-text {
	text-align: center;
	padding: 40px 40px;
	margin: 0px auto;
}

.mission-box-text h4 {
	font-size: 20.8px;
	color: var(--text-color);
	line-height: 32.0px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'Museo Sans Rounded 700';
	text-align: center;
}

.mission-box-text p {
	font-size: 20.8px;
	color: var(--text-color);
	line-height: 28.8px;
	margin: 0px;
	padding: 0px;
	font-family: 'Museo Sans Rounded 300';
	text-align: center;
}


/*=========================================*/
/*=========mission======*/
/*=========================================*/


/*=========================================*/
/*=========vission======*/
/*=========================================*/


.vission-banner-text-section {
    position: absolute;
    /* left: 0px;
    margin: 0px;
    text-align: left;
    right: 0px;
    top: 50%;
    transform: translateY(-20%); */
}


.vission-banner-text-section .custom-container {
	position: relative;
}

.vission-banner-text-section h1 {
	font-size: 64.0px;
	color: var(--white);
	line-height: 64.0px;
	margin: 0px;
	padding: 0px 0px 50px 0px;
	font-family: 'Museo Sans Rounded 300';
}


.vission-banner-text-section p {
	padding: 0px;
	margin: 0px;
	/* width: 27%; */
	font-family: Calibri;
	color: var(--white);
	font-size: 16.0px;
	line-height: 24.0px;
	font-weight: 400;
}


.comm-gap {
	padding: 70px 0px;
}


.top-book-section {
	margin: 0px auto;
	text-align: center;
	position: relative;
}


.top-book-section-img {
	margin: 0px auto;
}


.top-book-section-text {
	margin: 95px 0px 0px 0px;
	padding: 0px;
}


.top-book-section-text h4 {
	font-size: 25.6px;
	color: var(--text-color);
	line-height: 33.6px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'Museo Sans Rounded 500';
}

.top-book-section-text h4 span {
	font-family: 'Museo Sans Rounded 700';
}


.top-book-section-text h2 {
	color: var(--blue);
	font-size: 64.0px;
	line-height: 64.0px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: 'Museo Sans Rounded 700';
}


.top-book-section-text p {
	font-size: 20.8px;
	line-height: 28.8px;
	color: var(--text-color);
	margin: 0px auto;
	padding: 0px;
	font-family: Calibri;
	text-align: center;

}


.needs-society {
	position: relative;
	background: url(../images/need-socity.png) no-repeat left top;
	min-height: 1091px;
	background-size: cover;
	background-attachment: fixed;
}
.needs-society > img{
	width: 100%;
	display: none;
}
.needs-society-inner {
	padding: 120px 0px 0px 0px;
	margin: 0px auto;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}


.needs-society-inner .inner-part-width {
	position: relative;
}


.needs-society-inner h2 {
	color: var(--white);
	font-size: 64.0px;
	font-family: 'Museo Sans Rounded 300';
	padding: 60px 0px;
	line-height: 64.0px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}


.needs-society-inner p {
	font-size: 20.8px;
	line-height: 28.8px;
	color: var(--white);
	margin: 0px auto;
	padding: 0px 100px;
	font-family: Calibri;
	text-align: center;
	font-weight: 400;
}

.needs-society-inner p span {
	font-weight: 600;
}


.vission-text-section {
	background: var(--white);
	padding: 250px 0px;
	margin: 0px auto;
	text-align: center;
}

.vission-text-section p {
	font-size: 20.8px;
	line-height: 28.8px;
	color: var(--text-color);
	margin: 0px auto;
	padding: 0px 100px;
	font-family: Calibri;
	text-align: center;
	font-weight: 400;
}

.vission-text-section p span {
	font-weight: 600;
}


.approch-section {
	background: var(--white);
	padding: 0px;
	margin: 0px;
}


.approch-section-header {
	text-align: center;
	margin: 0px auto;
}

.approch-section-header h2 {
	color: rgb(86, 139, 172);
	font-size: 64.0px;
	font-family: "Museo Sans Rounded 300";
	padding: 0px 0px 80px 0px;
	margin: 0px;
	line-height: 64.0px;
}


.approch-section-body {
	position: relative;
	min-height: 1024px;
	background: url(../images/achieve-bg.png) no-repeat left top;
	background-size: cover;
	background-attachment: fixed;
}
.approch-section-body img{
	width: 100%;

}
.approch-section-body > img{
	display: none;
}

.approch-section-body .custom-container {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}

.approch-section-body-text.row {
	padding: 250px 0px;
}

.approch-section-body-text p {
	font-size: 20.8px;
	line-height: 28.8px;
	color: var(--white);
	margin: 0px auto;
	padding: 0px 0px 30px 0px;
	font-family: Calibri;
/*	text-align: justify;*/
	font-weight: 400;
}

.approch-section-body-text p span {
	font-weight: 600;
}


.approch-section-body-text h4 {
	font-size: 20.8px;
	line-height: 28.8px;
	color: var(--white);
	margin: 0px auto;
	padding: 0px 0px 15px 0px;
	font-family: Calibri;
	text-align: left;
	font-weight: 400;
}


.approch-section-body-text-row {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 70px;
	margin: 0px 0px 30px 0px;
}


.approch-section-body-text-row-start {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	align-items: start;
}


.approch-section-body-text-row-start-img {
	width: 50px;
	height: 50px;
}


.approch-section-body-text-row-start-text {
	padding: 0px;
	margin: 0px;
}

.approch-section-body-text-row-start-text h5 {
	color: var(--white);
	font-size: 40.0px;
	font-family: "Museo Sans Rounded 700";
	padding: 0px;
	margin: 0px;
	line-height: 40.0px;
}


.approch-section-body-text-row-start-text h6 {
	font-size: 17.6px;
	line-height: 17.6px;
	color: var(--white);
	margin: 0px auto;
	padding: 0px;
	font-family: Calibri;
	text-align: left;
	font-weight: 400;
}


.approch-section-body-text-row-mid h5 {
	color: var(--white);
	font-size: 40.0px;
	font-family: "Museo Sans Rounded 700";
	padding: 0px;
	margin: 0px;
	line-height: 40.0px;
}


.vission-about-section {
	padding: 0px;
	margin: 0px;
}
.vission-about-section .vission-about-img{
	height: 100%;
}
.vission-about-section .vission-about-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.vission-about-section .row:nth-child(even) {
	flex-direction: row-reverse;
}


.vission-about-section-text {
/*	padding: 200px 240px;*/
	margin: 0px auto;
	text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
	padding:30px 15px;
}
.vission-about-section-text .reveal-type,
.vission-about-section-text .vissionWidth{
	max-width: 546px;
	margin: 0 auto;
}
.vission-about-section-text .vissionWidth ul{
	margin-bottom: 15px;
}
.vission-about-section-text .vissionWidth ul li {
    list-style: inside;
    text-align: left;
    font-size: 20.8px;
    line-height: 1.4;
    color: var(--text-color);
    margin: 0px auto;
    padding: 0px;
    font-family: Calibri;
    text-align: left;
    font-weight: 400;
}
.vission-about-section-text .vissionWidth p{
	text-align: left;
	margin-bottom: 10px;
}
.vission-about-section-text p {
	font-size: 20.8px;
	line-height: 1.4;
	color: var(--text-color);
	margin: 0px auto;
	padding: 0px;
	font-family: Calibri;
	text-align: center;
	font-weight: 400;
}

.vission-about-section-text p span {
	font-weight: 600;
}

.flower-icon {
	margin: 0px auto;
	text-align: center;
	padding: 0px 0px 60px 0px;
}


.vission-about-section-img {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.vission-about-section-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.vission-about-section-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*=========================================*/
/*=========vission======*/
/*=========================================*/

/*====================== Search Modal Start =================*/
.search-modal{
    display:none;
}
.search-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom:0 ;
    left: 0;
    overflow: auto;
    text-align: center;
    background: rgb(0 0 0 / 75%);
    backdrop-filter: blur(10px);
    margin: 0;
    z-index: 9999;
    height: 100vh;
}
  

  
.search-modal .centered {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 10px 15px;
    color: #FFF;
    border: none;
    background: transparent;
}
  
.search-modal #search-box {
    position: relative;
    max-width: 550px;
    width: 100%;
}
  

  

  
.search-modal #search-box input[type="text"] {
    width: 100%;
    height: 46px;
    border: 2px solid var(--blue);
    background: #000;
    padding: 8px 50px 8px 15px;
    border-radius: 27px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 12.8px;
}
  
.search-modal #search-button {
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 12.8px;
    color: #fff;
    line-height: 1.2;
    background: var(--blue);
    cursor: pointer;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 0;
    outline: none;
    box-shadow: none;
}
  
.search-modal #close-btn{
    position: fixed;
    top: 1em;
    right: 1em;
}
.search-modal #close-btn:hover{
    color: #777;
    cursor: pointer;
}




.our-researchSliderWrap .owl-carousel {
  /* max-width: 90%;
  margin: 20px auto; */
}
.our-researchSliderWrap .owl-carousel .owl-nav button.owl-prev,
.our-researchSliderWrap .owl-carousel .owl-nav button.owl-next {
	background: #5ba1cc;
	width: 157px;
    height: 157px;
    font-size: 64.0px;
	border-radius: 50%;
	line-height: 1;
	color: #ffff;
	opacity: .35;
	transition: all 300ms ease-in-out;
}
.our-research-section .owl-nav .owl-prev,
.our-research-section .owl-nav .owl-next{
	/* top: -536px; */
	top: -385px !important;
	width: 110px !important;
    height: 110px !important;
    font-size: 50px !important;
}
.our-researchSliderWrap .owl-carousel .owl-nav button.owl-prev:hover,
.our-researchSliderWrap .owl-carousel .owl-nav button.owl-next:hover{
	opacity: 1;
}
.our-researchSliderWrap .toppanel{
	display: flex;
	gap: 20px;
	margin-bottom: 25px;
}
.our-researchSliderWrap .toppanel .research-paper-box{
	width: 33%;
}
.our-researchSliderWrap .toppanel .researchSliderTop{
	width: calc(100% - (33% + 20px));
}

.our-researchSliderWrap .bottomPanel{
	padding: 0 0 0 60px;
}

.our-researchSliderWrap .item {
    padding: 10px;
}


.blank-sec{
	background: #fff;
	height: 350px;
/*	display: none;*/
}
.sign-up-section-right{
	height: 100%;
}
.sign-up-section-right img{
	height: 100%;
	width: 100%;
}







.key-research-carousel .owl-stage, 
.disciplines-section-carousel .owl-stage {
    margin: 0px -508px;
}

.key-research-carousel .owl-stage ,
.disciplines-section-carousel .owl-stage{
	display: flex;
}
.key-research-carousel .owl-stage .item ,
.disciplines-section-carousel .owl-stage .item {
	display: flex;
    flex: 1 0 auto;
    height: 100%;
    padding: 15px;
}

.key-research-carousel .owl-stage .item .key-research-box,
.disciplines-section-carousel .owl-stage .item .disciplines-box{
	position: relative;
    overflow: hidden;
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
}


.gsbutton {
	color: black;
}

.gsbutton {
	cursor: pointer;
	display: inline-flex;
	justify-content: center;
	line-height: 1.04545;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	word-break: break-word;
	text-decoration: none;
	width: auto;
	background: #d8edf8;
    border: 2px solid #cee2ed;
    color: #202123;
    font-family: 'Museo Sans Rounded 700';
    font-size: 14.4px;
    line-height: 1;
    text-align: center;
    border-radius: 15px;
    padding: 20px 40px;
}

@media (hover: hover) {
	.gsbutton.button--stroke:hover {
		color: #fff;
		text-decoration: none;
/*		border-color: #202123;*/
	}
}

.button--stroke:after {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.button--stroke:after {
	/* border: 0.125rem solid blue; */
	/* border-radius: 6.25rem; */
	content: "";
	pointer-events: none;
}

.button__label {
	position: relative;
	text-align: center;
	transition: color 50ms cubic-bezier(0.175, 0.79, 0.38, 0.905);
}

.button--stroke:hover .button__label {
	transition: color 0.15s cubic-bezier(0.175, 0.79, 0.38, 0.905);
	color: #fff;
}

.button__flair {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
}

.button--stroke .button__flair {
	transform: scale(0);
	transform-origin: 0 0;
	will-change: transform;
}

.button__flair:before {
	aspect-ratio: 1/1;
	/* background-color: #202123; */
	background-color: #568bac;
	 border-radius: 50%; 
	content: "";
	display: block;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translate(-50%, -50%);
	width: 170%;
}
.submenu.dropdown .drop_arw{
	display: none;
}


.our-researchSliderWrap .owl-stage-outer{
	border-radius: 60px 0 0 60px;
}


.chip {
    position: absolute;
    bottom: 60px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}


.chip h4 {
    background: #5ba1cc;
    text-align: center;
    font-size: 24.0px;
    padding: 22px 50px;
    font-family: 'Museo Sans Rounded 700';
    font-weight: 700;
    display: inline-block;
    border-radius: 20px;
    color: #fff;
    margin: 0;
}
.major-projectsTab .thamBox{
	position: relative;
}
.major-projectsTab .thamBox img{
	width: 100%;
}


.frm-inner .form-row .form-control::placeholder {
  color: #202123;
  opacity: 1; /* Firefox */
}

.frm-inner .form-row .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #202123;
}


/*=========== Inner page Set up Start ===========*/
.innerBanner{
	position: relative;
	padding: 0;
	margin: 0;
}
.innerBanner video{
	width: 100%;
	outline: none;
	box-shadow: none;
	border: none;
	line-height: 0;
}
.innerBanner img{
	width: 100%;
	min-height: 450px;
	object-fit: cover;
}
.innerBanner .desc{
	position: absolute;
	width: 100%;
	bottom: 13%;
	left: 0;
/*	transform: translateY(-15%);*/
}
.innerBanner .desc h1{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 56.0px;
	line-height:1;
	letter-spacing: -1.2px;
	text-align: center;
	color: #fff;
	padding: 0;
	margin: 0 0 50px;
}
.innerBanner .desc p {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 24.0px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0 auto 70px;
    max-width: 900px;
}




.aboutdeppara{
	min-height: 770px;
}
.parallaxSec{
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.aboutdep {
    padding: 0;
	margin: 0;
}
/* .aboutdep .secttlBox {
	padding:136px 0;
	margin: 0;
} */
.secttlBox .textBox{
	text-align: center;
	padding:0;
	margin: 0 0 40px;
} 
.secttlBox .textBox p {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 24.0px;
    line-height: 1.5;
    letter-spacing: 0.82px;
    text-align: center;
    color: #202123;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
}
.siteTtl,
.key-research-section-header h2.siteTtl{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 64.0px;
	line-height: 1.1;
}
.siteSubTtl{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 32.0px;
	line-height: 1.2;
	/* color: #202123; */
}
.siteTtlSm{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 48.0px;
	line-height: 1.2;
}
.common-pdt{
	padding-top: 130px !important;
}
.common-pdb{
	padding-bottom: 130px !important;
}
.common-pdt-sm {
	padding-top: 100px !important;
}
.common-pdb-sm{
	padding-bottom: 100px !important;
}
.common-pdt-xs {
	padding-top: 80px !important;
}
.common-pdb-xs{
	padding-bottom: 80px !important;
}
.common-pdt-xxs {
	padding-top: 50px !important;
}
.common-pdb-xxs{
	padding-bottom: 50px !important;
}
.aboutdeppara h2{
	color: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sitePara{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.4;
}
.siteParaXl{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 24.0px;
	line-height: 1.4;
}
.aboutDepInfo p{
	letter-spacing: 0.71px;
	color: #202123;
	padding: 0;
	margin: 0 0 50px;
}
.aboutDepInfo h6 {
    color: #202123;
    letter-spacing: 0.82px;
    padding: 0;
    margin: 0 auto;
    max-width: 970px;
}

.insBox{
	position: relative;
	box-shadow: 2px 3px 40px 0px #0000000F;
	border: 2px solid #E2E2E2;
	border-radius: 16px;
	margin: 20px 0;
	overflow: hidden;
}
.insBox .tham{
	overflow: hidden;
	border-radius:16px 16px 0 0;
}
.insBox .tham img{
	width: 100%;
	height: auto;
	transform: scale(1);
	transition: all 300ms ease-in-out;
}
.insBox:hover .tham img{
	transform: scale(1.1);
}
.insBox .desc{
	text-align: center;
	background: #D8EDF8;
	padding:20px 10px;
	margin: 0;
}
.insBox .desc h6{
	letter-spacing: -0.5px;
	color: #202123;
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.researchSec{
	height: 770px;
	position: relative;
}
.researchDesc{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 130px;
}
.researchDesc h2{
	max-width: 650px;
	color: #fff;
	max-width: 620px;
}


.researchExperiment-sec .reWrap{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}
.researchExperiment-sec .reWrap .desc{
	max-width: 441px;
}
.researchExperiment-sec .reWrap .desc p{
	margin: 0 0 60px;
	padding: 0;
}
.researchExperiment-sec .reWrap .desc p:last-child{
	margin-bottom: 0;
}
.researchExperiment-sec .reWrap .thamImg{
	max-width: 830px;
}
.researchExperiment-sec .reWrap .thamImg img{
	max-width: 100%;
}

.forumsEngagement-sec .secTtl .ttlText h2{
	color: #568BAC;
}

.disciplines-section.departmentPage{
	padding: 200px 0;
}
.disciplines-section.departmentPage{
	padding: 140px 0 160px;
}
.interactTtl{
	padding-bottom: 28px;
}
.disciplines-box-text p{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 24.0px;
	line-height: 1.2;
	letter-spacing: 1.2px;
	color: #fff;
	padding: 0;
	margin: 20px 0 0;
	max-width: 130px;
}

.interviewShorts-sec.people-saying-section 



.equalHeight .owl-stage {
	display: flex;
}
.equalHeight .owl-stage .item {
	display: flex;
    flex: 1 0 auto;
    height: 100%;
    /* padding: 15px; */
}
.equalHeight .owl-stage .item .eqbox{
	/* position: relative;
    overflow: hidden; */
    /* margin-bottom: 80px; *//*This is optional*/
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
}
.equalHeight .owl-stage .item .eqbox img{
	height: 100%;
	object-fit: cover;
}

.client-box .playButton,
.disciplines-box .playButton{
	font-size: 64.0px;
	line-height:1.2;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 4;
	border: none;
	box-shadow: none;
	outline: none;
	background: none;
	opacity: 0;
	transition: all 300ms ease-in-out;
}
.client-box:hover .playButton,
.disciplines-box:hover .playButton{
	opacity: 1;
}

.fltham{
	position: relative;
}
.fltham .desc.pbt{
	bottom: 0;
}
.fltham .desc{
	position: absolute;
	width: 100%;
	left: 0;
}
.fltham .desc .chipDesc {
    background: #DEF0F9;
    max-width: 547px;
    border-radius: 20px 20px 0 0;
    padding: 50px 50px 40px;
}
.fltham .desc .chipDesc.transparentBG {
    background: #def0f99e;
}
.fltham .desc .chipDesc h3{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 44.0px;
	line-height: 1.2;
	letter-spacing:0.4px;
	color: #202123;
	padding: 0;
	margin: 0 0 30px;
}
.fltham .desc .chipDesc h5{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 24.0px;
	line-height: 1.2;
	letter-spacing:0.2px;
	color: #202123;
	padding: 0;
	margin: 0 0 50px;
}
.fltham .desc .chipDesc p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.4;
	letter-spacing: 0.71px;
	padding: 0;
	margin: 0;
}

.fullSlider.owl-carousel .owl-nav button.owl-next, 
.fullSlider.owl-carousel .owl-nav button.owl-prev
{
    background: #5ba1cc;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 56.0px;
    line-height: 1;
    color: #ffff;
    opacity: .35;
    transition: all 300ms ease-in-out;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.fullSlider.owl-carousel .owl-nav button.owl-next:hover, 
.fullSlider.owl-carousel .owl-nav button.owl-prev:hover{
	opacity: 1;
}
.fullSlider.owl-carousel .owl-nav button.owl-next{
	right: 80px;
}
.fullSlider.owl-carousel .owl-nav button.owl-prev{
	left: 80px;
}


.formobile{
	display: none;
}
.banner-section.banner-details-center .mission-banner-text-section.vission-banner-text-section{
	bottom: inherit;
	transform: translateY(20%);
	top: 50%;
}
.banner-section.banner-details-center .mission-banner-text-section.vission-banner-text-section h1{
	text-align: center;
	margin: 0;
	padding: 0;
}


.mission-descinfo{
	padding: 130px 0 0;
}
.mission-descinfo .ttl{
	text-align: center;
	padding: 0;
	margin: 0 0 60px;
}
.mission-descinfo .ttl h2{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	font-size: 24.0px;
	line-height: 1.2;
	letter-spacing: 0.87px;
	text-align: center;
	color: #202123;
}
.mission-descinfo .mission-body-section{
	padding: 0;
	margin: 0;
}
.missin-feat-wrapper{
	display: flex;
	padding: 0;
	margin:0 0 40px;
}
.missin-feat-wrapper .missin-featlogo-wrap {
    width: 40px;
    margin: 0;
    padding: 0px 0 0;
}
.missin-feat-wrapper .missin-feattext-wrap{
	width: calc(100% - 40px);
	padding: 0 0 0 30px;
}
.missin-feat-wrapper .missin-feattext-wrap p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.4;
	letter-spacing: 0.71px;
	color: #202123;
	padding: 0;
	margin: 0;
}

.banner-section.banner-details-right .mission-banner-text-section.vission-banner-text-section .banner-content-wrapper{
	display: flex;
    justify-content: end;
}
.banner-section.banner-details-right .mission-banner-text-section.vission-banner-text-section .banner-content-wrapper .banner-details-wrap {
    max-width: 314px;
}



.siteContactwrap{
	padding: 0;
	margin: 0;
}
.siteContactwrap .form-group{
	margin: 0 0 10px;
}
.pancard-customsize-field .ginput_container input[type="text"]{
	background: #F5F5F6;
    border-radius: 20px;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 20px;
    height: 81px;
    color: #202123;
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
	width: calc(50% - 50px) !important;
}
.siteContactwrap .form-control,
.gform-theme--foundation .gfield .ginput_password.large, 
.gform-theme--foundation .gfield input.large, 
.gform-theme--foundation .gfield select.large,
.gfield--input-type-phone .ginput_container_phone input[type="tel"]{
	background: #F5F5F6;
	border-radius: 20px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 20px;
	height: 81px;
	color: #202123;
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size:22px;
	line-height:1.2;
}
.gform-theme--foundation .gfield select.large{
	padding: 26px 20px;
}
.siteContactwrap select.form-control{
	-moz-appearance: auto;
    appearance: auto;
}
.siteContactwrap textarea.form-control{
	height: 169px;
	resize: none;
}
.gform-theme--foundation .gfield textarea{
	background: #F5F5F6;
	border-radius: 20px;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 20px;
	height: 81px;
	color: #202123;
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 22px;
	line-height:1.2;
}




.siteContactwrap .form-control::placeholder,
.gform-theme--foundation .gfield .ginput_password.large::placeholder, 
.gform-theme--foundation .gfield input.large::placeholder,
.gform-theme--foundation .gfield textarea::placeholder,
.gfield--input-type-phone .ginput_container_phone input[type="tel"]::placeholder,
.pancard-customsize-field .ginput_container input[type="text"]::placeholder {
  color: #A5A8AD;
  opacity: 1; /* Firefox */
}

.siteContactwrap .form-control::-ms-input-placeholder,
.gform-theme--foundation .gfield .ginput_password.large::-ms-input-placeholder, 
.gform-theme--foundation .gfield input.large::-ms-input-placeholder,
.gform-theme--foundation .gfield textarea::-ms-input-placeholder,
.gfield--input-type-phone .ginput_container_phone input[type="tel"]::-ms-input-placeholder,
.pancard-customsize-field .ginput_container input[type="text"]::-ms-input-placeholder { /* Edge 12 -18 */
  color: #A5A8AD;
}
.gf_placeholder{
	color: #A5A8AD !important;
	opacity: 1;
}
.single-events .gform-footer,
.page-template-template-department .gform-footer{
	display: flex;
	justify-content: flex-end;
}
.gfield--type-submit .gform-button,
.frm-inner .gform-footer .gform_button,
.single-events .gform-footer .gform_button,
.page-template-template-department .gform-footer .gform_button{
	font-family: 'Museo Sans Rounded 700' !important;
    font-size: 18px !important;
    line-height: 26px !important;
    text-align: center !important;
    border-radius: 20px !important;
	background: #d8edf8 !important;
    border: 1px solid #cee2ed !important;
    color: #202123 !important;
	/* margin-top: 30px !important; */
    padding: 16px 44px !important;
    border-width: 2px !important;
	outline: none !important;
	box-shadow: none !important;
	transition: all 300ms ease-in-out !important;

}

.gfield--type-submit .gform-button:hover,
.frm-inner .gform-footer .gform_button:hover,
.single-events .gform-footer .gform_button:hover,
.page-template-template-department .gform-footer .gform_button:hover {
    background: #202123 !important;
    border: 2px solid #202123 !important;
    color: #fff !important;
}
.siteContactwrap .checkboxCard{
	margin-top: 40px;
	margin-bottom: 40px;
}
.checkboxCard h5{
	font-family: 'Calibri';
	font-weight: 700;
	font-size: 16.0px;
	line-height: 1.2;
	letter-spacing: 0.3px;
	color: #202123;
	padding: 0;
	margin: 0 0 23px;
}
.siteContactwrap .gform-theme--foundation .gform_fields,
.page-template-template-donate .gform-theme--foundation .gform_fields{
	column-gap: 100px;
}



.checkboxItem{
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0 0 20px;
	position: relative;
}
.checkboxItem input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkboxCard input[type="checkbox"]{
	margin-right: 10px;
}
.checkboxItem label {
	position: relative;
	cursor: pointer;
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 12.0px;
	line-height: 1.2;
	letter-spacing: 0.41px;
	margin-bottom: 0;
}
.checkboxCard label{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 12.0px;
	line-height: 1.2;
	letter-spacing: 0.41px;
	margin-bottom: 10px;
	color: var(--text-color);
}

.checkboxItem label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  /* border: 2px solid #0079bf; */
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
  padding: 16px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  background: #DFDFE7;
  margin-right: 5px;
  border-radius: 8px;
}

.checkboxItem input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 11px;
    width: 10px;
    height: 18px;
    border: solid #fefcff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.siteContactwrap .formLtBox {
    padding: 0 100px 0 0;
}
.siteContactwrap .formRtBox {
    padding: 0 0 0 100px;
}


.contactDepartment-sec .ttlDesc h2,
.honours-sec h2,
.interviewShorts-sec h2{
	text-align: center;
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 56.0px;
	line-height: 1.2;
	/* letter-spacing: -0.78%; */
	color: #568BAC;
	padding: 0;
	margin: 0 0 60px;
}
.contactDepartment-sec .ttlDesc p,
.honours-sec p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.4;
	letter-spacing: 0.71px;
	padding: 0;
	margin: 0 0 30px;
}
.contactDepartment-sec .ttlDesc p:last-child,
.honours-sec p:last-child{
	margin-bottom: 0;
}








.facultySec .client-box h6{
	margin-bottom: 30px;
}
.facultySec .client-box .read-butn-wht{
	color: var(--white);
}
.imgZoom img{
	transform: scale(1);
	transition: all 300ms ease-in-out;
}
.imgZoom:hover img{
	transform: scale(1.1);
}

.bottomOverlay{
	position: relative;
}
.bottomOverlay:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0%;
	right: 0;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
	transition: all 300ms ease-in-out;
	border-radius: 50% 50% 0% 0%;
}
.bottomOverlay:hover:after{
	height: 100%;
	border-radius: 0% 0% 0% 0%;
}

.keyResearchSlider .ttlText{
	padding: 0;
	margin:0 0 40px;
}





























/* .slider-container {
  height: 750px;
 	width: 100%;
   max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  position: relative;
  margin-top: 0;
} */

.slider-container {
    height: 580px;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    position: relative;
    margin-top: 0;
    margin: 0 auto;
}

.slider-title{
  position: absolute;
  top: 0;
  font-size: 16.0px;
}

.left-arrow,
.right-arrow {
  /* height: 100%;
  width: 10%; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.left-arrow{
	left: -0px;
}
.right-arrow{
	right: 0px;
}
.slider-content {
  height: 100%;
  width: 100%;
  max-width: calc(100% - 120px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  perspective: 100px;
}
/* .slider-content-background {
  height: 100%;
  width: 102%;
  position: absolute;
  top: 0;
  left: -1%;
  background: linear-gradient(
    to left,
    #f1f1f1,
    transparent,
    transparent,
    transparent,
    #f1f1f1
  );
  z-index: 3;
} */
.slider-content .slide {
  position: absolute;
  left: 50%;
  /* height: 610px;
	max-height: 610px;
	width: 588px;
	min-width: 270px; */
  /* background: #999; */
/*   border: 1px solid; */
    height: 500px;
    max-height: 500px;
    width: 460px;
    min-width: 460px;
  border-radius: 25px;
  left: 50%;
  z-index: 0;
/*   opacity: 0; */
  transform: translate(-50%, 0) rotateY(0deg) scale(1,1);
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.slide.position-1 {
  left: 20% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(-2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  /* box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important; */
  /* filter: blur(5px); */
  
}
.slide.position-2 {
  left: 35% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(-1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  /* box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important; */
  /* filter: blur(2px); */
  
  
}
.slide.position-3 {
  left: 50% !important;
  z-index: 4 !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  opacity: 1 !important;
  /* box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.5) !important; */
  cursor: pointer;
  /* filter: blur(0px); */
}
/* .slide.position-3:hover {
  box-shadow: 0px 0rem 1.8rem rgba(0, 0, 0, 0.7) !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1.05, 1.05) !important;
} */
.slide.position-4 {
  left: 65% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  /* box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important; */
  /* filter: blur(2px); */
  
/*   animation: center-animation 1s 1s linear 1 forwards; */
}
/* @keyframes center-animation{ */
/*   0%{
    left: 70% !important;
    transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  }
  50%{
    left: 75% !important;
    transform: translate(-50%, 0) rotateY(-2deg) scale(1.1, 1.1) !important;
  }
  100%{
    left: 50% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  }
} */
.slide.position-5 {
  left: 80% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  /* box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important; */
  /* filter: blur(5px); */
  
  
}

.slide.position-none{
   left: 50%;
  z-index: 0;
  transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7);
  opacity: 1;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0);
}

.slider-container .left-arrow i,
.slider-container .right-arrow i{
  /* width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%; */


  	background: #5ba1cc;
	width: 65px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 28.8px;
	line-height: 1;
	color: #ffff;
	opacity: .35;
	transition: all 300ms ease-in-out;
	cursor: pointer;
}
.slider-container .left-arrow i:hover,
.slider-container .right-arrow i:hover{
	opacity: 1;
}
/* .slider-container .left-arrow:hover i, .slider-container .right-arrow:hover i{
  background: rgba(22,22,220,0.1);
  color: #fff;
} */


.slider-content .slide .card-sections .upper-section, .slider-content .slide .card-button{
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slider-content .slide.position-3 .card-sections .upper-section, .slider-content .slide.position-3 .card-button{
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.slide > *{
  color: white;
  font-family: 'Inter';
  font-size: 90%;
  letter-spacing: -0.001em;
}

.media, .card-sections{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.media{
  display: flex;
  align-items: center;
  justify-content: center;
}

.media img{
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.card-sections{
  padding: 70px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  opacity: 0;
  transition: all 300ms ease-in-out;
}
.position-3 .card-sections{ 
	opacity: 1;
}
.upper-section{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  display: none;
}

.lower-section {
    max-width: 300px;
    margin: 0 auto;
}
.lower-section .card-caption h4 {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    /* font-size: 32.0px; */
	font-size: 26px;
    line-height: 1.2;
	color: #F7F7F7;
	padding: 0;
	margin: 0 0 40px;
}

.card-sections .lower-section .card-button{
  /* border: 0.5px solid #fff;
  width: 35%;
  padding: 0.5rem;
  border-radius: 2rem;
  font-size: 60%;
  text-align: center;
  background: rgba(0,0,0,0.3); */
}
.card-sections .lower-section .card-button .read-butn-wht{
	color: #F7F7F7;
}
.upper-section .wishlist, .upper-section .cart{
  background: rgba(0,0,0,0.3);
  border-radius: 50%;
  transition: color 0.2s ease-in-out, background 0.2s ease-in-out ;
}
.upper-section .cart:hover{
  color: rgb(252, 163, 60);
  background: rgba(0,0,0,0.4);
} 
.upper-section .wishlist:hover{
  color: rgb(244, 129, 129);
  background: rgba(0,0,0,0.4);
}

@media screen and (max-width:620px){
.slide.position-1, .slide.position-5 {
  opacity: 0.5 !important;
  }
  .slide.position-2, .slide.position-4 {
  opacity: 0.95 !important;
}
} 
  
@media screen and (max-width: 445px){
  
  .slide.position-1, .slide.position-5 {
  opacity: 0 !important;
  }
.slide.position-2, .slide.position-4 {
  opacity: 0.5 !important;
}
}
@media screen and (max-width: 415px){
  .slide{
    opacity: 0 !important;
    box-shadow: none !important;
  }
  .slide.position-3{
    box-shadow: none !important;
    opacity: 1 !important;
  }
  .slide.position-1, .slide.position-2 {
    left: -50% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }
  .slide.position-4, .slide.position-5 {
    left: 150% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
  }
}







.key-resarch-about .icon{
	max-width: 70px;
	margin: 0 auto 60px;
}
.key-resarch-about .textDesc h4{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
/*	font-size: 32.0px;*/
	line-height: 1.2;
	letter-spacing: 1.09px;
	color: #202123;
	padding: 0;
	margin: 0 auto 50px;
    max-width: 715px;
}
.key-resarch-about .textDesc p {
    font-family: 'Calibri';
    font-weight: 400;
/*    font-size: 20.8px;*/
    line-height: 1.4;
    letter-spacing: 0.71px;
    color: #202123;
    padding: 0;
    margin: 0 auto;
    max-width: 1036px;
}
.conclusion-sec .textBox {
    max-width: 913px;
    margin: 0 auto;
}

.vission-about-section-text h2{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 64.0px;
	line-height:1.2;
	color: #568BAC;
	padding: 0;
	margin: 0 0 50px;
}


.conclusion-sec h2{
	margin: 0 0 60px;
}
.conclusion-sec .reveal-type p{
	margin-bottom: 50px;
}
.conclusion-sec .reveal-type p:last-child{
	margin-bottom: 0;
}


.modal{
	z-index: 9999;
}
.modal-backdrop{
	--bs-backdrop-opacity: 0.8;
}

.imageTextModal{
	position: relative;
	padding: 0;
	max-height: calc(100vh - 60px);
}
.imageTextModal .btn-close{

}
.imageTextModal .btn-close{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 40px;
	height: 40px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: none;
	box-shadow: none;
	opacity: 1;
}
/* .imageTextModal .faculty-content-wrapper {
    padding: 80px 60px;
	max-height: 800px;
    overflow-y: auto;
} */
.imageTextModal .faculty-content-wrapper {
    padding: 80px 60px 30px;
    height: calc(100vh - 90px);
    overflow-y: auto;
}
.imageTextModal .faculty-content-wrapper h4{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 32.0px;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 40px;
}
.imageTextModal .faculty-content-wrapper p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.0px;
	line-height: 1.4;
	letter-spacing: 0.68px;
	color: #202123;
	padding: 0 0 0px;
	margin: 0 0 40px;
}
.imageTextModal .faculty-content-wrapper p:last-child{
	margin-bottom: 0;
}
.faculty-content-wrapper .icon{
	margin-bottom: 50px;
}

.cmFlowerIcon {
	text-align: center;
	margin-bottom: 40px;
}

.saurabhDesc .textBox h2{
	margin-bottom: 70px;
}
.saurabhDesc .textBox p{
	margin-bottom: 50px;
}
.saurabhDesc .textBox p:last-child{
	margin-bottom: 0;
}



.gallBox .thamimg{
	border: 2px solid #E2E2E2;
	box-shadow: 2px 3px 40px 0px #0000000F;
	border-radius: 16px;
	overflow: hidden;
	position: relative;
}
.gallBox .thamimg span.whiteIcon {
    display: inline-block;
    width: 40px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.gallBox:hover .thamimg span.whiteIcon img{
	transform: scale(1.0);
}
.gallBox .thamimg img{
	width: 100%;
	border-radius: 16px;
}
.gallBox .textBox{
	text-align: center;
	padding: 30px 15px 0;
	margin: 0;
	overflow: hidden;
}
.gallBox .textBox p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.2;
	letter-spacing: 0.71px;
	text-align: center;
	color: #202123;
	padding: 0;
	margin: 0;
}

.carstenWickeDesc .textBox h2{
	margin-bottom: 30px;
}
.carstenWickeDesc .textBox h4{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 19.2px;
	line-height: 1.2;
	color: #202123;
	padding: 0;
	margin: 0 0 70px;
}

.videoContentBox{
	padding: 0;
	margin: 24px;
}
.videoContentBox .videoBox{
	position: relative;
	padding: 0;
	margin: 0;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 2px 3px 40px 0px #0000000F;
}
.videoContentBox .videoBox img{
	width: 100%;
	border-radius: 20px;
}
.videoContentBox .videoBox .playButton{
	font-size: 64.0px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    opacity: 0;
    transition: all 300ms ease-in-out;
}
.videoContentBox .videoBox:hover .playButton{
	opacity: 1;
}
.videoContentBox .textBox{
	padding: 26px 10px 0;
	margin: 0;
}
.videoContentBox .textBox p{
	text-align: center;
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.2;
	letter-spacing: 0.71px;
	color: #202123;
	padding: 0;
	margin: 0;
}

.videoBoxSliderWrap .owl-nav {
    position: relative;
    /* right: 0px; */
    /* left: 0;
    bottom: 0; */
    margin: 30px auto 0;
    text-align: center;
	gap: 20px;
	display: flex;
	justify-content: center;
	gap: 20px;
}
.videoBoxSliderWrap .owl-nav button.owl-prev,
.videoBoxSliderWrap .owl-nav button.owl-next {
    background: #5ba1cc;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    font-size: 28.8px;
    line-height: 1;
    color: #ffff;
    opacity: .35;
    transition: all 300ms ease-in-out;
}
.videoBoxSliderWrap .owl-nav button.owl-prev:hover,
.videoBoxSliderWrap .owl-nav button.owl-next:hover{
	opacity: 1;
}

.innerBannerSlider .owl-carousel .owl-nav button.owl-next, 
.innerBannerSlider .owl-carousel .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.innerBannerSlider .owl-carousel .owl-nav button.owl-next{
	right: 80px;
}
.innerBannerSlider .owl-carousel .owl-nav button.owl-prev{
	left: 80px;
}
.innerBannerSlider {
	position: relative;
}
.innerBannerSlider .innerBannerDesc{
	position: absolute;
	top: 50%;
	transform: translateY(-35%);
	left: 0%;
	width: 100%;
}
.innerBannerSlider .innerBannerDesc .textBox{
	max-width:500px;
	padding: 0;
	margin: 0 0 0 50px;
}
.innerBannerSlider .innerBannerDesc .textBox h2{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 48.0px;
	color: var(--white);
	line-height: 1.2;
	letter-spacing: 1.64px;
	padding: 0;
	margin: 0 0 50px;
}
.innerBannerSlider .innerBannerDesc .textBox p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.6;
	letter-spacing: 0.68px;
	color: var(--white);
	padding: 0;
	margin: 0;
}
.innerBannerSlider .innerBannerDesc .textBox .ticketchip{
	margin-top: 40px;
	margin-bottom: 20px;
}
.innerBannerSlider .innerBannerDesc .textBox .read-butn-wht{
	font-size: 19.2px;
}
.innerBannerSlider .innerBannerDesc .textBox .read-butn-wht span{
	background: #5ba1cc;
	color: #fff;
}
.innerBannerSlider .innerBannerDesc .textBox .read-butn-wht{
	color: #fff;
}
.innerBannerSlider > img{
	min-height: 450px;
	object-fit: cover;
}
.innerBannerSlider .bigImg{
	width: 100%;
}
.aveSet {
    position: absolute;
    bottom: -15px;
    right: 18%;
}
.aveSet img{
	max-width: 100%;
}
.aveSetWrap{
	position: relative;
}
.aveSetWrap .textBox {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    text-align: center;
    width: 100%;
}
.aveSetWrap .textBox strong{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 48.0px;
	line-height: 1.1;
	letter-spacing: -3px;
	padding: 0;
	margin: 0;
	display: block;
	text-align: center;
	color: #202123;
}
.aveSetWrap .textBox span{
	display: block;
	text-align: center;
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-style: 500;
	font-size: 20.0px;
	line-height: 1.1;
	letter-spacing: -0.63px;
	color: #202123;
	padding: 0;
	margin: 0;
}
.ticketchip span{
	display: inline-block;
	background: rgba(216, 237, 248, .4);
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height:1.2;
	color: var(--white);
	letter-spacing: 0.71px;
	padding: 14px 10px;
}

.padeepBarotSec h3 {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 36.0px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #202123;
    padding: 0;
    margin: 0 auto 60px;
    max-width: 910px;
}
.padeepBarotSec p{
	margin-bottom: 50px;
}
.padeepBarotSec p:last-child{
	margin-bottom: 0px;
}






.grid-container {
  /* display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px; 
  padding: 10px; */
  	padding: 0 90px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.grid-item {
  	/* background-color: #f0f0f0;
  	padding: 20px;
  	text-align: center; */
  	/* border: 1px solid #ccc; */
	flex: 0 0 auto;
    width: calc(20% - 24px);
	padding: 20px 0;
}
.grid-inner-item{
	box-shadow: 2px 3px 40px 0px rgba(0, 0, 0, 0.06);
	padding: 60px 15px;
	text-align: center;
	border-radius: 16px;
	height: 100%;
}
.grid-inner-item .icon{
	text-align: center;
	padding: 0;
	margin: 0 0 50px;
}
.grid-inner-item .text h4 {
    /* font-family: 'Museo Sans Rounded 500'; */
	font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
    font-size: 24.0px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #202123;
    padding: 0;
    margin: 0 0 30px;
}
.grid-inner-item .text p{
	font-family: 'Calibri';
    font-weight: 400;
    font-size: 20.8px;
    line-height: 1.4;
	color: #202123;
	padding: 0;
	margin: 0;
}
.grid-inner-item .text p a{
	color: #202123;
}

.bg-border-color-1{
	background: #D8EDF8;
	border: 2px solid #CFE4EF;
}
.bg-border-color-2{
	background: #F1FAD0;
	border: 2px solid #E7F0C6;		
}
.bg-border-color-3{
	background: #FBEAD8;
	border: 2px solid #F2E1CF;
	
}
.bg-border-color-4{
	background: #FFF3F8;
	border: 2px solid #F4E8ED;
}
.bg-border-color-5{
	background: #E1FEDF;
	border: 2px solid #F4E8ED;
}


.map-sec .map-box{
	max-width: 817px;
	padding: 0;
}
.map-sec .map-box.eventpageWidth{
	max-width: 1239px;
	height: 550px;
}
.map-sec .map-box iframe{ 
	width: 100%;
	height: 100%;
	border: none;
	line-height: 0;
	box-shadow: none;
}

.eventregForm-sec h2{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 56.0px;
	line-height: 1.2;
	letter-spacing: -0.98px;
	color: #568BAC;
	padding: 0;
	margin: 0 0 60px;
	text-align: center;
}

/*.fancybox-button{
	background: #5ba1cc;
}*/

.events-template-default .siteContactwrap .checkboxCard{
	margin-bottom: 0;
}

.wpcf7-spinner{
	display: none !important;
}

.eventpageFormBtn{
	display: flex;
	justify-content: flex-end;
}

.interviewShorts-sec.people-saying-section.facultySec{
	background: #F7F7F7;
	padding: 127px 0 200px;
}

.wpcf7-list-item{
	margin-left: 0;
}
.wpcf7-submit{
	box-shadow: 2px 3px 40px 0px #0000000F;
	margin-bottom: 28px;
}

/*.fancybox-can-swipe .fancybox-content{
	width: 100% !important;
    max-width: 1200px;
}*/

input[type="checkbox"] {
  accent-color: #DFDFE7; /* Change to your desired color */
}

.events-template-default .innerBannerSlider .item .innerBannerDesc .textBox{
	margin-left: 40px;
}

.eventpageWidth{
	max-width: 1239px;
	margin: 0 auto;
}

.thankyou-page-wrapper .eventpageWidth{
	max-width: 1100px;
	margin: 0 auto;
}

.eventpageWidth .textBox .reveal-type{
	letter-spacing: 0.71px;
}

.rounderModal .modal-content{
	border-radius: 20px;
	overflow: hidden;
}

.eventpageFormBtn{
	margin-top: 30px;
}

.artist_interactions-template-default .key-research-section-body .owl-nav{
	top: -116px;
}



.fancybox-inner {
    width: calc(100% - 15px);
    max-width: 1250px;
    margin: 0 auto;
    background: #fff;
    /* height: 80vh; */
    top: 10%;
    bottom: 10%;
    border-radius: 20px;
    overflow: hidden;
}
.fancybox-toolbar .fancybox-button--zoom,
.fancybox-toolbar .fancybox-button--play,
.fancybox-toolbar .fancybox-button--thumbs,
.fancybox-infobar{
	display: none !important;
}
.fancybox-navigation{
/*	display: none;*/
}
/*.fancybox-caption.fancybox-caption--separate {
    background: rgba(255,255,255,0.8);
    color: #000;
    padding: 30px;
}*/
.fancybox-caption__body{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.0px;
	line-height: 1.4;
	letter-spacing: 0.68px;
	text-align: center;
	color: #202123;
}

.fancybox-content {
    width: 100% !important;
    height: 100% !important;
    transform: inherit !important;
}

.fancybox-button--close{
	background: #2a2b2c !important;
    border-radius: 50% !important;
    top: 10px;
    right: 10px;
    visibility: visible;
}
.fancybox-image{
	object-fit: cover;
}

.fancybox-navigation .fancybox-button div{
	display: none;
}
.fancybox-navigation .fancybox-button--arrow_right {
	height: 100px;
	width: 100px;
	background: url(../images/nextpopup-icon.png) no-repeat center;
	background-size: cover;
	right: 20px !important;
	visibility: visible;
	padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_left{
	height: 100px;
	width: 100px;
	background: url(../images/prevpopup-icon.png) no-repeat center;
	background-size: cover;
	left: 20px !important;
	visibility: visible;
	padding: 0 !important;
}
.fancybox-navigation .fancybox-button--arrow_left div{
	display: none;
}
.fancybox-caption{
	text-align: center !important;
	padding: 30px !important;
	background: rgba(255, 255, 255, .8) !important;
}




.interviewShorts-sec.people-saying-section .newGap{
	margin-bottom: 50px;
}
.coreValuAboutText{
	max-width: 1230px;
	margin: 0 auto;
}





.temple-container{
	max-width: 1690px;
	margin: 0 auto;
}
.templeMiddle {
    display: flex;
    padding: 0 60px;
}
.templeBox{
	padding: 50px 10px 38px;
	width: 20%;
	border-style: solid;
	border-color: #fff;
	border-top-width: 10px;
	border-right-width: 5px;
	border-bottom-width: 10px;
	border-left-width: 5px;
	text-align: center;

}
.templeBox .icon{
	padding: 0;
	margin: 0 0 40px;
}
.templeBox .text{
	padding: 0;
	margin: 0;
}
.templeBox .text h4{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	font-size: 25.6px;
	line-height: 33.6px;
	letter-spacing: 0.48px;
	text-align: center;
	color: #202123;
	padding: 0;
	margin: 0 0 60px;
}
.templeBox .text p{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 25.6px;
	line-height: 33.6px;
	letter-spacing: 0.48px;
	text-align: center;
	color: #202123;
	padding: 0;
	margin: 0 auto;
	max-width: 260px;
}

.tem-bg-color1{
	background: #EDE69C;
}
.tem-bg-color2{
	background: #ADD4EC;
}
.tem-bg-color3{
	background: #F6C79C;
}
.tem-bg-color4{
	background: #DEEDA7;
}
.tem-bg-color5{
	background: #ECC0D3;
}

.templeSec .templeWrap {
	position: relative;
}
.templeSec .templeWrap h2{
	color: #568BAC;
	position: absolute;
	left: 100px;
	top:60px;
}
.centerDesc {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.page-template-template-our-team .centerDesc{
	top: 20%;
}
.page-template-template-our-journey .centerDesc{
	top: 42%;
}
.guiding-principlesSec{
	min-height: 830px;
	background-attachment: fixed;
	background-size: cover;
	padding: 30px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.guiding-principlesSec h2{
	color: #FFFFFF;
}

.iconTextColorCard{
	padding: 50px;
	box-shadow: 2px 3px 12px 0px #0000000F;
	border-radius: 16px;
	margin: 30px;
	position: relative;
	overflow: hidden;
}
.page-template-template-mav-difference .iconTextColorCard{
	padding: 80px 50px;
}
.page-template-template-core-values .iconTextColorCard{
	margin: 14px;
}
.iconTextColorCard .icon{
	margin: 0 0 30px;
	padding: 0;
	position: relative;
	z-index: 2;
}
.iconTextColorCard .text{
	position: relative;
	z-index: 2;
}
.iconTextColorCard .text h4{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	font-size: 25.6px;
	line-height:1.2;
	letter-spacing: 0.48px;
	color: #202123;
	padding: 0;
	margin: 0;
}
.iconTextColorCard .text p{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 20.8px;
	line-height: 1.4;
	letter-spacing: 0.39px;
	color: #202123;
	padding: 0;
	margin: 0;
}


.coreValuesTest{
	background: #F3F3F3;
}
.coreValuesTest .tham img{
	width: 100%;
}
.coreValuesTest .coretestText {
	padding: 0 0 0 97px;
}
.coreValuesTest .coretestText .textWrap {
    padding: 30px 15px 0 127px;
    margin: 0;
    position: relative;
    max-width: 745px;
}

.coreValuesTest .coretestText .textWrap .commOne {
    position: absolute;
    left: 0;
    top: 0;
}
.coreValuesTest .coretestText .textWrap .commTwo {
    display: flex;
    justify-content: flex-end;
    margin: -10px 0 20px;
}
.coreValuesTest .coretestText .textWrap h4,
.coreValuesTest .coretestText .textWrap h5{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	font-size: 24.0px;
	line-height: 1.2;
	color: #568BAC;
	margin: 0;
}
.coreValuesTest .coretestText .textWrap h6{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 16.0px;
	line-height: 1.2;
	letter-spacing: 0.39px;
	color: #202123;
	margin: 0;
	color: #568BAC;
}
.coreValuesTest .coretestText .textWrap h5,
.coreValuesTest .coretestText .textWrap h6{
	padding-left: 28px;
}



.founderBanner{
	background: #D8EDF8;
	padding: 153px 0 0 0;
}

.founderBanner .fdDesc {
    display: flex;
    padding: 0 0 0 0;
    margin: 0;
}
.founderBanner .fdDesc .tmam{
	width: 60%;
}
.founderBanner .fdDesc .tmam img{
	max-width: 100%;
	width: 100%;
}
.founderBanner .fdDesc .text {
    /* max-width: 683px; */
	max-width: 520px;
    padding: 350px 0 0 0;
    margin: 0 0 0 0;
}
.founderBanner .fdDesc .text h1 {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    /* font-size: 48.0px; */
	font-size: 36px;
    line-height: 1.1;
    letter-spacing: 0.9px;
    color: #568BAC;
    padding: 0;
    margin: 0 0 50px;
}
.founderBanner .fdDesc .text p {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    /* font-size: 32.0px; */
	font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #568BAC;
    padding: 0;
    margin: 0;
}

.founderAbout  .founderAboutText p{
	margin: 0 0 50px;
}
.founderAbout  .founderAboutText p:last-child{
	margin-bottom: 0;
}
.founderAbout  .founderAboutText p:last-child p{
	margin: 0;
}

.founderPanel-section{
	padding: 0;
	margin: 0;
}
.founderPanel-section .row:nth-child(even){
	flex-direction: row-reverse;
}
.founderPanel-section .founderPanelImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.founderPanel-section .founderPanelImg{
	height: 100%;
}
.founderPanel-section .founderPanetext{
	margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 30px 15px;
}
.founderPanel-section .founderPanetext .text{
	max-width: 722px;
    margin: 0 auto;
}
.founderPanel-section .founderPanetext .text p{
	margin: 0 0 40px;
}
.founderPanel-section .founderPanetext .text p:last-child{
	margin-bottom: 0;
}
.founderPanel-section .founderPanetext .text h3{
	font-family: 'Calibri';
	font-weight: 700;
	font-size: 33.6px;
	line-height: 1.2;
	letter-spacing: 0.63px;
	margin: 0 0 28px;
}
.founderPanel-section .founderPanetext.classicRose-bg .text h3{
	color: #7B455D;
}
.founderPanel-section .founderPanetext.cream-bg .text h3{
	color: #837037;
}






.wpcf7-form.sent .wpcf7-response-output{
	text-align: center;
}
.wpcf7-form.invalid .wpcf7-response-output{
	color: #dc3232;
	text-align: center;
}

.event-section.homepageEvent .event-section-slider .owl-nav {
    position: relative;
    /* right: 0px; */
    left: 0;
    bottom: 0;
    margin: 40px;
    text-align: center;
	display: flex;
	justify-content: center;
	gap: 10px;
}

.event-section.homepageEvent .event-section-slider .owl-nav .owl-prev{
	left: inherit;
    position: inherit;
}
.mobileGallery-section{
	display: none;
}
.videoModalBox{
	position: relative;
	line-height: 0;
}
.videoModalBox .btn-close{ 
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
	cursor: pointer;
	width: 40px;
    height: 40px;
    background: #000000;
    border: none;
    outline: none;
    border-radius: 50%;
    color: #FFFFFF;
    font-size: 16.0px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 1;
}
.videoModalBox iframe{
	width: 100%;
	height: 60vh;
	line-height: 0;
	border: none;
}
.videoModal .modal-body{
	padding: 0
}
.videoModal .modal-content{
	border-radius: 16px;
	overflow: hidden;
}

.mobileGallery-section h2{
	text-align: center;
	color: #568bac;
    font-size: 48.0px;
    font-family: 'Museo Sans Rounded 300';
    padding: 0;
    line-height: 1.2;
	margin: 0 0 30px;
}

.diffBanner{
	position: relative;
	padding: 0;
	margin: 0;
}
.diffBanner > img{
	width:100%;
	padding: 0;
	margin: 0;
}

.diffBanner .desc{
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.diffBanner .desc .descInner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.diffBanner .desc .descInner .innerText {
    position: relative;
    padding: 30px 95px;
    max-width: 659px;
}
.diffBanner .desc .descInner .innerText h1{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 48.0px;
	line-height: 1.2;
	color: #215778;
	padding: 0;
	margin: 0;
}
.diffBanner .desc .descInner .innerText .commaIcon{
	width: 80px;
    /* height: 20px; */
    position: absolute;
    /* top: 0;
    left: 0; */
	opacity: .3;
}
.diffBanner .desc .descInner .innerText .commaIcon.top{
	top: 0px;
	left: 0;
}
.diffBanner .desc .descInner .innerText .commaIcon.bottom{
	bottom: -0px;
	right: 0;
}
/* .diffVideosec{
	position: relative;
} */
/* .diffVideosec img{
	width: 100%;
} */
.diffVideosec .playBtn{
	font-size: 64.0px;
    line-height: 1.2;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border: none;
    box-shadow: none;
    outline: none;
    background: none;
    transition: all 300ms ease-in-out;
}

.onlyImg-sec{
	position: relative;
	padding: 0;
	margin: 0;
}
.onlyImg-sec img{
	width: 100%;
}

.diffVideosec {
    position: relative;
    width: 100%;
    max-width: 100%;
}
 
.videoThumb img {
    width: 100%;
    height: auto;
    display: block;
}
 
.videoIframe {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 970px;
    display: none;
}
.videoIframe video{
	width: 100%;
	line-height: 0;
	border: none;
	box-shadow: none;
}
 
.videoIframe iframe {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
}
 
/* .playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    border: none;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 18px 22px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
} */
 
/* .playBtn:hover {
    background: #ff0000;
} */







.diffDesc .diffDescText{
	max-width:870px;
	margin: 0 auto;
	text-align: center;
}


.diffDesc .diffDescText h4{
	margin: 0 0 30px;
}
.fullimgTtl-sec{
	position: relative;
	padding: 0;
	margin: 0;
	min-height: 899px;
}
.fullimgTtl-sec img{
	width: 100%;
	padding: 0;
	margin: 0;
}
.fullimgTtl-sec .ttl{
	position: absolute;
	width: 100%;
	left: 0;
	top: 14%;
	width: 100%;
	text-align: center;
}

.diffBoxSec .iconTextColorCard.centerBox{
	text-align: center;
	margin: 15px;
}
.diffBoxSec .iconTextColorCard.centerBox .text h4{
	margin-bottom: 30px;
}

.vission-about-section.diffPage h3{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	color: #202123;
	margin:0 0 30px;
}
.vission-about-section-text .reveal-type.diffgrayBox{
	max-width: 448px;
}
.shortDescOne {
    padding: 27px 80px;
    max-width: 830px;
    position: relative;
	margin: 0 auto;
	text-align: center;
}
.shortDescOne p{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	color: #202123;
}
.shortDescOne .commaIcon{
	position: absolute;
	max-width: 80px;
}
.shortDescOne .commaIcon.top{
	top: 0;
	left: 0;
}
.shortDescOne .commaIcon.bottom{
	bottom: 0;
	right: 130px;
}
.learning-section .topdesc {
    padding: 0;
    margin: 0 auto 50px;
    max-width: 750px;
}
.learning-section .topdesc p{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	color: #202123;
	text-align: center;
}
.learningBox .icon img{
	width: 100%;
}
.learningBox {
	border-radius: 16px;
	overflow: hidden;
	margin: 15px;
}
.learningBox .text {
    padding:40px 15px 80px;
}
.learningBox .text h4 {
    font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
    letter-spacing: 0.3px;
    text-align: center;
    color: #202123;
    max-width: 220px;
    margin: 0 auto;
}

.transformationDesc{
	text-align: center;
	padding: 0;
	margin: 0;
}
.transformationDesc p{
	color: #202123;
	margin: 0 0 15px;
}
.transformationDesc h3{
	color: #202123;
}
.shortDescTwo {
    padding: 17px 80px;
    max-width: 935px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}
.shortDescTwo .commaIcon{
	position: absolute;
	max-width: 80px;
}

.shortDescTwo .commaIcon.top{
	top: 0;
	left: 0;
}
.shortDescTwo .commaIcon.bottom{
	bottom: 0;
	right: 165px;
}
.commaIcon img{
	max-width: 100%;
}

.journeyStatusWrap .yesrsPanel{
	display: flex;
}


.journeyStatusWrap .yesrsPanel .dateBox {
    width: calc(50% - 9px);
    text-align: right;
    padding-right: 20px;
    padding-top: 145px;
}
.journeyStatusWrap .yesrsPanel .infoBox {
    width: calc(50% - 9px);
    padding-top: 145px;
    padding-left: 48px;
    padding-bottom: 0;
    position: relative;
}
.journeyStatusWrap .yesrsPanel .infoBox .infoDots {
    height: 56px;
    width: 56px;
    /* border-radius: 50%;
    background: #ADD4EC; */
    position: absolute;
    top: 130px;
    left: -37px;
}
.journeyStatusWrap .yesrsPanel .infoBox .infoDots .circle {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #ADD4EC;
	position: relative;
}
.journeyStatusWrap .yesrsPanel .infoBox .infoDots .circle::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    width: 45%;
    height: 45%;
    background: #fff;
    margin: auto;
}
.journeyStatusWrap .yesrsPanel:nth-child(odd) .infoBox .infoDots .circle::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 22px solid #add4ec;
    border-bottom: 15px solid transparent;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.journeyStatusWrap .yesrsPanel:nth-child(even) .infoBox .infoDots .circle::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 22px solid #add4ec;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.journeyStatusWrap .yesrsPanel:nth-child(even) .infoBox .infoDots{
	right: -37px;
	left: inherit;
}

.journeyStatusWrap .yesrsPanel:nth-child(2) .infoBox .infoDots .circle{
	background: #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(2) .infoBox .infoDots .circle::before{
	border-right: 22px solid #ECC0D3;
}

.journeyStatusWrap .yesrsPanel:nth-child(3) .infoBox .infoDots .circle{
	background: #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(3) .infoBox .infoDots .circle::before{
	border-left: 22px solid #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(4) .infoBox .infoDots .circle{
	background: #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(4) .infoBox .infoDots .circle::before{
	border-right: 22px solid #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(5) .infoBox .infoDots .circle{
	background: #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(5) .infoBox .infoDots .circle::before{
	border-left: 22px solid #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(6) .infoBox .infoDots .circle{
	background: #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(6) .infoBox .infoDots .circle::before{
	border-right: 22px solid #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(7) .infoBox .infoDots .circle{
	background: #ADD4EC;
}
.journeyStatusWrap .yesrsPanel:nth-child(7) .infoBox .infoDots .circle::before{
	border-left: 22px solid #ADD4EC;
}
.journeyStatusWrap .yesrsPanel:nth-child(8) .infoBox .infoDots .circle{
	background: #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(8) .infoBox .infoDots .circle::before{
	border-right: 22px solid #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(9) .infoBox .infoDots .circle{
	background: #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(9) .infoBox .infoDots .circle::before{
	border-left: 22px solid #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(10) .infoBox .infoDots .circle{
	background: #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(10) .infoBox .infoDots .circle::before{
	border-right: 22px solid #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(11) .infoBox .infoDots .circle{
	background: #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(11) .infoBox .infoDots .circle::before{
	border-left: 22px solid #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(12) .infoBox .infoDots .circle{
	background: #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(12) .infoBox .infoDots .circle::before{
	border-right: 22px solid #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(13) .infoBox .infoDots .circle{
	background: #ADD4EC;
}
.journeyStatusWrap .yesrsPanel:nth-child(13) .infoBox .infoDots .circle::before{
	border-left: 22px solid #ADD4EC;
}
.journeyStatusWrap .yesrsPanel:nth-child(14) .infoBox .infoDots .circle{
	background: #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(14) .infoBox .infoDots .circle::before{
	border-right: 22px solid #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(15) .infoBox .infoDots .circle{
	background: #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(15) .infoBox .infoDots .circle::before{
	border-left: 22px solid #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(16) .infoBox .infoDots .circle{
	background: #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(16) .infoBox .infoDots .circle::before{
	border-right: 22px solid #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(17) .infoBox .infoDots .circle{
	background: #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(17) .infoBox .infoDots .circle::before{
	border-left: 22px solid #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(18) .infoBox .infoDots .circle{
	background: #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(18) .infoBox .infoDots .circle::before{
	border-right: 22px solid #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(19) .infoBox .infoDots .circle{
	background: #ADD4EC;
}
.journeyStatusWrap .yesrsPanel:nth-child(19) .infoBox .infoDots .circle::before{
	border-left: 22px solid #ADD4EC;
}
.journeyStatusWrap .yesrsPanel:nth-child(20) .infoBox .infoDots .circle{
	background: #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(20) .infoBox .infoDots .circle::before{
	border-right: 22px solid #ECC0D3;
}
.journeyStatusWrap .yesrsPanel:nth-child(21) .infoBox .infoDots .circle{
	background: #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(21) .infoBox .infoDots .circle::before{
	border-left: 22px solid #EDE69C;
}
.journeyStatusWrap .yesrsPanel:nth-child(22) .infoBox .infoDots .circle{
	background: #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(22) .infoBox .infoDots .circle::before{
	border-right: 22px solid #F6C79C;
}
.journeyStatusWrap .yesrsPanel:nth-child(23) .infoBox .infoDots .circle{
	background: #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(23) .infoBox .infoDots .circle::before{
	border-left: 22px solid #DEEDA7;
}
.journeyStatusWrap .yesrsPanel:nth-child(24) .infoBox .infoDots .circle{
	background: #D0B3F4;
}
.journeyStatusWrap .yesrsPanel:nth-child(24) .infoBox .infoDots .circle::before{
	border-right: 22px solid #D0B3F4;
}


.fundAndCauseDesc .textBox{
	max-width: 712px;
	margin: 0 auto;
	text-align: center;	
}













.journeyStatusWrap .yesrsPanel .midBar{
	width: 18px;
	/* height: 100%; */
	background: #E1E5EC;
}
.journeyStatusWrap .yesrsPanel:first-child .midBar{
	border-radius: 15px 15px 0 0;
}
.journeyStatusWrap .yesrsPanel:last-child .midBar{
	border-radius: 0px 0px 15px 15px;
}
.journeyStatusWrap .yesrsPanel:nth-child(even){
	flex-direction: row-reverse;
}
.journeyStatusWrap .yesrsPanel:nth-child(even) .dateBox {
    text-align: left;
    padding-left: 28px;
    padding-right: 0px;
}
.journeyStatusWrap .yesrsPanel:nth-child(even) .infoBox {
    padding-right: 48px;
	padding-left: 0;
	display: flex;
    justify-content: flex-end;
	text-align: right;
}
.journeyStatusWrap .yesrsPanel:nth-child(even) .dateimgwrap span{
	padding-right: 0;
	padding-left: 20px;
}
.journeyStatusWrap .yesrsPanel:last-child .dateimgwrap{
	padding-bottom: 100px;
}
.journeyStatusWrap .yesrsPanel:last-child .infoBox{
	padding-bottom: 100px;
}

.journeyStatusWrap .yesrsPanel .dateimgwrap span {
    display: block;
    color: #568BAC;
    padding-right: 20px;
    padding-bottom: 15px;
}
.journeyStatusWrap .yesrsPanel .dateimgwrap img{
	border-radius: 10px;
}
.journeyStatusWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.journeydesc .journeyAboutText {
    max-width: 918px;
    margin: 0 auto;
}
.journeydesc .journeyAboutText h3{
	color: #568BAC;
}
.journeydesc .journeyAboutText h3:nth-child(2){
	margin-bottom: 60px;
}
.journeydesc .journeyAboutText p{
	margin-bottom: 50px;
}


.meetourteam-list-wrap .client-box{
	margin: 0;
	height: 100%;
}
.meetourteam-list-wrap .client-box img{
	height: 100%;
	object-fit: cover;
}

.contactPageDesc h3{
	margin-bottom: 40px;
}

.fundAndCauseDesc .textBox h3 strong{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
}

.fundAndCauseBoxwap {
	padding: 0 100px;
}

.chooseCausePanel{
	background: #F4F4F4;
}
.chooseCausePanel .thamImg{
	height: 100%;
}
.chooseCausePanel .thamImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.chooseCausePanel .textBox {
    display: flex;
    justify-content: flex-end;
	align-items: center;
    height: 100%;
}
.chooseCausePanel .textBox .text {
    max-width: 745px;
    padding-right: 180px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
}
.chooseCausePanel .textBox .text  p{
	margin: 40px 0 60px;
}

.innerBanner .leftDesc{
	position: absolute;
	left: 0;
    top: 40%;
    transform: translateY(-50%);
	width: 100%;
}

.fundAndCausePage.diffBoxSec .iconTextColorCard.centerBox .textBox p{
	font-family: 'Museo Sans Rounded 500';
	color: #202123;
}
.page-template-template-fundacause .grid-inner-item .text p {
	font-family: 'Museo Sans Rounded 500';
}
.chooseCauseBox .chooseCausePanel:nth-child(even) .row{
	flex-direction: row-reverse;
}
.chooseCauseBox .chooseCausePanel:nth-child(even) .textBox{
	justify-content: flex-start;
}
.chooseCauseBox .chooseCausePanel:nth-child(even) .textBox .text{
	padding-right: 15px;
	padding-left: 115px;
}


.research-projects .chooseCausePanel .textBox{
	justify-content: flex-start;
}
.research-projects .chooseCausePanel .textBox .text {
	padding-right: 15px;
    padding-left: 115px;
}
.research-projects .chooseCauseBox .chooseCausePanel:nth-child(even) .textBox .text {
    padding-left: 15px;
    padding-right: 168px;
}
.research-projects .chooseCauseBox .chooseCausePanel:nth-child(even) .textBox {
    justify-content: flex-end;
}














.chooseCausePanel .textBox .text h5,
.chooseCausePanel .textBox .text h4{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	letter-spacing: 0.38px;
	color: #202123;
}

.fundAndCauseFive .ttl .ttlText{
	max-width: 900px;
	margin: 0 auto;
}
.accodesc{
	display: none;
}
.accodesc.accor-active{
	display: block;
}

.accordion-arrow{
	background: none;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
	transform: rotate(0deg);
	transition: all 0.5s ease-in-out;
}
button.accordion-arrow.active {
    transform: rotate(180deg);
}

.page-template-template-contact-us .grid-inner-item .text p{
	font-family:'Museo Sans Rounded 500';
	font-weight: 400;
	letter-spacing: -0.2px;
}

.page-template-template-contact-us .grid-item{
	width: 100%;
    padding: 20px 0;
    max-width: 373px;
}
.page-template-template-contact-us .grid-item .grid-inner-item{
	padding: 60px 40px 40px;
}
.page-template-template-our-events .event-section{
	background: #fff;
	padding-bottom: 0;
}
.page-template-template-our-events .event-section-slider .col-md-4.mb-5{
	margin-bottom: 180px !important;
}


.donationPage h2{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	letter-spacing: 0.6px;
}

.donationPage .shortDescTwo{
	max-width: 1050px;
}


.stepformHeader{
	display: flex;
    justify-content: space-between;
    margin: 0 0 130px;
	position: relative;
}
.stepformHeader::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #E9E9E9;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	
}
.stepformHeader .hdBox {
    border: 2px solid #E6E6E6;
    background: #F5F5F6;
    box-shadow: 2px 3px 12px 0px #0000000F;
    display: flex;
    align-items: center;
    min-width: 370px;
    border-radius: 39px;
	position: relative;
	z-index: 2;
}
.stepformHeader .hdBox .setCount {
    background: #FFFFFF;
    text-align: center;
    padding: 30px 30px;
    border-radius: 40px 50px 50px 40px;
    min-width: 148px;
}
.stepformHeader .hdBox .setCount p {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(32 33 35 / 30%);
}
.stepformHeader .hdBox .setCount span {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(32 33 35 / 30%);
}
.stepformHeader .hdBox h6 {
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(32 33 35 / 30%);
    text-align: center;
    width: calc(100% - 148px);
}


.stepformHeader .hdBox.active{
	background: #ADD4EC;
}
.stepformHeader .hdBox.active h6,
.stepformHeader .hdBox.active .setCount span,
.stepformHeader .hdBox.active .setCount p{
	color: #202123;
}

.stepformBlock h5{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 22.8px;
	line-height: 1.2;
	letter-spacing: 0.78px;
	color: #202123;
	margin: 0 0 30px;
}
.radionPanel{
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 60px;
}
.radionPanel .cusradio input[type="radio"],
.mav-customradio-structure .gchoice input[type="radio"]{
	display: none !important;
}
.radionPanel .cusradio label,
.mav-customradio-structure .gchoice label {
    border: 2px solid #EEEEEE;
    box-shadow: 2px 3px 8px 0px #0000000F;
    background: #F5F5F6;
    font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 22px;
    line-height: 1.22;
    letter-spacing: 0.78px;
    padding: 16px 40px 14px;
    border-radius: 36px;
	color: rgb(32 33 35 / 40%);
}
.radionPanel .cusradio input[type="radio"]:checked + label,
.mav-customradio-structure .gchoice input[type="radio"]:checked + label {
	color: #202123;
	background: #ADD4EC;
	border: 2px solid #CFE4EF;
}
.mav-customradio-structure .gchoice label{
	margin-left: 0 !important;
}
.mav-customradio-structure .ginput_container_radio .gfield_radio{
	display: flex !important;
	flex-direction: row !important;
	gap: 30px;
}
.mav-customradio-structure .ginput_container_radio .gfield_radio .gchoice{
	display: inline-block !important;
}
.mav-customradio-structure legend.gfield_label,
.gfield--input-type-price label.gfield_label{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0.78px;
	color: #202123;
	margin-bottom: 30px;
}
.mav-customradio-structure{
	margin-bottom: 40px !important;
}


.siteContactwrap .ginput_container_checkbox .gchoice input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.siteContactwrap .ginput_container_checkbox .gchoice label {
  position: relative;
  cursor: pointer;
  margin-left: 0;
  /* font-family: 'Calibri';
	font-weight: 400;
	font-size: 14px; */
	font-family: 'Museo Sans Rounded 500';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0.41px;
    color: #202123;
}

.siteContactwrap .ginput_container_checkbox .gchoice label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    /* border: 2px solid #0079bf; */
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 8px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 8px;
    background: #DFDFE7;
    border-radius: 5px;
}
.siteContactwrap .ginput_container_checkbox .gchoice input:checked + label:before{
	background: #ADD4EC;
}

.siteContactwrap .ginput_container_checkbox .gchoice input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
left: 5px;
width: 6px;
height: 10px;
  border: solid #202123;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}





.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:checked,
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:checked + label,
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
    color: #666;
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2;
	letter-spacing: 0.78px;
	color: #202123;

}
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:checked + label:before, 
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    /* border: 1px solid #ddd; */
    border: none;
    border-radius: 5px;
    background: #DFDFE7;
}
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:checked + label:before{
	background: #ADD4EC !important;
}
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:checked + label:after, 
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:not(:checked) + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    border: solid #202123;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    /* -webkit-transform: scale(0);
    transform: scale(0); */
}
.mav-taxradio-structure .ginput_container_radio .gchoice [type="radio"]:checked + label:after {
    opacity: 1;
    /* -webkit-transform: scale(1);
    transform: scale(1); */
}









.stepformWrap  .gform-body .gfield--type-submit,
.siteContactwrap .gform-body .gfield--type-submit{
	justify-content: flex-end !important;
}











.amountField .field{
	border: 2px solid #EEEEEE;
    box-shadow: 2px 3px 8px 0px #0000000F;
    background: #F5F5F6;
	padding: 16px 30px 14px;
	font-size: 22px;
    line-height: 1.22;
	color: #202123;
	border-radius: 36px;
	outline: none;
	box-shadow: none;
}
.stepformBlock {
    max-width: 1140px;
    margin: 0 auto;
}
.stepformHeader .hdBox.active::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 35px solid #ADD4EC;
    right: 30px;
    bottom: -34px;
    position: absolute;
}

.paymentSuccessBox .icon{
	margin-bottom: 50px;
}
.paymentSuccessBox .textBox h3{
	margin-bottom: 40px;
}

.chooseCausePanelDetails h3{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	letter-spacing: 0.48px;
	color: #202123;
}
.chooseCausePanel .textBox .text h3{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
}

.page-template-template-projectsandcsr .chooseCausePanel:nth-child(even) {
	background: #fff;
}

.research-projects .chooseCauseBox .chooseCausePanel:nth-child(odd) .row{
	flex-direction: row-reverse;
}
.research-projects .chooseCauseBox .chooseCausePanel:nth-child(even) .row{
	flex-direction: row;
}

.page-template-template-contact-us .centerDesc {
    transform: inherit;
    top: 20%;
}

.page-template-template-contact-us .siteContactwrap textarea.form-control {
    height: 242px;
}
.page-template-template-contact-us .siteContactwrap .checkboxCard {
    margin-top: 40px;
    margin-bottom: 0;
}

.page-template-template-our-team .meetourteam-list-wrap .client-box {
    margin: 0 2px;
    /* height: 423px; */
}
.page-template-template-our-team .meetourteam-list-wrap .client-box img{
	object-position: top;
}
.rounderModal .faculty-img-wrapper img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rounderModal .faculty-img-wrapper {
	height: 100%;
}

.page-template-template-our-team .imageTextModal .faculty-content-wrapper h4,
.home .imageTextModal .faculty-content-wrapper h4{
	margin: 0;
}

.page-template-template-our-team .client-box-text h4,
.home .client-box-text h4{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	letter-spacing: 0.98px;
}

.page-template-template-our-events .centerDesc{
	top: 42%;
}

.chooseCauseSec .mainttl h2{
	font-family: 'Museo Sans Rounded 300';
	font-weight: 300;
}

.page-template-template-fundacause .faq-setion h3{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
}
.chooseCauseSec.bigspace .mainttl{
    padding-top: 300px;
	padding-bottom: 100px;
}




.research-projects,
.research-instruments{
	padding-top: 80px;
}
.fundAndCauseFive{
	padding-top: 200px;
}

.page-template-template-our-team .imageTextModal .faculty-content-wrapper h6,
.home .imageTextModal .faculty-content-wrapper h6{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-bottom: 40px;
	margin-top: 10px;
}

.fundAndCauseFive .bg-border-color-1{
	background: #D8EDF8;
	border: 2px solid #CFE4EF;
}
.fundAndCauseFive .bg-border-color-2{
	background: #FBEAD8;
	border: 2px solid #F2E1CF;
}
.fundAndCauseFive .bg-border-color-3{
	background: #F1FAD0;
	border: 2px solid #E7F0C6;
}
.fundAndCauseFive .bg-border-color-4{
	background: #FFF3F8;
	border: 2px solid #F4E8ED;
}
.fundAndCauseFive .bg-border-color-5{
	background: #F7F7D1;
	border: 2px solid #E7F0C6;

}
.chooseCauseSec .ttl .siteSubTtl{
	font-family: 'Museo Sans Rounded 700';
	font-weight: 600;
	letter-spacing: 0.6px;
	color: #202123;
}



.gform_confirmation_message{
	font-family: 'Museo Sans Rounded 700' !important;
	font-weight: 600 !important;
	text-align: center !important;
}
.home .gform_confirmation_message{
	text-align: left !important;
}
.single-artist_interactions .saurabhDesc .textBox .siteTtl,
.vission-banner-text-section h1,
.page-template-template-our-journey .innerBanner h1.siteTtl{
	font-size: 50px;
}


.bnrVideo video {
	height: 100vh;
	object-fit: cover;
	width: 100%;
}

.videoIframe{
	line-height: 0;
}

.gform-theme--foundation .gform_fields{
	row-gap: 15px !important;
}

.banner-section.mav-gallery-overlay:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}
.banner-section.mav-gallery-overlay .mission-banner-text-section{
	z-index: 2;
}
.mav-gallery-box {
    overflow: hidden;
    border-radius: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 10px;
}
.mav-gallery-box img{
	border-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 300ms ease-in-out;
	transform: scale(1.0);
}
.mav-gallery-box:hover img{
	transform: scale(1.1);
}

.page-template-template-contact-us .grid-inner-item .icon img{
	height: 60px;
}

.spiritual-sec-customfont .read-butn-wht,
.hoverinfo .read-butn-wht{
	font-size: 18px;
}

.gform_wrapper p{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400 !important;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	letter-spacing: 0.78px;
	font-size: 28px;
	margin: 0;
	text-align: center;
}
.gform_footer.top_label {
    display: flex;
    justify-content: center;
	gap: 15px;
} 
.gform_footer.top_label .gform_button{
	font-family: 'Museo Sans Rounded 700' !important;
    font-size: 18px !important;
    line-height: 26px !important;
    text-align: center !important;
    border-radius: 20px !important;
    background: #d8edf8 !important;
    border: 1px solid #cee2ed !important;
    color: #202123 !important;
    /* margin-top: 30px !important; */
    padding: 16px 44px !important;
    border-width: 2px !important;
    outline: none !important;
    box-shadow: none !important;
    transition: all 300ms ease-in-out !important;
	margin-top: 20px !important;
}
.gform_footer.top_label .gform_button:hover{
	background: #202123 !important;
    border: 2px solid #202123 !important;
    color: #fff !important;
}

.missin-feat-wrapper .missin-feattext-wrap h4{
    font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
    font-size: 20px;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}


.innerPageSecWrap h2{
	font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
    font-size: 48px;
    color: #202123;
    padding: 0;
    margin: 0 0 30px;
	text-align: center;
}
.innerPageSecWrap h3{
	font-family: 'Museo Sans Rounded 700';
    font-weight: 600;
	font-size: 32.0px;
    line-height: 1.2;
	color: #568BAC;
	padding: 0 0 20px;
}
.innerPageSecWrap p{
	font-family: 'Calibri';
    font-weight: 400;
    font-size: 20.8px;
    line-height: 1.4;
	color: #202123;
    margin: 0 0 15px;
}
.innerPageSecWrap ul{
	padding: 0 0 0 35px;
	margin-bottom: 20px;
}
.innerPageSecWrap ul li{
	font-family: 'Calibri';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.4;
	color: #202123;
    margin: 0 0 10px;
	list-style: inside;
    list-style-position: inside;
}

/* .dead-section {
    position: relative;
}
.dead-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
} */

@supports (-webkit-touch-callout: none) {
  /* iOS Safari override */
  .parallaxSec,
  .approch-section-body,
  .needs-society {
    background-attachment: scroll;
  }
}









.footer-info h4 a{color: var(--text-color);}
.page-id-3 .innerPageSecWrap h2,
.page-id-1683 .innerPageSecWrap h2, 
.page-id-582 h1.siteTtl, 
.page-id-584 h1.siteTtl, 
.page-id-803 h1.siteTtl{
	color:#568bac;
}


.coreValuesTest .coretestText .textWrap h6 {
  padding-left: 0px;
margin-top: 5px;
}

.header .onhovername p a {
  color: #202123;
}

.forMobileflo{
	display: none;
}
.speaker-strip-wrapper a img{
	width:100%
}