body {
	overflow-x: hidden;
	font-family: 'Inter', sans-serif;
}

.container {
	max-width: 1240px;
}

ul,
li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

.gradient-divider {
	border: 0;
	width: 100%;
	height: 2px;
	margin: 0;
	background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, rgba(34, 99, 142, 0.50) 37.84%, rgba(34, 99, 142, 0.00) 100%);
}

.gradient-divider2 {
	border: 0;
	width: 100%;
	height: .5px;
	margin: 0;
	background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, rgba(255, 255, 255, 0.50) 37.84%, rgba(34, 99, 142, 0.00) 100%);
}

.gradient-divider3 {
	border: 0;
	width: 100%;
	height: 2px;
	margin: 0;
	background: linear-gradient(176deg, #FFF 0%, #18405B 52.95%, rgba(255, 255, 255, 0.00) 100%);
}

.menu-top {
	padding: 7px 0;
	background: linear-gradient(114deg, rgba(240, 245, 255, 0.76) 0%, #E7EEFF 51.39%, rgba(221, 230, 251, 0.74) 99.08%);
}

.branch-drop {
	display: inline-block;
}

.branch-drop .dropdown-toggle {
	color: #6679A4;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	text-decoration: none;
}

.branch-drop .dropdown-toggle::after {
	border: 0;
	content: "\ea50";
	font-family: 'remixicon' !important;
	font-style: normal;
	position: absolute;
	-webkit-font-smoothing: antialiased;
}
.branch-drop ul  { 
	border: 0;  
	background: unset;
  }
.branch-drop ul li  {
	color: #585858;
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 30px; /* 135.714% */
letter-spacing: 0.77px;
text-align: center;
  }

  .branch-drop ul li a  {
	color: #585858; 
	background: unset;
  }
  .branch-drop ul li a:hover  {
	color: #54A5F6; 
	background: unset;
  }
 

.branch-drop ul li:nth-child(1)  {
	background: #E0F0FE;
  }
  .branch-drop ul li:nth-child(2)  {
	background: #E0FEFE;
  }
  .branch-drop ul li:nth-child(3)  {
	background: #E0FEE5;
  }
  .branch-drop ul li:nth-child(4)  {
	background: #F8FEE0;
  }

 
  .edroot-nav h4 {
    color: #ff820e;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px; 
    padding: 10px 25px; 
}

.ckec-btn {
	color: #ff820e;
}
.ckec-btn:hover {
    text-decoration: underline;
}

.edroot-nav .btn {
	border-radius: 7px;
    background: #128c7e;
	border:1px solid #128c7e;
    padding: 12px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
	text-transform: capitalize;
    
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    display: inline-block;
}
.edroot-nav .btn:hover { 
    background: #fff;
	border:1px solid #128c7e; 
    color: #128c7e; 
}
.edroot-nav .btn svg{
	width: 20px;
	height: 20px;
	fill: #fff;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}
.edroot-nav .btn:hover svg path{
	fill: #128c7e;
}

.contact-btn {
	color: #6679A4;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin-right: 10px;
}

.edroot-nav {
	padding: 30px 0;
	position: relative;
}

.edroot-nav hr {
	position: absolute;
	left: 0;
	bottom: 0;

}


.edroot-nav .navbar-brand img {
	width: 220px;
}

.event-btn {
	border-radius: 5px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.00) 79.03%);
	box-shadow: 0px 0px 19px 0px rgba(237, 233, 254, 0.94);
	color: #1F1F47;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 11.5px;
	padding: 10px 25px;
	margin-right: 13px;
}

.event-btn svg {
	position: relative;
	top: -5px;
	margin-right: 5px;
}

.edroot-nav .nav-item {
	color: #22638E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	letter-spacing: 0.77px;

}

.edroot-nav .nav-item a.nav-link {
	color: #22638E;
	position: relative;
	padding: 10px 5px !important;
	margin: 0 15px;
}

.edroot-nav .nav-item a.nav-link::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 1px;
	background-color: #FF9431;
	opacity: 0;
	transition: all .3s;
	border: 0;
}

.edroot-nav .nav-item a.nav-link.active {
	color: #FF9431;
}

.edroot-nav .nav-item a.nav-link.active::before {
	opacity: 1;
	width: 100%;
}

.edroot-nav .nav-item a.nav-link:hover {
	color: #FF9431;
}

.edroot-nav .nav-item a.nav-link:hover::before {
	opacity: 1;
	width: 100%;
}

.nor-drop .dropdown-menu{
	border-radius: 0;
	border: 0;
	border-radius: 6px;
border: 1px solid #ECECEC;
background: #FFF;
box-shadow: 0px 4px 4px 0px rgba(255, 214, 152, 0.12);
width: 222px;
	

}

.nor-drop .dropdown-menu li{
	color: #222461;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.77px;
	margin: 5px 0;
}

.nor-drop .dropdown-menu li a{ 
	color: #222461;
}
.nor-drop .dropdown-menu li a:hover{ 
	color: #222461;
	background: #EDEFFF;
}




/************ search box **********/




.search-box {
    position: relative;
    right: 0;
    top: 0;
    background: 0 0;
    height: auto;
    border-radius: 40px
}

.search-btn { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;  
    background: #EBF8FF;
    width: 38px;
    height: 24px;
    border-radius: 15px;
    margin-left: 8px;
    text-align: center;
    line-height: 40px;
    transition: all .5s;
}

.search-btn svg { 
    width: 10px;
	height: 10px;
}


.search-btn:hover {  
    background: #d2efff; 
}

.search-txt {
    display: none;
    opacity: 0;
    transition: .25s;
    width: 0
}

.search-box.active .search-txt {
    opacity: 1;
    transition: .25s;
    width: auto;
    display: block
}

a.search-btn i svg path {
    stroke: #ee3c35
}

a.search-btn i svg ellipse {
    stroke: #ee3c35
}

 

.search-box.active .search-txt {
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    padding: 8px 15px;
    min-width: 290px;
 
    border-radius: 20px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.11);
    color: #767676;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
}


a.search-btn-close {
    display: none
}

.search-box.active a.search-btn-close {
    display: block;
    position: absolute;
    z-index: 100;
    top: 3px;
    right: 3px;
    background: #EBF8FF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 8px;
    text-align: center;
    line-height: 25px;
}


.search-res {
    border-radius: 10px;
    border: 1px solid #D0D0D0;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.11);
    display: none;
    width: 290px;
    position: absolute;
    right: 0;
    top: 32px;
	padding: 10px;
	z-index: 10;
}
.search-res ul li {
	color: #767676;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	margin: 5px 0;
	line-height: 20px; /* 133.333% */
	text-align: left;
}
.search-res ul li a {
	color: #767676;
	padding: 10px;	
	display: block; 
}

.search-res ul li:hover a {
	color: #767676;
	background: #EDEFFF;	 
}
.search-res ul li a svg {
	width: 18px;
	margin-right: 5px;
}


 
.search-box.active .search-txt:focus~.search-res {
	display: block;
}
 

/*******  search closr ********/
.banner-sec{
	padding-bottom: 80px;
}
.banner-img-cntr {
	position: relative;
}

.banner-img-cntr::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 325px;
	background: #85FFF0;
	filter: blur(201.5px);
	z-index: -1;
	opacity: .3;
}
.banner-main-img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
	display: block;
}
.banner-main-icon1 {
	position: absolute;
	top: 11%;
	right: 12%;
	-webkit-animation: mover 1s infinite alternate;
	animation: mover 1s infinite alternate;

}

.banner-main-icon2 {
	position: absolute;
	top: 25%;
	left: 9%;
	-webkit-animation: mover 1.5s infinite alternate;
	animation: mover 1.5s infinite alternate;
}

.banner-main-icon3 {
	position: absolute;
	bottom: 17%;
	right: 8%;
	-webkit-animation: mover 2s infinite alternate;
	animation: mover 2s infinite alternate;
}

@-webkit-keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

@keyframes mover {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-10px);
	}
}

.banner-text {
	padding-left: 100px;
}

