* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

a,
a:hover {
	text-decoration: none;
	list-style: none;
	transition: 0.5s;
}

a,
ul,
ol,
p,
input,
button {
	margin: 0;
	padding: 0;
	outline: none !important;
	box-shadow: none !important;
	font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	font-weight: 400;
	color: #444444;
	line-height: 22px;
}

.wapper{
	overflow: hidden;
}

#topBar{
	background-image: linear-gradient(90deg, #5035F2 0%, #7849E4 100%);
  padding: 15px 0px;
}

.top-left ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-left ul li{
	color: #fff;
	font-size: 14px;
    font-weight: 300;
	padding-right: 10px;
}

.top-right {
    position: relative;
}

.top-right ul{
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-right ul li{
	color: #fff;
	padding: 0px 5px;
}

.top-right ul li a{
	font-size: 14px;
    font-weight: 300;
	color: #fff;
}

.top-right-btn {
    position: absolute;
    right: 9%;
    top: 8px;
}

#mainMenu .navbar-dark .navbar-nav .nav-link {
    font-size: 15px;
	font-weight: 400;
	color: #000;
	padding:15px;
	letter-spacing: .4px;
}

#mainMenu .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #000 !important;
}

.megasubmenu{ padding:1rem; }

#mainMenu li.nav-item.dropdown {
    background: #eee9ff;
    border-radius: 6px;
	color: #5035f2;
}

.btn-login{
	background-color: #5035f2;
	border-radius: 4px;
	font-size: 14px;
	color: #fff;
}

.btn-login:hover{
	background-color: #FFA41F;
	color: #000 !important;
}

.btn-login i{
	margin-right: 5px;
}

#mainMenu .dropdown-menu.show {
    display: block;
    border-radius: 2px;
    margin-top: 12px;
	font-size: 15px;
	font-weight: 500;
}

#mainMenu .dropdown-item.active, .dropdown-item:active {
    background-color: #5035f2
}

#mainMenu .dropdown-menu.show li a i {
    font-size: 12px;
	color: #25232d;
	margin-left: 5px;
}

#mainMenu .dropdown-menu.show li{
	line-height: 30px;
}

#mainMenu .megasubmenu.dropdown-menu{
	border-radius: 2px;
	border: 1px solid #f2f2f2;
}

#mainMenu .megasubmenu.dropdown-menu ul{
	list-style: none;
}

#mainMenu .megasubmenu.dropdown-menu ul li{
	line-height: 30px;
}

#mainMenu .megasubmenu.dropdown-menu ul li a{
	font-size: 15px;
	font-weight: 400;
	color: #000;
}

#mainMenu .megasubmenu.dropdown-menu ul li a i{
	font-size: 16px;
	color: #5035f2;
	margin-right: 5px;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.dropdown-menu .dropdown-toggle::after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}

	.megasubmenu{ 
		left:100%; top:0; min-height: 100%; min-width:500px;
	}

	.dropdown-menu > li:hover .megasubmenu{
		display: block;
	}
}	
/* ============ desktop view .end// ============ */

/* Main Banner Css Start */

#mainBanner{
	padding: 100px 0px;
	background-image: linear-gradient(45deg, #5035F2 52%,  rgba(120,73,228,0.3) 54%), url(../images/banner-bg.png);
	color: #fff;
	background-size: cover;
	background-position: center;
}


.bnr-left p{
	font-size: 14px;
	font-weight: 500;
}

.bnr-left h1{
	font-size: 36px;
	font-weight: 600;
	padding: 10px 0px 20px 0px;
}

