
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.header_view,
.navbar {
    background-color: #fff;
    width: 100%;
}


a {
    text-decoration: none;
}
body {
   font-family: "Poppins", sans-serif;
     font-weight: 400;
  font-style: normal;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}
.header_top_view {
    position: relative;
    padding-top: 200px;
    padding-bottom: 150px;
}
.header_content_banner{
	padding: 25px 100px 0 0px;
	flex: 1;
}
.header_view {
    position: relative;
    height: 100%;
    overflow-x: clip;
}
.navbar {
    padding: 15px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.nav_bar_view {
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: 150px;
    height: 50px;
}
.foot_img img,
.header_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.apply_btn, .form_btn_view button {
    background-color: #f72585;
    border: 3px solid #f72585;
   	font-weight: 600;
    font-size: 15px;
    padding: 10px 25px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
    text-align: center;
    display: inline-block;
}
.apply_btn:before, .form_btn_view button:before{
    content: "";
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: 0.5s;
    content: "";
    position: absolute;
    color: #f72585;
    z-index: -1;
}
.apply_btn:hover:before, .form_btn_view button:hover:before {
    top: 0;
}


.apply_btn:focus,
.apply_btn:hover, .form_btn_view button:focus, .form_btn_view button:hover {
    color: #f72585;
}
.form_btn_view{
	text-align: center;
}
.form_btn_view button{
	width: 100%;
}
.why_fateh_sect .apply_btn{
	background-color: #ffd539f2;
	border: 3px solid #ffd539f2;
	color: #000;
}
.why_fateh_sect .apply_btn:before {
	background-color: #ffd539f2;
}
.why_fateh_sect .apply_btn:focus,
.why_fateh_sect .apply_btn:hover {
    color: #000;
}


.copy_right a,
.copy_right p,
.foot_img span {
    font-size: 12px;
}

input:focus-visible {
    outline: 0;
}
.header_content_banner > span{
	padding: 4px 20px;
	color: #f72585;
	font-size: 12px;
	font-weight: 600;
	background-color: #f725851a;
	border-radius: 50px;
	text-transform: uppercase;
	display: inline-flex;
	border: 1px solid #f7258533;
    gap: 0.5rem;
}

h1{
	font-size: 60px;
	font-weight: 600;
	position: relative;
	color: #006fb8;
	margin-bottom: 75px;
	margin-top: 25px;
}
h1 pre{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
	overflow: unset;	
	color: #262626;	
}
h1 span{
	position: relative;
	display: inline-block;
}

h1 span:after{
	content: '';
	background-image: url(https://www.fateheducation.com/landingpages/newpages/cross_selling/images/line.webp);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: -25px;
	left: 0;
}
.header_content_banner p{
	font-size: 20px;
	font-weight: 400;
	color: #52525b;
	margin-bottom: 50px;
}
.header_content_banner p i{
	font-weight: 500;
}
.header_content_banner a .fa{
	padding-left: 10px;
}
.banner_img{
	width: 450px;	
	position: relative;
}
.banner_slide1{
	top: 35px;
	left: -100px;
}
.banner_slide1, .banner_slide2, .banner_slide3{
	position: absolute;
}
.banner_slide2{
	top: -100px;
	right: -50px;
}
.banner_slide3{
	bottom: -150px;
	left: 75px;
}
.banner_slide{
	width: calc(100% / 2 - 25px);
	transition: all 1s ease-in-out;
}
.banner_slide:nth-child(2n){
	margin-top: -50px;
}
.banner_slide:nth-child(3n){
	margin-right: 50px;
	margin-top: -50px;
}


.banner_img img{
	width: 250px;
	height: auto;
	object-fit: contain;
}
.form_view {
    width: 400px;
    position: relative;
    z-index: 1;
    margin-left: auto;
}
.form_view form {
    padding: 40px;
    background: #fffffff2;
    border-radius: 15px;
    z-index: 9;
    border: 1px solid #8282823b;
    box-shadow: 0 0 3px #ccc;
}
.content_txt select,
.form_view button{
    z-index: 1;
    position: relative;
}
.form_display {
    width: 100%;
}
.form_heading {
    display: block;
    margin-bottom: 30px;
}
.form_heading h3 {
    font-weight: 600;
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
    color: #006fb8;
}
.content_txt input,
.content_txt select {
    font-size: 14px;
    padding: 15px 10px;
    width: 100%;
    font-weight: 400;
}
.content_txt input::placeholder {
    color: #647384;
    font-weight: 400;
}
.content_txt input:-ms-input-placeholder {
    color: #647384;
    font-weight: 400;
}
.content_txt input::-ms-input-placeholder {
    color: #647384;
    font-weight: 400;
}
.select:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 0;
    transform: translateY(-50%);
}
.content_txt select:focus-visible {
    outline: 0;
}
.content_txt select {
    appearance: none;
    border: none;
    background: 0 0;
    height: 53px;
    color: #6d6d6d;
    border-bottom: 1px solid #647384;
}
.content_txt {
    margin: 0 0 20px;
}
.content_txt input {
    background-color: transparent;
    height: 50px;
    color: #647384;
    border: none;
    border-bottom: 1px solid #647384;
}
 .no-results {
    font-size: 13px;
}
  .select-wrapper{
    background-color: transparent;
    border-radius: 0px;
    border: none;
    height: inherit;
    color: inherit;
}
.select-dropdown {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 3px 15px #00000029;
    z-index: 1;
    max-height: 250px;
    overflow: hidden;
    display: flex;
    padding: 15px;
    z-index: 9;
}
.select-option {
    padding: 10px 10px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 13px;
}
.placeholder{
    display: block;
    min-height: inherit;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    opacity: 1;
    width: 100%;
    font-family: inherit;
    color: #6d6d6d !important;
    font-size: 14px;
}
.options-container {
    overflow-y: auto;
    max-height: 150px;
}
.selected-display {
    display: flex;
    padding: 15px 10px;
    appearance: none;
    border: none;
    background: 0 0;
    height: 50px;
    color: #6d6d6d;
    border-bottom: 1px solid #647384;
    font-size: 14px;
}
.mobile-field-group .selected-display{
  margin-right: 10px;
}
.mobile-field-group .selected-display .placeholder{
  text-overflow: ellipsis;
  max-width: 50px;
  width: 50px;
  white-space: nowrap;
  overflow: hidden;
}
.error-message {
    font-size: 12px;
    margin-top: 5px;
    color: #b91616;
    font-family: DMSans-Regular;
    padding: 0px 5px;
}
.general-error-message {
    font-size: 14px;
    font-weight: bold;
    color: #b91616;
    margin: 0 0 30px;
}


.evolved_sect{
	background-color: #fafafa;
	padding: 75px 0;
}
h2{
	font-weight: 600;
	font-size: 40px;
	color: #006fb8;
	text-align: center;
}
h3{
	font-weight: 600;
	font-size: 40px;
	color: #262626;
	text-align: center;
}

.evolved_content{
	background-color: #fff;
	border-radius: 25px;
	box-shadow: 0px 0px 5px #ccc;
	padding: 40px;
	align-items: center;
	margin: 50px auto;
	width: 820px;
}
.evolved_txt{
	flex: 1;
	padding-right: 50px;
	border-right: 1px solid #dfdfdf;
}
.evolved_sect p{
    color: #52525b;
    font-size: 16px;    
    text-align: center;   
    
}
.evolved_txt p{
	text-align: left;
	margin-bottom: 30px;
}
.evolove_prg{
	margin: 0 auto;
	width: 700px;
}
.evolove_prg span{
	color: #006fb8;
	font-weight: 600;
}
.evolved_txt span{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
    color: #f72585;
}
.evolved_content ul{
	padding-left: 50px;
	width: 380px;
}
.evolved_content ul li{
	margin-bottom: 10px;
	align-items: center;
	display: flex;
}
.evolved_content ul li img{
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.evolved_content ul li span{
	color: #27272a;
    font-weight: 500;
    padding-left: 20px;
}

.what_make_sect{
	padding: 75px 0;
}
.data_drive{
	color: #f72585;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.what_make_sect p{
	font-size: 13px;
	text-align: center;
	color: #a1a1aa;
}
.table_view {
	box-shadow: 0 1px 2px 0 #e4e4e7;
	border: 1px solid #e4e4e7;
	border-radius: 16px;
	overflow: hidden;
	margin: 50px 0 15px;
}
table{
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
}
td, th{
	padding: 20px;
	text-align: left;
	border-bottom: 1px solid #e5e7eb;
	font-size: 14px;
}
th{
	font-size: 15px;
}
td{
	font-size: 14px;
	font-weight: 500;
}
th:last-child, tr td:last-child{
	color: #a1a1aa;
}
td.blue, td.yellow, td.pink{
	font-weight: 600;
}
thead tr{
	background-color: #f5f8fd;
	border-color: #e5e7eb;
}
tr:last-child td{
	border: none;
}
table .pink{
	color: #f72585;
}
table .blue{
	color: #006fb8;
}
table .yellow{
	color: #ffd539;
}
table li{
	margin-bottom: 5px;
}
table li span + span{
	display: inline-block;
	padding-left: 10px;
}

tbody tr:hover{
	background-color: #fafafa80;
}
.mobile_view{
	display: none;
}
.benifit_sect{
	background-color: #fafafa;
	padding: 75px 0;
}
.benifit_view{
	padding: 50px 0 0;
	gap: 30px;
}
.benifit_list{
    padding: 32px;
    background-color: #fff;
    box-shadow: 0px 0px 4px #ccc;
    border-radius: 16px;
    transition: all 0.3s ease-in-out;
    transform: translateY(0px);
    width: calc(100% / 3 - 15px);
}
.benifit_list:hover{
    transform: translateY(-6px);
}
.benifit_list > span{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background-color: #eff6ff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 25px;
}
.benifit_list h4{
	color: #18181b;
	font-weight: 600;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 16px;
}

.benifit_list ul li{
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
}
.benifit_list ul li > img{
	width: 20px;
    height: 20px;
    object-fit: contain;
    margin-top: 3px;
}
.benifit_list ul li span{
	color: #52525b;
	font-size: 14px;
	line-height: 24px;
	padding-left: 15px;
	flex: 1;
}
.benifit_list:first-child{
	border-top: 5px solid #006fb8;
}
.benifit_list:nth-child(2n){
	border-top: 5px solid #ffd539;
}
.benifit_list:nth-child(3n){
	border-top: 5px solid #f72585;
}
.benifit_list:nth-child(2n) > span{
	background-color: #fefce8;
}
.benifit_list:nth-child(3n) > span{
	background-color: #fdf2f8;
}
.journey_sect{
	padding: 75px 0;
}
.journey_sect h2{
	text-align: left;
}
.journey_left{
	width: 350px;
}
.journey_left p{
	color: #52525b;
	font-size: 16px;
	margin: 20px 0;
}
.journey_left a{
	font-weight: 600;
	font-size: 16px;
	color: #f72585;
	display: flex;
	align-items: center;
}
.journey_left a .fa{
	transition: all 0.3s ease-in-out;
    transform: translateX(0px);
    padding-left: 10px;
}
.journey_left a:hover .fa, .journey_left a:focus .fa{
	transform: translateX(10px);
}
.journey_right{
	flex: 1;
	flex-wrap: wrap;
	gap: 30px;
	padding-left: 100px;
	padding-top: 20px;
}
.journey_content {
    width: calc(100% / 2 - 15px);
    margin-bottom: 15px;
    align-items: flex-start;
}
.journey_content img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.journey_txt{
	padding-left: 20px;
	flex: 1;
}
.journey_txt h4{
	color: #18181b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}
.journey_txt p{
	color: #71717a;
	font-size: 14px;
}
.btn_view{
	margin-top: 50px;
	text-align: center;
}
.why_fateh_sect{
	padding: 75px 0;
	background-color: #006fb8;
	text-align: center;
}
.why_fateh_sect h2{
	color: #fff;
}
.why_choose_sect{
	padding: 75px 0 0px;	
	flex-wrap: wrap;
}
.why_choose_list{
	width: calc(100% / 4 - 40px);
    margin: 0 20px 70px;
    flex-grow: 1;
}
.why_choose_list h4{
	color: #ffd539;
	font-weight: 700;
	font-size: 50px;
}
.last_list.why_choose_list h4{
	    font-size: 42px;
}
.why_choose_list span{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.why_fateh_sect .btn_view{
	margin-top: 0;	
}
.why_fateh_sect .apply_btn{
	display: inline-flex;
}
.why_fateh_sect .btn_view img{
	margin-right: 10px;
	width: 20px;
	height: 20px;
	object-fit: contain;
}
.faq_sect{
	padding: 75px 0;
	background-color: #fafafa;
}
.faq_sect h2{
	color: #000;
}
.acc {
    padding: 50px 0 0;
     margin: 0 auto;
    width: 700px;
    z-index: 1;
}
.acc__panel {
    display: none;
    margin: 0;
    padding: 20px;
    color: #716f6f;
    font-size: 15px;
}
.acc__panel,
.acc__title {
    background: #fff;
    text-align: left;
}
.acc__card {
    margin: 0 0 20px;
    position: relative;
    box-shadow: 0px 0px 2px #b9b8b8;
    border-radius: 12px;
    overflow: hidden;
}
.acc__title {
    cursor: pointer;
    display: block;
    padding: 20px 40px 20px 20px;
    position: relative;
    color: #000;
}
.acc__title::after {
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    position: absolute;
    right: 20px;
    content: " ";
    top: 25px;
    transform: rotate(-45deg);
    transition: 0.2s ease-in-out;
}
.acc__title.active::after {
    transform: rotate(135deg);
    transition: 0.2s ease-in-out;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
}
.acc__title.active {
    background: #e5e7eb;
}

.conclusion_sect{
	padding: 75px 0;
	text-align: center;
}
.conclusion_sect p{
	font-size: 20px;
	color: #71717a;
	margin: 20px auto 0;
}
.footer{
	background-color: #fafafa;
	padding: 30px 0;
	
}
.copy_right {
	align-items: center;
	justify-content: space-between;
}
.footer .header_logo{
	width: 100px;
}
.copy_right p{
	font-size: 14px;
	color: #71717a;
	margin: 0;
}

.social_link .fa{
	color: #71717a;
	font-size: 20px;
}
.social_link {
	display: flex;
	align-items: center;
}
.social_link a{
	margin-left: 5px;
	padding: 0 5px;
}









@media (max-width: 1200px) {
h1{
	font-size: 40px;
}
h2{
	font-size: 36px;
}
h3{
	font-size: 32px;
}
.why_choose_list{
	width: calc(100% / 2 - 40px);
}
.web_view{
	display: none;
}
.mobile_view{
	display: block;
}
}


@media (max-width: 900px) {
	.evolved_content{
		width: 100%;
	}
	.header_top_view{
		flex-wrap: wrap;
		padding-top: 110px;
	}
	.header_content_banner {
	    padding: 25px 00px 0 0px;
	    flex: inherit;
	    width: 100%;
	}
	.banner_img{
        margin: 100px auto 0;
	}
	.evolved_content ul{
		width: 300px;
	}
	.evolved_sect p{
		width: 100%;
	}
	.benifit_view{
		flex-wrap: wrap;
		justify-content: center;
	}
	.benifit_list{
	    width: calc(100% / 2 - 15px);
	}
	.journey_view{
		flex-wrap: wrap;
	}
	.journey_left{
		width: 100%;
	}
	.journey_right{
		width: 100%;
		padding: 50px 0 0;
		flex: inherit;
	}
	.why_choose_list h4{
		font-size: 38px;
	}
	.last_list.why_choose_list h4 {
	    font-size: 32px;
	}
	.why_choose_list span{
		font-size: 14px;
	}
	.acc{
		width: 100%;
	}
}


@media (max-width: 767px) {
    h2 {
        font-size: 34px;
    }
    h3 {
        font-size: 27px;
    }
    .evolved_content{
    	flex-wrap: wrap;
    }
    .evolved_txt{
    	flex: inherit;
    	padding: 0px 0 30px;
    	border-right: none;
	    border-bottom: 1px solid #dfdfdf;
    }
    .evolved_content ul{
    	width: 100%;
    	padding: 30px 0 0;
    }
	.table_view {
	  overflow-x: auto; 
	}
	.table_view table {
		width: 100%;
		white-space: nowrap;
	}
    .benifit_list {
        width: 100%;
    }
    .why_choose_sect{
    	flex-wrap: wrap;
    }
    .why_choose_list {
	    width: calc(100% / 2 - 25px);
	}
    .copy_right {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .header_logo {
	    width: 100px;
	}
	.copy_right p{
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}
	.nav_bar_view .apply_btn{
		display: none;
	}
}

@media (max-width: 500px) {
    h1 {
        font-size: 36px;
    }
    .form_view{
    	width: 100%;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 24px;
    }
    .journey_content{
    	width: 100%;
    }
}