.banner-sec p {
	color: #FF9029;
	font-family: Montserrat;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.banner-sec p label {
	border-radius: 23px;
	background: linear-gradient(125deg, #FF7A00 0%, #FFD7B3 100%);
	backdrop-filter: blur(2px);
	color: #FFF;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 10px 20px;
	margin-right: 10px;
}


.banner-sec h1 {
	color: #1F1F47;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.banner-sec h1 span {
	color: rgba(45, 105, 246, 1);
}

.banner-sec .btn-fill {
	border-radius: 7px;
	background: #2D69F6;
	padding: 12px 25px;
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	margin-right: 15px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	display: inline-block;
}

.banner-sec .btn-fill:hover {
	box-shadow: 0 12px 24px -6px rgba(143, 66, 236, .2);
	transform: translateY(-1px);
}

.banner-sec .btn-blank {
	color: #1F1F47;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.banner-sec .btn-blank img {
	background-color: #F8CF42;
	padding: 10px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
}

.banner-sec .btn-blank svg {
	position: relative;
	right: 0;
	transition: all .3s;
}

.banner-sec .btn-blank:hover svg {
	right: -10px;
}


.home-univers-sec h3 {
	color: #413963;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 19px;
	margin: -11px auto 0;
	display: block;
	max-width: 350px;
	width: 100%;
	text-align: center;
	background: #F2FFFE;
	position: relative;
}

.home-univers-sec h3 span {
	color: rgba(34, 133, 199, 1);
}


.univers-slider {
	margin: 35px 0;
}

.univers-slider img {
	height: 55px;
	display: inline-block;
	margin: 0 auto;
	object-fit: contain;
	width: 100%;
}


.home-event-sec {
	padding: 95px 0;
}

.home-event-sec .container {
	max-width: 1030px;
}

.event-slider {
	border-radius: 10px;
	overflow: hidden;
}

.event-home-list {
	position: relative;
	height: 100%;
}

.event-home-list img {
	display: block;
	height: 100%;
}

.event-tag {
	border-radius: 6px;
	background: linear-gradient(280deg, #FFBE8E 0%, #FF984E 100%);
	backdrop-filter: blur(2px);
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 5px 10px;
	letter-spacing: 0.26px;
	position: absolute;
	top: 25px;
	left: 40px;
	cursor: pointer;
}

.event-cap {
	position: absolute;
	width: 100%;
	padding: 25px 40px;
	bottom: 0;
	left: 0;
}

.event-cap h4 {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	margin-right: 25px;
}

.event-cap p {
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	margin: 0;
	margin-right: 25px;
}

.event-cap .btn {
	background: #fff;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	line-height: 48px;
}

.event-slider .slick-dots {
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	right: 40px;
	bottom: 25px;
}

.event-slider .slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.event-slider .slick-dots li button {
	font-size: 0;
	border: 0;
	padding: 0;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: rgba(252, 252, 252, 0.84);
}

.event-slider .slick-dots li.slick-active button {
	background-color: #FF9029;
}

.home-test {
	padding: 30px;
	position: relative;
	border-radius: 10px;
	background: linear-gradient(138deg, #0080F0 0%, rgba(47, 69, 184, 0.99) 100%);
}

.test-tag {
	border-radius: 5px;
	background: linear-gradient(115deg, #FF247B 0%, #FF80B2 100%);
	backdrop-filter: blur(2px);
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 5px 10px;
	letter-spacing: 0.26px;
	position: absolute;
	top: 25px;
	left: 40px;
	cursor: pointer;
}

.test-slider-for h3 {
	text-align: center;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}

.test-slider-for p {
	text-align: center;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.5px;
}

.test-slider-nav {
	max-width: 200px;
	margin: 35px auto 25px;
	transform: scale(.8);
}

.test-slider-nav img {
	width: 65px;
	height: 65px;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

.test-slider-nav .slick-slide.slick-active.slick-center img {
	border: 6px solid rgba(254, 81, 150);
}

.test-slider-nav .slick-slide.slick-cloned.slick-active img {
	border: 6px solid #66A794;
}

.test-slider-nav .slick-slide.slick-active img {
	border: 6px solid #F8D57A;
}


.test-slider-nav .slick-slide {
	visibility: hidden;
	padding: 20px 0;
}

.test-slider-nav .slick-slide.slick-active {
	visibility: visible;
}

.test-slider-nav .slick-list {
	padding: 0 !important;
}

.test-slider-nav .slick-slide.slick-active.slick-center {
	visibility: visible;
	transform: scale(1.5);
}

.count-cntr {
	background: linear-gradient(117deg, #FE4381 0%, #E43161 100%);
	backdrop-filter: blur(2px);
	padding: 25px;
	border-radius: 10px;
	margin-top: 15px;
}

.count-tag {
	border-radius: 5px;
	background: linear-gradient(152deg, #45CAE8 0%, #6B46FF 100%);
	backdrop-filter: blur(2px);
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 5px 10px;
	letter-spacing: 0.26px;
	display: inline-block;
	margin-bottom: 25px;
	cursor: pointer;
}

.count-cntr h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 75px;
	font-style: normal;
	font-weight: 700;
	line-height: 90.5px;
	margin: 0;
}

.count-cntr p {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.64px;
}

.count-cntr img.cont-img {
	width: 100px;
	margin: 0 40px 20px;
}

.count-cntr hr.cunt-main-hr {
	background: linear-gradient(2deg, #F376B2 0%, rgba(243, 118, 178, 0.00) 100%);
	width: 100%;
	border: 0;
	height: 2px;
}

.count-cntr h5 {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	letter-spacing: 0.64px;
	margin: 0;
}

.count-cntr span {
	color: #FFF;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: 0.44px;
}


.count-cntr img.cont-sm-img {
	background-color: #fff;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	padding: 10px;
	margin-right: 5px;
}

.count-sm-hr {
	position: absolute;
	right: -8px;
	top: 0;
	width: 1px;
	height: 100%;
	margin: 0;
	background: #FF69A7;
	border: 0;
}


.presence-cntr {
	margin-top: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.presence-slider .slick-list {
	padding: 0 106px;
}


.presence-img-cntr {
	margin: 0 6px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.presence-img-cntr img {
	width: 100%;
	height: 307px;
	object-fit: cover;
}

.presence-tag {
	border-radius: 5px;
	background: linear-gradient(152deg, #45CAE8 0%, #6B46FF 100%);
	backdrop-filter: blur(2px);
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	padding: 5px 10px;
	letter-spacing: 0.26px;
	display: inline-block;
	position: absolute;
	top: 25px;
	left: 25px;
}


.presence-cap {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-radius: 10px;
	background: linear-gradient(360deg, #312951 0%, rgba(49, 41, 81, 0.00) 100%);
	backdrop-filter: blur(2px);
	padding: 15px;
}

.presence-cap h5 {
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 111.111% */
}

.presence-cap p {
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
	/* 161.538% */
	margin: 0;
}

.presence-slider .slick-slide .presence-cap {
	opacity: 0;
}

.presence-slider .slick-slide.slick-current .presence-cap {
	opacity: 1;
}


.presence-slider .slick-slide .presence-tag {
	opacity: 0;
}

.presence-slider .slick-slide.slick-current .presence-tag {
	opacity: 1;
}


.home-country {
	padding: 80px 0;
	background: #1F3647;
}

.sec-title {
	text-align: center;
}

.sec-title span {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
}

.sec-title h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 50px;
	display: inline-block;
	background: #1F3647;
	position: relative;
	z-index: 1;
	padding: 0 15px;
}

.sec-title h3 b {
	font-weight: 500;
}

.dest-list {
	border: 1px solid rgba(255, 255, 255, 0.25);
	padding: 30px 12px;
	margin: 0 7px;
	border-radius: 10px;
	background: linear-gradient(309deg, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(2.5px);
	min-height: 420px;
	position: relative;
}

.dest-list::after {
	content: "";
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: rgba(37, 58, 251, 0.54);
	stroke-width: 1px;
	stroke: #FFF;
	filter: blur(47px);
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.dest-list::before {
	content: "";
	position: absolute;
	left: 30px;
	top: 30px;
	background: rgba(251, 37, 101, 0.84);
	;
	stroke-width: 1px;
	stroke: #FFF;
	filter: blur(47px);
	width: 64px;
	height: 64px;
	flex-shrink: 0;
}

.flag-cntr {
	border: 1px solid #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	width: 96px;
	height: 96px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: #fff;
	margin-bottom: 20px;
}

.flag-cntr img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.dest-list h4 {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	margin-bottom: 20px;
}

.dest-list p {
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 30px;
}

.dest-list hr {
	width: 100%;
	height: 2px;
	border: 0;
	background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, rgba(255, 255, 255, 0.70) 37.84%, rgba(34, 99, 142, 0.00) 100%);
}

.dest-list h5 {
	color: #FFF;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.dest-list h5 img {
	margin-right: 5px;
}


.dest-list a {
	display: block;

	color: #FFF !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	text-align: center;
	margin-top: 30px;
}

.dest-list a:hover {
	text-decoration: underline !important;
}

.slider-desti .slick-arrow {
	position: absolute;
	background: unset;
	border: 0;
	z-index: 1;
}

.slider-desti .slick-arrow.slick-prev {
	left: calc(50% - 58px);
	bottom: -30px;
}

.slider-desti .slick-arrow.slick-next {
	right: calc(50% - 58px);
	bottom: -30px;
}

.sec-title .gradient-divider2 {
	position: relative;
	top: -70px;
	background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, rgba(255, 255, 255, 0.50) 37.84%, rgba(34, 99, 142, 0.00) 100%);
}

.slider-desti {
	padding-bottom: 50px;
}


.home-course {
	padding: 10px 0 80px;
}

.home-course h3 {
	color: #18405B;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}

.home-course p {
	color: #18405B;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	text-align: center;
	font-weight: 400;
	line-height: 17px;
	/* 141.667% */
}

.home-course .gradient-divider2 {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, #18669A 50.87%, rgba(34, 99, 142, 0.00) 100%);
}

.course-tabs {
	padding-top: 40px;
}

.course-tabs .nav-link {
	color: #8C8C8C;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.9px;
	text-transform: capitalize;
	 width: 100%;
	padding: 15px 20px 15px 40px ;
	background: unset !important;
	position: relative;
	border-radius: 0;
}

.course-tabs .nav-link.active {
	color: #7E5FFA;
	border-bottom:3px solid #7E5FFA;
}

.course-tabs .nav-link svg {
	color: #7E5FFA;
	position: absolute;
	left: 5px;
	top: 27px;
	opacity: 0;
}

.course-tabs .nav-link.active svg {
	opacity: 1;
}

.course-tabs .nav {
	margin-bottom: 50px;
	border-bottom: 1px solid #F1F1F1;
}
.course-count-cntr {
	padding: 30px;
	border-radius: 17px;
	background: #7E5FFA;
	position: relative;
	overflow: hidden;
}

.course-count-cntr svg.course-count-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.course-count-cntr img {
    margin: -73px auto 0px;
    max-width: 203px;
    display: block;
    position: relative;
}
.course-count-tag {
	color: rgba(255, 255, 255, 0.88);
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	position: relative;
	width: 56px;
	z-index: 1;

}

.course-count-tag span {
	background: linear-gradient(147deg, #FA845F 0%, rgba(63, 43, 104, 0.00) 100%);
	stroke-width: 6px;
	stroke: #5441A3;
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	text-align: center;
	line-height: 56px;
	margin-bottom: 10px;
}

.course-count-cap h4 {
	color: #FFF;
	font-family: Inter;
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
	margin-right: 10px;
}

.course-count-cap p {
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align: left;
	text-transform: capitalize;
}

.course-count-cap svg {
	margin-left: 20px;
}

.course-list-cntr {
	padding: 0 0 0 15px;
}
.course-list-cntr h6 {
	color: #22638E;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.course-list-cntr h4 {
	color: #22638E;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 1.8px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.course-list-cntr .btn {
	border-radius: 7px;
	background: #2D69F6;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 15px 40px;
	margin-right: 15px;
	border: 0;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	display: inline-block;
}

.course-list-cntr .btn:hover {
	box-shadow: 0 12px 24px -6px rgba(143, 66, 236, .2);
	transform: translateY(-1px);
}

.course-list-cntr .btn2 {
	border-radius: 7px;
	background: #35BE6B;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding: 13px 40px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	display: inline-block;
}

.course-list-cntr .btn2:hover {
	box-shadow: 0 12px 24px -6px rgba(143, 66, 236, .2);
	transform: translateY(-1px);
}

.course-list-cntr .link { 
		color: #312951;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 300;
		line-height: normal;
		text-transform: capitalize;
		position: relative;
		padding-left: 20px;
		transition: all .3s;
	}
	.course-list-cntr .link:hover { 
		color: #2D69F6; 
	}
	
	.course-list-cntr .link svg {  
		position: relative; 
		right: 0;
		transition: all .3s;
	}
	.course-list-cntr .link:hover svg { 
		right: -10px;
	}




.course-list-cntr ul li {
	color: #312951;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 15px;
}

.course-list-cntr ul {
	margin-bottom: 30px; 
}

.course-list-cntr ul li a {
	color: #312951;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	text-transform: capitalize;
	position: relative;
	padding-left: 20px;
	display: block;
}

.course-list-cntr ul li a svg {
	position: relative;
	right: 0;
	transition: all .3s;
}
.course-list-cntr ul li a img {
	position: absolute;
	left: 0;
	top: 2px;
	transition: all .3s;
}

.course-list-cntr ul li a:hover {
	color: #FF9029 !important;
}

.course-list-cntr ul li a.link:hover svg {
	right: -15px;
}

.course-list-cntr ul li a.link:hover svg path {
	fill: #FF9029 !important;
}

.course-list-cntr ul li a.link:hover {
	text-decoration: underline;
}

.course-list-cntr-menu{
	min-height: 270px;
}
.home-form {
	padding: 80px 0 0;
}

.hom-cta-cap {
	position: absolute;
	left: 0;
	bottom: 60px;
	border-radius: 0px 68px 68px 0px;
	background: linear-gradient(138deg, #1C4CAA 0%, rgba(68, 175, 247, 0.50) 100%);
	backdrop-filter: blur(4.5px);
	padding: 30px 80px 30px 130px;
	max-width: 635px;
	width: 100%;
	z-index: 1;
}

.hom-img-cntr {
	position: relative;
	height: 100%;
}

.hom-img-cntr img {
    object-fit: cover;
    height: 740px;
    width: 100%;
    object-position: top;
}

.hom-cta-cap h4 {
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 23px;
	/* 153.333% */
	text-transform: uppercase;
	margin-bottom: 20px;
}

.hom-cta-cap p {
	color: #FFF;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 141.667% */
	text-transform: uppercase;
	margin: 0;
}

.hom-frm-cntr {
	background: linear-gradient(180deg, #3382DF 0%, rgba(68, 175, 247, 0.97) 100%);
	padding: 60px;
	height: 100%;
}

.hom-frm-cntr .form-control {
	background: unset;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	box-shadow: unset;
	padding: 10px 0;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 121.429% */
	text-transform: capitalize;
}

.hom-frm-cntr .form-select {
	background: unset;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #fff;
	box-shadow: unset;
	padding: 10px 0;
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 121.429% */
	text-transform: capitalize;
}
.hom-frm-cntr .form-select option {
	background: #3382DF; 
	color: #FFF; 
	line-height: 36px;
}
.hom-frm-cntr label {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 121.429% */ 
}

.hom-frm-cntr .form-control::placeholder {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 121.429% */
	text-transform: capitalize;
}

.hom-frm-cntr span.form {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
	/* 121.429% */ 
	margin-bottom: 15px;
	display: block;
}

.hom-frm-cntr .btn {
	border-radius: 6px;
	border: 1px solid #090E85;
	background: #FFF;
	backdrop-filter: blur(2px);
	color: #090E85;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.28px;
	padding: 12px 18px;
}

.hom-frm-cntr .form-check {
	margin-bottom: 15px;
}

.hom-frm-cntr .iti { 
    width: 100%;
}
.hom-frm-cntr .iti__selected-flag{
	color: #fff;
}


.hom-frm-cntr h2 {
    color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}

.hom-frm-cntr .gradient-divider2 {
    position: relative;
    max-width: 500px;
    margin: 0 auto 25px;
    background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, #ffffff 50.87%, rgba(34, 99, 142, 0.00) 100%);
}



.home-faq {
	padding: 90px 0  ;
}

.home-faq .container {
	max-width: 970px;
}

.home-faq .sec-title span {
	color: #4F4F4F;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 100% */
	letter-spacing: 0.4px;
	margin-bottom: 25px;
}

.home-faq .sec-title h3 {
	color: #312951;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 66.667% */
	letter-spacing: 0.6px;
	background-color: #FFF;
	padding: 10px 30px;
}


.home-faq .sec-title .gradient-divider3 {
	position: relative;
	top: -70px;
	border: 0;
	width: 100%;
	height: 2px;
	margin: 0;
	background: linear-gradient(270deg, rgba(37, 161, 251, 0.00) 0%, rgba(49, 41, 81, 0.87) 37.84%, rgba(37, 161, 251, 0.00) 100%);
}


.home-faq .accordion-button.collapsed {
	color: #22638E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.32px;
	background: none;
	box-shadow: none;
	padding: 30px 0;
}

.home-faq .accordion-button {

	/* or 127% */
	background: none;
	box-shadow: none;
	color: #0B6596;
	padding: 30px 0;
	color: #22638E;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.32px;
}

.home-faq .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12'%3E%3Cpath d='M19 11H5V13H19V11Z' fill='rgba(34,199,179,1)'%3E%3C/path%3E%3C/svg%3E");
	transform: rotate(0deg);
}

.home-faq .accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='12' height='12'%3E%3Cpath d='M11 11V5H13V11H19V13H13V19H11V13H5V11H11Z' fill='rgba(34,133,199,1)'%3E%3C/path%3E%3C/svg%3E");
}

.home-faq .accordion-item {
	border: 0;
	border-bottom: 0.5px solid linear-gradient(176deg, rgba(34, 133, 199, 0.87) 0%, rgba(37, 161, 251, 0.00) 100%);
	position: relative;
	border-radius: 0;
	max-width: 560px;
	margin: 0px auto;
}

.home-faq .accordion-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: linear-gradient(176deg, rgba(34, 133, 199, 0.87) 0%, rgba(37, 161, 251, 0.00) 100%);
}

.home-faq .accordion-body {
	color: #332B53;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	/* 183.333% */
	letter-spacing: 0.24px;
	padding: 0 0 30px 0;
}


.home-content {
	padding-bottom: 50px;
}

.home-content .container {
	max-width: 970px;
}

.home-content hr {
	margin: 0 0 50px;
	height: 2px;
	background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, rgba(34, 99, 142, 0.50) 37.84%, rgba(34, 99, 142, 0.00) 100%);
	border: 0;

}

.home-content h4 {
	color: #22638E;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	margin-bottom: 40px;
	font-weight: 500;
	line-height: 20px;
	/* 100% */
	letter-spacing: 0.4px;
}

.home-content p {
	color: #28204A;
	text-align: justify;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
	/* 178.571% */
	letter-spacing: 0.28px;
}

.home-content .read-btn {
	color: #22638E;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 133.333% */
	letter-spacing: 0.3px;
	text-decoration-line: underline;

}

.read-more-text {
	display: none;
}


.read-more-text.read {
	display: block;
}

/****** footer *****/

footer {
	position: relative;
	border-radius: 71px 71px 0px 0px;
	background: #F0F5FF;
}

footer::after {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 100%;
	height: 100px;
	border-radius: 71px 71px 0px 0px;
	background: linear-gradient(90deg, rgba(248, 42, 198, 1) 0%, rgba(16, 224, 249, 1) 25%, rgba(34, 133, 199, 1) 50%, rgba(16, 224, 249, 1) 75%, rgba(248, 42, 198, 1) 100%);
	z-index: -1;
}

.footer-1 {
	border-bottom: 1px solid #C3C3C3;
	padding: 100px 0 50px;
}

.footer-1 h3 {
	color: #18405B;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	/* 225% */
	letter-spacing: 0.32px;
	margin:  0 0;
}

.footer-1 ul li {
	color: #18405B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 29px;
	letter-spacing: 0.28px;
}

.footer-1 ul li a {
	color: #18405B;
	position: relative;
	left: 0;
	transition: all .3s;
}

.footer-1 ul li a:hover {
	left: 10px;
	color: #FF9029 !important;
}

.ft-cnt {
	position: relative;
	padding-left: 25px;
}

.ft-cnt svg {
	position: absolute;
	left: 0;
	top: 8px;
}

.foot-form {
	margin:   0;
}

.foot-form h4 {
	color: #18405B;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 41px;
	/* 128.125% */
	letter-spacing: 0.64px;
	margin-bottom: 34px;
}

.foot-form .form-control {
	border-radius: 9px 0px 0px 9px;
	border: 1px solid #9B9999;
	color: #B3B3B3;
	text-align: justify;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	/* 142.857% */
	letter-spacing: 0.28px;
	text-transform: capitalize;

}

.foot-form .btn {
    background: #2580BC;
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0.32px;
    border-radius: 7px;
    text-transform: capitalize;
    padding: 5px 25px;
}



.footer-3 {
	padding: 35px 0 35px;
}

.footer-3 p {
	color: #5F5F5F;
	text-align: left;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.28px;
	margin: 0;
}

 
.footer-2 p {
	padding:  0 0;
	text-align: right;
	color: #5F5F5F;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.28px;
	margin: 0;
}

/******** Contact Page ********/
.contact-sec-1 {
	padding: 100px 0 0;
}

.contact-sec-1 .container {
	max-width: 1024px;
	;
}

.contact-sec-1 h1 {
    color: #696969;
    text-align: center;
    font-family: Inter;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 1px;
    margin: 0 auto 20px;
    max-width: 800px;
}
.contact-sec-1 h1 span {
	color: #EE6374; 
}

.call-list {
	border-radius: 7px;
	background: #FFF;
	box-shadow: 0px 0px 31px 1px rgba(34, 133, 199, 0.13);
	padding: 20px 30px;
	margin: 0 15px 80px;
}

.call-list p {
	color: #312A51;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.32px;
	margin-bottom: 100px;
}


.call-list a {
	color: #2285C7 !important;
	text-align: justify;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.24px;
	border-bottom: 1px solid #2285C7;
	padding: 0 0 2px;
}

.loca-list {
	margin: 40px auto;
	text-align: center;
	max-width: 240px;
}
.loca-list img {
	height: 100px;
	object-fit: contain;
}
.loca-list h3 {
	color: #383838;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 100% */
	letter-spacing: 0.4px;
	margin: 15px 0;
}

.loca-list p {
	color: #17415D;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.28px;
	margin: 0;
}

.contact-sec-2 {
	padding: 50px 0 80px;
}

.contact-form-img-cntr {
	max-width: 580px;
	border-radius: 10px;

}

.contact-form-img-cap {
	background: #EE6374;
	padding: 66px 46px 20px 46px;
	border-radius: 10px 10px 0 0;
}

.contact-form-img-cap h3 {
	color: #FFF;
	text-align: justify;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 62.5% */
	letter-spacing: 0.64px;
}

.contact-form-img-cap hr {
	background: #FFF;
	height: 2px;
	width: 70px;
	border: 0;
	opacity: 1;
	margin-bottom: 20px;
}

.contact-form-img-cap p {
	color: #FFF;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.32px;
	margin-bottom: 5px;
}

.contact-form-img-cap span {
	color: #FFF;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 125% */
	letter-spacing: 0.32px;
}


.contact-form-cntr {
	padding: 38px 22px;
	border-radius: 10px;
	background: #FFF;
	box-shadow: -5px 4px 19px 3px rgba(0, 0, 0, 0.09);
}

.contact-form-cntr .form-label {
	color: #5F5F5F;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	/* 100% */
	letter-spacing: 0.32px;
}

.contact-form-cntr .form-control {
	border-radius: 5px;
	border: 1px solid #C6C6C6;
	line-height: 32px;
	color: #A8A8A8;
	text-align: justify;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.28px;
}

.contact-form-cntr textarea.form-control {
	min-height: 155px;
}


.contact-form-cntr .form-select {
	border-radius: 5px;
	border: 1px solid #C6C6C6;
	line-height: 32px;
	color: #A8A8A8;
	text-align: justify;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.28px;
}


.contact-form-cntr .form-check-label {
	color: #5F5F5F;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	/* 100% */
	letter-spacing: 0.32px;
}

.contact-form-cntr .form-check-input {
	border-radius: 2px;
	border: 1px solid #939393;
}

.contact-form-cntr span {
	color: #5F5F5F;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	/* 143.75% */
	letter-spacing: 0.32px;
	display: block;
	max-width: 375px;
	margin: 0 auto;
}

.contact-form-cntr .btn {
	border-radius: 51px;
	background: #2D9BE4;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px;
	/* 143.75% */
	letter-spacing: 0.32px;
	padding: 16px 50px;
	border: 0;
}


.contact-sec-3 {
	padding: 80px 0 140px;
}


/****** Privacy ******/
.content-sec {
	padding: 80px 0;
}

.content-sec .container {
	max-width: 935px;
}

.content-sec h1 {
	color: #2285C7;
	text-align: justify;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 41.667% */
	letter-spacing: 0.96px;
}

.content-sec hr {
	background: linear-gradient(177deg, rgba(34, 133, 199, 0.67) 0%, rgba(0, 0, 0, 0.00) 100%);
	border: 0;
	height: 1px;
	margin: 0 0 25px;
	position: relative;
	top: -15px;
}

.content-sec h2,
.content-sec h3,
.content-sec h4,
.content-sec h5 {
	color: #261F42;
	text-align: justify;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 23px;
	/* 143.75% */
	letter-spacing: 0.32px;
	margin-top: 25px;
}

.content-sec p {
	color: #261F42;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.28px;
}

.content-sec p a {
	color: #261F42 !important;
	text-decoration: underline !important;
}

.content-sec ul {
	margin-left: 25px;
}

.content-sec ul li {
	color: #261F42;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 23px;
	letter-spacing: 0.28px;
	list-style-type: disc;
}

.page404-sec {
	padding: 0 0 100px;
	text-align: center;
	background-image: url(../images/bg-1.png);
}

.page404-sec h2 {
	color: #565872;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 34px;
	/* 200% */
	letter-spacing: 4px;
	text-transform: uppercase;
	margin: 30px 0 20px;
}

.page404-sec a {
	border-radius: 30px;
	border: 1px solid #2285C7;
	background: #2D69F6;
	box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.10);
	color: #FFF !important;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 44px;
	display: inline-block;
}

.thanks-sec {
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.thanks-sec::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/thanks-1.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 500px;
	z-index: -3;
}

.thanks-sec::before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: url(../images/thanks-2.png);
	background-repeat: no-repeat;
	width: 300px;
	height: 500px;
	z-index: -3;
}


.thanks-sec .container {
	max-width: 700px;
}


.thanks-sec h2 {
	color: #198E9B;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	/* 50% */
	letter-spacing: 0.96px;
	margin: 30px 0;
}

.thanks-sec p {
	color: #20274E;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 150% */
	letter-spacing: 0.32px;
	margin-bottom: 30px;
}

.thanks-sec .btn {
	border-radius: 30px;
	background: var(--main-menu-color, #2D69F6);
	box-shadow: -10px 10px 20px 0px rgba(0, 0, 0, 0.10);
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 15.6px;
	/* 130% */
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 12px 45px;
	margin-bottom: 23px;
}

.thanks-sec .tn-link {
	display: inline-block;
	margin: 0 2px;
}

.blog-sec-1 {
	padding: 80px 0 40px;
}

.blog-sec-1 .container {
	max-width: 930px;
}

.blog-sec-1 h1 {
	color: #2285C7;
	text-align: center;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 41.667% */
	letter-spacing: 0.96px;
	margin-bottom: 30px;
}

.blog-sec-1 p {
	color: #20274E;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	/* 171.429% */
	letter-spacing: 0.28px;
	max-width: 625px;
	margin: 0 auto 20px;
}

.blog-sec-2 {
	padding: 45px 0 67px;
}

.blog-search {
	max-width: 722px;
	margin: 0 auto;
	border-radius: 10px;
	border: 1px solid #B9B9B9;
	padding: 4px;
}

.blog-search .form-select {
	max-width: 160px;
	border: 0;
	border-left: 1px solid #B9B9B9;
	color: #797979;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	height: 28px;
	padding: 0 35px 0 10px;
}

.blog-search .form-control {
	border: 0;
	color: #C0C0C0;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 28px;
	padding: 0 5px;
	height: 28px;
}

.blog-search .form-select:focus {
	border: 0;
	border-left: 1px solid #B9B9B9;
	box-shadow: none;
}

.blog-search .form-control:focus {
	border: 0;
	box-shadow: none;
}

.blog-search .btn {
	padding: 0;
	width: 45px;
	height: 28px;
}

.blog-sec-3 {
	padding: 0 0 80px;
}

.blog-sec-3 h4 {
	color: #2E3251;

	/* Display xs/Semibold */
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
	margin-bottom: 32px;
}

.blog-list img {
	display: block;
	width: 100%;
	height: 195px;
	object-fit: cover;
	border-radius: 10px;
	margin-bottom: 30px;
}

.blog-list span {
	color: #6941C6;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 142.857% */
	margin-bottom: 10px;
	display: block;
}

.blog-list .blog_link {
	color: #2E3251 !important;
}

.blog-list h3 {
	color: #2E3251;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
}

.blog-list .blog_link svg {
	display: inline-block;
	margin-top: 5px;
}

.blog-list p {
	color: #667085;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	/* 150% */
}

.blog-list .blog-tag {
	border-radius: 16px;
	padding: 2px 10px;
	margin-right: 8px;
	color: #6941C6;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 142.857% */
}

.blog-list .blog-tag.tag-cl1 {
	background: #F9F5FF;
	color: #6941C6;
}

.blog-list .blog-tag.tag-cl2 {
	background: #EEF4FF;
	color: #3538CD;
}

.blog-list .blog-tag.tag-cl3 {
	background: #FDF2FA;
	color: #C11574;
}

.blog-list .blog-tag.tag-cl4 {
	background: #F0F9FF;
	color: #026AA2;
}

.blog-list .blog-tag.tag-cl5 {
	background: #ECFDF3;
	color: #027A48;
}


.small-blog h3 {
	color: #2E3251;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px;
	/* 155.556% */
}

.blog-sec-4 {
	padding: 0 0 80px;
}

.blog-sec-4 h4 {
	color: #2E3251;

	/* Display xs/Semibold */
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 133.333% */
	margin-bottom: 32px;
}

.blog-dif {
	margin-bottom: 50px;
}

.blog-dif img {
	height: 240px;
}

.blog-sec-4 hr {
	border: 0;
	opacity: 1;
	border-top: 1px solid #EAECF0;
}

.blog-sec-4 .pagination .page-link {
	color: #667085;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 142.857% */
	border: 0;
	background: unset;
}

.blog-sec-4 .pagination .page-link.active {
	border-radius: 8px;
	background: #F9F5FF;
	color: #7F56D9;
}

.blogdet-sec-1 {
	padding: 80px 0;
}

.blogdet-sec-1 img {
	width: 100%;
	height: 583px;
	object-fit: cover;
	margin: 15px 0 55px;
	border-radius: 10px;
}

.blog-det-cntr {
	max-width: 900px;
	margin: 0 auto;
}

.blogdet-sec-1 h1 {
	color: #2E3251;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px;
	/* 100% */
	margin-bottom: 35px;
}

.blogdet-sec-1 span {
	color: #B14DFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
	/* 228.571% */
}

.blogdet-sec-1 label {
	color: #F82AC6;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 32px;
}

.blog-det-cntr h2 {
	color: #181B36;
	font-family: Poppins;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 36px;
	/* 128.571% */
	letter-spacing: 1px;
}

.blog-det-cntr p {
	color: #181B36;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	/* 165% */
	margin-bottom: 50px;
}

.blog-det-cntr ul {
	padding-left: 15px;
	margin-left: 15px;
}

.blog-det-cntr ul li {
	color: #181B36;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 33px;
	/* 165% */
	margin-bottom: 50px;
	list-style-type: decimal;
}

.blog-det-cntr ul li::marker {
	color: #982DEC;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 30px;
}

.blogdet-sec-2 {
	padding-bottom: 0;
}


/*****  Course  *****/
.course-sec-1 {
	padding: 80px 0 0;
}

.course-sec-1 span {
	color: #2285C7;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.36px;
}

.course-sec-1 h1 {
	color: #18405B;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 53px;
	/* 132.5% */
	margin: 15px 0 20px;
}

.course-sec-1 h1 label {
	color: #FF994F;
}

.course-sec-1 .btn {
	border-radius: 10px;
	background: #2D69F6;
	padding: 15px 30px;
	color: #FFF;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	margin-right: 30px;
}

.crs-rate-cntr img {
	margin: 0 -10px;
	border-radius: 50%;
	width: 45px;
	height: 45px;
}

.crs-rate-star-cntr {
	margin-left: 20px;
}

.crs-rate-star-cntr i {
	font-size: 22px;
	color: rgba(68, 64, 83, 1);
}


.crs-rate-star-cntr h5 {
	color: #18405B;
	font-family: Inter;
	font-size: 12.181px;
	font-style: normal;
	font-weight: 600;
	line-height: 165%;
	/* 20.099px */
}

.course-img-cntr {
	position: relative;
	text-align: center;
}

.course-img-cntr::after {
	content: "";
	position: absolute;
	width: 184px;
	height: 185px;
	flex-shrink: 0;
	background: rgba(255, 95, 191, 0.81);
	filter: blur(100.5px);
	top: calc(50% - 92px);
	left: calc(50% - 92px);
	opacity: .4;
	z-index: -1;
}

.course-img-cntr img.cours-img {
	-webkit-animation: mover 1.5s infinite alternate;
	animation: mover 1.5s infinite alternate;
}


.course-img-cntr svg {
	position: absolute;
	width: 190px;
	height: 190px;
}

.course-img-cntr svg.sm-svg {
	left: 0;
	top: calc(50% - 100px);
	z-index: -1;
}

.course-img-cntr svg.lg-svg {
	right: 0;
	top: calc(50% - 85px);
	z-index: -1;
}

.course-img-cap {
	border-radius: 10px;
	background: linear-gradient(138deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(10px);
	padding: 15px 30px;
	position: absolute;
	left: 0;
	top: 50%;
}

.course-img-cap img {
	margin-right: 10px;
}

.course-img-cap h5 {
	color: #595959;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
	/* 25.2px */
	letter-spacing: 0.28px;
	text-align: left;
	margin: 0;
}

.course-img-cap h4 {
	color: #545567;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	/* 21.6px */
	letter-spacing: 0.24px;
	text-align: left;
	margin: 0;
}


.course-sec-1 hr {
	margin: 0;
	border: 0;
	height: 2px;
	background: linear-gradient(114deg, rgba(83, 168, 186, .7) 0%, rgba(83, 168, 186, 0.4) 51.39%, rgba(225, 225, 225, 0) 100%);
}

.course-sec-2 {
	padding: 50px 0;
}

.course-sec-2 .container {
	max-width: 1110px;
}

.course-list {
	border-radius: 17px;
	border: 1px solid #ECECEC;
	background: #FFF;
	overflow: hidden;
	margin: 40px 0;
}

.course-list-hd {
	height: 250px;
	position: relative;
}

.course-list-hd.clr-1 {
	background: #7E5FFA;
}

.course-list-hd.clr-2 {
	background: #F871AA;
}

.course-list-hd.clr-3 {
	background: #57CC99;
}

.course-list-hd.clr-4 {
	background: #72FF89;
}

.course-list-hd.clr-5 {
	background: #F3B0B0;
}

.course-list-hd.clr-6 {
	background: #FFCBFA;
}

.course-list-hd.clr-7 {
	background: #88A0D5;
}

.course-list-hd.clr-8 {
	background: #9AC3F2;
}

.course-list-hd.clr-9 {
	background: #F9EECD;
}


.course-list-hd .bg-shade-img {
	position: absolute;
	width: 100%;
	z-index: 0;
}

.course-list-hd .course-main-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
	padding: 20px 0;
}

.course-list-cnt {
	padding: 30px;
}

.course-list-cnt-cap {
	border-radius: 40px;
	background: #FAFAFA;
	padding: 5px 10px;
	color: #263238;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	max-width: 215px;
	margin: 0 auto;
	position: relative;
	margin-top: -50px;
}

.course-list-cnt-cap img {
	width: 29.189px;
	height: 29.189px;
	border-radius: 50%;
	margin-right: -13px;
}

.course-list-cnt h2 {
	color: #18405B;
	font-size: 15.522px;
	font-style: normal;
	font-weight: 800;
	line-height: 150%;
	/* 23.283px */
	letter-spacing: 0.388px;
}

.course-list-cnt p {
	color: #4D4D4D;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 19.2px */
}

.course-list-cnt a {
	border-radius: 7px;
	border: 1px solid #2D69F6;
	color: #2D69F6;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	/* 200% */
	letter-spacing: 0.98px;
	padding: 5px 10px;
}


.countries-sec-1 {
	padding: 50px 0;
}

.countries-sec-1 h1 {
	color: #18405B;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	/* 125% */
	margin-bottom: 33px;
}

.countries-sec-1 p {
	color: #565656;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 160%;
	/* 25.6px */
	margin-bottom: 33px;
}

.countries-sec-1 .btn {
	padding: 20px 40px;
	border-radius: 60px;
	background: #2D69F6;
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.3px;
}

.countries-banner-txt {
	margin-right: 80px;
}

.countries-sec-2 {

	padding: 50px 0;
}

.countries-sec-2 .sec-title span {

	color: #22638E;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.countries-sec-2 .sec-title h3 {
	color: #18405B;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding: 0 15px;
	background: #fff;
}

.countries-sec-2 .sec-title .gradient-divider2 {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.30) 0%, rgba(24, 64, 91, 1) 37.84%, rgba(255, 255, 255, 0.30) 100%);
}


.countries-sec-2 .dest-list {
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 10px;
	background: #FBFBFB;
	box-shadow: 1px 2px 5px 0px rgba(133, 133, 133, 0.20);
	min-height: 388px;
	margin: 12px 0;
}

.countries-sec-2 .dest-list::after {
	display: none;
}

.countries-sec-2 .dest-list::before {
	display: none;
}

.countries-sec-2 .dest-list h4 {
	margin-bottom: 20px;
	color: #18405B;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.countries-sec-2 .dest-list p {
	margin-bottom: 30px;

	color: #18405B;
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.countries-sec-2 .dest-list hr {
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(24, 64, 91, 1) 37.84%, rgba(255, 255, 255, 0.00) 100%);
	height: 1px;
}

.countries-sec-2 .dest-list h5 {

	color: #18405B;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.countries-sec-2 .dest-list a {
	color: #18405B !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top: 30px;
	position: relative;
}

.countries-sec-2 .dest-list a::after {
	content: "";
	position: absolute;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, rgba(24, 64, 91, 1) 37.84%, rgba(255, 255, 255, 0.00) 100%);
	width: 78px;
	height: 1px;
	bottom: -3px;
	left: calc(50% - 39px);
	opacity: 0;
	transition: all .3s;
}

.countries-sec-2 .dest-list a:hover::after {
	opacity: .5;
}

.countries-sec-2 .dest-list a:hover {
	text-decoration: unset !important;
}

/***** team ******/
.team-sec-1 {
	padding: 50px 0 0;
	background-image: url("../images/team-bg.png");
	background-repeat: no-repeat;
	background-size: cover;

}

.team-sec-1 .container {
	max-width: 690px;
	text-align: center;
}

.team-hd-sec {
	padding-bottom: 70px;
}

.team-hd-sec span {
	color: #2285C7;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	/* 300% */
	letter-spacing: 1px;
}

.team-hd-sec h1 {
	color: #18405B;
	text-align: center;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	/* 125% */
	letter-spacing: 1px;
}

.team-hd-sec p {
	color: rgba(34, 34, 34, 0.55);
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 187.5% */
	letter-spacing: -1px;
}

.team-hd-sec .btn {
	border-radius: 7px;
	background: #2285C7;
	padding: 15px 20px;
	color: #FFF;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 111.111% */
	letter-spacing: -0.3px;
}


.team-found-sec {
	padding: 25px 0 70px;

}

.team-list {
	max-width: 251px;
	margin: 45px auto;
}

.team-list img {
	width: 251px;
	height: 261px;
	border-radius: 17px;
}

.team-list-cap {
	padding: 25px;
}

.team-list-cap h3 {
	color: #1A4460;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 83.333% */
	letter-spacing: 1.7px;
	margin-bottom: 23px;
}

.team-list-cap p {
	color: #1A4460;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	/* 100% */
	letter-spacing: 1.7px;
	margin-bottom: 23px;
}

.team-list-cap a {
	display: inline-block;
	margin: 0 5px;
}


.team-sec-2 {
	padding: 0 0 50px;
}

.team-sec-2 .container {
	max-width: 1124px;
}

.team-sec-2 span {
	color: #1F1F47;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 52px;
	/* 260% */
	letter-spacing: 1.7px;
}

.team-sec-2 h2 {
	color: #1F1F47;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 52px;
	letter-spacing: 1.7px;
}

.team-sec-2 .sec-title {
	text-align: center;
}

.team-sec-2 hr {
	max-width: 580px;
	margin: 0 auto 20px;
}

.team-sec-3 {
	padding: 0 0 50px;
	text-align: center;
}

.team-sec-3 .container {
	max-width: 1037px;
}

.team-sec-3 h3 {
	color: #18405B;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 60px;
	/* 125% */
	letter-spacing: 1.7px;
	margin-bottom: 20px;
}

.team-sec-3 p {
	color: #18405B;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	/* 187.5% */
	letter-spacing: -1px;
	margin-bottom: 20px;
}

.team-sec-3 a {
	border-radius: 7px;
	border: 1px solid #2285C7;
	padding: 15px 20px;
	color: #2285C7;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 111.111% */
	letter-spacing: -0.3px;
	display: inline-block;
}

.meet-cnter {
	position: relative;
	z-index: -1;
	margin-top: -200px;
}

/***** course details *****/
.course-det-sec-1 {
	padding: 100px 0;
}

.course-det-bnr-cntr {
	position: relative;
	max-width: 520px;
}

.course-det-bnr-cntr svg {
	width: 100%;
	max-width: 520px;
}

.course-det-bnr-cntr img.course-det-img {
	width: 449px;
	position: absolute;
	height: 626px;
	max-width: 520px;
	border-radius: 0px 0px 207px 210px;
	left: 28px;
	bottom: 0;

}

.curs-dt-floa {
	border-radius: 12px;
	padding: 15px;
	border: 1px solid #E9E9E9;
	background: linear-gradient(312deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(30px);
	color: #18405B;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	position: absolute;
	right: 0;
	top: 23%;
}

.curs-dt-floa b {
	color: #2285C7;
	text-align: center;
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.curs-dt-floa2 {
	border-radius: 12px;
	border: 1px solid #E9E9E9;
	background: linear-gradient(56deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	backdrop-filter: blur(30px);
	padding: 15px;
	position: absolute;
	left: -55px;
	bottom: 14%;
}

.curs-dt-floa2 p {
	color: #18405B;
	text-align: center;
	font-family: Poppins;
	font-size: 11px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.curs-dt-floa2-img-cntr img {
	width: 27px;
	height: 27px;
	border-radius: 27px;
	margin: 0 -5px;
}

.curs-dt-floa2-img-cntr span {
	width: 27px;
	background: #2285C7;
	height: 27px;
	border-radius: 27px;
	margin: 0 -5px;
	color: #FFF;
	text-align: center;
	font-family: Poppins;
	font-size: 10px;
	font-style: normal;
	font-weight: 500;
	line-height: 27px;
	text-transform: capitalize;
}

.course-det-sec-1-cap h1 {
	color: #1F1F47;
	font-family: Inter;
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.course-det-sec-1-cap h1 span {
	color: #2D69F6;
}

.course-det-sec-1-cap p {
	color: rgba(0, 0, 0, 0.70);
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 31px;
	/* 155% */
	text-transform: capitalize;
	margin-bottom: 40px;
}

.course-det-sec-1-cap .btn {
	padding: 13px 40px;
	border-radius: 8px;
	background: #2D69F6;
	color: #FFF;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.course-det-sec-1-cap .btn-link {
	padding: 13px 40px;
	color: #18405B;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.course-det-sec-1-cap .btn-link svg {
	margin-right: 25px;
}

.course-det-sec-2 {
	padding: 20px 0 50px;
}

.course-det-filt {
	border-radius: 20px;
	border: 1px solid #AFAFAF;
	background: #FFF;
	padding: 30px;
}

.course-det-filt form {
	position: relative;
	margin: 20px 0 37px;
}

.course-det-filt .form-control {
	border-radius: 5px;
	border: 1px solid #CDCDCD;
	padding-left: 36px;
	color: #9A9A9A;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
	margin: 0;
}

.course-det-filt .btn {
	background: none;
	position: absolute;
	margin: 0;
	line-height: 19px;
	top: 0;
}

.course-det-filt h4 {
	color: #18405B;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

.course-det-filt h5 {
	color: #18405B;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}

.course-det-filt p {
	color: #18405B;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.course-det-filt hr {
	margin: 0 0 10px;
	opacity: .1;
}

.course-det-filt ul li .form-check {
	color: #18405B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin: 5px 0;
}

.course-det-filt ul li .form-check .form-check-input {
	border-radius: 2px;
	border: 1.5px solid #B3B3B3;

}

.crs-fil {
	color: #18405B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 25px;
}

.course-det-list {
	border-radius: 17px;
	border: 1px solid #E8E8E8;
	background: #FFF;
	margin: 15px 0;
	padding: 18px;
}

.course-det-list .course-det-img {
	width: 100%;
	height: 205px;
	object-fit: cover;
	border-radius: 17px;
}

.course-det-list h3 {
	color: #18405B;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 20px 0;
}

.course-det-list p {
	color: #18405B;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 13px;
}

.course-det-list p img {
	margin-right: 10px;
}

.course-det-list h5 {
	color: #18405B;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.course-det-list h5 img {
	margin-right: 10px;
}

.edroot-pagination .pagination .page-link {
	color: #667085;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	/* 142.857% */
	border: 0;
	background: unset;
	padding: 10px 17px;
}

.edroot-pagination .pagination .page-link.active {
	border-radius: 8px;
	background: #F9F5FF;
	color: #7F56D9;
}


.course-det-sec-2 .list-div {
	opacity: .1;
	margin: 20px 0 15px;
}

.course-det-sec-4 {
	padding: 75px 0;
	background-image: url(../images/crs-bg.png);
	background-repeat: no-repeat;
	background-color: #1A3137;
	position: relative;
}

.course-form {
	border-radius: 27px;
	padding: 40px;
	position: relative;
	z-index: 1;
}

.course-form::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 27px;
	opacity: 0.5;
	background: linear-gradient(135deg, rgba(201, 201, 201, 0.80) 0%, rgba(196, 196, 196, 0.10) 100%);
	backdrop-filter: blur(30px);
	z-index: -1;
}

.course-form h3 {
	color: #FFF;
	font-family: Inter;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid #fff;
	padding-bottom: 3px;
	display: inline-block;
}

.course-form p {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.course-form .form-label {
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.course-form .form-control {
	border-radius: 7px;
	background: linear-gradient(135deg, rgba(201, 201, 201, 0.30) 0%, rgba(196, 196, 196, 0.03) 100%);
	backdrop-filter: blur(30px);
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	line-height: 28px;
	border: 1px solid rgba(201, 201, 201, 0.30);
}

.course-form .form-select {
	border-radius: 7px;
	background: linear-gradient(135deg, rgba(201, 201, 201, 0.30) 0%, rgba(196, 196, 196, 0.03) 100%);
	backdrop-filter: blur(30px);
	color: rgba(255, 255, 255, 0.5);
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	line-height: 28px;

	border: 1px solid rgba(201, 201, 201, 0.30);
}

.course-form .btn {
	border-radius: 7px;
	background: #22638E;
	padding: 12px;
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border: 0;
	max-width: 270px;
	width: 100%;
}

.course-form ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.5;
}

.course-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.5;
}

.course-form ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #FFF;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	opacity: 0.5;
}


.course-det-sec-5 {
	background: #FFF6F6;
	padding: 45px 0;
}

.course-det-sec-5 h4 {
	color: #18405B;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	/* 100% */
	letter-spacing: 0.4px;
	text-align: center;
}

.course-det-sec-5 hr {
	border-color: #fff;
	width: 169px;
	margin: 0 auto;
}

.course-det-sec-5 .test-slider-nav img {
	width: 140px;
	height: 140px;
}

.course-det-sec-5 .test-slider-nav {
	max-width: 420px;
	margin: 15px auto 15px;
	transform: scale(.8);
}

.course-det-sec-5 .test-slider-nav .slick-slide {

	padding: 35px 0;
}

.course-det-sec-5 .test-slider-for h3 {
	color: #18405B;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	/* 125% */
}

.course-det-sec-5 .test-slider-for p {
	color: #18405B;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18.5px;
}


.course-det-sec-5 .test-slider-for {
	margin-bottom: 35px;
}

.course-det-sec-5 .test-slider-for .slick-arrow {
	position: absolute;
	bottom: -30px;
	border: 0;
	background: unset;
	width: 40px;
}

.course-det-sec-5 .test-slider-for .slick-arrow.slick-prev {
	left: calc(50% - 40px);
}

.course-det-sec-5 .test-slider-for .slick-arrow.slick-next {
	left: calc(50% + 0px);
}


.gallery-sec-1 {
	padding: 20px 0 20px;
}

.gallery-sec-1 h1 {
	color: #1F3A4D;
	font-family: Inter;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	max-width: 350px;
	position: relative;
	z-index: 1;
}

.gallery-sec-1 p {
	color: #636363;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width: 350px;
	position: relative;
	z-index: 1;
}

.gallery-sec-2 .nav-tabs {
	border: 0;
	max-width: 250px;
	position: relative;
	z-index: 1;
}

.gallery-sec-2 .nav-tabs .nav-link {
	border: 0;
	color: #888;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: normal;
	letter-spacing: 0.32px;
	border-bottom: 2px solid #fff;
	padding: 5px 0;
	margin: 0 10px;
}


.gallery-sec-2 .nav-tabs .nav-link.active {
	color: #2285C7;
	border-bottom: 2px solid #2285C7;
}

.gallery-sec-2 .tab-content {
	position: relative;
	top: -300px;
}

.gall-img-cntr {
	position: relative;
	overflow: hidden;
	margin: 10px 5px;
	width: calc(100% - 10px);
}

.gall-img-cntr img {
	width: 100%;
	height: 196px;
	object-fit: cover;
}

.gall-img-cap {
	position: absolute;
	left: 0;
	bottom: -100%;
	padding: 10px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgb(38 31 66) 100%);
	transition: all .3s;
	opacity: 0;

}

.gall-img-cap p {
	color: #FFF;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align: center;
	margin: 0;
}

.gall-img-cap span {
	color: #B5B5B5;
	font-family: Inter;
	font-size: 7px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	/* 228.571% */
	letter-spacing: 0.14px;
}

.gall-img-cntr:hover .gall-img-cap {
	opacity: 1;
	bottom: 0;
}

.gall-lg-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;

}

.Createves-cntr.active .grid {
	width: 100%;
	min-height: 800px;
}


.gall-img-cntr3 {
	position: relative;
	overflow: hidden;
	width: calc(100% - 10px);
	margin: 5px;
}

.gall-img-cntr3 img {
	width: 100%;
}

.gall-img-cntr3:hover .gall-img-cap {
	opacity: 1;
	bottom: 0;
}


/****  mega menu******/


.mega-menu {
	position: fixed;
	padding: 45px 0;
	left: 0;
	top: -100%;
	width: 100%;
	height: 0;
	overflow: hidden;
	background: linear-gradient(139deg, #291F47 0%, rgba(31, 33, 71, 0.00) 100%);
	backdrop-filter: blur(64px);
	z-index: 99;
	opacity: 0;
	transition: all .3s;
}


.mega-menu.open-mega {
	height: 100%;
	overflow: visible;
	opacity: 1;
	top: 0;
}

.mega-menu .container {
	position: relative;
	height: 100%;
}

.close_mega {
	position: absolute;
	top: 0;
	right: 0;
}


.tabs ul {
	margin: 0;
	padding: 0;
}

.tabs-nav li {
	list-style: none;
}

.tabs-nav li:first-child a {
	border-right: 0;

}

.tabs-nav li:last-child a {

	border-left: 0;
}

.tabs a {
	background: #f5f5f5;

	color: #000;
	display: block;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.tabs a:hover {
	color: #ff6c00;
}

.tab-active a {

	border-bottom-color: transparent;
	color: #ff6c00;
	cursor: default;
}

.tabs-stage {


	clear: both;
	padding: 24px 30px;
	position: relative;
	top: -1px;
}


.mega-nav {
	margin-top: 30px;
	position: relative;
	left: 50px;
	transition: all 2s;
	opacity: 0;
}

.mega-menu.open-mega .mega-nav {
	left: 0px;
	opacity: 1;
}


.mega-nav li {
	color: #FFF;
	font-family: Inter;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px;
	/* 100% */
	letter-spacing: 2.2px;
	padding: 20px 0;
	overflow: hidden;
	position: relative;
}

.mega-nav li a {
	color: #FFF;
	left: 0;
	position: relative;
	padding-left: 0;
	transition: all .3s;
	display: inline-block;
}

.mega-nav li hr {
	width: 100%;
	margin: 0;
	border: 0;
	height: 1px;
	position: relative;
}

.mega-nav li hr::after {
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	transition: all .6s;
	opacity: 0;
}

.mega-nav li a svg {
	margin-right: 5px;
	position: absolute;
	left: -50px;
	top: 11px;
	transition: all .3s;

}

.mega-nav li.tab-active a {
	color: #FF9431;
	padding-left: 30px;
}

.mega-nav li.tab-active a svg {
	left: 0px;

}

.mega-nav li.tab-active hr::after {
	width: 100%;
	opacity: 1;
}

.mega-stage ul {
	margin-top: 120px;
}

.mega-stage ul li {
	color: #FFF;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	line-height: 19px;
	/* 95% */
	letter-spacing: 1.1px;
	margin-bottom: 30px;
}

.mega-stage ul li a {
	color: #FFF;
}

.mega-stage p {
	color: #2EF2DB;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px;
	/* 118.75% */
	letter-spacing: 0.88px;
	transition: all 5s;
	opacity: 0;
}

.mega-stage .tabcontent.megacnt-active p {
	opacity: 1;
}

.mega-stage ul li:hover a {
	color: #C485F6;
	font-weight: 600;
}

.mega-stage .tabcontent ul li {
	opacity: 0;
}

.mega-stage .tabcontent ul li:nth-child(1) {
	transition: all .3s;
}

.mega-stage .tabcontent ul li:nth-child(2) {
	transition: all .9s;
}

.mega-stage .tabcontent ul li:nth-child(3) {
	transition: all 1.5s;
}

.mega-stage .tabcontent ul li:nth-child(4) {
	transition: all 2.1s;
}

.mega-stage .tabcontent ul li:nth-child(5) {
	transition: all 2.7s;
}

.mega-stage .tabcontent ul li:nth-child(6) {
	transition: all 3.3s;
}

.mega-stage .tabcontent.megacnt-active ul li {
	opacity: 1;
}

.mega-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.mega-foot a {
	display: inline-block;
	color: #CFCFCF !important;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	/* 100% */
	letter-spacing: 0.88px;
	margin: 0 45px;
}

.mega-foot p {
	text-align: right;
}


/***** drosec ******/

.w3_megamenu .nav,
.w3_megamenu .collapse,
.w3_megamenu .dropup,
.w3_megamenu .dropdown {
	position: static;
}

.w3_megamenu .half {
	width: 50%;
	left: auto !important;
	right: auto !important;
}

.w3_megamenu .dropdown a,
.w3_megamenu .dropdown-menu a {
	color: #656565;
}

.w3_megamenu .dropdown-menu {
	left: auto;
}

.w3_megamenu .nav.navbar-right .dropdown-menu {
	left: auto;
	right: 0;

}

.w3_megamenu .w3_megamenu-content {
	padding: 15px 25px;
}


.w3_megamenu .dropdown.w3_megamenu-fw .dropdown-menu {
	left: 0;
	right: 0;
	border: 0;
	background-color: unset;
}

.w3_megamenu-fw .caret {
	position: absolute;
	top: 12px;
}

.w3_megamenu-content .container {
	background: linear-gradient(180deg, #E4F8EF 0%, #FFF 100%);
	box-shadow: 0px 4px 21px 0px rgba(245, 245, 245, 0.67) inset;
	filter: drop-shadow(0px 24px 55px rgba(204, 204, 204, 0.29));
	padding: 50px;
	margin-top: 12px;
}

.drop-left {
	text-align: center;
}

.drop-left h3 {
	color: #18405B;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 21.5px;
	/* 107.5% */
	margin: 0 auto 20px;
	max-width: 360px;

}

.drop-left p {
	color: #454545;
	text-align: center;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 300;
	line-height: 16px;
	/* 145.455% */
	letter-spacing: 0.22px;
	margin: 0 auto 20px;
	max-width: 360px;
}

.w3_megamenu-content .drop-left .btn {
	border-radius: 4px;
	background: #5F78FF;
	padding: 10px 20px;
	color: #FFF !important;
	font-family: Inter;
	font-size: 11px;
	font-style: normal;
	font-weight: 600;
	line-height: 13px;
	/* 118.182% */
	letter-spacing: 0.605px;
}

.w3_megamenu-content .drop-right {
	margin-left: 130px;
}

.w3_megamenu-content .drop-right a {
	border-radius: 10px;
	background: #EEF1FF;
	color: #8A96CE !important;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.77px;
	padding: 13px !important;
	display: block;
	position: relative;
	text-align: left;
	overflow: hidden;
}

.w3_megamenu-content .drop-right a i {
	color: rgba(45, 105, 246, 1);
	transition: all .3s;
	position: absolute;
	right: -20px;
	top: 34%;
	background: #EEF1FF;
}

.w3_megamenu-content .drop-right a:hover i {
	right: 10px;
}

.w3_megamenu-content .drop-right ul li {
	margin: 8px 0;
}

.w3_megamenu-content .drop-right ul li a img {
	width: 17px;
	height: 13px;
	object-fit: cover;
	position: relative;
	top: -2px;
}


.course-det-sec-4::after {
    content: "";
    position: absolute;
    background-color: #FFF;
    opacity: 0.2;
    width: 122px;
    height: 122px;
    border-radius: 50%;
    top: -61px;
    left: 5%;
}
/***** drosec ******/


.web-dis-none {
	display: none !important;
}


.web-dis-unset {
	display: unset;
}

.web-dis-block {
	display: block;
}



.menu { 
	border: none;
	cursor: pointer;
	display: flex;
	padding: 0;
	outline: none;
	background: #DBDDFF;
	border-radius: 50%;
	padding: 2px;
	margin-left: 5px;
  }
  .line {
	fill: none;
	stroke: #2D69F6;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
  }
  .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 5;
  }
  .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 5;
  }
  .opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 5;
  }
  .opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 5;
  }
  .opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 5;
  }
  .breadcrumb-cntr  {
	padding-top: 15px;
  }

  .breadcrumb-cntr .breadcrumb-item{
	color: #909090;
	font-family: Inter;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	line-height: 10px; /* 100% */
  }

  .breadcrumb-cntr .breadcrumb-item a{
	color: #909090; 
  }
/***  univercity Details ***/

.univ-det-banner{
	position: relative;
	border-radius: 20px;
	border: 13px solid rgba(45, 105, 246, 0.28);
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.20) 13.42%, rgba(16, 42, 103, 0.20) 46.9%, rgba(255, 255, 255, 0.00) 99.94%), url(<path-to-image>), lightgray 50% / cover no-repeat;
}

.univ-det-banner img{
	border-radius: 5px; 
}

.univ-det-banner-cap  {
	padding: 70px;
	position: absolute;
	width: 100%;
	max-width: 600px;
	height: 100%;
	left: 0;
	top: 0;
}

.univ-det-banner-cap h1  {
	color: #FFF;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 24px;
}
.univ-det-banner-cap p  {
	color: #FFF;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 138.462% */
	margin-bottom: 24px;
}
.univ-det-banner-cap a  {
	border-radius: 8px;
	background: var(--main-Menu-color, #2D69F6);
	padding: 13px 33px;
	color: #FFF !important;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}


.univ-det-sec-2{
	padding: 90px 0;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 75.94%, rgba(239, 255, 244, 0.97) 99.99%);
}
.univ-det-sec-2 .container{
	max-width: 1100px;
}
.univ-det-sec-2 hr{
	margin-bottom: 45px;
	max-width: 620px;
	margin: 20px auto;
}
.univ-det-sec-2 h3{
	color:  #18405B;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}

.univ-det-sec-2 p{
	color: #535353;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px; /* 137.5% */
}

.uni-adva-img-cntr{
	width: 379px;
	height: 378px;
	flex-shrink: 0;
	border-radius: 49px;
	background: #9CFEC3;
	margin: 0 auto;
}

.home-why .container {
    max-width: 1030px;
}
.home_why_cntr {
    position: relative;
	border-radius: 15px;
	overflow: hidden;
}

.why-cap{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 80px;
	background: linear-gradient(360deg, #312951 0%, rgba(49, 41, 81, 0.00) 100%);
    backdrop-filter: blur(2px);
}

.home-why   {
    position: relative;
	padding: 50px 0;
}
.home-why img {
    border-radius: 15px;
}
.home-why h3 {
	color: #18405B;
	font-family: Inter;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	text-align: center;
	line-height: normal;
}
.home-why ul   {
     margin: 0 auto;
	 max-width: 250px;
}
 

.home-why ul li {
    color: #8C8C8C;
    text-align: center;
    font-family: Inter;
    font-size: 18px; 
    font-style: normal;
    font-weight: 600;
    line-height: 35px;
    letter-spacing: 0.9px;
    text-transform: capitalize;  
	list-style-type: disc;
	text-align: left;
}

.home-why .gradient-divider2 {
    position: relative;
    max-width: 500px;
    margin: 0 auto 25px;
    background: linear-gradient(270deg, rgba(34, 99, 142, 0.00) 0%, #e8f1f7 50.87%, rgba(34, 99, 142, 0.00) 100%);
}


.home-why::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 325px;
    background: #85FFF0;
    filter: blur(201.5px);
    z-index: -1;
    opacity: .3;
}

.edroot-modal .modal-dialog{
	max-width: 700px;
	border: 0 !important;
}
.edroot-modal .modal-content {
    border-radius: 15px !important;
    overflow: hidden;
    border: 0;
}



.edroot-modal .btn-close {
    position: absolute;
    color: #fff;
    background: unset;
    opacity: 1;
    right: 0;
    top: 0;
}


.home-test h3{
	color: #fff;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
}
.home-test p{
	color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    line-height: normal;
}


.home-test h4{
	color: #fff;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: normal;
	margin-top: 50px;
}

.home-test h5{
	color: #fff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    line-height: normal;
	
}

.test-inner-cntr  {
	padding: 80px 0;
}

.test-inner-cntr h2{
	color:   #18405B;
text-align: center;
font-family: Inter;
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.8px;
}
.test-inner-cntr h3{
	color: #454545;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 171.429% */
	letter-spacing: 0.28px;
	max-width: 475px;
	margin: 0 auto 100px;
}
.test-inner-cntr .about-tem-sec{
    text-align: center;
    padding-bottom: 40px;
}
.test-inner-cntr .imi-breadcrumb {
    margin-bottom: 30px;
}
.test-data-cntr .container {
    max-width: 1024px;
    position: relative;
    z-index: 1;
}

.test-data-cntr .container::after {
    content: "";
    position: absolute;
    left: 16%;
    bottom: -15%;
    width: 100%;
    height: 300px;
    background-image: url(../img/line-2.webp);
    background-repeat: no-repeat;
    opacity: .2;
    z-index: -1;
}

 

.test-list{
	border-radius: 10px;
	background: #F8FAFC;
padding: 25px;
margin: 5px;
text-align: left;
}

.test-list p{
 
	overflow: hidden;
	color: #515151;
	text-overflow: ellipsis;
	whitespace: nowrap;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 23px; /* 153.333% */
	letter-spacing: 0.3px;

}
.test-list .cate{
    background: #ECFDF5;
    border-radius: 4px;
    padding: 5px 10px; 
margin-bottom: 20px; 

font-weight: 600;
font-size: 14px;
line-height: 103.69%;
/* identical to box height, or 15px */

letter-spacing: 0.03em;

/* Success/Green 900 */

color: #064E3B;

}
.test-auth { 
    margin-bottom: 15px; 
}
.test-auth img{
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 15px;
    object-fit: cover;
}
.test-auth h4 {  
	color: #133240;
	text-align: left;
	font-family: Inter;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.44px;
	margin: 0;
}

.test-auth span  {    
    margin: 0;  
    overflow: hidden;
	color: #606060;
	text-overflow: ellipsis;
	whitespace: nowrap;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.28px;
}

.star-rate-test {
    position: relative;
    text-align: center;
    width: 40px;
    margin: 0 auto;
	
}
.star-rate-test svg{
    width: 40px;
	height: 40px;
}
.star-rate-test span{
    width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
	color: #000;
text-align: center; 
font-size: 16px;
font-style: normal;
font-weight: 500; 
text-transform: capitalize;
}
.star-rate-test i{ 
	position: absolute; 
	color: #FF991F;
	left: -5px;
}
.grid {
    text-align: center;
    max-width: 95vw;
    margin: 0 auto;
    z-index: 1;
  }
 
  .grid-item {
    padding: 5px;
    box-sizing: border-box;
    display:inline;
  }
 
.test-data-cntr .btn{
     background: linear-gradient(124.14deg, rgba(15, 45, 137, 0.684) 29.79%, rgba(53, 41, 191, 0.9) 102.38%);
     box-shadow: 0px -1px 11px #F5F5F5;
     backdrop-filter: blur(14px); 
     border-radius: 7px;
     font-weight: 600;
     font-size: 16px;
     line-height: 28px; 
     color: #FFFFFF;
 }

.ckec-btn-close{
	position: absolute;
    width: 15px;
    right: 0;
    top: 14px;
    height: 15px;
    background: #1b61d2;
    color: #fff;
    line-height: 15px;
	opacity: 0;
	display: none;
}



 
.edroot-nav .nav-text.none {
   display: none !important;
}



.mob-call-act{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 90;
}
.mob-call-act i{
	margin-right: 10px;
}
.mob-call-act .call-btn{
	padding: 10px;
	border-radius: 0px;
    background: #2D69F6; 
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
	display: block;
    width: 50%;
	text-align: center;
}
.mob-call-act .what-btn{
	padding: 10px;
	border-radius: 0px;
    background: #35BE6B; 
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
	display: block;
    width: 50%;
	text-align: center;
}

@media all and (min-width: 1366px) {

	.hom-frm-cntr .g-5 {
		--bs-gutter-y: 1rem;
	}

	.hom-frm-cntr .g-5 {
		--bs-gutter-x: 1rem;
	}
	.banner-sec h1 { 
		font-size: 55px; 
	}

}


@media all and (max-width: 1200px) {

	.banner-sec h1 {
		font-size: 55px;
	}

	.edroot-nav .nav-item a.nav-link {
		margin: 0 7px;
	}
	.course-tabs .nav-link { 
		font-size: 16px; 
		padding: 15px 30px; 
	}
	.course-tabs .nav-link svg { 
		top: 24px; 
		width: 20px;
	}
	.course-count-cntr img { 
		max-width: 175px; 
	}
	.hom-img-cntr img { 
		height: 100%; 
	}
}

@media all and (max-width: 1024px) {

	.banner-text {
		padding-left: 50px;
	}

	.countries-sec-1 h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.edroot-nav .nav-item a.nav-link {
		margin: 0 4px;
	}

	.edroot-nav .nav-item {
		font-size: 12px;
	}

	.hom-cta-cap { 
		padding: 30px 60px 30px 60px; 
		width: 90%;
	}
}


@media all and (max-width: 992px) {

	.tab-dis-none {
		display: none;
	}


	.tab-dis-unset {
		display: unset !important;
	}

	.tab-dis-flex {
		display: flex !important;
	}

	.banner-text {
		padding-left: 0px;
	}

	.banner-sec h1 {
		font-size: 40px;
	}

	.univers-slider img {
		height: 35px;
	}

	.event-home-list img {
		display: block;
		height: 306px;
		width: 100%;
		object-fit: cover;
	}

	.count-cntr h3 {
		font-size: 45px;
	}

	.countries-sec-1 img {
		width: 100%;
	}

	.course-sec-1 .btn {
		padding: 15px 20px;
		font-size: 14px;
	}

	.course-list-cnt {
		padding: 20px;
	}

	.course-list {
		margin: 20px 0;
	}

	.mega-menu { 
		background: #fff;
		backdrop-filter: unset; 
		padding: 0 25px;
		border-top: 1px solid #F4F4F4;
		overflow: auto;
	}
	.mega-menu.open-mega {
		height: calc(100% - 75px);
		overflow: auto;
		opacity: 1;
		top: 75px;
	}

.drop-left{
	padding-top: 35px;
}
	 
.w3_megamenu-content .drop-left .btn {
    border-radius: 4px;
    background: #5F78FF;
    padding: 10px 20px;
    color: #FFF !important;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 13px;
    letter-spacing: 0.605px;
}

.mega-menu .accordion-body {
    padding: 15px 0;
     
}

.mega-menu .accordion-button {
	color: #FF9431;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.77px;
	background: unset;
	padding: 12px 0;
	border: 0;
    box-shadow: unset;
}

.mega-menu .accordion-button.collapsed {
	color: #22638E;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.77px;
	background: unset;
	padding: 12px 0;
	border: 0;
    box-shadow: unset;
}

.mega-menu .accordion-item {  
    border: 0;
}
.mega-menu .accordion-header{
	border-bottom: 1px solid #F4F4F4;
}

 


.mega-mob-foot{
	color: #1C2046;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px; /* 135.714% */
	letter-spacing: 0.77px;
	margin-top: 25px;
}


.w3_megamenu-content .drop-right a { 
    font-size: 12px; 
}
.drop-left h3 { 
    font-size: 15px; 
}

.course-det-bnr-cntr svg { 
    height: 460px;
}


.search-btn { 
	width: 29px;
	height: 29px;
	background:#2D9BE4;
	border-radius: 50%;
}

.edroot-nav h4 { 
    padding: 10px 0;
}
.edroot-nav .btn { 
    padding: 12px 20px; 
}

.home-univers-sec{
	margin-top: 20px;
}

.course-tabs .nav-link { 
    margin: 15px 0;
}


.mobile-tabs .nav-item {
	display:none;
}

.mobile-tabs .nav-item.active {
	display: block;
}

.nav-pills.mobile-tabs .nav-item.active > a:before {
	content: "\e259";
	position: absolute;
	top: 15px;
	right: 15px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.mobile-tabs .nav-item {
	float: none;
}


}


@media all and (max-width: 767px) {

	.mob-dis-none {
		display: none;
	}


	.mob-dis-unset {
		display: unset !important;
	}

	.mob-dis-flex {
		display: flex !important;
	}
.mb-w-100{
	width: 100%;
}
	.course-tabs .nav-link {
		font-size: 14px;
		max-width: unset;
		margin: 0;
		width: 100%;
		padding: 10px 0 10px 20px;
	}

	.course-tabs .nav-link svg {
		left: 3px;
		top: 17px;
		width: 20px;
		height: 20px;
	}


	.hom-frm-cntr {
		padding: 30px;
	}

	.hom-cta-cap {
		padding: 20px 50px 20px 50px;
	}

	.foot-form h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.count-cntr img.cont-img {
		margin: 0 0 0;
	}

	.menu-top {
		display: none;
	}

	.banner-sec h1 {
		font-size: 32px;
		text-align: center;
	}

	.banner-text {
		padding-left: 0px;
		text-align: center;
		width: 100%;
	}

	.banner-sec p {
		font-size: 12px;
		    margin-top: 25px;
	}

	.banner-sec p label {
		font-size: 12px;
	}

	.banner-sec .btn-blank {
		font-size: 14px;
		font-weight: 800;
	}

	.banner-sec .btn-fill {
		font-size: 12px;
	}


	.home-univers-sec {
		padding: 48px 0 0;
	}

	.home-univers-sec h3 {
		font-size: 12px;
	}

	.univers-slider img {
		height: 25px;
	}

	.univers-slider {
		margin: 15px 0;
	}

	.home-event-sec {
		padding: 35px 0;
	}

	.event-home-list img {
		height: 290px;
	}

	.event-tag {
		font-size: 12px;
		top: 25px;
		left: 19px;
	}

	.event-cap {
		padding: 25px 20px;
	}

	.event-cap h4 {
		font-size: 16px;
	}

	.event-cap p {
		font-size: 12px;
		line-height: 15px;
	}

	.event-cap .btn {
		width: 48px;
		height: 48px;
		line-height: 35px;
	}

	.event-cap .btn svg {
		width: 23px;
		height: 23px;
	}

	.event-slider .slick-dots {
		bottom: 17px;
	}

	.test-tag {
		font-size: 12px;
		left: 20px;
	}

	.count-cntr h3 {
		font-size: 75px;
	}

	.count-cntr img.cont-img {
		margin: 0 40px 0;
	}

	.presence-cap p {
		font-size: 12px;
		line-height: 16px;
	}


	.home-country {
		padding: 40px 0;
	}

	.sec-title span {
		font-size: 10px;
	}

	.sec-title h3 {
		font-size: 20px;
		margin: 5px 0 15px;
	}

	.dest-list {
		padding: 17px 12px;
		margin: 12px 0;
		position: relative;
		min-height: 260px;
	}

	.sec-title .gradient-divider2 {
		top: -37px;
	}

	.dest-list h4 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.dest-list p {
		font-size: 8px;
		margin-bottom: 15px;
	}

	.dest-list h5 {
		font-size: 8px;
	}

	.dest-list h5 img {
		width: 12px;
	}

	.dest-list a {
		font-size: 10px;
		margin-top: 12px;
		text-decoration: none;
		position: relative;
		display: block;
		margin: 12px auto 0;
		width: 65px;
	}

	.dest-list a::after {
		content: "";
		position: absolute;
		bottom: -5px;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(116deg, rgba(255, 255, 255, 0.00) 4.40%, rgba(255, 255, 255, 0.66) 45.09%, rgba(255, 255, 255, 0.00) 95.20%);
	}

	.flag-cntr {
		width: 60px;
		height: 60px;
	}

	.load-btn {
		color: #FFF;
		font-family: Inter;
		font-size: 10px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		border-radius: 6px;
		padding: 7px 22px;
		border: 1px solid rgba(255, 255, 255, 0.25);
		margin: 28px auto 0;
		display: block;
		text-align: center;
		width: 100px;
	}

	.home-course {
		padding: 55px 0 20px;
	}

	.home-course h3 {
		font-size: 20px;
	}


	.gradient-divider2 {
		height: 1px;
	}

	.course-tabs {
		padding-top: 22px;
	}

	.hom-cta-cap {
		padding: 20px 65px 20px 20px;
		width: 95%;
		bottom: 20px;
	}

	.home-test {
		margin-top: 12px;
	}


	.course-count-tag span {
		font-size: 12px;
		font-weight: 600;
	}

	.course-count-cntr {
		margin-bottom: 60px;
	}

	.course-list-cntr ul li a.link {
		margin: 20px auto 0;
		display: block;
		width: 160px;
		text-align: center;
	}

	.course-list-cntr ul {
		margin-bottom: 15px;
	}

	.home-form {
		padding: 20px 0 0;
	}

	.hom-frm-cntr label {
		font-size: 12px;
	}

	.hom-frm-cntr .btn {
		font-size: 12px;
		line-height: 20px;
		padding: 9px 18px;
	}

	.home-faq {
		padding: 35px 0 50px;
	}

	.home-faq .sec-title span {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.home-faq .sec-title h3 {
		font-size: 20px;
		padding: 0 10px;
		margin-bottom: 0px;
	}

	.home-faq .sec-title .gradient-divider3 {
		top: -23px;
		height: 1px;
	}

	.home-faq .accordion-button.collapsed {
		padding: 25px 0;
	}

	.home-content hr {
		margin: 0 0 30px;
	}

	.foot-form .form-control {
		background: unset;
	}

	.foot-form {
		margin: 50px 0 30px;
	}

	.ft-cnt h5 a {
		display: inline-block;
	}

	.ft-cnt h5 a svg {
		position: unset;
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}


	.footer-3 p {
		font-size: 10px;
		text-align: center;
	}

	.footer-3 {
		padding: 10px 0 0px;
	}


	.footer-1 .accordion-button {
		background: unset;
		box-shadow: unset;
		color: #18405B;
		text-align: justify;
		font-family: Inter;
		font-size: 16px;
		font-style: normal;
		font-weight: 500;
		line-height: 36px;
		/* 225% */
		letter-spacing: 0.32px;
		padding: 0;
	}

	.footer-1 .accordion-item {
		background: unset;
		border: 0;
		border-bottom: 1px solid #EBEBEB;
	}

	.footer-1 .accordion-body {
		padding: 0;
	}

	.footer-1 .accordion-button::after {
		background-size: 13px auto;
		transform: rotate(270deg);
	}

	.footer-1 .accordion-button:not(.collapsed)::after {
		transform: rotate(360deg);
	}

	.footer-1 h3 {
		margin: 10px 0 0;
	}

	.edroot-nav {
		padding: 15px 0;
	}

	.banner-sec {
		padding: 25px 0 0;
	}

	.menu-btn svg {
		margin-left: 18px;
	}

	.menu-btn svg {
		width: 29px;
		height: 29px;
	}

	.contact-sec-1 {
		padding: 45px 0;
	}

	.contact-sec-1 h1 {
		font-size: 32px;
		line-height: 36px;
		margin-bottom: 40px;
	}

	.call-list p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.call-list {
		margin: 0 0 10px;
	}

	.loca-list {
		margin: 20px auto;
	}

	.contact-form-img-cap h3 {
		font-size: 20px;
	}

	.contact-form-img-cap p {
		font-size: 12px;
		margin-bottom: 0;
	}

	.contact-form-img-cap span {
		font-size: 14px;
	}

	.contact-sec-2 {
		padding: 50px 0 25px;
	}

	.contact-sec-3 {
		padding: 10px 0 20px;
	}


	.content-sec h1 {
		font-size: 20px;
		line-height: 20px;
	}

	.priv-img {
		width: 47px;
	}

	.content-sec hr {
		top: -7px;
	}

	.page404-sec {
		padding: 100px 0 100px;
	}

	.thanks-sec h2 {
		font-size: 32px;
		margin: 15px 0;
	}

	.thanks-sec p {
		font-size: 10px;
		line-height: 16px;
		margin-bottom: 30px;
	}

	.thanks-sec {
		padding: 120px 0;
	}

	.blog-sec-1 {
		padding: 20px 0 40px;
	}

	.blog-sec-1 h1 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 20px;
	}

	.blog-sec-1 p {
		font-size: 10px;
		line-height: 17px;
	}

	.blog-sec-2 {
		padding: 0px 0 40px;
	}

	.blog-search .form-control {
		font-size: 12px;
	}

	.blog-search .form-select {
		font-size: 12px;
	}

	.blog-list {
		margin-bottom: 50px;
	}

	.blog-sec-4 {
		padding: 0 0 40px;
	}

	.blogdet-sec-1 {
		padding: 40px 0;
	}

	.blogdet-sec-1 h1 {
		font-size: 14px;
		margin-bottom: 0;
	}

	.blogdet-sec-1 span {
		font-size: 10px;
	}

	.blogdet-sec-1 label {
		font-size: 10px;
	}

	.blogdet-sec-1 .tn-link svg {
		width: 15px;
		height: 15px;
	}

	.blogdet-sec-1 img {
		height: 253px;
	}

	.blog-det-cntr h2 {
		font-size: 24px;
	}

	.blog-det-cntr p {
		font-size: 14px;
		line-height: 28px;
	}

	.blogdet-sec-1 img {
		margin: 15px 0 25px;
	}

	.blog-det-cntr ul li {
		font-size: 14px;
		line-height: 28px;
		margin-bottom: 25px;
	}

	.blog-det-cntr ul li::marker {
		font-size: 14px;
	}

	.countries-sec-1 {
		padding: 20px 0;
	}

	.countries-banner-txt {
		margin-right: 0;
		text-align: center;
	}

	.countries-sec-1 h1 {
		font-size: 24px;
		line-height: 32px;
		margin-bottom: 0px;
	}

	.countries-sec-1 p {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.countries-sec-1 .btn {
		padding: 12px 29px;
		font-size: 13px;
	}


	.countries-sec-2 .dest-list h4 {
		font-size: 16px;
		margin-bottom: 7px;
	}

	.countries-sec-2 .dest-list p {
		font-size: 8px;
		margin-bottom: 15px;
	}

	.countries-sec-2 .dest-list h5 {
		font-size: 8px;
	}

	.countries-sec-2 .dest-list a {
		font-size: 10px;
		margin-top: 20px;
	}

	.countries-sec-2 .dest-list {
		min-height: 245px;
	}


	.team-sec-1 {
		padding: 20px 0 0;
		background-size: 100%;
	}

	.team-hd-sec span {
		font-size: 12px;
		line-height: 24px;
	}

	.team-hd-sec h1 {
		font-size: 24px;
		line-height: 31px;
	}

	.team-hd-sec p {
		font-size: 13px;
		line-height: 19px;
	}

	.team-hd-sec .btn {
		padding: 9px 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.team-found-sec {
		padding: 0 0 70px;
	}

	.team-hd-sec {
		padding-bottom: 40px;
	}

	.team-list-cap h3 {
		font-size: 20px;
	}

	.team-list {
		max-width: 251px;
		margin: 25px auto;
	}

	.team-sec-2 span {
		font-size: 12px;
		line-height: 18px;
	}

	.team-sec-2 h2 {
		font-size: 20px;
		line-height: 20px;
	}

	.team-sec-2 .team-list {
		max-width: 160px;
	}

	.team-sec-2 .team-list img {
		width: 160px;
		height: 165px;
		border-radius: 17px;
	}

	.team-sec-2 .team-list-cap {
		padding: 25px 0 0;
		text-align: center;
	}

	.team-sec-2 .team-list-cap h3 {
		font-size: 14px;
		text-align: center;
		margin-bottom: 5px;
	}

	.team-sec-2 .team-list-cap p {
		font-size: 10px;
		line-height: 20px;
		margin-bottom: 5px;
		text-align: center;
	}

	.team-sec-2 .team-list-cap svg {
		width: 14px;
		height: 14px;
	}

	.team-sec-3 h3 {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 10px;
	}

	.team-sec-3 p {
		font-size: 10px;
		line-height: 16px;
		margin-bottom: 20px;
	}

	.team-sec-3 a {
		padding: 9px 20px;
		font-size: 14px;
		line-height: 20px;
	}

	.meet-cnter {
		margin-top: -120px;
	}
    .course-sec-1 {
        padding: 25px 0 0;
    }
    .course-sec-1 span { 
        font-size: 13px; 
        font-weight: 500; 
        display: block;
        text-align: center;
    }
    .course-sec-1 h1 { 
        font-size: 24px; 
        line-height: 34px;
        margin: 15px 0 40px; 
        text-align: center;
    }
    .course-sec-1 .btn {
        padding: 14px 20px;
        font-size: 13px;
        margin-right: 20px;
    }
    .crs-rate-cntr img { 
        width: 35px;
        height: 35px;
    }
    .crs-rate-star-cntr i {
        font-size: 18px;
        color: rgba(68, 64, 83, 1);
    }
    .course-btn-cntr{
        max-width: 360px;
    margin: 50px auto 0;
    }
    .course-sec-1 hr { 
        display: none;
    }
    .course-sec-2 {
        padding: 30px 0;
    }
    .course-list {
        margin: 20px auto;
        max-width: 330px;
    }
    .gallery-sec-2 .tab-content {
        position: relative;
        top: -50px;
    }
    .gallery-sec-1 h1 { 
        font-size: 36px;  
        max-width: unset; 
        text-align: center;
    }
    .gallery-sec-1 p { 
        font-size: 14px; 
        max-width: unset; 
        text-align: center;
    }
    .gallery-sec-2 .nav-tabs .nav-link { 
        font-size: 12px; 
    }
    .gallery-sec-2 .nav-tabs {
        margin: 0 auto;
        max-width: 250px; 
        display: block;
        text-align: center;
    }
    .gallery-sec-2 .nav-tabs li {
        display: inline-block;
    }


	.course-det-sec-1 {
		padding: 50px 0;
	}
	.course-det-sec-1-cap h1 { 
		font-size: 24px; 
		text-align: center;
		margin-bottom: 25px;
	}
	.course-det-sec-1-cap p { 
		font-size: 12px; 
		line-height: 21px;  
		text-align: center;
	}
 
 

.course-det-bnr-cntr img.course-det-img {
    width: 100%;
    position: absolute;
    height: auto;
    max-width: 75%;
    border-radius: 0px 0px 207px 210px;
    left: 10%;
    bottom: 8%; 
}
.course-det-bnr-cntr {
    position: relative;
    max-width: 520px;
    padding: 0 50px;
	height: 500px;
}

.course-det-bnr-cntr svg {
    height: 100%;
}
.curs-dt-floa2 { 
    left: 0; 
}

.course-det-sec-1-cap .btn { 
    font-size: 15px; 
	display: inline-block;
}
.course-det-sec-1-cap   {
    text-align: center;
}
.course-det-sec-1-cap .btn-link {
    font-size: 15px;
    display: inline-block;
    padding: 13px;
    margin: 0 10px;
}
.course-det-sec-1-cap .btn-link svg {
    margin-right: 5px;
    width: 40px;
    height: 40px;
}
.course-det-filt {
    border-radius: 0;
    border: 0;
    background: #FFF;
    padding: 0;
}
.filt-btn{
	color: #18405B;
	font-family: Inter;
	font-size: 13px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	border-bottom: 1px solid #CDCDCD; 
	padding: 8px 0;
	margin-bottom: 25px;
}

.course-det-filt form { 
    margin: 20px 0 30px;
}
.course-filt-cntr{
	display: none;
}
.course-filt-cntr.open{
	display: block;
}

.course-det-list { 
    padding: 6px;
	margin: 10px 0;
}
.course-det-list .course-det-img { 
    height: 140px; 
}

.course-det-list h3 { 
    font-size: 12px; 
    margin: 10px 0;
}

.course-det-list p { 
    font-size: 8px; 
    margin-bottom: 8px;
}
.course-det-list h5 { 
    font-size: 8px; 
}
.course-det-list p img { 
    width: 14px;
}
.course-det-list h5 img { 
    width: 14px;
}

.view-btn {
    color: #2285C7;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.98px;
    padding: 0;
    border-bottom: 1px solid #2285C7;
    margin: 20px auto 0;
}

.course-det-sec-4 {
    padding: 50px 0 50px; 
	background-image: none;
	position: relative;
}


.course-det-sec-4::after {
	content: "";
     position: absolute;
	 background-color: #FFF;
	opacity: 0.2;
	width: 122px;
	height: 122px;
	border-radius: 50%;
	top: -61px;
	left: 5%;

}
.course-det-sec-4 img{
	width: 85%;
	max-width: 450px;
	margin: 0 auto 50px;
	display: block;
}
.course-det-sec-4 img {
    width: 85%;
    max-width: 450px;
    margin: 0 auto 50px;
    display: block;
    position: relative;
    z-index: 1; 
}


.course-det-sec-4-img::after {
    content: "";
    position: absolute;
    border-radius: 276px;
    background: #284C5A;
    filter: blur(88px);
    width: 270px;
    height: 270px;
    border-radius: 50%;
    top: 10%;
    left: calc(50% - 135px);
    z-index: 0;
}

.course-form h3 { 
    font-size: 12px; 
}
.course-form p { 
    font-size: 12px; 
}
.course-form .form-label { 
    font-size: 12px; 
}
.course-form .form-control { 
    font-size: 12px; 
}


.course-form ::placeholder { 
	font-size: 12px; 
}

.course-form :-ms-input-placeholder {
	/* Internet Explorer 10-11 */ 
	font-size: 12px; 
}

.course-form ::-ms-input-placeholder { 
	font-size: 12px; 
}


.course-det-sec-5 h4 { 
    font-size: 14px; 
}
.course-det-sec-5 .test-slider-for h3 { 
    font-size: 14px; 
}
.course-det-sec-5 .test-slider-for p { 
    font-size: 12px; 
}
.course-det-sec-5 .test-slider-nav img {
    width: 100px;
    height: 100px;
}
.course-det-sec-5 .test-slider-nav {
    max-width: 300px;
    margin: 15px auto 15px; 
}
.course-det-sec-5 .test-slider-nav .slick-slide {
    padding: 25px 0;
}
.course-det-sec-5 { 
    margin-bottom: 30px;
}
.edroot-nav .navbar-brand{  
}
.edroot-nav .nav-text{
	display: block !important;
	width: 100%;
	text-align: center;
	position: fixed;
	left: 0;
	top: -100px;
	z-index: 99;
	background: rgba(255,255,255,.6);
    backdrop-filter: blur(10px);
}
.edroot-nav .nav-text.scrolled{ 
	top: 0px;
}


 .act-btn {
    border-radius: 7px;
    background: #2D69F6;
    padding: 12px 15px;
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px; 
}




.home-why ul {
    margin: 0 auto 50px; 
}
.home-why{
	padding: 50px 0;
}

.footer-1 {
     
    padding: 25px 0;
}

.home-test h4 { 
    margin-top: 20px; 
}


.home-test h5 { 
    max-width: 250px;
    margin: 0 auto;
}


 
 
.edroot-nav .navbar-brand img {
    width: 180px;
}
.banner-main-img { 
    max-width: 300px; 
}

.edroot-nav .btn svg {
    width: 25px;
    height: 25px; 
}

.presence-slider .slick-list {
    padding: 0 66px;
}

.home-univers-sec img{
	height: 60px;
	object-fit: contain;
	width: 100%;
	margin: 15px 0;
}

.loca-list img {
    height: 60px; 
}

.loca-list h3 { 
    font-size: 16px; 
}


.hom-frm-cntr .g-5  {
    --bs-gutter-y: 1rem;
}
.test-inner-cntr h2 { 
    font-size: 30px; 
}
.course-tabs .nav {
    margin-bottom: 50px;
    border-bottom: 1px solid #F1F1F1;
    justify-content: flex-start !important;
	padding: 0 30px;
}
.course-tab .slick-arrow {
    position: absolute;
    border: 0;
    background-color: unset;
    padding: 0;
    top: 15px;
}
.course-tab .slick-arrow.slick-next {
    right: 0;
}
.course-tab .slick-arrow.slick-prev {
    left: 0;
}



.course-list-cntr h6 {
    font-size: 24px;
}

.foot-form .btn { 
    display: block;
    margin: 0 auto;
}

.foot-form { 
    text-align: center;
}
.foot-logo{
	display: block;
	text-align: center;
}


.nav-text.scrolled .ckec-btn-close{ 
	opacity:1;
	display: block;
}

.test-inner-cntr {
    padding: 40px 0 0;
}
.test-inner-cntr h3 { 
    margin: 0 auto 30px;
}

.test-auth span { 
    font-size: 10px; 
}
.test-auth h4 { 
    font-size: 16px; 
}
.test-list p { 
    font-size: 13px; 
}

footer { 
    padding-bottom: 20px;
	margin-bottom: 35px;
}

}

@media all and (max-width: 550px) {

	.edroot-nav h4 { 
		font-size: 12px !important; 
		margin: 10px 0; 
	}
	.meet-cnter {
		margin-top: -100px;
	}

  
	.course-list-cntr .btn2 {
		padding: 10px 30px;
		font-size: 14px;
		min-width: 170px;
	}

	.course-list-cntr .btn2 svg{
		width: 15px;
	}

	.univers-slider img {
		height: 25px;
		max-width: 60px;
	}

	.banner-sec .btn-fill { 
		padding: 12px 15px; 
		margin-right: 5px; 
	}
 
 
	.course-list-cntr .btn {
		padding: 14px 35px;
		font-size: 14px;
		min-width: 170px;
	}

	.course-list-cntr .link { 
		font-size: 11px; 
		padding-left: 0; 
	}
	.course-list-cntr ul li a { 
		font-size: 14px; 
	}
	.course-list-cntr {
		padding: 0;
	}
 

	.ckec-btn-close { 
		right: 5px; 
	}

	.contact-sec-1 h1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 40px;
	}

	.home-faq .sec-title .gradient-divider3 {
		top: -30px;
		height: 1px;
	}

	.course-tabs .nav-link svg { 
		top: 5px; 
	}
}



@media all and (max-width: 400px) { 
	.course-list-cntr .btn {
		font-size: 11px;
		margin-right: 5px;
	}

	.course-list-cntr .btn2 {
		font-size: 11px;
		padding: 9px 15px;
		text-align: center;
	}


	.edroot-nav .btn {
		margin-right: 0;
		padding: 8px 10px;
		font-size: 12px;
	}

	.count-cntr h3 {
		font-size: 60px;
	}

	.footer-1 ul li { 
		font-size: 12px; 
	}
	.course-tabs .nav-link {
		margin: 5px 0 0;
		padding: 0 0 0 25px;
	}

}