.search{
	position: relative;
	box-shadow: 0 0 40px rgba(51, 51, 51, .1);
	}

	.search i{
		color: #cac3de;
		font-size: 18px;
	}

	.search input{
	 height: 60px;
	 text-indent: 25px;
	 border: 2px solid #d6d4d4;
	}

	.search input:focus{
	 box-shadow: none;
	 border: 2px solid #5136f2;
	}

	.search .fa-search{
	 position: absolute;
	 top: 22px;
	 left: 14px;

	}

	.search button{
	 position: absolute;
	 top: 5px;
	 right: 5px;
	 height: 50px;
	 width: 110px;
	 background: #5136f2;
	}

	.btn-search{
		color: #fff;
	}

	.training {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
	}

	.left-train h2{
		font-size: 24px;
		font-weight: 600;
	}

	.left-train p{
		font-size: 15px;
		font-weight: 400;
	}

	.center-train h2{
		font-size: 24px;
		font-weight: 600;
	}

	.center-train p{
		font-size: 15px;
		font-weight: 400;
	}

	.right-train h2{
		font-size: 24px;
		font-weight: 600;
	}

	.right-train p{
		font-size: 15px;
		font-weight: 400;
	}

	/* Main Banner Css End */


	/* featureIdea Css Start */

	.feature-plan{
		background-color: #fff;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin-top: -75px;
		margin-bottom: 30px;
		padding: 30px 18px 30px 18px;
		border-radius: 20px 20px 20px 20px;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	.feature-wrap {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.feature-wrap .feature_icon {
		height: 55px;
		width: 55px;
		line-height: 46px;
		background: #5035F2;
		border: 3px solid #D0DBE9;
		text-align: center;
		border-radius: 50%;
	}

	.media-body {
		flex: 1;
	}

	.media-body h3{
		font-size: 20px;
		font-weight: 600;
	}

	.media-body p{
		font-size: 14px;
		font-weight: 500;
	}

	/* featureIdea Css End */

	/* About Us Css Start */

	#aboutUs{
		background-color: #fff;
		padding: 60px 0px;
	}

	.about-right h6{
		font-size: 16px;
		font-weight: 500;
		color: #4f536c;
	}

	.about-right h6 i{
		color: #4f536c;
		margin-right: 8px;
	}

	.about-right h3{
		font-size: 32px;
		font-weight: 700;
		color: #241442;
		padding: 10px 0px;
		line-height: 38px;
	}

	.about-right p{
		font-size: 15px;
		font-weight: 400;
		line-height: 24px;
		color: #4d5765;
		padding-bottom: 10px;
	}

	.about-right ul{
		list-style: none;
		margin: 0;
		padding: 0;
		margin-top: 10px;
	}

	.about-right ul li{
		font-size: 15px;
		font-weight: 400;
		padding-bottom: 15px;
		color: #4d5765;
	}

	.about-right ul li i{
		color: #5035F2;
		font-size: 18px;
		margin-right: 10px;
	}

	.btn-blue{
		background-color: #5035F2;
		color: #fff;
		margin-top: 10px;
	}

	.btn-blue:hover{
		background-color: #7849E4;
		color: #fff;
	}

	/* About Us Css End */

	/* Main Course Css Start */

	#mainCourses{
		background-color: #FAF9F6;
		padding: 60px 0px;
	}

	.main-course-tittle{
		text-align: center;
	}

	.main-course-tittle h6{
		font-size: 16px;
		font-weight: 500;
		color: #4f536c;
	}

	.main-course-tittle h6 i{
		color: #4f536c;
		margin-right: 8px;
	}

	.main-course-tittle h3{
		font-size: 32px;
		font-weight: 700;
		color: #241442;
		padding: 10px 0px;
		line-height: 38px;
	}

	.main-course-tittle p{
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
		color: #4d5765;
		padding-bottom: 10px;
	}

	.rt-cat-item {
		background: #fff;
		border: 1px solid #e8e8e8;
		padding: 20px 15px;
		position: relative;
		border-radius: 10px;
		display: flex;
		align-items: center;
		gap: 18px;
		z-index: 0;
		overflow: hidden;
		transition: all .21s ease-in-out;
	}

	.rt-cat-item:hover{
		box-shadow: rgba(191, 191, 248, 0.25) 0px 30px 60px -12px inset, rgba(250, 191, 191, 0.3) 0px 18px 36px -18px inset;
	}

	.rt-media {
		position: relative;
	}

	.rt-icon-1 {
		border: 2px solid #B1A8FF;
		color: #ffffff;
		background-image: linear-gradient(130deg,#7A66FF 0%,#EBDFFF 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
	}

	.rt-icon-2 {
		border: 2px solid #FF9D95;
		color: #ffffff;
		background-image: linear-gradient(130deg, #F57064 0%, #FFD0CC 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.rt-icon-3 {
		border: 2px solid #6CE1DC;
		color: #ffffff;
		background-image: linear-gradient(130deg, #45C8C2 0%, #B6F7F4 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.rt-icon-4 {
		border: 2px solid #FBA3E3;
		color: #ffffff;
		background-image: linear-gradient(130deg, #F480D4 0%, #FFD3F3 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.rt-icon-5 {
		border: 2px solid #98DF76;
		color: #ffffff;
		background-image: linear-gradient(130deg, #6ADE33 0%, #C8EFB6 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.rt-icon-6 {
		border: 2px solid #89DAFD;
		color: #ffffff;
		background-image: linear-gradient(130deg, #3FC6FF 0%, #D7F3FF 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.rt-icon-7 {
		border: 2px solid #FEC269;
		color: #ffffff;
		background-image: linear-gradient(130deg, #FFA41F 0%, #FFE3BB 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.rt-icon-8 {
		border: 2px solid #F1BBBB;
		color: #ffffff;
		background-image: linear-gradient(130deg, #E69E9E 0%, #F5D9E0 115%);
		box-shadow: 0 4px 20px #d0d0d0;
		border-radius: 100%;
		font-size: 34px;
		width: 70px;
		height: 70px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		overflow: hidden;
		transition: all .41s ease-in-out;
		
	}

	.course-icon-shape {
		position: absolute;
		left: -6px;
		top: 0;
		z-index: -1;
		transition: all .21s ease-in-out;
	}

	h3.rt-cat-title{
		font-size: 18px;
		font-weight: 500;
	}

	.rt-cat-title a{
		color: #000;
	}

	.shapes-1{
		position: absolute;
		background-color: #7A66FF;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-2 {
		position: absolute;
		background-color: #F57064;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-3 {
		position: absolute;
		background-color: #45C8C2;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-4 {
		position: absolute;
		background-color: #F480D4;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-5 {
		position: absolute;
		background-color: #6ADE33;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-6 {
		position: absolute;
		background-color: #3FC6FF;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-7 {
		position: absolute;
		background-color: #FFA41F;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	.shapes-8 {
		position: absolute;
		background-color: #E69E9E;
		width: 50px;
		height: 50px;
		right: -26px;
		bottom: -30px;
		border-radius: 34px;
	}

	/* Main Course Css End */

	/*Advantage Course Css start */

	#advantageCourse{
		background-color: #241442;
		padding: 60px 0px;
	}

	.advance{
		display: flex;
		align-items: center;
	}

	.icon-one{
		font-size: 28px;
		color: #45C8C2;
		margin-right: 15px;
	}

	.icon-two{
		font-size: 28px;
		color: #FFCD1F;
		margin-right: 15px;
	}

	.icon-three{
		font-size: 28px;
		color: #F57064;
		margin-right: 15px;
	}

	.advance-right h4{
		font-size: 18px;
		font-weight: 500;
		color: #fff;
	}

	.advance-right p{
		font-size: 14px;
		font-weight: 400;
		color: #9D9CAE;
		margin-top: 10px;
	}

	/*Advantage Course Css End */

	/*Review Course Css start */

	/* #customReview{
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #F2F2F2;
	}

	#customReview .cards .image{
		height: 140px;
		width: 140px;
		border-radius: 50%;
		padding: 3px;
		background-color: #7d2ae8;
	}

	#customReview .cards .image img{
		height: 100%;
		width: 100%;
		object-fit: cover;
		border-radius: 50%;
		border: 3px solid #fff;
	}

	.cards{
		position: relative;
		border-radius: 20px;
		background-color: #fff;
		margin: 20px 0px;
	}

	.cards::before{
		content: "";
		position: absolute;
		height: 40%;
		width: 100%;
		background-color: #7849E4;
		border-radius: 20px 20px 0 0;
	}

	.cards .card-content{
		display: flex;
		flex-direction: column;
		padding: 30px;
		position: relative;
		z-index: 9999;
	} */

	#feedBack{
		padding: 60px 0px;
	}

	.slider{
		margin-bottom: 20px;
		position: relative;
	}

	.slider-card{
		background-color: #fff;
		margin: 50px 15px 90px 15px;
		border-radius: 5px;
		box-shadow: 0px 15px 45px -20px rgba(206, 191, 191, 0.493);
		transform: scale(0.9);
		opacity: 0.5;
		transition: all 0.3s;
	}

	.slider-card img{
		border: 5px 5px 0px 0px;
	}
	.slider-card-fedd{
		background-color: #fff;
		border: 1px solid #f2f2f2;
		padding: 20px;
		border-radius: 10px;
	}

	.student-lesson{
		display: flex;
		align-items: center;
		padding: 20px 0px;
	}

	.student span{
		font-size: 15px;
		font-weight: 400;
		margin-right: 15px;
	}

	.lesson span{
		font-size: 15px;
		font-weight: 400;
		margin-right: 15px;
	}

	.feed-content h4{
		font-size: 24px;
		font-weight: 600;
		color: #241442;
	}

	.feed-content h6{
		font-size: 18px;
		font-weight: 500;
		color: #000;
		padding: 20px 0px;
	}

	.feed-rate-amount{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.rate i{
		font-size: 18px;
		color: #ffcd1f;
	}

	.amount del{
		font-size: 18px;
		color: #b3b3b3;
		font-weight: 400;
	}

	.amount ins{
		font-size: 24px;
		color: #5035F2;
		font-weight: 500;
	}

	.feed-img img{
		border-radius: 10px;
	}

	/*Review Course Css End */

	/*Why Choose us Css start */

	#whyChoose{
		background-color: #241442;
		padding: 60px 0px;
	}

	.why-choose h4{
		font-size: 16px;
		font-weight: 500;
		color: #9d9cae;
	}

	.why-choose h3{
		font-size: 32px;
		font-weight: 600;
		color: #fff;
		padding: 10px 0px;
	}

	.why-choose p{
		font-size: 15px;
		font-weight: 400;
		color: #9D9CAE;
		padding-bottom: 20px;
	}

	.why-list{
		display: flex;
		align-items: center;
		
	}

	.why-list-left{
		margin-right: 30px;
	}

	.why-list-left ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.why-list-left ul li{
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		line-height: 42px;
	}

	.why-list-left ul li i{
		color: #fff;
		margin-right: 10px;
	}

	.why-list-right ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.why-list-right ul li{
		font-size: 15px;
		font-weight: 500;
		color: #fff;
		line-height: 42px;
	}

	.why-list-right ul li i{
		color: #fff;
		margin-right: 10px;
	}

	.explore{
		margin-top: 20px;
	}

	.explore-btn{
		background-color: #fff;
		padding: 15px 40px;
		border-radius: 30px;
		color: #6a41ea;
		font-size: 15px;
		font-weight: normal;
	}

	.explore-btn span i {
		position: relative;
		top: 2px;
		right: -12px;
	}

	.explore-btn:hover{
		background-color: #6a41ea;
		color: #fff;
	}

	/*Why Choose us Css End */

	/*Affordable Online Css Start */

	.elementor-widget-container {
		background-image: url(../images/cta_bg.png);
	}

	.rt-call-action {
		position: relative;
		padding-top: 34px;
	}

	.rt-call-action:after {
		position: absolute;
		content: "";
		left: 0;
		bottom: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
		background-color: #543ee8;
	}

	.rt-action-item {
		display: flex;
		align-items: center;
		gap: 40px;
		padding-right: 40px;
		position: relative;
		z-index: 0;
	}

	.rt-action-img {
		position: relative;
		width: 270px;
	}

	.rt-action-img .shape {
		position: absolute;
		left: -120px;
		bottom: 0;
		z-index: -1;
	}

	.rt-title {
		flex: 1;
		padding: 24px 0;
		color: #fff;
	}

	a.button-style-1 {
		position: relative;
		background: #ffffff;
		color: #543ee8;
		box-shadow: 0 0 6px rgba(0,0,0,2%);
		border-radius: 50px;
		font-size: 16px;
		font-weight: 500;
		padding: 16px 30px;
		line-height: 1.4;
		transition: all .4s ease;
		display: inline-flex;
		align-items: center;
		letter-spacing: .2px;
		overflow: hidden;
		z-index: 1;
	}

	a.button-style-1:hover {
		color: #fff;
		background-color: #241442;
	}

	#ourCorporate{
		padding: 60px 0px;
	}

	.corporate{
		padding-top: 20px;
	  }
	  
	/*Affordable Online Css End */

	/*FOOTER CSS START */

	#footerArea{
		background-color: #110e19;
		padding: 60px 0px;
	}

	.company h4{
		font-size: 16px;
		color: #fff;
		padding-bottom: 15px;
		font-weight: 500;
	}

	.company ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.company ul li a{
		line-height: 34px;
		font-size: 14px;
		font-weight: lighter;
		color: #c7c7c7;
		
	}

	.subscribe {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border-radius: 10px;
	}
	
	.subscribe .form {
		margin-bottom: 25px;
	}
	
	.form__email {
		padding: 10px 38px;
		border-radius: 5px;
		border: 1px solid #fff;
		font-size: 14px;
		color: #0F121F;
	}
	
	.form__email:focus {
		outline: 1px solid #fff;
	}
	
	.form__button {
		background: #543ee8;
		padding: 10px;
		border: none;
		width: 98px;
		height: 44px;
		border-radius: 5px;
		font-size: 14px;
		color: #fff;
	}

	.connect h4{
		padding-bottom: 20px;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
	  }
	  
	  .connect ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	  }

	  .connect ul li a i{
		background-color: #25232d;
		text-align: center;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 50%;
		color: #fff;
		font-size: 17px;
	  }

	  .connect ul li a i:hover{
		background-color: #543ee8;
		color: #fff;
	  }

	  .foot-bottom{
		border-bottom: 1px solid #474551;
		padding-bottom: 20px;
	  }

	  #footerBtm{
		background-color: #110e19;
		padding: 0px 0px 60px 0px;
	  }

	  .trending-post h4{
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		padding-bottom: 15px;
	  }

	  .trending-post a {
		font-size: 13px;
		font-weight: lighter;
		color: #c7c7c7;
		line-height: 28px;
	}

	.trending-post span{
		color: #c7c7c7;
		margin:5px;
	}

	.footer-center{
		padding: 60px 0px;
		text-align: center;
		border-bottom: 1px solid #474551;
	}

	.footer-center h4{
		font-size: 15px;
		font-weight: 400;
		color: #fff;
	}

	.footer-center p{
		font-size: 13px;
		font-weight: lighter;
		color: #c7c7c7;
		padding-top: 10px;
	}

	.foot-disclaimer{
		padding-top: 30px;
	}

	.foot-disclaimer h4{
		font-size: 16px;
		font-weight: 400;
		color: #fff;
		padding-bottom: 15px;
	}

	.foot-disclaimer p{
		font-size: 14px;
		font-weight: lighter;
		color: #fff;
	}

	#dropPage{
		background-color: #07060b;
		text-align: center;
		padding: 20px 0px;
	}

	.drop-query{
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 30px;
		color: #fff;
		font-size: 15px;
	}

	.drop-query i{
		color: #543ee8;
		margin-right: 5px;
	}

	/*FOOTER CSS END */


	/*in-house start */

	#innerPage {
		padding: 60px 0px;
		background-image: linear-gradient(45deg, #5035F2 50%, rgba(120,73,228,0.3) 50%), url(../images/banner-bg.png);
		color: #fff;
		background-size: cover;
		background-position: center;
	}

	.breadcrumb li.breadcrumb-item a{
		font-size: 15px;
		color: #fff;
		font-weight: normal;
	}

	.breadcrumb li.breadcrumb-item{
		font-size: 15px;
		color: #fff;
		font-weight: normal;
	}

	.breadcrumb-item+.breadcrumb-item::before {
		float: left;
		padding-right: 0.5rem;
		color: #ffffff;
		content: var(--bs-breadcrumb-divider, "/");
	}

	.inner-pages h3{
		font-size: 24px;
		font-weight: 500;
		color: #fff;
	}

	#inHouse{
		padding: 60px 0px;
	}

	.inner-form{
		background-color: #fff;
		padding: 20px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}

	.form-top-text{
		text-align: center;
		padding: 15px 0px;
	}

	.form-top-text h4{
		font-size: 18px;
		font-weight: 500;
		color: #110e19;
		padding-bottom: 10px;
	}

	.inhouse-train h3{
		font-size: 24px;
		font-weight: 600;
		color: #110e19;
		padding-bottom: 10px;
	}

	.inhouse-train p{
		font-size: 14px;
		font-weight: lighter;
		line-height: 24px;
		color: #110e19;
	}

	.inhouse-train h5{
		font-size: 16px;
		font-weight: normal;
		color: #110e19;
		padding-top: 10px;
	}

	#createIntel{
		padding: 60px 0px;
		background-color: #f4f4f4;
	}

	.center-tittle{
		text-align: center;
		padding-bottom: 60px;
		position: relative;
	}

	.center-tittle p{
		font-size: 15px;
		font-weight: 500;
		color: #5136f2;
		letter-spacing: 2px;
	}

	.center-tittle h3{
		font-size: 30px;
		font-weight: 600;
		color: #110e19;
		position: relative;
		padding: 10px 0px;
	}

	.center-tittle h3::before {
		background-color: #110e19;
		position: absolute;
		width: 100px;
		height: 3px;
		content: "";
		bottom: -6px;
		left: 50%;
		transform: translateX(-50%);
	}

	.save-money{
		background-color: #fff;
		padding: 20px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		border-radius: 10px;
		position: relative;
	}

	.save-money::before{
		background-color: #241442;
		content: "";
		width: 60px;
		height: 50px;
		position: absolute;
		right: 0;
		top: 0;
		border-radius: 0px 0px 0px 50px;
	}

	.save-money h4{
		font-size: 18px;
		font-weight: 500;
		padding: 10px 0px;
		color: #07060b;
	}

	#ourPartners{
		background-color: #241442;
		padding: 60px 0px;
	}

	.center-tittle-one{
		text-align: center;
		padding-bottom: 60px;
		position: relative;
	}

	.center-tittle-one p{
		font-size: 15px;
		font-weight: 500;
		color: #dcd6ff;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.center-tittle-one h3{
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		position: relative;
		padding: 10px 0px;
	}

	.center-tittle-one h3::before {
		background-color: #fff;
		position: absolute;
		width: 100px;
		height: 3px;
		content: "";
		bottom: -6px;
		left: 50%;
		transform: translateX(-50%);
	}

	#partnerLogo {
		margin-top: -5%;
		padding-bottom: 60px;
	}

	.our-partner-logos{
		background-color: #fff;
		padding: 30px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.our-partner ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#solutionsInclude{
		background-color: #241442;
		padding: 60px 0px;
	}

	.solutions-includes h3{
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		padding-bottom: 30px;
		position: relative;
	}

	.solutions-includes h3::before {
		background-color: #fff;
		position: absolute;
		width: 100px;
		height: 3px;
		content: "";
		bottom: 20px;
		left: 0;
	}

	.tailore-mode{
		background-color: #2f1c51;
		padding: 15px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}

	.tailore-mode-left img{
		margin-right: 15px;
	}

	.tailore-mode-right h4{
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		padding-bottom: 10px;
	}

	.tailore-mode-right p{
		font-size: 14px;
		font-weight: 400;
		color: #9d9cae;
		line-height: 24px;
	}

	#chooseUs{
		padding: 60px 0px;
	}

	.choosing-us h3{
		font-size: 30px;
		font-weight: 600;
		color: #07060b;
		padding-bottom: 30px;
		position: relative;
	}

	.choosing-us h3::before {
		background-color: #000;
		position: absolute;
		width: 100px;
		height: 3px;
		content: "";
		bottom: 20px;
		left: 0;
	}

	.choosing-us p{
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
	}

	.choosing-us h5{
		font-size: 14px;
		font-weight: 500;
		color: #000;
		padding-top: 10px;
	}

	.choose-steps{
		background-color: #ffff;
		border-radius: 8px;
		padding: 20px 15px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		display: flex;
		align-items: center;
	}

	.choose-steps-left img{
		width: 55px;
		height: 55px;
		margin-right: 10px;
	}

	.choose-steps-right h4 {
		font-size: 16px;
		font-weight: 500;
		line-height: 24px;
	}

	/*in-house end */

	/*About Us start */

	#theLeading{
		padding: 60px 0px;
	}

	.the-leading{
		padding-bottom: 30px;
	}

	.the-leading h3{
		font-size: 30px;
		font-weight: 600;
		color: #07060b;
		padding-bottom: 30px;
		position: relative;
	}

	.the-leading h3::before {
		background-color: #000;
		position: absolute;
		width: 100px;
		height: 3px;
		content: "";
		bottom: 20px;
		left: 0;
	}

	.the-leading p{
		font-size: 14px;
		font-weight: 400;
		line-height: 24px;
	}

	.marketplace{
		background-color: #fff;
		padding: 20px;
		border-radius: 6px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.marketplace h5{
		font-size: 18px;
		font-weight: 500;
		color: #07060b;
		padding: 10px 0px 0px 0px;
	}

	.marketplace p{
		font-size: 15px;
		font-weight: 400;
		color: rgb(51, 50, 56);
		padding: 5px 0px;
	}

	#extendedSolutions{
		padding: 60px 0px;
		background-color: #f4f4f4;
	}

	.abouting-right h6 {
		font-size: 15px;
		font-weight: 500;
		color: #5136f2;
		letter-spacing: 2px;
	}

	.abouting-right h3{
		font-size: 30px;
		font-weight: 600;
		color: #07060b;
		padding: 20px 0px;
		position: relative;
	}

	.abouting-right p{
		font-size: 14px;
		font-weight: 400;
		color: #4d5765;
		line-height: 24px;
		padding-bottom: 15px;
	}

	#ourVision{
		margin-top: -10%;
		padding-bottom: 60px;
	}

	.our-mission{
		background-color: #fff;
		padding: 20px;
		border-radius: 10px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.our-mission h4{
		font-size: 20px;
		font-weight: 500;
		color: #07060b;
		padding: 10px 0px;
	}

	.our-mission p{
		font-size: 14px;
		font-weight: 400;
		color: #4d5765;
		line-height: 24px;
	}

	#whoWe{
		background-color: #241442;
		padding: 60px 0px;
	}

	.who-we-are h3{
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		padding-bottom: 15px;
	}

	.who-we-are p{
		font-size: 15px;
		font-weight: 400;
		color: #fff;
		padding-bottom: 15px;
	}

	.who-we-are ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.who-we-are ul li{
		font-size: 14px;
		font-weight: 400;
		color: #9d9cae;
		padding-bottom: 10px;
	}

	.who-we-are ul li strong{
		color: #7849E4 ;
		letter-spacing: 1px;
	}

	.who-we-are ul li i {
		font-size: 14px;
		color: #9d9cae;
		margin: 5px 10px 0px 0px;
	}

	#ourClients{
		padding: 60px 0px;
		background-color: #fff;
	}

	.our-trainer{
		display: flex;
		align-items: center;
		background-color: #241442;
		padding: 30px;
		border-radius: 10px;
	}

	.our-trainer-left img{
		margin-right: 20px;
	}

	.our-trainer-right h4{
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		padding-bottom: 10px;
	}

	.our-trainer-right p{
		font-size: 14px;
		font-weight: normal;
		color: #9D9CAE;
		line-height: 24px;
	}

	.our-trainer-one{
		display: flex;
		align-items: center;
		background-color: #543ee8;
		padding: 30px;
		border-radius: 10px;
	}

	.our-trainer-left-one img{
		margin-right: 20px;
	}

	.our-trainer-right-one h4{
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		padding-bottom: 10px;
	}

	.our-trainer-right-one p{
		font-size: 14px;
		font-weight: normal;
		color: #fff;
		line-height: 24px;
	}

	#brandsItem{
		background-color: #f4f4f4;
		padding: 60px 0px;
	}

	#consultancyArea{
		padding: 60px 0px;
		background-color: #241442;
	}

	.bespoke-training{
		background-color: #241442;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	}

	.bespoke-training img{
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.bespoke-training-box{
		padding: 15px;
	}

	.bespoke-training-box h4{
		font-size: 16px;
		font-weight: 500;
		color: #fff;
		padding: 15px 0px;
	}

	.bespoke-training-box p{
		font-size: 13px;
		font-weight: normal;
		color: #9D9CAE;
		line-height: 24px;
	}

	#yearSprint{
		padding: 60px 0px;
	}

	.year-on{
		background-color: #fff;
		padding: 20px;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
		border-radius: 6px;
	}

	.year-on h4{
		font-size: 28px;
		font-weight: 600;
		color: #5035F2;
	}

	.year-on h5{
		font-size: 18px;
		font-weight: 500;
		color: #241442;
		padding: 10px 0px;
	}

	/*About Us end */

	/*Career Us Start */

	.what-we-to{
		background-color: #fff;
		padding: 20px;
		border-radius: 6px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		text-align: center;
	}

	.what-we-to h5{
		font-size: 18px;
		font-weight: 600;
		color: #07060b;
		padding: 15px 0px 5px 0px;
	}

	.what-we-to p{
		font-size: 14px;
		font-weight: lighter;
		color: rgb(51, 50, 56);
		padding: 5px 0px;
	}

	#ourValues{
		background-color: #f4f4f4;
		padding: 60px 0px;
	}

	.values-includes h3{
		font-size: 30px;
		font-weight: 600;
		color: #241442;
		padding-bottom: 30px;
		position: relative;
	}

	.values-includes h3::before {
		background-color: #241442;
		position: absolute;
		width: 100px;
		height: 3px;
		content: "";
		bottom: 20px;
		left: 0;
	}

	.values-mode{
		background-color: #fff;
		padding: 15px;
		border-radius: 6px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.values-mode-left img{
		margin-right: 15px;
	}

	.values-mode-right h4{
		font-size: 18px;
		font-weight: 500;
		color: #241442;
		padding-bottom: 10px;
	}

	.values-mode-right p{
		font-size: 14px;
		font-weight: 400;
		color: #3e3e3e;
		line-height: 24px;
	}

	#weHiring{
		padding: 60px 0px;
	}

	.we-hiring{
		padding: 20px;
		border-radius: 6px;
		background-color: #5035F2;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	}

	.we-hiring h4{
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		color: #fff;
	}

	.we-hiring h4 i{
		margin-right: 10px;
	}

	#careerForm{
		background-color: #2f1c51;
		padding: 60px 0px;
	}

	.form-tittle h3{
		font-size: 24px;
		color: #fff;
		padding-bottom: 10px;
		font-weight: 600;
	}

	.form-tittle p{
		font-size: 15px;
		color: #fff;
		padding-bottom: 20px;
		font-weight: 400;
	}

	.form-controler{
		padding: 20px;
		background-color: #35215a;
		box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
		margin-top: 20px;
	}

	#careerForm .form-label {
		color: #d0ccd8;
	}

	#careerForm label {
		color: #d0ccd8;
	}

	/*Career Us end */

	/*Course Detaill Start */

	#courseDetail {
		padding: 50px 0px;
		background-image: linear-gradient(45deg, #5035F2 60%, rgba(120,73,228,0.3) 40%), url(../images/banner-bg.png);
		color: #fff;
		background-size: cover;
		background-position: center;
	}

	.course-deail-bnr h3 {
		font-size: 30px;
		font-weight: 600;
		color: #fff;
		position: relative;
	}

	.course-deail-bnr p {
		font-size: 14px;
		font-weight: 400;
		color: #fff;
		padding: 5px 0px 15px 0px;
	}

	.course-deail-bnr ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.course-deail-bnr ul li {
		font-size: 13px;
		font-weight: lighter;
		color: #f3f1ff;
		line-height: 28px;
	}

	.course-deail-bnr ul li i{
		margin-right: 10px;
	}

	.course-deail-bnr-btn{
		padding-top: 20px;
	}

	.course-btn-left {
		border: 1px solid #ffffff;
		color: #fff;
		font-size: 14px;
		letter-spacing: .5px;
		border-radius: 30px;
		padding: 10px 24px;
		font-weight: normal;
	}

	.course-btn-left:hover {
		border: 1px solid #ffffff;
		color: #5035F2;
		background-color: #fff;
	}

	.course-btn-right {
		border: 1px solid #11007a;
		color: #fff;
		background-color: #11007a;
		font-size: 14px;
		letter-spacing: .5px;
		border-radius: 30px;
		padding: 10px 24px;
		font-weight: normal;
		margin-left: 20px;
	}

	.course-btn-right:hover {
		border: 1px solid #fff;
		color: #fff;
		
	}

	.rating-plan{
		background-color: #fff;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		margin-top: -25px;
		margin-bottom: 30px;
		padding: 30px 18px 30px 18px;
		border-radius: 20px 20px 20px 20px;
		display: flex;
		align-items: center;
		justify-content: space-evenly;
	}

	.rating-wrap {
		display: flex;
		align-items: center;
		gap: 15px;
	}

	.rating-wrap .rating_icon {
		height: 55px;
		width: 55px;
		line-height: 46px;
		background: #5035F2;
		border: 3px solid #D0DBE9;
		text-align: center;
		border-radius: 50%;
	}

	.rating-body {
		flex: 1;
	}

	.rating-body h3{
		font-size: 18px;
		font-weight: 500;
		color: #5a5a5a;
	}

	.rating-body h4{
		font-size: 18px;
		font-weight: 600;
		color: #000;
		padding: 5px 0px;
	}

	.rating-body p{
		font-size: 14px;
		font-weight: 500;
	}

	.rating_icon h4 {
		text-align: center;
		color: #fff;
		line-height: 50px;
		font-size: 20px;
		font-weight: 400;
	}

	#scrollMenu{
		background-color: #f4f4f4;
		
	}

	.scroll-menu-list{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.scroll-nav ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: flex;
	}

	.scroll-nav ul li{
		padding: 25px 15px;
	}

	.scroll-nav ul li:first-child{
		padding-left: 0px;
	}

	.scroll-nav ul li a{
		font-size: 15px;
		font-weight: 500;
		color: #000;
	}

	.enquire-btn{
		background-color: #f8bc24;
		padding: 10px 30px;
		border-radius: 4px;
		font-size: 15px;
		font-weight: 500;
		color: #000;
	}

	.enquire-btn:hover{
		background-color: #5035f2;
		color: #fff;
	}

	.scroll-nav li.active{
		color: #f8bc24;
	}

	#overview{
		padding: 60px 0px;
	}

	.pmp-certificate h3{
		font-size: 26px;
		font-weight: 600;
		color: #272c37;
		padding-bottom: 15px;
	}
	
	.pmp-certificate p {
		font-size: 14px;
		font-weight: 400;
		color: #51565e;
		line-height: 24px;
		padding-bottom: 15px;
	}

	.key-feature{
		display: flex;
		align-items: center;
		padding: 30px 0px;
	}

	.key-feature-tittle h3{
		font-size: 24px;
		font-weight: 500;
		color: #272c37;
	}

	.key-feature-present {
		padding: 5px 20px;
		border: 1px solid #5136f2;
		border-radius: 30px;
		margin-left: 30px;
	}

	.key-feature-present p{
		font-size: 14px;
		font-weight: 400;
		color: #5136f2;
	}

	.key-list{
		display: flex;
	}

	.key-list-left{
		margin-right: 10px;
	}

	.key-list-left ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.key-list-left ul li{
		font-size: 14px;
		font-weight: 400;
		color: #272c37;
		line-height: 24px;
		padding-bottom: 20px;
		display: flex;
	}

	.key-list-left ul li i {
		margin: 4px 8px 0px 0px;
		color: #5136f2;
		font-size: 16px;
	}

	.key-list-right{
		margin-left: 10px;
	}

	.key-list-right ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.key-list-right ul li{
		font-size: 14px;
		font-weight: 400;
		color: #272c37;
		line-height: 24px;
		padding-bottom: 20px;
		display: flex;
	}

	.key-list-right ul li i {
		margin: 4px 8px 0px 0px;
		color: #5136f2;
		font-size: 16px;
	}

	/* Tuition Fee and Training Options */

	#trainingOptions{
		padding: 60px 0px;
		background-color: #f4f4f4;
	}

	.mode-of-train{
		background-color: #fff;
		padding: 25px 15px;
		border-radius: 6px;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		position: relative;
		min-height: 530px;
	  }
	  
	  .mode-tittle h3{
		font-size: 26px;
		font-weight: 600;
		color: #000;
		padding-bottom: 15px;
	  }
	  
	  .mode-price{
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #afafaf;
		padding-bottom: 20px; 
	  }

	  .mode-price-left h6 {
		font-size: 16px;
		font-weight: 400;
	}
	  
	  .mode-price-left h4{
		font-size: 28px;
		font-weight: 600;
		color: #000;
		padding: 10px 0px;
	  }
	  
	  .mode-price-left h4 span {
		font-size: 14px;
		font-weight: 500;
		color: #5035f2;
	}
	  
	  .mode-price-left h5{ 
		font-size: 15px;
		font-weight: 500;
		color: #464646;
	  }
	  
	  .mode-price-right a{
		font-size: 15px;
		color: #e86613;
	  }
	  
	  .mode-list{
		padding: 30px 0px 20px 0px;
	  }
	  
	  .mode-list ul li {
		display: flex;
		line-height: 22px;
		padding-bottom: 15px;
		color: #404040;
		font-size: 15px;
		font-weight: 400;
	  }
	  
	  .mode-list ul li i{
		margin: 4px 10px 0px 0px;
	  }
	  
	  .btn-grid p{
		text-align: center;
		font-size: 15px;
		font-weight: 500;
		color: #e86613;
	  }
	  
	  .show-all-btn {
		background-color: #fff;
		padding: 10px 0px;
		border: 1px solid #f8bc24;
		font-size: 16px;
		font-weight: 500;
	}
	  
	  .show-all-btn:hover{
		background-color: #5035f2;
		color: #fff;
	  }
	  
	  .enroll-now-btn{
		background-color: #f8bc24;
		padding: 10px 0px;
		font-size: 16px;
		font-weight: 500;
		color: #000;
	  }
	  
	  .enroll-now-btn:hover{
		background-color: #5035f2;
		color: #fff;
	  }
	  
	  .mode-btn-postion {
		position: absolute;
		bottom: 5%;
		left: 5%;
		right: 5%;
	  }

	  .training-tittle{
		padding-bottom: 30px;
	  }
	  .training-tittle h3{
		font-size: 26px;
		font-weight: 600;
		color: #272c37;
	  }

	  /* Tuition Fee and Training Options */

	  /* PMP Certification Course Curriculum */

	  #courseCurriculum{
		padding: 60px 0px;
	  }

	  .eligibility h4{
		font-size: 18px;
		font-weight: 500;
		color: #272c37;
		padding-bottom: 15px;
	  }

	  .eligibility p{
		font-size: 14px;
		font-weight: 400;
		color: #444;
		padding-bottom: 15px;
		line-height: 24px;
	  }

	  .pre-requisites h4{
		font-size: 18px;
		font-weight: 500;
		color: #272c37;
		padding-bottom: 15px;
	  }

	  .pre-requisites p{
		font-size: 14px;
		font-weight: 400;
		color: #444;
		padding-bottom: 15px;
		line-height: 24px;
	  }

	  .pre-requisites a{
		font-size: 15px;
		font-weight: 500;
		color: #5035F2;
	  }

	  .course-content h4{
		font-size: 18px;
		font-weight: 500;
		color: #272c37;
		padding-bottom: 15px;
	  }

	  button.accordion-button.collapsed {
		background-color: #f4f4f4;
	}

	.course-details h4{
		font-size: 18px;
		font-weight: 500;
		color: #272c37;
		padding: 15px 0px;
	}

	.course-details p{
		font-size: 14px;
		font-weight: 400;
		color: #262626;
		padding-bottom: 15px;
		line-height: 26px;
	  }

	  /* PMP Certification Course Curriculum */


	/*Course Detaill End */

	.toll-mail{
		margin-top: 40px;
	}

	.toll-free{
		display: flex;
		align-items: center;
		background-color: #241442;
		border-radius: 6px;
		margin: 20px 0px;
		padding: 15px;
	}

	.toll-left img{
		margin-right: 20px;
	}

	.toll-right p{
		font-size: 15px;
		font-weight: 500;
		color: #dfd2f7;
	}

	.toll-right h4{
		font-size: 18px;
		font-weight: 600;
		color: #fff;
	}

	.toll-free-one{
		display: flex;
		align-items: center;
		background-color: #f8bc24;
		border-radius: 6px;
		margin: 20px 0px;
		padding: 15px;
	}

	.toll-left-one img{
		margin-right: 20px;
	}

	.toll-right-one p{
		font-size: 15px;
		font-weight: 500;
		color: #07060b;
	}

	.toll-right-one h4{
		font-size: 18px;
		font-weight: 600;
		color: #000;
	}

