* {
	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%;
}


.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: 18px;
	line-height: 26px;
	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;
}

.banner-text-section {
	position: absolute;
	left: 0px;
	right: 0px;
	margin: 0px auto;
	text-align: center;
	bottom: 235px;
	padding: 0px 15px;
}

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

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

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

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

.banner-text-section h3 {
	font-size: 20px;
	color: var(--white);
	line-height: 20px;
	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 60px 0px;
	text-align: center;
	position: relative;
    min-height: 122px;
    overflow-x: hidden;
}



.universities-section-header h4 {
	font-size: 30px;
	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: 60px;
	color: var(--text-color);
	line-height: 60px;
	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: 30px;
    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-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: 60px;
    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: 30px;
    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: 30px;
    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: 20px;
    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: 60px;
	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: 30px;
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 15px 0px;
/*    font-family: 'Museo Sans Rounded 300';*/
}


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


.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: 18px;*/
font-size: 26px;
    line-height: 1.6;
    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: 60px;
	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: 30px;
    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: 26px;
    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: 22px;
    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);
}

.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: 30px;
    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: 18px;
    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;
}
.our-research-section .owl-nav .owl-prev,
.our-research-section .owl-nav .owl-next{
	top: -536px;
}

.research-paper-box {
	background: #d8edf8;
	border: 1px solid #d2e4ee;
	border-radius: 0 40px 40px 0;
	height: 428px;
	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: 60px;
    font-family: 'Museo Sans Rounded 300';
    padding: 0px 0px 20px 0px;
    line-height: 1.2;
}

.research-paper-box p {
/*    font-size: 18px;*/
font-size: 28px;
    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;
	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;
	position: relative;
	overflow: hidden;
}

.research-box-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
	transition: all 300ms ease-in-out;
}
.research-box:hover .research-box-img img{
	transform: scale(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: 60%;
	padding: 80px 40px 30px;
}


.research-box-text h3 {
    font-size: 28px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0px;
    padding: 0px;
    font-family: 'Museo Sans Rounded 700';
    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: 18px;
    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: 8px 8px;
	border-radius: 50%;
	color: var(--black);
	display: inline-flex;
	margin-right: 6px;
	font-size: 14px;
	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: 22px;
}
.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: 18px;
    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: 60px;
	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  60px 70px 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: 24px;
    color: var(--text-color);
    line-height: 1.4;
    margin: 0px 0px 75px 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: 60px;
	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: 50px;
    color: var(--white);
    line-height: 1.2;
    margin: 0;
    padding: 0px;
    font-family: 'Museo Sans Rounded 500';
    text-align: left;
    max-width: 230px;
}

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

.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: 32px;
    line-height: 1.2;
    color: #202123;
    padding: 0;
    margin: 0 0 15px;
    font-family: 'Museo Sans Rounded 700';
}

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

.hoverinfo .topInfo .desc p {
	font-size: 18px;
	line-height: 1.6;
	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;
}

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

.hoverinfo .content p {
    font-size: 28px;
    line-height: 1.4;
    color: #202123;
    font-family: 'Calibri';
    padding: 0;
    margin: 0;
}

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


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


.client-box-text h6 {
	font-size: 24px;
	color: var(--white);
	line-height: 24px;
	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: 40px 40px;
	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;
}
.partners-box:hover{
	box-shadow: none;
}
.partners-box img{
	transform: scale(1.0);
	transition: all 300ms ease-in-out;
	width: auto;
	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: 60px;
    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: 282px;
}


