:root{
	--textColorD		:	#000000;
	--textColorL		:	#ffffff;
	--headerColorD		:	#ff1e1e;
	--headerColorL		:	#ff6e68;
	--herosection		:	#faf0f0;
	--backgroundColorD	:	#f0f2f5;
	--backgroundColorL	:	#ffffff;
	--cardColorOne		:	#eefafd;
	--cardColorTwo		:	#f8fdec;
	--cardColorThree	:	#fff9ef;
	--cardColorFour		:	#faf9fd;
	--facebook			:	#316FF6;
	--youtube			:	#cd201F;
	--linkedin			:	#0077B5;
	--pinterest			:	#E60023;
}
@font-face{
	font-family:"fontEone";
	src: url(../fonts/Roboto-Thin.ttf);
}
@font-face{
	font-family:"fontEtwo";
	src: url(../fonts/Poppins-Regular.ttf);
}
@font-face{
	font-family:"fontEthree";
	src: url(../fonts/Roboto-Regular.ttf);
}
@font-face{
	font-family:"fontBone";
	src: url(../fonts/fontBone.ttf);
}
@font-face{
	font-family:"fontBtwo";
	src: url(../fonts/fontBtwo.ttf);
}
*,*::before,*::after{
	margin:0;
	padding:0;
	list-style-type:none;
	box-sizing:border-box;
}
img{
	max-width:100%;
	height:auto;
	/*vertical-align:middle;*/
}
video{
	max-width:100%;
	height:auto;
}
.width-box{
	width:1140px;
	margin: 0 auto;
}
/*===================
	Header Section
=====================*/
#header{
	width:100%;
	clear:both;
}
.inside_header{
	background-image: linear-gradient(45deg, var(--headerColorD),var(--headerColorL));
}
.header_part{
	overflow:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-top:12px;
	padding-bottom:10px;
	font-family: fontEone;
}
.left_header{
	display:flex;
	flex-flow:row wrap;
}
#header img{
	width:25px;
	height:25px;
	vertical-align:middle;
}
#header{
	color:var(--textColorL);
	font-weight:bold;
}
#header a{
	text-decoration:none;
	color:var(--textColorL);
	border: 1px solid var(--textColorL);
	padding:10px;
}
#header a:hover{
	background-color:var(--headerColorD);
}
/*==================
	Nav Section
====================*/
#nav{
	width:100%;
	clear:both;
	font-family:fontEtwo;
}
#nav.sitcky{
	position:fixed;
	top:0;
}
.inside_nav{
	background-color:var(--herosection);
}
.nav_part{
	overflow:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding: 10px 0px;
}
.nav_part img{
	vertical-align:middle;
}
.menu_icon{
	display:none;
	width:40px;
}
.left_nav img{
	width:173px;
}
.right_nav ul{
	display:flex;
}
.right_nav ul li{
	margin-left:20px;
}
.right_nav ul li a{
	text-decoration:none;
	color:var(--textColorD);
	font-weight:500;
	font-family:fontEthree;
}
.right_nav ul li a[href="course-list.php"]{
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	color:var(--textColorL);
	padding:10px 20px;
	border-radius:5px;
}
.right_nav ul li a[href="course-list.php"]:hover{
	background-image: linear-gradient(90deg,var(--headerColorL),var(--headerColorD));
}
/*======================
	Mobile Nav Section
========================*/
#mobile_nav{
	width:100%;
	clear:both;
	display:none;
	border:none;
}
.inside_mobile_nav{
	background-color:var(--herosection);
}
.mobile_nav_part{
	display:flex;
	flex-flow:column wrap;
	align-items:end;
	justify-content:center;
}
.mobile_nav_part ul li{
	text-align:right;
	padding:5px 0px;
}
.mobile_nav_part ul li a{
	text-decoration:none;
	color:var(--textColorD);
	font-weight:bold;
	border-bottom: 1px solid var(--textColorD);
	font-family:fontEthree;
}
/*===================
	Hero Section
=====================*/
#hero_section{
	width:100%;
	clear:both;
}
.inside_hero{
	background-color:var(--herosection);
}
.hero_part{
	overflow:auto;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.left_hero{
	width:60%;
}
.left_hero h1{
	font-size:50px;
	font-family:fontEthree;
}
.left_hero p{
	font-family:fontEtwo;
}
.left_hero{
	text-align:justify;
}
.left_hero a{
	text-decoration:none;
	color:var(--textColorL);
	background-image:linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	padding:10px 20px;
	display:inline-block;
	margin-top:10px;
	border-radius:5px;
	font-family:fontEthree;
}
.left_hero a:hover{
	background-image:linear-gradient(90deg,var(--headerColorL),var(--headerColorD));
}
.right_hero img{
	width:300px;
}
/*=========================
	Market Place Section
===========================*/
#market_Place{
	width:100%;
	clear:both;
	margin-top:-25px;
}
.market_place_part{
	overflow:auto;
	display:flex;
	flex-direction:column;
	align-items:center;
}
.top_market h1{
	background-image:linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	color:var(--textColorL);
	padding:10px 20px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
	font-family:fontEtwo;
	font-weight:500;
}
.bottom_market{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.bottom_market img{
	margin:30px 0px;
	width:150px;
}
/*=======================
	Course List Section
=========================*/
#course_list{
	width:100%;
	clear:both;
	margin:20px auto;
}
.inside_course{
	background-color:var(--textColorL);
}
.course_part{
	overflow:auto;
}
.top_course h1{
	font-family:fontBone;
	display:inline-block;
	background-image:linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	color:var(--textColorL);
	padding:10px 20px;
	margin-top:-2px;
}
.bottom_course{
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
	align-items:center;
}
.course_card a{
	text-decoration:none;
	color:var(--textColorD);
}
.course_card img{
	border-radius: 10px 10px 0px 0px;
}
.course_card hr{
	border:1px solid var(--backgroundColorD);
}
.course_card{
	display:flex;
	width:370px;
	flex-direction:column;
	margin-top:10px;
	background-color:var(--textColorL);
	border:1px solid var(--backgroundColorD);
	border-radius: 10px 10px 10px 10px;
	box-shadow:5px 5px 8px rgba(0,0,0,0.03);
	font-family:fontBtwo;
	font-weight: 200;
}
.course_card h1{
	padding:10px;
}
.course_card_top{
	padding:10px;
	display:flex;
	justify-content:space-between;
}
.course_card_top p{
	margin-right:5px;
}
.course_card_top img{
	width:25px;
	vertical-align:middle;
	margin-right:5px;
}
.course_card_time{
	display:flex;
	align-items:center;
}
.course_card_performence{
	display:flex;
	align-items:center;
}
.course_card_center{
	padding:10px;
}
.course_card_center p{
	background-image:linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	padding:10px 20px;
	color:var(--textColorL);
	text-align:center;
	font-weight:bold;
}
.course_card_bottom{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:10px;
}
.course_card_bottom img{
	width:151px;
	vertical-align:middle;
}
.course_card_bottom img[src="icon/batch.png"]{
	width:40px;
	height:40px;
	vertical-align:middle;
}
.course_card_institute{
	display:flex;
	align-items:center;
}
.course_card_details a{
	text-decoration:none;
	border:1px solid var(--headerColorD);
	padding:10px 20px;
	color:var(--textColorD);
	font-weight:bold;
	border-radius:5px;
}
.course_card_details a:hover{
	background-color:var(--headerColorL);
	color:var(--textColorL);
}
/*===================
	Photo Section
=====================*/
#photo_section{
	width:100%;
	clear:both;
}
.inside_photo{
	background-color:var(--textColorL);
}
.photo_part{
	overflow:auto;
}
.top_photo{
	margin-top:20px;
}
.top_photo h1{
	font-family:fontBone;
	display:inline-block;
	background-image:linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	color:var(--textColorL);
	padding:10px 20px;
	margin-top:-2px;
}
.bottom_photo{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
}
.bottom_photo img {
	width:370px;
	height:auto;
	background-color:var(--textColorL);
	padding:10px 10px;
	border:1px solid var(--backgroundColorD);
	box-shadow: 2px 2px 8px rgba(0,0,0,.05);
	margin:10px 0px;
}
/*=====================
	features Section
=======================*/
#features_section{
	width:100%;
	clear:both;
}
.inside_features{
	background-color:var(--textColorL);
}
.features_parts{
	overflow:auto;
	margin-top:20px;
}
.features_title h1{
	font-family:fontBone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
}
.features_bottom{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.features_card{
	font-family:fontBtwo;
	display:flex;
	flex-flow:column wrap;
	justify-content:space-between;
	width:275px;
	margin:20px 0px;
	padding:20px;
}
.features_card h1{
	font-size:20px;
}
.features_card img{
	width:40px;
	margin-bottom:20px;
}
.features_card p{
	margin-top:10px;
	text-align:justify;
}
.card_one{
	background-color:var(--cardColorOne);
}
.card_two{
	background-color:var(--cardColorTwo);
}
.card_three{
	background-color:var(--cardColorThree);
}
.card_four{
	background-color:var(--cardColorFour);
}
/*===================
	Success Section
=====================*/
#success_section{
	width:100%;
	clear:both;
	margin:20px auto;
}
.inside_success{
	background-color:var(--textColorL);
}
.success_part{
	overflow:auto;
}
.top_success{
	margin-bottom:20px;
}
.top_success h1{
	font-family:fontBone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
}
.bottom_success{
	padding:5px 0px;
}
.success_card{
	font-family:fontBtwo;
	display:flex;
	flex-flow:column wrap;
	width:370px;
	border:1px solid var(--backgroundColorD);
	box-shadow: 2px 2px 8px rgba(0,0,0,.05);
}
.success_card h2,span{
	padding: 5px 10px;
}
.success_card p{
	padding:10px;
}
.success_card img{
	width:180px;
	padding:10px;
}
.bottom_success hr{
	border:1px solid var(--backgroundColorD);
}
.bottom_success{
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
.button_success{
	display:flex;
	justify-content:center;
	align-items:center;
}
.button_success img{
	width:30px;
	border:1px solid var(--backgroundColorD);
	padding:2px;
	margin:10px 2px;
	cursor:pointer;
}
/*========================
	Bottom Hero Section
==========================*/
#bottom_hero_section{
	width:100%;
	clear:both;
	font-family:fontBtwo;
}
.inside_bottom_hero{
	background-color:var(--backgroundColorD);
}
.bottom_hero_part{
	overflow:auto;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	padding:40px 0px;
}