/* Request form css Start */

	.request-form{
		background-color: #fff;
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
		border-radius: 10px 10px 0px 0px;
	}

	.request-title{
		background-color: #543ee8;
		border-radius: 10px 10px 0px 0px;
		padding: 22px;
	}

	.request-title h3{
		text-align: center;
		font-size: 20px;
		font-weight: 500;
		color: #fff;
	}

	.request-info{
		padding: 22px;
	}

	.inquire-for{
		display: flex;
		align-items: center;
	}

	.inquire-left p{
		margin-right: 10px;
		font-size: 15px;
		font-weight: 400;
		color: #000;
	}

	.inquire-right {
		padding-top: 5px;
	}

	#requestForm .submit-btn-frm{
		background-color: #5035f2;
		border-radius: 4px;
		padding: 10px;
		color: #fff;
	}

	#requestForm .submit-btn-frm:hover{
		background-color: #f8bc24;
		color: #000;
	}

	#requestForm .form-control{
		box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
	}
	.me-top{
		margin-top: 5px;
	}

/* Request form css End */



/* Recent Work css Start */

#recent-work{
	padding: 50px 0px;
}

.btm-style{
	background: #e86613;
	width: 50px;
	height: 7px;
	margin: auto;
	position: relative;
}

.btm-style::after{
	position: absolute;
	background: #000;
	content: "";
	left: -20px;
	right: -20px;
	height: 1px;
	top: 3px;
	z-index: -1;
}