.our-partners-left p {
    font-size: 30px;
    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: -410px;
	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: 18px;
	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 {
	font-size: 30px;
	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: 60px;
	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 {
	position: absolute;
	left: 80px;
	top: -550px;
}


.spiritual-section-slider .owl-nav .owl-next {
	position: absolute;
	right: 80px;
	top: -550px;
}

/*=========================================*/
/*=========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: 60px;
    font-family: 'Museo Sans Rounded 300';
    padding: 30px 0px 50px;
    line-height: 1.2;
}


.event-box-img {
	width: 100%;
	height: 470px;
	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 0px 0px 0px;
	text-align: center;
	padding: 0px;
}


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

.event-box-text p {
    font-size: 26px;
    color: var(--text-color);
    line-height: 1.2;
    margin: 0px;
    padding: 0px 0px 10px 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: 14px;
	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 0px 0px 0px;
	position: relative;
}

.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: 60px;
    font-family: 'Museo Sans Rounded 300';
    padding: 40px 0px;
    line-height: 1;
    margin: 0px;
    text-align: left;
}


.form-row {
	max-width: 530px;

}

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


.frm-inner .form-row .form-control {
    border: none;
    border-radius: 30px;
    padding: 20px 30px;
    box-shadow: none;
    background: #fdf2e8;
    font-size: 20px;
    font-family: 'Museo Sans Rounded 700';
    min-height: 100px;
}


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

.gallery-box {
	height: 428px;
	border-radius: 47px;
	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: 20px;
    line-height: 27px;
    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: 18px;
}


.gallery-box-text {
	background: #d8edf8;
	border: 1px solid #d2e4ee;
	border-radius: 47px;
	height: 428px;
	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: 60px;
    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: 60px;
    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: 30px;
    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: 28px;
}

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

.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: 44px;
	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: 32px;
     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: 24px;
    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: 42px;
	background: #5ba1cc;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	-webkit-transition: all 0.4s ease;
}

.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: 18px;
    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: 24px;
    line-height: 1.2;
    padding: 0px 0px 30px 0px;
    margin: 0px;
}


.footer-info p {
    font-family: 'Museo Sans Rounded 500';
    font-size: 18px;
    line-height: 30px;
    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: 14px;
    line-height: 16px;
    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: 75px 0px;
	margin: 0;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.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: 9999;
	/* 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;
}

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

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

.headerMenu ul li:nth-child(2) {
	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: 16px;
	font-family: 'Museo Sans Rounded 500';
	line-height: 1.2;
	transition: all 300ms ease-in-out;
	color: var(--text-color);
	text-transform: capitalize;
	padding: 0;
	margin: 0;
	letter-spacing: 1.1px;
}


.headerWrap .logo {
	position: absolute;
	left: 0;
	right: 0;
	top: -42px;
	/* transform: translate(-50%, -50%); */
	z-index: 1;
	width: 234px;
	height: 153px;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}

.headerWrap .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.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: 24px;
	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: #003325;
}

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


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


.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: 40px;
	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: 30px;
	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:last-child a {
	padding: 0 0 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 > a:hover:after{
	width: 100%;
	max-width: 399px;
}

.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:hover > ul{
	display: flex;
}

.overlay-content.custom-nav ul li ul li {
	max-width: 33%;
	width: 33%;
	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: 16px;
	color: #568bac;
	font-weight: 400;
	line-height: 32px;
	max-width: 100%;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 0;
	margin: 0;
}
.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;
}

.menuOverlay .closebtn {
	/* position: absolute; */
	/* top: 104px; */
	/* right: 180px; */
	font-size: 40px;
	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: 20px;
	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: 0px 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: 18px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}

.menu-info-section1 ul li {
	font-size: 16px;
	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: 16px;
	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: 18px;
	line-height: 1.2;
	color: #f3f2ed;
	font-weight: 500;
	padding: 0;
	margin: 0 0 10px;
}


.menu-info-section2 ul li {
	font-size: 16px;
	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: 16px;
	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: 22px;
	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: 700px;
}

.major-projects-section .ttl h2 {
    font-size: 60px;
    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: 26px;
    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: 60px;
    line-height: 1.2;
    color: #568BAC;
    padding: 0 0 40px;
    margin: 0;
}

