* { box-sizing: border-box; margin: 0; padding: 0; }

html,body { font-size: 15px; font-family: "Poppins", sans-serif; background: #fff; color: #161616; }

a { text-decoration: none; color: unset; }
ul { list-style: none; }
img { vertical-align: middle; }

p { font-size: ; }

h1,h2,h3,h4,h5,h6 { color: #000; line-height: 1.4; }
section { overflow: hidden; }
 
.container { max-width: 1140px; margin: auto; }
.widget_section { display: block; padding: 60px 16px; position: relative; }

button { border: 0; outline: 0; font-weight: 500; font-family: unset; }


:root {
	--flight : brightness(0) invert(1);
	--fred : invert(12%) sepia(100%) saturate(5549%) hue-rotate(352deg) brightness(98%) contrast(88%);

	--c1 : #0565a4;
	--c2 : #a90609;
	--c3 : #e8edf4;
	--c4 : #489dd7;

	--bs  : 0px 0px 35px 0px #00000026;
	--bs1 : 0px 0px 30px 0px #0000001a;
	--bs2 : 0 3.4px 2.7px -30px #0000000f, 0 8.2px 8.9px -30px #00000012, 0 25px 40px -30px #00000033;
	--bs3 : 0px 0px 12px 0px #00000026;
	--bs4 : 0px 0px 12px #0000001a;
	--ts  : all 0.5s ease-in-out;
	--fa  : "Font Awesome 6 Pro";
	--ff1 : "Poppins", sans-serif;
	--ff2 : "Montserrat", Sans-serif;

	--bgG1 : linear-gradient(to right, #09A7A7, #00B45A);

	--cg : linear-gradient(to right, #0565a4, #489dd7);
	--cgh : linear-gradient(to right, #489dd7, #0565a4);
}



.act_link { background: var(--cg)!important; color: #fff; }


/* ========== ========== ===== Header Section ===== ========== ========== */

/* ---------- Top Bar ---------- */
.topbar { width: 100%; display: block; position: relative; border-bottom: 1px solid #f2f2f2; background: var(--c1); color: #fff; }
.topbar_row { display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 1; }
.topbar_row a i { display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; transition: var(--ts); }

.topbar_info { display: flex; align-items: center; gap: 16px; }
.topbar_info a { display: flex; align-items: center; }
.topbar_info a i {  }

.topbar_social { display: flex; justify-content: space-around; padding: 6px 0; }
.topbar_social a:hover i { background: var(--c4); }
.topbar_social a+a { border-left: 1px solid #ffffff80; }

@media all and (max-width:480px) {
	.topbar:before { width: 60%; }
	.topbar_info a p { display: none; }
}



/* ---------- NAV BAR ---------- */
.act-nav { color: var(--c1)!important; }
.nav_btn { margin-left: 24px; }

.header { display: block; width: 100%; position: sticky; top: 0; background: #fff; box-shadow: var(--bs); z-index: 999; }
.nav-container { display: flex; justify-content: space-between; align-items: center;
	padding: 4px 0px; max-width: 1140px; margin: auto; position: relative; }

.logo { width: 212px; }
.logo img { width: 100%; height: auto; }

.navbar { display: block; }
.nav_area { display: flex; align-items: center; font-size: 14px; }

.nav_links { display: flex; }
.nav_links li { position: relative; }
.nav_links li a,
.nav_links li label { display: block; padding: 8px 12px; transition: var(--ts); font-weight: 600; }


.sub_link input { display: none; }
.sub_link:hover .sub_menu { display: block; }


/**/
.dropdown { opacity: 0; visibility: hidden; width: 260px; position: absolute; top: 100%; left: 0; right: 0;
	background: #fff; color: #000; box-shadow: 0 0 10px #00000033; border-top: 3px solid var(--c1); transform: translateY(10px); transition: all 0.5s ease; z-index: 9; }
.sub_link:hover > ul { opacity: 1; visibility: visible; transform: translateY(0px); }
.sub_link .dropdown li a { display: block; padding: 12px 16px; font-weight: 500; }
.dropdown li a:hover { background: #dbe8ff; }


.btn_OC { display: none; }
.btn_OC button { display: block; width: 40px; height: 40px; line-height: 40px;
	text-align: center; font-size: 26px; border: 0; outline: 0; background: var(--c1); color: #fff; }

/* Request */
.btn_nav { display: block; width: 160px; height: 50px; background: var(--c1); color: #fff; position: relative; border-radius: 4px; }
.btn_nav:before { content:"Request Quote"; position: absolute; top: 0; display: block; width: 100%; height: 50px; line-height: 50px; text-align: center; transition: var(--ts); }
.btn_nav:hover:before { letter-spacing: 0.3px; }

@media all and (max-width:480px) {
	.btn_OC { display: flex; padding: 16px; justify-content: flex-end; }

	.logo { padding-left: 16px; }

	.navbar { position: fixed; top: 0; left: -100%; width: 100%; height: 100%; background: #00000080; transition: var(--ts); }
	.nav_area { display: block; width: 80%; height: 100%; background: #fff; overflow-x: auto; }
	.nav_links { display: block; }
	.nav_links li a, .nav_links li label { padding: 12px 16px; }
	.nav_links li+li { border-top: 1px solid #3333331a;}

	.dropdown { width: 100%; transform: translateY(0px); border-top: 0; box-shadow: 0 0 10px #fff0; }
	.sub_link:hover > ul { opacity: 0; visibility: hidden; transform: translateY(0px); }

	.toggle:checked ~ .dropdown { opacity: 1; visibility: visible; position: relative; }

}


.btn__nav_s { display: flex; gap: 16px; }
.btn__nav { display: inline-block; padding: 8px 20px; font-size: 14px; border-radius: 6px; transition: 0.3s; }
.btn__nav:nth-child(1) { background: #fff; color: var(--c1); border: 1px solid var(--c1); margin-left: 9px; }
.btn__nav:nth-child(2) { background: var(--cg); color: #fff; }
.btn__nav:hover { background: var(--cg); color: #fff; } 

@media all and (max-width:480px) {
	.btn__nav_s { display: none; }
}


/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
														HOME CSS
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */


/*---------- ----- Banner ----- ---------- */
.banner_section { display: block; position: relative; background: var(--c1); z-index: 1; }
.banner_section:before { content: ""; position: absolute; top: 0; left: 0;
	display: block; width: 100%; height: 100%; background: url("assets/images/banner_inner.png")no-repeat center / cover; z-index: -1;  }

.banner_carousel { display: block; width: 100%; position: relative; overflow: hidden;  }
.banner_carousel .banner { width: 100%; display: inline-block; overflow: hidden; }

.banner_row { max-width: 1140px; margin: auto; padding: 120px 16px; display: flex; justify-content: space-between; align-items: center; grid-gap: 52px; }
.banner_col { width: 100%; display: block; }

.banner_text { display: block; }
.banner_text span { display: inline-block; background: var(--c2); color: #fff; padding: 4px 16px; font-size: 12px; border-radius: 50px; margin-bottom: 8px; }
.banner_text h1 { font-size: 32px; color: var(--c1); }
.banner_text h2 { font-size: 18px; font-weight: 500; margin-top: 6px; }
.banner_text p { font-size: 16px; margin-top: 12px; text-align: justify; }
.banner_text ul { display: block; margin-top: 32px; }
.banner_text ul li+li { margin-top: 9px; }
.banner_text ul li i { color: var(--c1); margin-right: 6px; }

.banner_btns { display: flex; gap: 8px; margin-top: 32px; }
.banner_btns button { display: inline-block; padding: 9px 28px;
	font-size: 15px; transition: var(--ts); border-radius: 8px; box-shadow: var(--bs3); border: 1px solid var(--c1); }
.banner_btns button i { font-size: 16px; margin-left: 6px; }
.banner_btns button:nth-child(1) { background: var(--cg); color: #fff; }
.banner_btns button:nth-child(2) { background: #fff; color: var(--c1); }
.banner_btns button:nth-child(1):hover { background: #fff; color: var(--c1); }
.banner_btns button:nth-child(2):hover { background: var(--cg); color: #fff; }

.banner_video { display: block; width: 100%; border-radius: 12px; overflow: hidden; }
.banner_video video { width: 100%; vertical-align: middle; }

@media all and (max-width: 480px) {
	.banner_row { flex-direction: column; padding: 60px 16px; }
	.banner_col h1 { font-size: 24px; }
	.banner_col p { font-size: 14px; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.banner_row { flex-direction: column; }
	.banner-col h1 { font-size: 24px; margin-bottom: 20px; }
}


/* ---------- ----- About ----- ---------- */
.about_row_ { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
.about_col_ { display: block; width: 100%; position: relative; }

.about_img_ { display: block; width: 100%; }
.about_img_ img { width: 100%; height: auto; }

.about_txt_ { display: block; width: 100%; }
.about_txt_ h3 { font-size: 28px; }
.about_txt_ p  { margin-top: 12px; }

@media all and (max-width:480px) {
	.about_row_ { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- COURSES ----- ---------- */
.course_slider { display: block; width: 100%; position: relative; overflow: hidden;  }
.course_slider .course_slide { width: 50%; display: inline-block; overflow: hidden; padding: 16px 8px; }

.course_ { display: block; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--bs3); }
.course_thumb { display: block; width: 100%; }
.course_thumb img { width: 100%; height: 36vh; object-fit: cover; }
.course_info { display: block; width: 100%; padding: 32px 24px; position: relative; }
.course_info span { display: inline-block; padding: 6px 16px; background: var(--c2); color: #fff;
	position: absolute; top: -16px; left: 24px; font-size: 14px; border-radius: 50px; }
.course_info h3 { font-size: 24px; color: var(--c1); text-align: center; }
.course_info ul { display: flex; justify-content: space-between; font-size: 14px; margin-top: 12px; }
.course_info ul li i { margin-right: 6px; color: var(--c1); }
.course_info p { margin-top: 12px; }

.course_btns { display: flex; justify-content: space-between; margin-top: 24px; }
.en_btn { display: inline-block; padding: 12px 32px; background: var(--cg); color: #fff; box-shadow: var(--bs3); border-radius: 50px; }
.en_btn i { margin-left: 6px; }
.en_btn:hover { background: var(--cgh); }

.read_btn { display: inline-flex; align-items: center; gap: 9px;
	padding: 5px 4px 4px 32px; border-radius: 50px; background: var(--cg); color: #fff; box-shadow: var(--bs3); }
.read_btn i { font-size: 34px; color: ; }
.read_btn:hover { background: var(--cgh); }

@media all and (max-width:480px) {
	.course_slider .course_slide { width: 100%; }

	.course_info { padding: 32px 16px; }
	.course_info h3 { font-size: 20px; }
	.course_info ul { flex-direction: column; }
	.course_info ul li+li { margin-top: 9px; }
	.course_info ul li i { margin-right: 9px; }

	.en_btn { padding: 9px 24px; }
	.read_btn { padding: 5px 4px 4px 24px; }
	.read_btn i { font-size: 24px; }
}


/* ---------- ----- CHOOSE ----- ---------- */
.choose_row_ { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; }
.choose_col_ { width: 100%; display: block; padding: 16px; border-radius: 16px; overflow: hidden; background: #fff; box-shadow: var(--bs3); }

.choose_image_ { display: block; width: 100%; }
.choose_image_ img { width: 100%; height: auto; }

.choose_text_ { margin-top: 24px; }
.choose_text_ h3 { text-align: center; color: var(--c1); }
.choose_text_ p  { text-align: justify; margin-top: 12px; }

@media all and (max-width:480px) {
	.choose_row_ { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- PARTNERS ----- ---------- */

.partner_bg_ { background-color: #1d1d1d; background-image: linear-gradient(94.44deg, #2776ea4d, #1d1d1d33 40.52%, #1d1d1d33 60.78%, #2776ea4d 101.31%); }
.partner_row_ { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; }
.partner_col_ { display: block; width: 100%; position: relative; }

.partner_info_ { display: block; width: 100%; }
.partner_info_ h3 { font-size: 32px; color:  #fff; }
.partner_info_ p  { text-align: justify; margin-top: 12px; color: #fff; }

.partner_image_ { display: block; width: 480px; height: 40vh; margin-left: auto; position: relative; overflow: hidden;
	background-image: url("assets/images/vlsi_partners.png"); background-repeat-x: no-repeat; background-size: 100%; animation: animLogos 1000s linear infinite; }

@keyframes animLogos {
	to { background-position: 0 -107150px; }
}

@media all and (max-width:480px) {
	.partner_row_ { grid-template-columns: repeat(1, 1fr); }
	.partner_info_ h3 { font-size: 28px; }
	.partner_image_ { width: 100%; height: 50vh; }
}


/* ---------- ---------- Tesimonials ---------- ---------- */
.tesimonial-carousel { display: block; width: 100%; position: relative; overflow: hidden;  }
.tesimonial-carousel .tesimonial_slide { width: 33.33%; display: inline-block; overflow: hidden; padding: 16px 8px; }
.tesimonial { display: block; padding: 24px; background: #fff; box-shadow: var(--bs3); border-radius: 9px; }

.tesimonial_star { display: block; margin-bottom: 12px; }
.tesimonial_text { display: block; width: 100%; height: 138px; padding-right: 8px; overflow-y: auto; }
.tesimonial_text p { text-align: justify; }

.tesimonial_profile { display: flex; align-items: center; gap: 16px; padding-top: 16px; margin-top: 16px; border-top: 1px solid #ddd; }
.tesimonial_thumb { display: block; width: 62px; height: 62px; border-radius: 50px; overflow: hidden; box-shadow: var(--bs3); }
.tesimonial_thumb img { width: 100%; height: auto; }
.tesimonial_info {  }
.tesimonial_info p { font-size: 14px; margin-top: 4px; }

@media all and (max-width:480px) {
	.tesimonial-carousel .tesimonial_slide { width: 100%; }
}


/* ---------- ----- Blog ----- ---------- */
.blog_row_ { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 32px; }
.blog_col_ { display: block; width: 100%; background: #fff; box-shadow: 0 5px 30px 0 #d6d7d891; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; }

.blog_img_ { display: block; width: 100%; }
.blog_img_ img { width: 100%; height: auto; }

.blog_text_ { padding: 20px; }
.blog_text_ ul { display: flex; justify-content: space-between; margin-bottom: 16px; }
.blog_text_ ul li+li { margin-left: 16px; }
.blog_text_ ul li i { color: var(--c1); margin-right: 4px; }
.blog_text_ h3 { font-size: 18px; margin-bottom: 16px; font-weight: 600; text-align: justify; }
.blog_text_ p { text-align: justify; }

@media all and (max-width: 480px) {
	.blog_row_ { grid-template-columns: repeat(1, 1fr); }
}

@media (min-width: 500px) and (max-width: 1140px) {
	.blog_row_ { grid-gap: 16px; }
}



/* ---------- ----- FAQ ----- ---------- */
.faq_row_ { display: grid; grid-template-columns: 36% 60%; grid-gap: 4%; }
.faq_col_ { width: 100%; display: block; position: relative; }

.faq_text_ { display: block; }
.faq_text_ h3 { font-size: 32px; color: var(--c1); }
.faq_text_ p { text-align: justify; margin-top: 9px; }
.faq_text_ p a { color: var(--c1); }

.accordion { width: 100%; display: flex; flex-direction: column; gap: 16px; }

.accordion_box { border-radius: 8px; overflow: hidden; }
.accordion_box .button { display: block; padding: 16px; width: 100%;
	text-align: left; background: var(--c1); color: #fff; border: 0; cursor: pointer; font-family: unset; font-weight: 500; }
.accordion_box .button:after { content: '+'; color: #fff; float: right; font-size: 20px; }

.accordion_box .content { display: none; margin: 0; padding: 20px; background-color: #fff; border-top: 1px solid #ddd; }
.accordion_box.on .button:after { content: '-'; }
.accordion_box.on .content { display: block; }

@media all and (max-width: 480px) {
	.faq_row_ { grid-template-columns: repeat(1, 1fr); grid-gap: 32px; }
	.faq_text_ { text-align: center; }
}




/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
																											PAGES CSS
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

/* ---------- ----- PAGE BANNER ----- ---------- */
.page_banner { width: 100%; display: block; position: relative; background: url('assets/images/page_banner.jpg')no-repeat center / cover; z-index: 1; }
.page_banner:befor { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000000ab; z-index: -1; }
.banner_info { padding: 120px 16px; display: block; text-align: center; }
.banner_info h1 { font-size: 38px; color: var(--c1); text-transform: uppercase; }
.banner_info h1 span { display: none; }
.banner_info ul { display: inline-flex; align-items: center; gap: 9px; color: #fff; }

@media all and (max-width: 480px) {
	.banner_info { padding: 100px 16px; }
	.banner_info h1 { font-size: 34px; }
}


/* ---------- ----- Title ----- ---------- */
.section_title { display: block; text-align: center; margin: auto auto 40px auto; }
.section_title h2 { display: inline-block; font-size: 38px; font-weight: 700; position: relative; text-transform: capitalize; }
.section_title h2 span { color: var(--c1); }
.section_title h4 { font-size: 18px; font-weight: 500; text-transform: uppercase; color: var(--c2); }
.section_title .style { display: block; }
.section_title .style span { display: inline-block; width: 60px; height: 3px; background: #333; }
.section_title .style span:last-child { background: var(--c1); }

@media all and (max-width: 480px) {
	.section_title h2 { font-size: 28px; }
	.section_title h4 { font-size: 16px; }
}


/* ----- Anchor & Enroll Btn ----- */
.anchor_btn { display: inline-block; padding: 9px 32px;
	background: var(--cg); color: #fff; border-radius: 50px; margin-top: 32px; font-weight: 400; transition: 0.5s; }
.anchor_btn:hover { background: var(--cgh); }

.enroll { display: inline-block; padding: 12px 32px; background: var(--cg); color: #fff; border-radius: 50px; transition: var(--ts); margin-top: 24px; }
.enroll:hover { background: var(--cgh); } 

/* ----- TABS ----- */
.tab_btns { display: block; text-align: center; margin-bottom: 16px }
.tab_btn { display: inline; background: #fff;
	box-shadow: var(--bs); border-radius: 50px; padding: 12px 32px; transition: 0.3s; font-size: 14px; font-weight: 600; }
.tab_btn+.tab_btn { margin-left: 8px; }
.tab_btns button:hover { background: var(--c4); color: #fff; }
.tab_btns button.active { background: var(--c1); color: #fff; }

.tab_area { display: none; }

@media all and (max-width: 498px) {
	.tab_btns {  }
	.tab_btn { padding: 12px 16px; font-size: 14px;  }
	.tab_btn+.tab_btn { margin-top: 8px; }
}


/* ---------- POPUP MODEL ---------- */
.modal { display: none; position: fixed; z-index: 9999; padding-top: 100px; left: 0; top: 0;
  width: 100%; height: 100%; overflow: auto; background: #00000080; }

.modal-content { background: #fefefe; margin: auto; border: 1px solid #888; width: 340px; border-radius: 12px; overflow: hidden;  }

.modal-head { display: flex; justify-content: space-between; align-items: flex-start; text-align: center; padding: 16px; background: var(--c1); color: #fff; }
.modal-head h3 { font-size: 22px; color: #fff; }
.modal-head .close { color: #fff; font-size: 28px; font-weight: 500; }
.modal-body { display: block; width: 100%; padding: 16px; }

/* ----- FORM ----- */
.form__ { display: block; width: 100%; }
.form__ form { display: flex; flex-direction: column; gap: 9px; width: 100%; }
.form__ input,
.form__ select,
.form__ textarea { display: block; width: 100%; padding: 14px; border-radius: 6px; border: 1px solid #ddd; font-family: var(--ff1); outline-color: var(--c1); }
.form__ textarea { border-radius: 12px; }
.form__ button { display: block; width: 100%; padding: 12px; background: var(--cg); color: #fff; border-radius: 50px; transition: var(--ts); }
.form__ button:hover { background: var(--cgh); }


/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													ABOUT PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

/* ---------- ----- ABOUT ----- ---------- */
.about_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.about_col { display: block; width: 100%; }
.about_txt { display: block; width: 100%; }
.about_txt h4 { font-size: ; font-weight: 500; color: var(--c2); }
.about_txt h3 { font-size: 32px; }
.about_txt p  { margin-top: 16px; text-align: justify; }

.about_img { display: block; width: 100%; }
.about_img img { width: 100%; height: auto; }

@media all and (max-width: 480px) {
	.about_row { grid-template-columns: repeat(1, 1fr); }
}



/* ---------- ----- Mission Vision ----- ---------- */
.mission_vision { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.mission_vision .col { display: block; padding: 32px; border-radius: 12px; }
.mission_vision .col:nth-child(1) { background: #0565a426; }
.mission_vision .col:nth-child(2) { background: #a9060926; }

.col_title { display: flex; justify-content: space-between; align-items: center; }
.col_title h3 { font-size: 28px; }
.col_title i  { font-size: 28px; color: var(--c1); }

.col_text { display: block; padding-top: 16px; }
.col_text p { text-align: justify; }

@media all and (max-width: 480px) {
	.mission_vision { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- COUNTER ----- ---------- */
.counter_section { width: 100%; display: block; padding: 100px 16px; position: relative;
	background: url('assets/images/counter_bg.jpg')no-repeat center / cover; background-attachment: fixed; z-index: 1; }
.counter { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 16px; }
.counter_col { width: 100%; display: block; border-radius: 8px; box-shadow: var(--bs); text-align: center; }
.counter_col span { font-size: 32px; font-weight: 600; color: var(--c1); }
.counter_col h3 { margin-top: 9px; font-weight: 400; font-size: 16px; color: #fff; }

.count::after { content: "+"; }
.counter_col:nth-child(2) .count::after { content: "%"; }

@media all and (max-width: 480px) {
	.counter { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- CHOOSE ----- ---------- */
.choose__row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 24px; }
.choose__col { display: block; padding: 24px; background: #fff; border-radius: 12px; box-shadow: var(--bs); text-align: center; }
.choose__col i { font-size: 42px; color: var(--c1); }
.choose__col h3 { margin-top: 16px; font-weight: 500; }

@media all and (max-width: 480px)  {
	.choose__row { grid-template-columns: repeat(1, 1fr); }
}



/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													SERVICE PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.service__row { display: flex; justify-content: space-between; gap: 32px; }
.service__col { display: block; position: relative; }
.service__col:nth-child(1) { width: 70%; }
.service__col:nth-child(2) { width: 30%; }

.service__image { display: block; width: 100%; margin-top: 24px; border-radius: 12px; overflow: hidden; }
.service__image img { width: 100%; height: 40vh; object-fit: cover; }

.service__text { display: block; margin-top: 24px; }
.service__text:first-child { margin-top: 0px; }
.service__text h1 { font-size: 32px; color: var(--c1); }
.service__text h1 span { display: block; color: #323232; }
.service__text h2 { font-size: 18px; font-weight: 500; margin-top: 12px; }
.service__text h3 { font-size: 20px; color: var(--c1); }
.service__text p { text-align: justify; margin-top: 12px; }

.choose { list-style-type: decimal; padding-left: 24px; margin-top: 12px; }
.choose li+li { margin-top: 9px; }
.choose li b { display: block; }

.service__tabs { display: block; padding: 24px; box-shadow: var(--bs3); border-radius: 12px; margin-top: 24px; }

.service__info { display: block; width: 100%; }
.service__info h3 { font-size: 20px; color: var(--c1); }
.service__info p { margin-top: 12px; }
.service__info ul { list-style-type: disc; padding-left: 20px; margin-top: 12px; }
.service__info ul li+li { margin-top: 9px; }

.service__alumni { padding: 16px; border-left: 5px solid #e7e7e7; border-radius: 12px; text-align: justify; margin-top: 12px; }
.service__alumni span { display: block; font-weight: 600; margin-top: 9px; }


/* WIDGET ANCHOR */
.widget_anchor { width: 100%; padding: 30px 24px; position: relative; border: 1px solid #efeef5; box-shadow: var(--bs); border-radius: 12px; }
.widget_anchor h3 { font-size: 28px; margin-bottom: 16px; }

.category_list { display: block; position: relative; }
.category_list li+li { margin-top: 12px; }

.category_list li { display: block; position: relative; background: #bde4ff; transition: all 0.3s ease; border-radius: 4px; overflow: hidden; z-index: 1; }
.category_list li:before { content: ''; position: absolute; bottom: 0; right: 0; left: 0;
	background: var(--cg); width: 0; height: 100%; transition: .3s ease; overflow: hidden; z-index: -1; }

.category_list li a { display: flex; justify-content: space-between; align-items: center; padding: 12px 16px; font-weight: 500; }

.category_list li:hover:before { width: 100%; }
.category_list li:hover { color: #fff; }


/* PAGE FORM */
.page_form { display: block; width: 100%; padding: 16px; background: #fff; border-radius: 12px; box-shadow: var(--bs); }
.page_form h3 { font-size: 22px; text-align: center;  color: var(--c1); }
.page_form p { text-align: center; margin-bottom: 16px; }


@media all and (max-width: 498px) {
	.service__row { flex-direction: column; }
	.service__col:nth-child(1) { width: 100%; }
	.service__col:nth-child(2) { width: 100%; }

	.service__text h1 { font-size: 24px; }
	.service__text h1 span { display: inline; }
}



/* ---------- ----- PLACEMENTS ----- ---------- */
.placement_row { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 16px; }
.report { display: flex; align-items: center; gap: 16px; width: 100%; padding: 16px; border-radius: 8px; background: #fff; box-shadow: var(--bs3); }
.report_icon { display: block; font-size: 32px; color: var(--c1); }
.report_text {  }
.report_text p { margin: 6px 0px; }
.report_text h4 { font-size: 14px; }

@media all and (max-width: 498px) {
	.partner_row {  grid-template-columns: repeat(2, 1fr); }
	.partner__icon img { width: 80%; height: auto; }
}


/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													BLOG PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.blog_row { display: flex; justify-content: space-between; gap: 32px; }
.blog_col { display: block; position: relative; }
.blog_col:first-child { width: 70%; }
.blog_col:last-child { width: 30%; }

/* ---------- Blog Post Area ---------- */
.blog_post+.blog_post { margin-top: 36px; }
.blog_post { display: block; position: relative; box-shadow: 0 5px 30px 0 #d6d7d891; border-radius: 10px; background: #ffffff; overflow: hidden; }

.blog_post_thumb { display: block; padding: 15px; }
.blog_post_thumb img { width: 100%; height: 43vh; object-fit: cover; display: block; }

.blog_post_info { padding: 15px 30px 30px 30px; }
.blog_post_info ul { display: flex; margin-bottom: 16px; }
.blog_post_info ul li+li { margin-left: 16px; }
.blog_post_info ul li+li { margin-left: 16px; }
.blog_post_info ul li i { color: var(--c1); margin-right: 4px; }
.blog_post_info h3 { font-size: 22px; margin-bottom: 9px; font-weight: 600; }
.blog_post_info p { text-align: justify; }


/* ---------- BLOG SIDE BAR ---------- */
.blog_sidebar { display: flex; flex-direction: column; gap: 16px; }

/* Blog Recent Posts */
.recent_posts {  }
.recent_posts h3 { font-size: 22px; margin-bottom: 16px; }
.recent_post+.recent_post { padding-top: 16px; margin-top: 16px; border-top: 1px solid #ddd; }
.recent_post_thumb  { display: table-cell; width: 100px; }
.recent_post_thumb img { width: 100%; height: auto; }
.recent_post_info { display: table-cell; line-height: 26px; padding: 0 0 0 25px; vertical-align: top; }
.recent_post_info h3 { font-size: 16px; }
.recent_post_info ul { display: flex; font-size: 12px; margin-top: 6px; }
.recent_post_info ul li+li { margin-left: 8px; }
.recent_post_info ul li i { color: var(--c1); margin-right: 4px; }

/* Blog Gallery */
.blog_gallery { display: block; }
.blog_gallery h3 { font-size: 22px; margin-bottom: 16px; }
.blog_gallery .images { display: flex; flex-wrap: wrap; }
.blog_gallery .images img { width: 33.33%; padding: 7px; }

/* Blog Social */
.blog_social { display: block; }
.blog_social h3 { font-size: 22px; margin-bottom: 16px; }
.blog_social i { width: 40px; height: 40px; line-height: 40px; text-align: center; background: #e7e7e7; border-radius: 4px; transition: 0.5s; }
.blog_social i:hover { background: var(--c1); color: #fff; }

@media all and (max-width: 498px) {
	.blog_row { flex-direction: column; }
	.blog_col:first-child { width: 100%; }
	.blog_col:last-child  { width: 100%; }

	.blog_post_info { padding: 22px 16px; }
	.blog_post_info h3 { font-size: 18px; }

	.blog_post_thumb img { height: auto; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.blog_row { flex-direction: column; }
	.blog_col:first-child { width: 100%; }
	.blog_col:last-child  { width: 100%; }
}



/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													BLOG PAGES
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */
.blog__row { display: flex; justify-content: space-between; gap: 32px; }
.blog__col { display: block; position: relative; }
.blog__col:nth-child(1) { width: 70%; }
.blog__col:nth-child(2) { width: 30%; }

.blog__image { display: block; width: 100%; border-radius: 12px; overflow: hidden; }
.blog__image img { width: 100%; height: 45vh; object-fit: cover; }

.blog__text { display: block; margin-top: 24px; }
.blog__text:first-child { margin-top: 0px; }
.blog__text h1 { font-size: 32px; color: var(--c1); }
.blog__text h1 span { display: block; color: #323232; }
.blog__text h2 { font-size: 18px; font-weight: 500; margin-top: 12px; }
.blog__text h3 { font-size: 20px; color: var(--c1); }
.blog__text h4 { font-size: 16px; color: var(--c1); margin-top: 12px; font-weight: 500; }
.blog__text p { text-align: justify; margin-top: 12px; }
.blog__text a { text-decoration: underline; font-weight: 600; }
.blog__text a:hover { color: var(--c1); }

.features { list-style-type: disc; padding-left: 24px; margin-top: 12px;  }
.features li+li { margin-top: 9px; }
.features li b { display: block; }

.choose { list-style-type: decimal; padding-left: 24px; margin-top: 12px; }
.choose li+li { margin-top: 9px; }
.choose li b { display: block; }

.blog__tabs { display: block; padding: 24px; box-shadow: var(--bs3); border-radius: 12px; margin-top: 24px; }

.blog__info { display: block; width: 100%; }
.blog__info h3 { font-size: 20px; color: var(--c1); }
.blog__info p { margin-top: 12px; }
.blog__info ul { list-style-type: disc; padding-left: 20px; margin-top: 12px; }
.blog__info ul li+li { margin-top: 9px; }


@media all and (max-width: 498px) {
	.blog__row { flex-direction: column; }
	.blog__col:nth-child(1) { width: 100%; }
	.blog__col:nth-child(2) { width: 100%; }

	.blog__text h1 { font-size: 24px; }
	.blog__text h1 span { display: inline; }
}




/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
													CONTACT PAGE
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.section-contact { display: block; padding: 100px 16px; }
.contact_row { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 24px; }
.contact_col { display: block; width: 100%; }

.contact_text { display: block; }
.contact_text h2 { font-size: 32px; margin-top: 12px; }
.contact_text p { margin-top: 16px; }
.contact_text p:first-child { font-weight: 600; }
.contact_text p+p { margin-top: 6px; }
.contact_box { display: block; margin-top: 24px; }
.contact_box ul { display: flex; align-items: center; gap: 24px; }
.contact_box ul li i { font-size: 42px; color: var(--c1); }
.contact_box ul li h3 { font-size: 16px; }
.contact_box ul li p { font-size: 15px; margin-top: 8px; }
.contact_box ul li p a:hover { color: var(--c1); }

.contact_box ul:nth-child(1) { align-items: flex-start; }

.contact_form { display: block; padding: 32px; background: #fff; border-radius: 6px; box-shadow: 0px 7px 24px 0px #0000001f; }
.contact_form h2 { font-size: 32px; }
.contact_form p { margin-top: 16px; }
.contact_form form { display: block; }
.form_group { display: flex; gap: 16px; margin-top: 16px; }
.form_group input,
.form_group select,
.form_group textarea { width: 100%; padding: 16px; background: #f3f5fd; border: 1px solid #f3f5fd; outline: 0; }
.form_group textarea { font-family: var(--ff1); }
.form_group button { padding: 16px 48px; border: 0; outline: 0; border-radius: 50px; background: var(--cg); color: #fff; }
.form_group button:hover { background: var(--cgh); }

@media all and (max-width: 480px) {
	.section-contact { padding: 60px 16px; }
	.contact_row { grid-template-columns: repeat(1, 1fr); }
	.contact_form { padding: 24px; }
	.form_group { flex-direction: column; }
}

@media (min-width: 500px) and (max-width: 992px) {
	.contact_row { grid-template-columns: repeat(1, 1fr); }
}


/* ---------- ----- MAP ----- ---------- */
.section_maps { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 32px; padding: 16px; }
.map_area { display: block; width: 100%; height: 40vh; border-radius: 12px; overflow: hidden; }
.map_area iframe { display: block; width: 100%; height: 100%; border: 0; }

@media all and (max-width: 480px) {
	.section_maps { grid-template-columns: repeat(1, 1fr); }
}



/* ----- Terms and Conditions | Privacy Policy ----- */
.tc__ { display: block; max-width: 768px; margin: auto; }
.tc_:first-child { border-top: none; }
.tc_ { display: block; width: 100%; padding: 32px 0px; border-top: 1px solid #ddd; }
.tc_ h2 {  }
.tc_ p { margin-top: 12px; }
.tc_ ul { list-style-type: disc; padding-left: 24px; margin-top: 12px; }
.tc_ ul li+li { margin-top: 9px; }
.tc_ p a { display: block; }



/* ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ==========
														FOOTER
========== ========== ========== ========== ========== ========== ========== ========== ========== ========== ========== */

.upper_footer { display: block; width: 100%; background: var(--c3); }
.footer_row { max-width: 1140px; margin: auto; display: grid; grid-template-columns: 25% 18% 22% 28%; grid-gap: 3.33%; padding: 60px 16px; }
.footer_col { display: block; width: 100%; }
.footer_col h3 { font-size: 22px; text-transform: uppercase; color: var(--c1); margin-bottom: 16px; }

.footer_logo { display: block; width: 212px; }
.footer_logo img { width: 100%; height: auto; }
.footer_text { margin-top: 16px; }
.footer_text p { text-align: justify; }

.footer_social { display: flex; gap: 9px; margin-top: 12px; }
.footer_social a { display: block; width: 38px; height: 38px; line-height: 38px; text-align: center; border-radius: 50px; background: var(--c1); color: #fff; }

.footer_links {  }
.footer_links li+li { margin-top: 9px; }
.footer_links li a { display: block; position: relative; transition: var(--ts); font-weight: 500; }
.footer_links li a:before { content: '\f101'; margin-right: 6px; font-family: var(--fa); font-weight: 600; color: var(--c1); }
.footer_links li a:hover { color: var(--c1); }

.footer_link { display: flex; gap: 9px; }
.footer_link+.footer_link { margin-top: 12px; }
.footer_icon { display: block; font-size: 38px; color: var(--c1); line-height: 0; }
.footer_info { display: block; }
.footer_info h4 { font-size: 17px; font-weight: 500; }
.footer_info p { transition: var(--ts); font-weight: 500; }
.footer_info a { display: block; margin-left: 6px; transition: var(--ts); }
.footer_info a+a { margin-top: 9px; }
.footer_info a:hover { color: var(--c1); }
.footer_link:hover .footer_info p { color: var(--c1); }

.lower_footer { background: var(--c1); color: #fff; padding: 18px 16px;  }
.footer_row_ { max-width: 1140px; margin: auto; display: flex; justify-content: space-between; }
.footer_col_ { font-weight: 500; }
.footer_col_ p {  }
.footer_col_ ul { display: flex; gap: 8px; }
.footer_col_ ul li a {  }

@media all and (max-width:480px) {
	.footer_row { grid-template-columns: repeat(1, 1fr); grid-gap: 16px; }
	.footer_row_ { flex-direction: column; gap: 16px; text-align: center; }
	.footer_col_ ul li { display: block; width: 100%; }
	.footer_col_ ul li a { display: block; }
}