.recent-list{
	margin: 20px 0px;
}

.recent-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: ruby;
	justify-content: center;
}

.recent-list ul li{
	font-size: 15px;
	font-weight: 300;
	padding: 0px 10px;
	color: #151313;
	cursor: pointer;
	position: relative;
}

.recent-list ul li.mixitup-control-active{
	color: #e86613;
}

.recent-list ul li::after{
	position: absolute;
	content: "";
	background: #151313;
	width: 1px;
	height: 12px;
	left: 0;
	top: 5px;
}

.recent-list ul li:first-child::after{
	background: none;
}

.work-item img{
	max-width: 100%;
	width: 100%;
}

.work-item {
	position: relative;
}

.work-hover{
	position: absolute;
	content: "";
	top: 16px;
	left: 0;
	right: 0;
	transform: scale(0);
	transition: 0.5s;
}

.work-hover span{
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	background-color: #000;
	padding: 15px;
}

.work-item:hover .work-hover{
	transform: scale(1);
}

.d-none{
	display: none;
}

.pad{
	padding: 8px;
}

.work-item-btm{
	padding: 15px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.work-item-btm h4{
	font-size: 20px;
	font-weight: 600;
	color: #000;
}

.work-item-btm p{
	font-size: 14px;
	font-weight: 400;
	color: #474646;
	line-height: 24px;
	padding: 10px 0px;
}

a.btn-gallery{
	font-size: 16px;
	font-weight: 500;
	color: #e86613;
}

/* Recent Work css Start */

/* Case Study Detail Start */

#caseStudies{
	padding: 60px 0px;
}