.major-projects-box .desc p {
    font-size: 32px;
    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: 36px;
	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: 80px;
}


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

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


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


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

.mission-banner-text-section h1 {
	font-size: 80px;
	color: var(--white);
	line-height: 80px;
	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: 20px;
	color: var(--white);
	line-height: 30px;
	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 {
	padding: 150px 0px 200px 0px;
	margin: 0px;
}

.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: 26px;
	color: var(--text-color);
	line-height: 40px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-family: 'Museo Sans Rounded 700';
	text-align: center;
}

.mission-box-text p {
	font-size: 26px;
	color: var(--text-color);
	line-height: 36px;
	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: 80px;
	color: var(--white);
	line-height: 80px;
	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: 20px;
	line-height: 30px;
	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: 32px;
	color: var(--text-color);
	line-height: 42px;
	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: 80px;
	line-height: 80px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	font-family: 'Museo Sans Rounded 700';
}


.top-book-section-text p {
	font-size: 26px;
	line-height: 36px;
	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: 80px;
	font-family: 'Museo Sans Rounded 300';
	padding: 60px 0px;
	line-height: 80px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-align: center;
}


.needs-society-inner p {
	font-size: 26px;
	line-height: 36px;
	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: 26px;
	line-height: 36px;
	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: 80px;
	font-family: "Museo Sans Rounded 300";
	padding: 0px 0px 80px 0px;
	margin: 0px;
	line-height: 80px;
}


.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: 26px;
	line-height: 36px;
	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: 26px;
	line-height: 36px;
	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: 50px;
	font-family: "Museo Sans Rounded 700";
	padding: 0px;
	margin: 0px;
	line-height: 50px;
}


.approch-section-body-text-row-start-text h6 {
	font-size: 22px;
	line-height: 22px;
	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: 50px;
	font-family: "Museo Sans Rounded 700";
	padding: 0px;
	margin: 0px;
	line-height: 50px;
}


.vission-about-section {
	padding: 0px;
	margin: 0px;
}

.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{
	max-width: 546px;
	margin: 0 auto;
}
.vission-about-section-text p {
	font-size: 26px;
	line-height: 1.6;
	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 80px 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: 16px;
}
  
.search-modal #search-button {
    position: absolute;
    top: 1px;
    right: 2px;
    font-size: 16px;
    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: 80px;
	border-radius: 50%;
	line-height: 1;
	color: #ffff;
	opacity: .35;
	transition: all 300ms ease-in-out;
}
.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: 18px;
    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;
	 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: 30px;
    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;
}


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

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #202123;
}


/*=========== Inner page Set up Start ===========*/
.innerBanner{
	position: relative;
	padding: 0;
	margin: 0;
}
.innerBanner img{
	width: 100%;
	height: auto;
}
.innerBanner .desc{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-15%);
}
.innerBanner .desc h1{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 70px;
	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: 30px;
    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: 30px;
    line-height: 1.5;
    letter-spacing: 0.82px;
    text-align: center;
    color: #202123;
    padding: 0;
    margin: 0 auto;
    max-width: 900px;
}
.siteTtl{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 80px;
	line-height: 1;
}

.common-pdt{
	padding-top: 130px;
}
.common-pdb{
	padding-bottom: 130px;
}
.common-pdt-sm {
	padding-top: 100px;
}
.common-pdb-sm{
	padding-bottom: 100px;
}
.aboutdeppara h2{
	color: #fff;
	margin: 0;
	padding: 0;
}
.sitePara{
	font-family: 'Calibri';
	font-weight: 400;
	font-size: 26px;
	line-height: 1.6;
}
.siteParaXl{
	font-family: 'Museo Sans Rounded 500';
	font-weight: 400;
	font-size: 30px;
	line-height: 1.6;
}
.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: 1160px;
}
.instrumental-sec{
	padding:0 0 380px;
}
.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{
	color: #fff;
	max-width: 750px;
}