@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

:root {
	--transform-fix: 'none'
}

@-webkit-keyframes animateGradient {
	0% {
		background-position: left bottom
	}

	50% {
		background-position: right top
	}

	100% {
		background-position: left bottom
	}
}

@keyframes animateGradient {
	0% {
		background-position: left bottom
	}

	50% {
		background-position: right top
	}

	100% {
		background-position: left bottom
	}
}

*,
*::before,
*::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased
}

html {
	font-size: 62.5%;
	overflow-x: hidden !important;
	letter-spacing: -.2px
}

body {
	font-family: 'Poppins', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden !important;
	background-color: #eff2f3;
}

a {
	text-decoration: none !important
}

ul {
	list-style: none
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	font-weight: 400;
	margin: 0;
}
.section-heading {
	font-weight: 600;
	font-size: 6rem;
	width: 68%;
	
}

@media (max-width: 991.98px) {
	.section-heading {
		font-size: 5rem;
		text-align: center;
		margin: 0 auto 5rem auto;
		width: 85%
	}
}

@media (max-width: 575.98px) {
	.section-heading {
		font-size: 4rem;
		width: 90%
	}
}

.color-black {
	color: #000
}

.paragraph {
	font-size: 1.3rem;
	line-height: 2rem
}

.paragraph.dark {
	color: #666b6d
}

.paragraph.white {
	color: white
}

.container {
	padding: 0
}

.fad.fa-lightbulb-on::before,
.fad.fa-search::before,
.fad.fa-angle-double-down::before {
	opacity: var(--fa-primary-opacity, 0.5)
}

.fad.fa-lightbulb-on::after,
.fad.fa-search::after,
.fad.fa-angle-double-down::after {
	opacity: var(--fa-secondary-opacity, 1)
}

.button {
	width: 27.1rem;
	height: 6.5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 4px solid #c7dffa;
	border-radius: 10rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #666b6d;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	letter-spacing: .1rem
}

.button i {
	margin-left: 1rem;
	-webkit-transition: all .25s ease;
	transition: all .25s ease
}

.button:focus,
.button:hover {
	background-color: #c7dffa;
	color: white;
	outline: 0
}

.button:focus i,
.button:hover i {
	color: white
}

.button__wrapper {
	margin: 0 auto
}

.button__wrapper .button:nth-child(n+2) {
	margin-left: 1.8rem
}



.preloader {
	position: fixed;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 200;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	
	background: #192d21;
	background-size: 200% 200%;
	background-position: left bottom;
	-webkit-animation-name: animateGradient;
	animation-name: animateGradient;
	-webkit-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.preloader img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
}

body.loaded .preloader {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%)
}

.header {
	position: absolute;
	top: 0rem;
	z-index: 100;
	background-color: transparent;
	padding: 2.2rem 0 1rem 0;
	width: 100%;
	transition: .2s;
	height: 125px;
}

.header__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	display: flex;
    align-items: center;
}

.header__nav-primary {
	margin-bottom: 0
}

.header__nav-primary>li {
	list-style: none;
	display: inline-block
}

/*.header__nav-primary>li:first-child a {
	color: #624da9
}*/

.header__nav-primary>li:first-child i::before {
	opacity: var(--var-primary-opacity, 0.5)
}

.header__nav-primary>li:first-child i::after {
	opacity: var(--var-secondary-opacity, 1)
}

.header__nav-primary>li:nth-child(n+2) {
	margin-left: 3rem
}

.header__nav-primary>li>a {
	font-size: 1.6rem;
	color: #fff;
	font-weight: 200!important
}

@media (min-width: 991.98px) {
	.header__nav-primary>li>a {
		position: relative
	}

	.header__nav-primary>li>a::before {
		content: "";
		display: block;
		width: 0;
		height: .15rem;
		background-color: #666b6d;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%, 0);
		transform: translate(-50%, 0);
		-webkit-transition: all .25s ease;
		transition: all .25s ease
	}

	.header__nav-primary>li>a:hover::before {
		width: calc(100% - 2rem)
	}
}

.header__nav .nav__dropdown {
	width: auto;
	z-index: 100
}