.case-study-tittle h2{
	font-size: 36px;
	font-weight: 600;
	color: #000;
	padding-bottom: 20px;
}



.case-study-page h4{
	font-size: 16px;
	font-weight: 400;
	color: #272c37;
}

.case-study-page h3{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	border-bottom: 2px solid #000;
	padding: 20px 0px 10px 0px;
}

.case-study-page p{
	font-size: 15px;
	font-weight: 400;
	color: #272c37;
	padding: 20px 0px;
	line-height: 26px;
}

/* Case Study Detail end */

/* Course Advisor css start */

#courseAdvisor{
	background-color: #f4f4f4;
	padding: 60px 0px;
}

.courses-main-adv{
	display: flex;
	align-items: center;
}

.our-instractor {
    margin-bottom: 20px;
}

.our-instractor h5{
	font-size: 14px;
	font-weight: 500;
	color: #5035f2;
}

.our-instractor h5 i{
	margin-right: 8px;
}

.our-instractor h3{
	font-size: 26px;
	font-weight: 500;
	color: #07060b;
	padding: 10px 0px;
	position: relative;
}

.our-instractor h3::after{
	position: absolute;
	content: "";
	background-color: #5035f2;
	width: 50px;
	height: 2px;
	bottom: 6px;
	left: 0;
}