.bottom_hero_one{
	width:25%;
	text-align:justify;
}
.bottom_hero_one img{
	width:150px;
}
.bottom_hero_four address{
	display:flex;
	flex-flow:column wrap;
}
.bottom_hero_four address span{
	font-style:normal;
}
.bottom_hero_four #engfont{
	font-family:fontEthree;
}
.address_headline{
	font-size:24px;
	font-weight:bold;
}
.bottom_hero_two ul li{
	margin:10px 0px;	
}
.bottom_hero_two ul li a{
	text-decoration:none;
	color:var(--textColorD);
}
.bottom_hero_three ul li{
	margin:10px 0px;	
}
.bottom_hero_three ul li a{
	text-decoration:none;
	color:var(--textColorD);
}
/*====================
	Payment Section
======================*/
#payment_section{
	width:100%;
	clear:both;
	margin:20px 0px;
	font-family:fontBtwo;
}
.inside_payment{
	background-color:var(--textColorL);
}
.payment_part{
	overflow:auto;
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	align-items:center;
	text-align:center;
	padding:5px 0px;
}
.payment_card{
	border:1px solid var(--backgroundColorD);
	padding:10px;
	font-weight:bold;
	flex-grow:1;
}
.payment_card img{
	margin-bottom:10px;
}
.payment_card img{
	width:150px;
	height:69px;
	vertical-align:middle;
}
.payment_card img[src="logo/payment/rocket.png"]{
	width:100px;
	
}
/*==================
	Footer Section
====================*/
#footer_section{
	width:100%;
	clear:both;
	margin:20px auto;
	font-family:fontBtwo;
}
.inside_footer{
	background-color:var(--textColorL);
}
.footer_part{
	overflow:auto;
}
.footer_part_inside{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
	margin-top:10px;
}
.footer_icon img{
	width:25px;
	height:25px;
	border:1px solid var(--textColorD);
	padding:3px;
	vertical-align:middle;
	margin-left:5px;
}

