/* Recent Work css Start */

#recent-work{
	padding: 60px 0px;
}

.btm-style{
	background: #c44a00;
	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: flex;
	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: #c44a00;
}

.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 h3{
	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: #c44a00;
}

/* 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: #c44a00;
	margin: 5px 0px
}

.team-social{
	position: absolute;
	bottom: -62px;
	width: 100%;
	background: #c44a00;
	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 */

.btm-style {
    background: #c44a00;
    width: 50px;
    height: 7px;
    margin: auto;
    position: relative;
}




#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-main p a{
    color: #c44a00;
}

.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: #c44a00;
	margin-right: 5px;
}

.award-winner h4{
	font-size: 18px;
	font-weight: 500;
	color: #000;
	padding-bottom: 10px;
}

.award-winner h2{
	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: #c44a00;
	padding: 10px 30px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

.start-free:hover{
	background-color: #000;
	color: #c44a00;
}

.it-category-item {
    border-radius: 10px;
    padding: 30px 20px;
    background-color: #fff0ea;
    transition: .5s;
	min-height: 388px;
}

.it-category-item:hover {
    background-color: #c44a00;
}

.it-category-item:hover .it-category-icon span {
    background-color: #ffffff;
    color: #c44a00;
}

.it-category-icon span {
    display: inline-block;
    height: 87px;
    width: 87px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    background-color: #c44a00;
    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 #c44a00;
}

.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 #c44a00;
	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 #c44a00;
}

.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: #c44a00;
	
}

#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: #c44a00 !important;
	margin-right: 2px;
}

#slider button.owl-next {
    font-size: 30px !important;
    background: transparent !important;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #c44a00 !important;
	margin-left: 2px;
}

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;
}

.talk-to-our-expert{
	background-color: #c44a00;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
}


@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;
	}
}