.header__nav .nav__dropdown-info {
	border: 0;
	width: auto;
	height: auto;
	border-radius: initial;
	padding-left: 0;
	margin: 0;
	z-index: 100;
	position: relative
}

@media (min-width: 991.98px) {
	.header__nav .nav__dropdown-info::after {
		content: "";
		position: absolute;
		bottom: -2rem;
		width: 100%;
		height: 2rem;
		background-color: transparent;
		display: block
	}
}

.header__nav .nav__dropdown-box {
	width: 25rem;
	display: block;
	right: 0
}

.header__nav .nav__dropdown-box li a {
	font-size: 1.6rem;
	color: #666b6d;
	border-radius: 2rem;
	position: relative;
	padding: 1rem 0 1rem 2rem;
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	display: block
}

.header__nav .nav__dropdown-box li:hover a {
	color: #000;
	background-color: #f0f7fc;
	font-weight: 600
}

.header__nav .nav__dropdown-box.shown {
	top: 0
}

@media (min-width: 991.98px) {
	.header__nav .nav__dropdown-box.shown {
		top: 0rem !important;
		visibility: visible !important;
		opacity: 1 !important
	}
}

@media (min-width: 991.98px) {
	.header__nav .nav__dropdown:hover .nav__dropdown-box {
		top: 0rem !important;
		visibility: visible !important;
		opacity: 1 !important;
		-webkit-transform: translateY(5rem);
		transform: translateY(5rem)
	}
}

.header__nav span {
	display: none;
	position: absolute;
	top: 6%;
	right: 5%;
	font-size: 3rem;
	color: white;
	font-weight: 900 !important;
	cursor: pointer
}

@media (min-width: 991.98px) and (max-width: 1126px) {
	.header__nav {
		margin-left: 0
	}

	.header__nav li a {
		padding: 0 2rem 2rem;
	}
}

.header__bars {
	width: 5rem;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	display: none;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	cursor: pointer;
	padding: 1rem;
	border: 1px solid transparent
}

.header__bars::after {
	display: table;
	clear: both
}

.header__bars:hover {
	border: 1px solid white
}

.header__bars-bar {
	height: .2rem;
	display: block;
	background-color: #000;
	margin: .3rem 0;
	float: right
}

.header__bars-bar-1 {
	width: 100%
}

.header__bars-bar-2 {
	width: 70%
}

.header__bars-bar-3 {
	width: 40%
}


@media (min-width: 991.98px) and (max-width: 1060px) {
	.header .container {
		padding: 0 4rem
	}
}

.header.fixed {
	position: fixed;
	top: 0;
	background-color: #1f2e1c;
	height: 70px;
	display: flex;
	align-items: center;
}