.advisor-info{
	background-color: #fff;
	padding: 15px;
}

.advisor-info h4{
	font-size: 22px;
	font-weight: 500;
	color: #07060b;
}

.advisor-info h6{
	padding: 10px 0px;
	font-size: 16px;
	font-weight: 500;
	color: #272c37;
}

.advisor-info p{
	font-size: 14px;
	font-weight: 400;
	color: #262626;
	line-height: 24px;
	padding-bottom: 10px;
}

.team-mem img {
    border: 6px solid #fff;
    border-radius: 10px;
}

.team-mem{
	position: relative;
	text-align: center;
	color: #fff;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.team-hover{
	position: absolute;
	content: "";
	background: rgba(0,0,0,0.8);
	top: 100%;
	left: 0;
	bottom: 0;
	right: 0;
	transition: 0.5s;
	border: 6px solid #fff;
}

.team-mem:hover .team-hover{
	top: 0;
}

.team-text{
	position: absolute;
	top: 50%;
	margin: 0 10px;
}

.team-hover:hover .team-text{
	transform: translateY(-50%);
}

.team-text h4{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.team-text h5{
	font-size: 13px;
	font-weight: 500;
	color: #3da541;
	margin: 5px 0px
}

.team-social{
	position: absolute;
	bottom: -62px;
	width: 100%;
	background: #3da541;
	transition: 0.5s;
}

.team-social ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}

.team-social ul li a{
	font-size: 14px;
	font-weight: 600;
	padding: 10px 7px;
	display: block;
	color: #fff;
}

.team-mem:hover .team-social{
	bottom: 0;
}

.course-Agenda{
	background-color: #241442;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 20px 0px;
	justify-content: space-between;
}

.course-Agenda-right h4{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.course-Agenda-right p{
	font-size: 13px;
	font-weight: 400;
	color: #cdcdcd;
	padding: 10px 0px;
}

.down-btn{
	background-color: #e84739;
	color: #fff;
  	padding: 10px 40px;
  	border-radius: 30px;
  	font-size: 14px;
  	font-weight: 500;
}

.down-btn:hover{
	background-color: #5035f2;
	color: #fff;
}

.course-Agenda-one{
	background-color: #5035f2;
	padding: 15px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	margin: 20px 0px;
	justify-content: space-between;
}

.course-Agenda-right-one h4{
	font-size: 18px;
	font-weight: 500;
	color: #fff;
}

.course-Agenda-right-one p{
	font-size: 13px;
	font-weight: 400;
	color: #cdcdcd;
	padding: 10px 0px;
}

.down-btn-one{
	background-color: #f8bc24;
	color: #000;
  	padding: 10px 40px;
  	border-radius: 30px;
  	font-size: 14px;
  	font-weight: 500;
}

.down-btn-one:hover{
	background-color: #241442;
	color: #fff;
}



/* Course Advisor css end */

/* Customer Reviews css start */

#reviews{
	padding: 60px 0px;
	background-color: #fff;
}

.rewvie-title h5{
	font-size: 14px;
	font-weight: 500;
	color: #5035f2;
}

.rewvie-title h5 i{
	margin-right: 8px;
}

.rewvie-title h3{
	font-size: 26px;
	font-weight: 500;
	color: #07060b;
	padding: 10px 0px;
	position: relative;
}

.our-instractor h3::after{
	position: absolute;
	content: "";
	background-color: #5035f2;
	width: 50px;
	height: 2px;
	bottom: 6px;
	left: 0;
}

.custom-review{
	background-color: #fff;
	padding: 15px;
	border-radius: 10px;
	border: 2px solid #e9e9e9;
	position: relative;
	margin-top: 20px;
}

.custom-review:hover{
	border: 2px solid #5035f2;
}

.custom-review span i{
	position: absolute;
	top: -20px;
	font-size: 30px;
	color: #5136f2;
	background-color: #fff;
	padding: 5px;
	border-radius: 50%;
}

.coursr-tetail{
	padding: 10px 0px 20px 0px;
	border-bottom: 1px dotted #404040;
}

.coursr-tetail h5{
	font-size: 15px;
	font-weight: 500;
	color: #262626;
}

.coursr-tetail ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
}

.coursr-tetail ul li{
	font-size: 16px;
	font-weight: 500;
	color: #f8bc24;
	padding: 10px 0px;
}

.coursr-tetail p{
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	color: #262626;
}

.coure-revier{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 10px;
}

.coure-revier-left{
	display: flex;
	align-items: center;
}

.coure-revier-left-human img{
	margin-right: 10px;
}

.coure-revier-left-text h6{
	font-size: 13px;
	font-weight: 500;
	color: #0F121F;
}

.coure-revier-left-text p{
	font-size: 13px;
	font-weight: 400;
	color: #3f3f3f;
}