.footer_icon img[src="logo/social-media/twitter.png"]:hover{
	background-color:var(--backgroundColorD);
}
/*========================
	Extra Page Section
==========================*/
/*About Us*/
#aboutus_section{
	width:100%;
	clear:both;
	margin: 20px auto;
}
.inside_aboutus_section{
	background-color:var(--textColorL);
}
.aboutus_part{
	overflow:auto;
	display:flex;
	flex-flow: row wrap;
}
.top_aboutus{
	margin: 20px 0px;
}
.top_aboutus h1{
	font-family:fontEone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
.top_aboutus p{
	text-align:justify;
	font-family:fontEtwo;
}
.bottom_aboutus{
	margin: 20px 0px;
}
.bottom_aboutus h1{
	font-family:fontEone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
.bottom_aboutus p{
	text-align:justify;
	font-family:fontEtwo;
}
/*Contact Us*/
#contact_section{
	width:100%;
	clear:both;
	margin: 20px auto;
}
.inside_contact_section{
	background-color:var(--textColorL);
}
.contact_part{
	overflow:auto;
}
.contact_top h1{
	font-family:fontEone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
.contact_top p{
	text-align:justify;
	font-family:fontEtwo;
}
.contact_center{
	margin:20px 0px;
}
.address_bar{
	display:flex;
	align-items:center;
	flex-flow:row wrap;
}
.address_map{
	width:400px;
	height:230px;
	background-color:var(--backgroundColorD);
	margin-right:30px;
}
.address_text h1{
	font-family: fontEtwo;
	font-weight: bold;
}
.address_details p{
	font-family: fontEtwo;
}
.address_location p{
	font-family:fontBtwo;
	font-size:18px;
}
.address_details{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.contact_bottom form{
	display:flex;
	flex-flow:column wrap;
}
.contact_bottom form h1{
	font-family: fontEtwo;
	font-weight: bold;
}
.contact_bottom form input{
	padding:10px 5px;
	font-size:16px;
	border:1px solid var(--backgroundColorD);
	outline:none;
	margin:5px 0px;
}
.contact_bottom form select{
	padding:10px 5px;
	font-size:16px;
	border:1px solid var(--backgroundColorD);
	outline:none;
	margin:5px 0px;
}
.contact_bottom form textarea{
	padding:10px 5px;
	resize:none;
	font-size:16px;
	border:1px solid var(--backgroundColorD);
	outline:none;
	margin:5px 0px;
}
.contact_input{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.contact_input input{
	width:49%;
}
.contact_submit input{
	font-family:fontEtwo;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	color:var(--textColorL);
	border-radius:5px;
	cursor:pointer;
}
/*Result Search Section*/
#result_search_section{
	width:100%;
	clear:both;
	margin:20px auto;
}
.inside_result_search{
	background-color:var(--textColorL);
}
.bottom_result_search{
	display:flex;
	justify-content:center;
}
.bottom_result_search form{
	display:flex;
	flex-flow:column wrap;
	border: 1px solid var(--backgroundColorD);
	padding:5px;
	width:60%;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.05);
}
.bottom_result_search form select{
	padding:10px 5px;
	font-size:18px;
	border:1px solid var(--backgroundColorD);
	margin-bottom:5px;
}
.bottom_result_search form input{
	padding:10px 5px;
	font-size:18px;
	border:1px solid var(--backgroundColorD);
	margin-bottom:5px;
	outline:none;
}
.bottom_result_search form input[type="submit"]{
	font-family:fontEtwo;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	color:var(--textColorL);
	border-radius:5px;
	cursor:pointer;
}
.top_result_search h1{
	font-family:fontEone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
/*Result Show Section*/
#result_show_section{
	width:100%;
	clear:both;
	margin:20px auto;
}
.inside_result_show{
	background-color:var(--textColorL);
}
.result_show_part{
	overflow:auto;
}
.top_result_show h1{
	font-family:fontEone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
.bottom_result_show{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.result_show_info{
	display:flex;
	flex-flow:column wrap;
	width:49%;
}
.result_show_input{
	display:flex;
	align-items:center;
}
.result_show_input label{
	font-family:fontEthree;
	display:inline-block;
	width:24%;
	font-size:18px;
}
.result_show_input input{
	display:inline-block;
	width:70%;
	padding:10px 5px;
	font-size:18px;
	border:none;
	outline:none;
}
/*Freelancing Section*/
#freelancing_section{
	width:100%;
	clear:both;
	margin:20px 0px;
}
.inside_freelancing_section{
	background-color:var(--textColorL);
}
.freelancing_section_part{
	overflow:auto;
}
.top_freelancing_section h1{
	font-family:fontEone;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
.bottom_freelancing_section{
	border:1px solid var(--backgroundColorD);
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.bottom_freelancing_left img{
	width:200px;
}
.bottom_freelancing_right{
	display:flex;
	align-items:center;
	justify-content:space-around;
	flex-flow:row wrap;
}
.bottom_freelancing_right img{
	width:150px;
	padding:20px;
	border: 1px solid var(--backgroundColorD);
	margin-left:5px;
	box-shadow:2px 2px 8px rgba(0,0,0,0.05);
	
}
/*admission section*/
#admission_section{
	width:100%;
	clear:both;
	margin:20px auto;
}
.inside_admission{
	background-color:var(--textColorL);
}
.admission_part{
	overflow:auto;
}
.admission_part form{
	display:flex;
	flex-flow:column wrap;
}
.admission_part h1{
	font-family:fontBtwo;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	margin-top:-2px;
	margin-bottom:10px;
}
.admission_part form input{
	padding:5px 10px;
	margin-bottom:10px;
	border:1px solid var(--backgroundColorD);
	outline:none;
	font-size:16px;
}
.admission_part form select{
	padding:5px 10px;
	margin-bottom:10px;
	border:1px solid var(--backgroundColorD);
	outline:none;
	font-size:16px;
}
.admission_part form textarea{
	padding:5px 10px;
	margin-bottom:10px;
	border:1px solid var(--backgroundColorD);
	outline:none;
	font-size:16px;
	resize:none;
}
.admission_info{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}
.admission_info input{
	width:49.5%;
}
.admission_part form{
	display:flex;
	justify-content:center;
}
.admission_part form input[type="submit"]{
	font-family:fontBtwo;
	background-image: linear-gradient(45deg,var(--headerColorD),var(--headerColorL));
	display:inline-block;
	padding:10px 20px;
	color:var(--textColorL);
	font-size:20px;
	border-radius:5px;
	cursor:pointer;
}
/*success section*/
#success_text_section{
	width:100%;
	clear:both;
	margin:100px auto;
}
.inside_success_text{
	background-color:var(--textColorL);
}
.success_text_part{
	overflow:auto;
	display:flex;
	flex-flow:column wrap;
	justify-content:center;
	align-items:center;
}
.success_text_part h1{
	font-family:fontBtwo;
	color: var(--headerColorD);
	font-size:40px;
}
.success_text_part p{
	font-family:fontBtwo;
	font-size:25px;
}
/*===================
	Responsive
=====================*/

@media screen and (max-width:1150px){
	.width-box{
		width:980px;
	}
	.left_hero h1{
		font-size:40px;
	}
	.bottom_market img{
		width:140px;
	}
	.course_card{
		width:320px;
	}
	.bottom_photo img {
		width:320px;
	}
	.features_card{
		width:480px;
		margin:10px 0px;
	}
	.success_card{
		width:320px;
	}
	.bottom_result_search form{
		width:100%;
	}
	.bottom_freelancing_section{
		justify-content:center;
	}
	.bottom_freelancing_right img{
		margin:5px;	
	}
}
@media screen and (max-width:990px){
	.width-box{
		width:580px;
	}
	.header_part{
		padding-top:13px;
		padding-bottom:10px;
	}
	.left_header{
		font-size:13px;
	}
	.right_header{
		font-size:13px;
	}
	#header img{
		width:15px;
		height:15px;
	}
	#header a{
		padding:5px;	
	}
	.left_nav img{
		width:130px;
	}
	.right_nav ul li a{
		font-size:10px;
	}
	.right_nav ul li a[href="https://projuktiinstitute.com/course.php"]{
		padding:5px 10px;
		border-radius:5px;
	}
	.left_hero h1{
		font-size:26px;
	}
	.left_hero p{
		font-size:12px;
	}
	.right_hero img{
		width:200px;
	}
	.left_hero a {
		padding: 5px 10px;
	}
	#market_Place{
		margin-top:-18px;
	}
	.top_market h1{
		padding:5px 8px;
		font-size:18px;
	}
	.bottom_market img{
		width:150px;
	}
	.course_card{
		width:280px;
	}
	.bottom_photo img {
		width:280px;
	}
	.features_card{
		width:280px;
	}
	.success_card{
		width:280px;
		margin-bottom:10px;
	}

/*========================
	Bottom Hero Section
==========================*/
	.bottom_hero_card{
		width:20%;
	}
	.bottom_hero_part h1{
		font-size:14px;
	}
	.bottom_hero_one{
		width:25%;
		font-size:13px;
	}
	.bottom_hero_one img{
		width:100px;
	}
	.bottom_hero_four{
		self-justify:flex-end;
	}
	.bottom_hero_four address{
		font-size:13px;
	}
	.address_headline{
		font-size:14px;
		font-weight:bold;
	}
	.bottom_hero_two ul li a{
		font-size:13px;
	}
	.bottom_hero_three ul li a{
		font-size:13px;
	}
}
@media screen and (max-width:590px){
	.width-box{
		width:98%;
	}
	.header_part{
		flex-direction:column;
		justify-content:center;
		padding-top:10px;
		padding-bottom:8px;
	}
	.left_header{
		display:flex;
		flex-flow:column wrap;
		margin-bottom:10px;
		align-items:center;
	}
	.right_nav{
		display:none;
	}
	.left_hero{
		width:100%;
		text-align:center;
	}
	.right_hero{
		display:none;
	}
	.hero_part{
		justify-content:center;
		padding-bottom:30px;
	}
	.menu_icon{
		display:block;
	}
	.bottom_market img{
		width:150px;
	}
	.course_card{
		width:100%;
	}
	.bottom_photo img {
		width:100%;
	}
	.features_card{
		width:100%;
	}
	.success_card{
		width:100%;
	}
/*========================
	Bottom Hero Section
==========================*/
	.inside_hero{
		height:40vh;
		display:flex;
		justify-content:center;
		align-items:center;
	}
	.bottom_hero_one{
		width:50%;
		margin-right:5px;
	}
	.bottom_hero_two{
		width:45%;
	}
	.bottom_hero_three{
		width:50%;
		margin-right:5px;
	}
	.bottom_hero_four{
		width:47%;
	}
	.payment_card img{
		width:100px;
		height:46px;
		vertical-align:middle;
	}
	.payment_card img[src="logo/payment/rocket.png"]{
		width:66.66px;
		
	}
	.footer_text{
		width:100%;
		text-align:center;
		order:2;
	}
	.footer_icon{
		width:100%;
		text-align:center;
		order:1;
		margin-bottom:10px;
	}
	.footer_part_inside{
		text-align:center;
	}
	.address_map{
		width:100%;
	}
}
@media screen and (max-width:480px){
	.inside_hero{
		height:40vh;
	}
	.left_hero h1{
		font-size:22px;
	}
	.bottom_market img{
		width:50%;
		padding:25px;
		border:1px solid var(--backgroundColorD);
		box-shadow:2px 2px 8px rgba(0,0,0,0.05);
		margin:5px 0px;
	}
}
@media screen and (max-width:360px){
	.bottom_hero_one{
		width:40%;
		margin-right:5px;
	}
	.bottom_hero_two{
		width:57%;
	}
	.bottom_hero_three{
		width:30%;
		margin-right:5px;
	}
	.bottom_hero_four{
		width:60%;
	}
	.bottom_freelancing_right img{
		width:30%;
	}
}