@media (max-width: 991.98px) {
	.header__wrapper {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 0 5rem
	}

	.header__nav {
		width: 100vw;
		height: 130vh;
		width: 100%;
		position: absolute;
		top: -5rem;
		right: 100%;
		overflow: hidden !important;
		background:#192d21;
		background: linear-gradient(45deg, #192d21 0%, #214831 100%);
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		padding-top: 15%;
		flex-direction: column;
	}
	
	.header__nav ul {
		display: block;
		width: 100%;
		margin-top: 5rem
	}

	.header__nav li {
		display: block;
		width: 100%;
		-webkit-transition: all .25s ease;
		transition: all .25s ease
	}

	.header__nav li a {
		font-size: 2rem;
		padding: 1.5rem 4.4rem;
		display: block;
		width: 100%;
		-webkit-transition: all .25s ease;
		transition: all .25s ease;
		color: white
	}

	.header__nav li i {
		color: white
	}

	.header__nav li:nth-child(n+2) {
		margin-left: 0
	}

	.header__nav li:hover {
		background-color: white
	}

	.header__nav li:hover a,
	.header__nav li:hover i {
		 color: #1e3c2a;
    font-weight: 500!important;
	}

	.header__nav .nav__dropdown-info {
		padding-left: 4.4rem
	}

	.header__nav .nav__dropdown-box {
		position: absolute;
		width: 100%;
		border-radius: initial;
		border: 0
	}

	.header__nav .nav__dropdown-box::before {
		display: none
	}

	.header__nav .nav__dropdown-box li a {
		font-size: 1.8rem
	}

	.header__nav .nav__dropdown-box.shown {
		top: 2rem
	}

	.header__nav span {
		display: block
	}

	.header__nav-primary {
		margin-left: 0
	}

	.header__nav .social {
		display: none
	}

	.header__bars {
		display: block
	}
}

@media (max-width: 640px) {
	.header__wrapper {
		padding: 0 5rem
	}
}

.header-2 {
	top: 0;
	padding: 4rem 0 4rem 0;
	background-color: white
}

@media (max-width: 991.98px) {
	.header-2 .header__nav {
		top: 0
	}
}

.header-2.fixed {
	position: fixed;
	top: 0;
	background-color: white
}

.customize-support .header {
	top: 8rem
}

.customize-support .header-2 {
	top: 3rem
}

.hero {
	width: 100vw;
	/*margin-top: 5rem*/
}

.hero__wrapper {
	/*width: calc(100% - 10rem);*/
	width: 100%;

	margin: 0 auto;
	/*border-radius: 3rem;*/
	background-color: #f0f7fc;
	padding: 16.4rem 0 9.9rem 0
}
.text-dark{
	color: black!important;
}
.main-heading {
	font-size: 6rem;
	font-weight: 600;
	color: #fff;
	
	width: 100%
}

.hero .paragraph {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	font-weight: 200!important;
	color: #fff;
	text-align: justify;

}

.hero .paragraph span {
	font-weight: 700
}

.hero .download-buttons a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.hero .download-buttons a:last-child {
	margin-left: 2rem
}


@media (min-width: 991.98px) and (max-width: 1200px) {
	.hero__wrapper {
		padding: 18.4rem 1rem 9.9rem 1rem
	}

	.main-heading {
		font-size: 5rem
	}
		.header__nav li a{
			padding: 0 0.5rem 2rem;
	}
	.login-tab {
    padding-left: 40px!important;
	}
	header .container {
	    max-width: 990px;
	    padding: 0!important;
	}

	.hero .hero-img {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	.hero .hero-img::before {
		-webkit-transform: scale(0.7) translateX(-50%);
		transform: scale(0.7) translateX(-50%);
		top: 0;
		left: 30%
	}

	.hero .download-buttons {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.hero .download-buttons a:last-child {
		margin-left: .5rem
	}
}

@media (max-width: 991.98px) {
/*	.hero__wrapper {
		width: calc(100% - 5rem)
	}*/
	.hero__wrapper {

	padding: 10.4rem 0 9.9rem 0
}
	.main-heading {
		font-size: 3.5rem;
		
	
	}
	.bg-logo:after {
   
    right: 24px!important;
    
    top: -56px!important;
}
	

	.hero .download-buttons {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 0 auto
	}

	.hero .hero-img {
		width: 100%;
		margin-top: 5rem
	}

	.hero .hero-img::before {
		-webkit-transform: scale(0.8) translate(-50%, 0);
		transform: scale(0.8) translate(-50%, 0);
		top: 0;
		left: 40%
	}
}

@media (max-width: 767.98px) {
	.main-heading {
		font-size: 5rem;
		margin-top: 10px;
	}

	.header {
 
    top: 0rem;
   
}


	.hero .download-buttons a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.hero .download-buttons a:last-child {
		margin-left: 0rem;
		margin-top: 1rem
	}

	.hero .hero-img {
		width: 100%
	}

	.hero .hero-img::before {
		-webkit-transform: scale(0.6) translate(-50%, 0);
		transform: scale(0.6) translate(-50%, 0);
		top: 0;
		left: 22.5%
	}
}

@media (max-width: 575.98px) {
	.hero .col-lg-6 {
		height: auto
	}

	.hero__wrapper {
		padding: 6rem 0
	}

	.hero .hero-img {
		width: 100% !important
	}

	.hero .hero-img img {
		width: 50% !important;
		height: 50% !important;
		-o-object-fit: cover !important;
		object-fit: cover !important
	}

	.hero .hero-img::before {
		-webkit-transform: scale(1) translate(-50%, 0) !important;
		transform: scale(1) translate(-50%, 0) !important;
		left: 50% !important;
		top: 10% !important;
		width: 40rem;
		height: 40rem
	}
}

.hero-2 {
	margin-top: 11.3rem
}

.hero-2 .hero__wrapper {
	padding: 10rem 0
}


.input-field {
	width: 33rem;
	height: 6.5rem;
	border: 4px solid #ffdbe8;
	border-radius: 10rem;
	padding: 0 2rem 0 3rem;
	font-size: 1.6rem;
	color: #666b6d
}

.input-field::-webkit-input-placeholder {
	color: #666b6d
}

.input-field::-moz-placeholder {
	color: #666b6d
}

.input-field:-ms-input-placeholder {
	color: #666b6d
}

.input-field:-moz-placeholder {
	color: #666b6d
}

.input-field:focus {
	outline: 0;
	border: 4px solid #fe7fa9
}




::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: white;

}
/* Handle */
::-webkit-scrollbar-thumb {
  background:lightgray; 

}
.section-p p::-webkit-scrollbar{
	display: none;
}
.team{
	background-color: #063954;
	padding: 100px;
	position: relative;
}
.team-sec{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin: 0;
	margin-top: 30px;
}
.team img{
	width: 340px;
}
.team-sec h1{
	color: white;
	font-size: 46px;
	font-weight: 800;
}
.team-details{
	width: 50%;
}
.team-details p{
	color: white;
	padding-bottom: 30px;
}
.team-cards{
	gap: 20px;
	display: flex;
    flex-direction: column;

}
.team .team-card img{
	width: 80px;
}
.team-card h4 {
    margin-bottom: 14px;
}
.team-card h5 {
    color: blue;
}
.team-card {
    background-color: white;
    display: flex;
    padding: 15px;
    gap: 10px;
    justify-content: space-between;
}
.team-memb {
    display: flex;
   
    gap: 50px;
    background-color: #000000ad;
    padding: 8px 15px;
    width: fit-content;

    margin: 40px auto 0;
    border-radius: 3px;
}
.team-memb h6{
	color: white;
	font-weight: 300;
}
.work{
	padding: 100px;
	position: relative;
}
.student{
	padding-bottom: 100px;
}
.student-sec{
	max-width: 800px;
	margin: 0 auto;
	position: relative;
	margin-top: -20%;
	/*background: linear-gradient(179deg, #ffffff1a, white);*/
}
.side-badge {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
}
.side-badge img{
	
	height: 15px;

	object-fit: contain;
	margin-right: 10px;
}
.side-badge h6{
	
	background-color: #e7f6b3;
    border-radius: 0px 0 0 10px;
    padding: 6px 15px;
    margin-bottom: 15px;
    text-align: right;
    width: fit-content;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.side-badge h6:first-child{
	
	
    border-radius: 10px 0 0 0;
    
}
.bg-logo{
	position: relative;
}
.bg-logo:after {
    content: "";
    background: url(../image/logo-man.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 70px;
    position: absolute;
    right: 48px;
    background-size: contain;
    top: -46px;
}





.talk {
    width: 100%;
    background-color: #192d21;
    background: url(../image/bg10.png);
    height: 100%;
    overflow: auto;
    background-size: contain;
}
.talk.talk2 {
   
    background: url(../image/bg11.png);
    background-size: contain;

   
}
.talk:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: calc( 100% - 100px);
	background-color: #ffffff8a;
	top: 50px;
}
 .talk-body {
        background-color: #eff2f3;
        padding-top: 60px;
        border-radius: 150px 0 0 0;
        z-index: 9;
    	position: relative;
    }
 .talk-header{
      padding: 70px 40px 30px 40px;
      align-items: center;
      position: relative;
      z-index: 99;
    }

.time-box {
    background-color: white;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    font-weight: 600;
    transition: .2s;
}
.time-box:hover {
    background-color: #e9e2e2;
    cursor: pointer;
    }
img.left-arrow {
    position: absolute;
    left: 30px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: .2s;
    cursor: pointer;

}
img.left-arrow:hover {
	left: 28px;
}
img.right-arrow:hover {
	right: 28px;
}
img.right-arrow {
    position: absolute;
    right: 30px;
    width: 8px;
    top: 50%;

    transform: translateY(-50%);
    transition: .2s;
    cursor: pointer;
}
.flex-align{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.talk-row h2{
	font-weight: 500;
}
.time-card{
	max-width: 350px;
	margin: 60px auto;
}
.time-card h6{
	font-size: 14px;
}
.calender h6{
	font-size: 14px;

}


.talk-container{
	padding: 40px;
	max-width: 1100px;
	margin: 0 auto;
	

}

.calender{
	max-width: 360px;
	margin: 0px auto;
}

.calender-head{
	position: relative;
	text-align: center;
	padding: 12px;
	box-shadow: 0px 5px 9px -4px #d8dbdc;

}
.calender-card{
	background-color: white;
	box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
	border-radius: 20px;
	width: 360px;
	margin-top: 10px;

}
.calender-body table{
	width: 100%;
}
.calender-body th, .calender-body td {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}

.calender-body{
	padding: 15px;
}
.calender-body td {
    
   width: 30px;
    height: 30px;
    text-align: center;
    margin: auto;
   
}
.active-date {
    border-radius: 50%;
    background-color: #1ee0ff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}








.login-tab{
	padding-left: 100px;
}
.signin-bg {
    display: flex;
    align-items: center;
}
.signin-bg img{
	width: 100%;
}
.signin{
      background-color: #192d21;
      height: 100%;
      overflow: auto;
    }

    .signin-header{
      padding: 70px 40px 30px 40px;
      align-items: center;
      position: relative;
    }
    .home-icon{
      position: absolute;
    left: 15%;
   	
    top: 50%;
    transform: translateY(-50%);
    }
    .signin-header h1{
      font-size: 26px;
    }
    .signin-body {
        background-color: #eff2f3;
        padding-top: 60px;
        border-radius: 150px 0 0 0;
    }
    .signin-form{
     /* max-width: 500px;*/
    }
    .signin-sec{
      margin-bottom: 20px;
    }
     .button-hwzthat{
      height: 44px;   
      width:100%;
      background-color: #192d21;
      border: 2px solid  #192d21;
      color: white;
      transition: .2s;
      border-radius: 3px;
      font-size: 16px;
      cursor: pointer;
      align-items: center;
    display: flex;
    justify-content: center;

    }
     .button-hwzthat:hover{
     
      background-color: #214831;
      border: 2px solid  #214831;
      color: white;
     

    }
    .signin-form label{
      font-size: 15px;
      font-weight: 500;
    }
/*    .signin-form input{
      height: 40px;   
      width:100%;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      border-radius: 3px;
      border: none;
    }*/
   input{
   	padding: 20px;
   	outline: none;
      height: 36px;   
      width:100%;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      border-radius: 3px;
      border: none;
      font-size: 14px;
    }
      select{
   	padding: 10px 20px;
   	outline: none;
      height: 40px;   
      width:100%;
     box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
      border-radius: 3px;
      border: none;
      font-size: 14px;
      color: black;
    }

    .learn-badge {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #a3a33d;
    color: white;
    border-radius: 13px;
    padding: 2px 10px;
    bottom: -10px;
    height: 20px;
    cursor: pointer;
}
.fill-p{
	padding: 15% 20%;
}
.logo{
	max-width: 200px;

}

.header.fixed .logo{
	max-width: 180px;
	margin-top: 20px;
    background-color: #1f2e1c;
    padding: 15px;
    transition:.2s;

}

.banner-text{
	position: absolute;
	left: 50%;
	top: 55%;
	transform: translate(-50%, -50%);
	max-width: 900px;
	width: 100%;
}
.section-p{
	position: relative;
	background-color: #1b1b1b7a;
	
	
	
}
.section-p p{

	max-height: 50vh;
	overflow: auto;
	padding: 50px;
	
}
.home-banners{
	position: relative;
}
/*.explore {
    background: url(../image/bg9.png);
    background-size: contain;
    background-repeat: no-repeat;
}*/
.explore-banner{
	width: 100%;
	min-height: 590px;
    object-fit: cover;
	/*position: absolute;*/
	


}
.explore-logo{
	width: 250px;
}
.explore-sec {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    top: 10%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
   
   
}
.explore-sec-img{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/*gap: 60px;*/

}
.explore-sec-img div{
	padding: 0 40px;
}
.explore p{
	font-size: 16px;
}
.explore-sec-img img{
	height: 40px;
	margin-bottom: 10px;
}
.quate {
    position: absolute;
    bottom: 30%;
    left: 55%;
    text-align: center;
}
.quate h5{
	color: white;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 500;

}
.quate h6{
	color: white;
	font-size: 14px;
	font-weight: 300;
	    text-shadow: 2px 2px 4px #00000040;

}
footer.footer{
	background-color: #5381b5;
	padding: 100px;
}
.footer-right {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -18%;
    
    z-index: 9;
    position: relative;
}
.mob .header {
   
    background-color: black;
}
.links{
	display: flex;
	
	align-items: center;
	

}
.mob .links h6{
	color: black;
}
.mob footer {
    padding: 20px;
    background-color: white;



}
.mob .footer-bottom {
    padding-top: 30px;
   
    border-top: 1px solid black;


}

.mob .links a{
	color: black;
}
.links h6{
	color: white;
	font-size: 20px;
}
.links a{
	border-right: 1px solid white;
	color: white;
	font-size: 20px;
	padding: 2px 25px;

}
.links a:last-child{
	border-right: none;

}
.footer-bottom{
	text-align: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

@media (max-width: 1080px) {

.fill-p{
	padding: 5% 10%;
}
}
.quate2{
	display: none;
}



.explore-banner-mob{
		display: none;
	}


	.header__nav-primary>li.mob-view{
	display: none;
}



@media (max-width: 990px) {

.header__nav-primary>li.mob-view{
	display: flex!important;
}
	.team-memb {
    
    gap: 20px;
}
.student-sec{
	max-width: 500px;
	margin-left: 0;
}
	.login-tab {
    padding-left: 0px!important;
	}
	.home-banners {
   
    height: 80vh;
   /* overflow: auto;*/
	}
	.header__bars-bar {
   
    background-color: #fff;
    
}
.header.fixed {
  
    background-color: #000;
}
.header.fixed .logo{
	max-width: 132px;
	margin-top: 0px;
    background-color: #000;
   
}
.banner-text {
   
    padding: 30px;
}
	.home-banners img {
   
    height: 80vh;
    object-fit: cover;
	}
	.signin-bg:last-child{
		display: none;
	}
	.signin-bg img{
		width: 300px;
		margin: 0 auto;
	}
	.signin-body {
    
    	
    	justify-content: center;
    	display: flex;
    	padding: 80px 20px 20px 20px;
    	border-radius: 80px 0 0 0;
   
	}
	.signin-body form {
    
    	max-width: 500px;
    	
	}

	.team-head{
		order: 0;
		width: 160px;
		padding: 0;
	}
	.team-cards{
		order: 2;
		margin: 40px auto 0;
		max-width: 400px;
		padding: 0;
	}
	.team-details{
		order: 1;
		width: calc( 100% - 160px);
	}
	.student-sec{
	padding: 0px 20px;
}
}
.max-640{
	display: none;
}
.max-768{
	display: none;
}
@media (max-width: 768px) {
.max-768{
	display: flex;
}
	.home-banners img {
   
    height: 100vh;
   
	}
		.home-banners {
   
    height: 100vh;
  
	}
.talk.talk2 {
   
    background: url(../image/bg11-mob.png);
    background-size: contain;
    
   
}
.talk-row {
    flex-direction: column-reverse;
}
.fill-p{
	padding: 5%;
}
		.explore-banner-mob{
		display: block;
		
	}
	.footer-right {
    
    margin-top: -60%;
   
}
.min-768{
	display: none;
}

footer {
   
    padding: 60px 20px;
}
.footer-right h6{
	font-size: 14px!important;
}
.footer-right img{
	width: 40px;
}
.links h6 {
  
    font-size: 14px;
}
.links a {
   
    font-size: 14px;
    padding: 2px 5px;
}
.footer-bottom {
 
    align-items: flex-end;
  
}
.links {
    
    text-align: right;
}
	.explore-banner{
		display: none;
	}

	.quate2{
		display: flex;
		flex-direction: column;
		position: initial;
	}
	.quate3{
		display: none;
	}
	.explore-sec-img div {
    padding: 40px;
}
.explore-sec-img div:first-child{
	border-right: 1px solid white;
	border-bottom: 1px solid white;

}
.explore-sec-img div:last-child{
	border-left: 1px solid white;
	border-top: 1px solid white;

}
}
@media (max-width: 640px) {

	.talk-container {
    padding: 20px;
    
}
.fill-p{
	padding: 20px;
}
	.header {

	padding: 1rem 0 1.6rem 0;

}
.header__wrapper {
    padding: 0 2rem;
}
.swiper-slide img{
	width: 250px;
}
.team {
    
    padding: 60px 20px;
}
.student{
	padding-bottom: 100px;
}
.work {
    
    padding: 60px 20px;
}
.student-sec {
    max-width: 400px;
   
    margin: 0px;
    margin-top: -20%;
}
.student-bg{
	/*height: 500px;*/
    object-fit: cover;
}
.side-badge {
   
    top: auto;
    
    bottom: -60px;
}
.student .learn-badge{
	left: 60px;
	right: auto;
}
.max-640{
	display: block;
}
.max-640{
	display: none;
}
}
@media (max-width: 560px){
.explore-sec-img div {
    padding: 20px 10px;
}
	.talk-container {
    padding: 20px 0;
    
}
.talk-body {
    background-color: #eff2f3;
    padding-top: 30px;
    border-radius: 70px 0 0 0;
  }
.time-card {
   
    margin: 30px auto;
}
.explore-sec-img img {
    height: 30px;
    margin-bottom: 10px;
}
.explore p {
    font-size: 13px;
}
.quate h5 {
    
    font-size: 14px;
 
}
.quate h6 {
   
    font-size: 12px;
  
}
}
@media (max-width: 480px) {
	.student-sec {
    max-width:100%;
   
  
}
	.student-sec p {
    max-width:310px;
   
  
}
.calender-card {
   
    width: 330px;
  
}
footer.footer {
   
    padding: 60px 20px;
}
.calender-body th, .calender-body td {
    padding: 8px;
  
}
.calender {
    max-width: 330px;
   
}
.time-card {
    max-width: 330px;
    }
    .schedule-head{
    	max-width: 330px;
    	margin: 0 auto;
    }
.explore-sec {
 
    top: 5%;
    padding: 20px;
}
.side-badge h6{
	font-size: 12px;
}
	.signin-bg{
		display: none;
	}
	.signin-header {
    	padding: 50px;
   
	}
	.home-icon {
    position: absolute;
    right: 0%!important;
    bottom: -30px;
    left: auto;
    top: auto;
    transform: initial;
	}

	.banner-text {
   
    left: 0px;
    top: 25vh;
   
    
    padding: 20px;
  
    width: 85%;
    transform: initial;
}
.main-heading {
    font-size: 3.4rem;
    overflow-wrap: anywhere;
}
.section-p p {
   
  
    padding: 20px;
}
.team-sec h1 {
  
    font-size: 32px;
    font-weight: 500;
}
.team-head {
    order: 0;
    width: 110px;
    padding-left: 0;
}
.team-details {
   
    width: calc( 100% - 110px);
}
.team img {
    width: 250px;
}
.team-sec {
   
    margin-top: 20px;
}
.min-480{
	display: none;
}

.footer-right h6{
	font-size: 12px!important;
}
.footer-right img{
	width: 30px;
}
.links h6 {
  
    font-size: 12px!important;
    margin-right: 10px!important;
}
.links a {
   
    font-size: 12px;
    padding: 0px 5px;
}
.footer-bottom {
   
    margin-top: 20px;
}
.footer-bottom h6{
	font-size: 12px!important;
}
.social-icons{
	gap: 20px!important;
	margin-top: 8px!important;
}
.student-sec {
   
    margin-top: 0%;
}
}

@media (max-width: 400px){
.links a {
    font-size: 10px;
   
}
.footer-right {
    width: 100%;
    gap: 5px!important;
}
.mt-4, .my-4 {
    margin-top: 1rem!important;
}

	.banner-text {
   
    
    top: 18vh;
   
    
    
}
.main-heading {
    font-size: 3rem;
   
}
.hero .paragraph {
    font-size: 12px;
    line-height: 20px;
   
}

}