/* owlCarousel dots & arrow customize css start */

.testimonial-theme .owl-dot span{
	background-color: #5035f2 !important;
}

.testimonial-theme .owl-dot.active span{
	background-color: #f8bc24 !important;
}

.testimonial-theme .owl-nav {
    position: absolute !important;
    top: -40px !important;
    right: 0 !important;
}

.testimonial-theme .owl-next,
.testimonial-theme .owl-prev{
	background-color: #fff !important;
	color: #000 !important;
	font-size: 26px !important;
}

/* owlCarousel dots and arrow customize css end */


/* Customer Reviews css end */

#examCertification{
	padding: 60px 0px;
	background-color: #f4f4f4;
}

.sample-certificate {
    background-color: #fff;
    padding: 10px;
}

.certify-list{
	padding: 0px 0px 10px 0px;
}

.certify-list ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.certify-list ul li{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
}

.certify-list ul li i{
	color: #5035f2;
	margin-right: 5px;
}

.certify-section p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	padding-bottom: 15px;
}

.course-certificates{
	background-color: #5035f2;
}

.course-certificates img {
    position: relative;
    bottom: 26px;
    left: 26px;
}

/* Customer Reviews css end */

/* Company Logo css start */

#superCharge{
	background-color: #fff;
	padding: 60px 0px;
}

.skilled-teams h5 {
    font-size: 14px;
    font-weight: 500;
    color: #5035f2;
}

.skilled-teams h3 {
    font-size: 26px;
    font-weight: 500;
    color: #07060b;
    padding: 10px 0px;
    position: relative;
}

.skilled-teams p {
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 24px;
    padding-bottom: 10px;
}

.skill-btn{
	background-color: #f8bc24;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
	margin-top: 10px;
}

.skill-btn:hover{
	background-color: #5035f2;
    color: #fff;
}

/* Company Logo css end */

/* Faqs css start */

#faqs{
	background-color: #fff;
	padding: 60px 0px;
}

.faqs-body p{
	font-size: 14px;
    font-weight: 400;
    color: #262626;
    line-height: 24px;
    padding-bottom: 10px;
}

.transforming-workforce{
	background-color: #f4f4f4;
	padding: 30px 20px;
	border-radius: 10px;
}

.transforming-workforce h4{
	font-size: 16px;
	font-weight: 500;
	color: #0F121F;
	text-align: center;
	line-height: 26px;
	padding-bottom: 15px;
}

.transforming-workforce ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.transforming-workforce ul li{
	display: flex;
	font-size: 14px;
	font-weight: 400;
	color: #07060b;
	padding-bottom: 15px;
}

.transforming-workforce ul li i{
	color: #5035f2;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	margin-right: 10px;
}

.maximize-yours{
	padding: 20px;
	background-color: #5136f2;
	margin-top: 20px;
	text-align: center;
}

.maximize-btn {
    background-color: #f8bc24;
    color: #000;
    padding: 10px 40px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
}

.maximize-btn:hover {
    background-color: #241442;
    color: #fff;
}

.maximize-yours h4{
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	line-height: 26px;
	padding-bottom: 15px;
}

/* Faqs css end */

/* Trending Courses start */

#trendingCourses{
	background-color: #f4f4f4;
	padding: 60px 0px;
}

.trending-courses h3{
	font-size: 26px;
    font-weight: 500;
    color: #07060b;
    padding: 10px 0px;
}

.trending-courses ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.trending-courses ul li{
	font-size: 13px;
	font-weight: 400;
	color: #262626;
	background-color: #fff;
	margin: 5px 0px;
}

/* Trending Courses end */

/* Recomended Courses start */

#recommendCourse{
	padding: 60px 0px;
}

.recommend-course{
	background-color: #fff;
	border: 2px solid #e9e9e9;
	padding: 10px;
	border-radius: 10px;
}

.recommend-course-top h4{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding-top: 15px;
}

.recommend-course-top h5{
	font-size: 12px;
	font-weight: lighter;
	color: #6c60b3;
	background-color: #e7e3ff;
	padding: 5px;
	margin: 10px 0px;
}

.recommend-course-top p {
    font-size: 13px;
    font-weight: 400;
    color: #0F121F;
    padding-bottom: 10px;
}

.recommend-course-btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px;
}

.recommend-course-btm-left p{
	font-size: 16px;
	font-weight: 500;
	color: #5035f2;
}

.recommend-course-btm-left p del{
	font-size: 13px;
	font-weight: 400;
	color: #0F121F;
}

.recommend-course-btm-right p{
	font-size: 14px;
	font-weight: 400;
	color: #0F121F;
}

.recommend-course-btm-right p i{
	color: #5035f2;
	margin-right: 5px;
}

.recommend-theme .owl-nav {
    position: absolute !important;
    top: -50px !important;
    right: 0 !important;
}

.recommend-theme .owl-next,
.recommend-theme .owl-prev{
	background-color: #fff !important;
	color: #000 !important;
	font-size: 26px !important;
}

/* Recomended Courses start */


#empoweringStudy{
	background-color: #fff9f7;
	padding: 60px 0px;
}

#empoweringStudy .breadcrumb li.breadcrumb-item a {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: normal;
}

#empoweringStudy .breadcrumb li.breadcrumb-item {
    font-size: 15px;
    color: #5c5c5c;
    font-weight: normal;
}

.case-study-main h1{
	font-size: 42px;
	font-weight: 700;
	color: #000;
	padding: 10px 0px;
}

.case-study-main p {
    font-size: 15px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
}

.case-study-box{
	background-color: #ffeae2;
	padding: 20px;
	border-radius: 6px;
	margin: 20px 0px;
}

.case-study-box ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.case-study-box ul li{
	font-size: 14px;
	font-weight: 400;
	color: #000;
	padding-bottom: 10px;
}

.case-study-box ul li span{
	font-weight: 500;
}

.case-study-box ul li i{
	color: #e76716;
	margin-right: 5px;
}

.award-winner h4{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	padding-bottom: 10px;
}

.award-winner ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

.award-winner ul li{
	margin-right: 30px;
}

.case-study-main-right{
	position: relative;
	z-index: 999;
}

.animate-img {
    position: absolute;
    top: -68px;
    right: -68px;
    z-index: -1;
}

.animate-top {
    position: absolute;
    bottom: 30px;
    left: -200px;
    z-index: -1;
}

#hippoHelped{
	padding: 60px 0px 30px 0px;
	background-color: #fff;
}

.call-hippo h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 20px;
}

.call-hippo p {
    font-size: 15px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
	padding-bottom: 10px;
}

.challenges{
	background-color: #FFF3E6;
	padding: 20px;
	border-radius: 6px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#challengesSolution{
	padding-bottom: 60px;
}

.challenges-top h3 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.challenges-top p {
    font-size: 15px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
	padding-bottom: 10px;
}

.challenges-btm{
	background-color: #fff;
	padding: 15px;
}

.challenges-btm h5 {
    font-size: 15px;
    font-weight: 500;
    color: #000;
	line-height: 26px;
	font-style: italic;
}

#resultFound{
	padding: 60px 0px;
	background-color: #fff9f7;
}

.result-left{
	text-align: center;
}


.result-left h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 10px;
}

.result-left p {
    font-size: 15px;
    font-weight: 400;
    color: #343434;
    line-height: 26px;
	padding-bottom: 20px;
}

.start-free{
	background-color: #e86613;
	padding: 10px 30px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.start-free:hover{
	background-color: #000;
	color: #e86613;
}

.it-category-item {
    border-radius: 10px;
    padding: 30px 20px;
    background-color: #fff0ea;
    transition: .5s;
	min-height: 388px;
}

.it-category-item:hover {
    background-color: #e86613;
}

.it-category-item:hover .it-category-icon span {
    background-color: #ffffff;
    color: #e86613;
}

.it-category-icon span {
    display: inline-block;
    height: 87px;
    width: 87px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #e86613;
    color: #ffffff;
    position: relative;
    margin-bottom: 35px;
    transition: .3s;
    font-size: 45px;
}

.it-category-icon span::after {
    content: "";
    top: 50%;
    left: 50%;
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 50%;
    transition: .5s;
    transform: translate(-50%, -50%) scale(1.2);
    border: 1px dashed #e86613;
}

.it-category-item:hover .it-category-icon span::after {
    border-color: #ffffff;
}

.it-category-item:hover .it-category-title {
    color: #fff;
}

.it-category-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: .5s;
	color: #000;
}

.it-category-item:hover .it-category-text p {
    color: #fff;
}

.it-category-text p {
    color: #4d5756;
    font-size: 15px;
    font-weight: 400;
    transition: .5s;
	line-height: 26px;
}

/* Owl Carousal */

#carOwlslide{
	padding: 60px 0px;
}

.parti-review-tittle h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    padding-bottom: 40px;
}

.slider-area{
	background-color: #fff;
	padding: 30px 20px;
	border-radius: 30px;
	border: 2px solid #f1f1f1;
	box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
	transition: .5s;
	position: relative;
}

.slide-testimonial{
	position: relative;
}

.slide-testimonial i{
	position: absolute;
	font-size: 30px;
	top: -15px;
	z-index: 9999;
}

.slider-area:hover{
	border: 2px solid #e76716;
}

.slide-area-cnt h4{
	font-size: 15px;
	font-weight: 500;
	color: #000;
}

.slide-area-cnt ul{
	list-style: none;
	margin: 0;
	display: flex;
	padding: 5px 0px;
}

.slide-area-cnt ul li{
	font-size: 14px;
	color: #FFA41F;
} 

.slide-area-cnt p{
	font-size: 13px;
	font-weight: 400;
	color: #444;
	padding-bottom: 10px;
}

.slide-area-btm-right{
	width: 32px;
}

.slide-area-btm{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	border-top: 1px dashed #a9a9a9;
	margin-top: 10px;
}

.slide-area-btm-left{
	display: flex;
	align-items: center;
}

.slide-area-btm-left-user{
	width: 42px;
}

.slide-area-btm-left-cnt{
	margin-left: 10px;
}

.slide-area-btm-left-cnt h5 {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.slide-area-btm-left-cnt p {
    font-size: 13px;
    font-weight: 400;
    color: #444;
}

.slide-area-cnt a{
	color: #e76716;
	
}

#slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 22px;
}

#slider button.owl-prev {
    font-size: 30px !important;
    background: transparent !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #e76716 !important;
	margin-right: 2px;
	border: 1px dashed #e76716;
}

#slider button.owl-next {
    font-size: 30px !important;
    background: transparent !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #e76716 !important;
	margin-left: 2px;
	border: 1px dashed #e76716;
}

button.btn-closing {
    border: none !important;
    position: absolute;
    right: -6px;
    background: transparent;
    font-size: 30px;
    z-index: 9999;
    top: -4px;
}

#testimonialmodel .owl-theme .owl-dots {
    display: none;
}

#testslider button.owl-prev {
    font-size: 30px !important;
    background: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #000 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	left: -20px;
	border: 1px solid #f4f6f8;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

#testslider button.owl-next {
    font-size: 30px !important;
    background: #fff !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #000 !important;
	position: absolute;
	top: 50%;
	transform: translateY(-100%);
	right: -20px;
	border: 1px solid #f4f6f8;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}

.testslider-area{
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
}

.testslider-area{
	display: flex;
}

.testslider-area-lrft-img{
	width: 84px;
	margin: 0 auto;
}

.linkedin-profile-one {
    width: 14px;
}

.testslider-area-lrft {
    width: 22%;
    text-align: center;
    margin-right: 50px;
}

.testslider-area-lrft h4{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	padding: 10px 0px;
}

.testslider-area-lrft p{
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.linkedin-profile{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #f4f6f8;
	border-radius: 30px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px !important;
	padding: 3px 0px !important;
	margin-top: 20px !important;
}

.linkedin-profile-two p{
	margin: 0px 5px;
}

.testslider-area-right{
	background-color: #f4f6f8;
	padding: 20px;
	border-radius: 20px;
	width: 70%;
}

.testslider-area-right h3{
	font-size: 18px;
	font-weight: 600;
	color: #3c3c3c;
}

.testslider-area-right ul{
	display: flex;
	align-items: center;
	list-style: none;
	margin: 10px 0px;
	justify-content: center;
}

.testslider-area-right ul li i{
	color: #f8bc24;
	padding: 0px 2px;
}

.testslider-area-right ul li span{
	margin-left: 3px;
	font-weight: 500;
}

.testlist-star{
	background-color: #fff;
	width: 150px;
	padding: 2px;
	border: 1px solid #f4f6f8;
	border-radius: 30px;
	box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px !important;
}

.testslider-area-right p{
	font-size: 13px;
	font-weight: 400;
	color: #6e6e6e;
}


#testimonialmodel .modal-body{
	background-color: transparent !important;
	padding: 0px !important;
}

.modal-content {
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0px !important;
}

.question-demo{
	background-color: #fff;
	box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
	padding: 20px;
	text-align: center;
}

.question-demo h3{
	font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
}

.question-demo p{
	padding-bottom: 20px;
}

.max-box-one{
	min-height: auto;
}

.apply-now, .orange-btn {
    padding: 12px 20px;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    color: #fff;
}

.apply-now, .orange-btn:hover {
    background-color: #fff;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
    color: #c44a00;
}

.apply-now, .orange-btn, .orange-btn-city {
    border-radius: 4px;
    text-align: center;
    background-color: #c44a00;
}

.btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle, .tab-btn-one .btn-check:active + .btn-secondary {
    color: #fff;
    background-color: #e86515;
    border-color: #51585e;
}

.orange-btn-marketing, .tab-btn-one .btn-check:checked + .btn-secondary, .tab-btn-one .btn-check:checked + .btn-secondary:hover, input[type="radio"]:checked + label {
    background-color: #e86515;
}

input[type="radio"] + label {
    z-index: 12;
    background-color: #6c757d;
    border-color: #6c757d;
    cursor: pointer;
    color: #fff;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}


@media (min-width: 768px) and (max-width: 1024px) {}

@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
	.recent-list ul {
		display: block;
	}

	.case-study-main h2 {
		font-size: 24px;
		font-weight: 600;
	}

	.animate-img {
		top: -30px;
	}

	.call-hippo h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
	}

	.challenges {
		margin-top: 20px;
	}

	#resultFound {
		margin-top: 40px;
	}

	#resultFound {
		padding: 60px 0px;
		background-color: #fff9f7;
		margin-top: 40px;
	}

	#resultFound {
		padding: 60px 0px;
		background-color: #fff9f7;
		margin-top: 40px;
	}

	.testslider-area-lrft {
		width: 100%;
		text-align: center;
		margin-right: 50px;
	}

	.testslider-area-right {
		background-color: #f4f6f8;
		padding: 10px;
		border-radius: 10px;
		width: 100%;
		margin-top: 20px;
	}

	.testslider-area {
		background-color: #fff;
		padding: 15px;
		border-radius: 20px;
	}

	.testslider-area {
		display: block;
	}

	.result-left h3 {
		font-size: 20px;
		font-weight: 600;
	}

	#slider .owl-nav {
		top: -35px;
	}

	.it-category-title {
		font-size: 16px;
		font-weight: 600;
	}

	.it-category-item {
		min-height: auto;
		margin-bottom: 20px;
	}

	.parti-review-tittle h3 {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 40px;
	}
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	.recent-list ul {
		display: block;
	}

	.case-study-main h2 {
		font-size: 24px;
		font-weight: 600;
	}

	.animate-img {
		top: -30px;
	}

	.call-hippo h3 {
		font-size: 20px;
		font-weight: 600;
		line-height: 32px;
	}

	.challenges {
		margin-top: 20px;
	}

	#resultFound {
		margin-top: 40px;
	}

	#resultFound {
		padding: 60px 0px;
		background-color: #fff9f7;
		margin-top: 40px;
	}

	#resultFound {
		padding: 60px 0px;
		background-color: #fff9f7;
		margin-top: 40px;
	}

	.testslider-area-lrft {
		width: 100%;
		text-align: center;
		margin-right: 50px;
	}

	.testslider-area-right {
		background-color: #f4f6f8;
		padding: 10px;
		border-radius: 10px;
		width: 100%;
		margin-top: 20px;
	}

	.testslider-area {
		background-color: #fff;
		padding: 15px;
		border-radius: 20px;
	}

	.testslider-area {
		display: block;
	}

	.result-left h3 {
		font-size: 20px;
		font-weight: 600;
	}

	#slider .owl-nav {
		top: -35px;
	}

	.it-category-title {
		font-size: 16px;
		font-weight: 600;
	}

	.it-category-item {
		min-height: auto;
		margin-bottom: 20px;
	}

	.parti-review-tittle h3 {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 40px;
	}
}