@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;700&family=Cormorant+SC:wght@300&family=Nunito&family=Poppins:wght@200;400&display=swap');
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Be Vietnam Pro', sans-serif;
	/*font-family: montserrat;*/
}

html {
	scroll-behavior: smooth;
}

ul {
	list-style: disc;	
}

p {
	/*word-wrap: break-word;*/
	line-height: 1.7;
}

a {
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	outline: 0;
}



h1 {
	color: #fff;
	/*font-size: 60px;
	font-weight: 900;*/
	/*margin: 0 0 20px;*/
}

h2 {
	font-size: 42px;
	font-weight: 900;
}

h5 {
	font-size: 18px;
	font-weight: 700;
	/*color: #131313;*/
}

figure {
	margin: 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

button, input {
	line-height: 1.15;
	margin: 0;
	overflow: visible;
}

textarea {
	font-family: inherit;
    line-height: 1.15;
    margin: 0;

    overflow: auto;
}


body {
	font-size: 15px;
	font-weight: normal;
	font-size: normal;
	line-height: 1.5;
	word-wrap: break-word;
}




/*============ HEADER SECTION ==============*/


.site-header {
	/*background-color: #41246D;*/
	width: 100%;
}

.top-header {
	
	background: #00a9ec;
	padding: 12px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.container {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
}

.header-contact-info {
	color: #fafafa;
}

.header-contact-info ul {
	font-size: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-contact-info ul li {
	display: inline-block;
	font-size: 13px;
	padding: 0 10px;
}

.header-contact-info ul li:first-child {
	padding-left: 0;
}

#hd {
	text-decoration: none;
}

.header-contact-info ul li a {
	color: #f8f8f8;
	display: block;
	font-size: 13px;
	line-height: 1.2;
	transition: color 0.4s linear;
}

.header-contact-info ul li [class*=fa-] {
	margin-right: 5px;
}

.header-contact-info ul li i {
	color: #d9d9d9;
	font-size: 14px;
	font-weight: 900;
}

.header-social {
	display: inline-flex;
	align-items: center;
}

.header-social li {
	margin: 0 9px;
}

.header-social li:first-child {
	margin-left: 0;
}

.header-social a {
	color: #d9d9d9;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
}

.social-links ul {
	margin: 0;
	padding: 0;
	font-size: 0;
}

.social-links li {
	display: inline-block;
	list-style: none;
}

.social-links a {
	transition: color 0.4s;
}

.header-search-icon {
	display: inline-flex;
	align-items: center;
	margin-left: 16px;
}

.header-search-icon .search-icon {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color: #d9d9d9;
	padding: 0;
}


.nav-logo {
	height: auto;
	width: 75px;
}

.navbar .navbar-nav .nav-item {
	padding: 0px 7px 0px 7px;
}


.navbar .navbar-nav .nav-item a {
	font-weight: 500;
	color: #000;
}

.navbar .navbar-nav .nav-item a:hover {
	color: #00a9ec;
	border-bottom: 2px solid #00a9ec;
}

.navbar .navbar-nav .nav-but {
	padding: 5px;
}

.navbar .navbar-nav .dropdown-menu li a:hover {
	background: #fff;
}


.dropdown .dropdown-menu{
	display: none;
}


.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu, .dropstart:hover > .dropdown-menu  {
	display: block !important;
	margin-top: .125rem;
	margin-left: .125rem;
}







/*============ hero section ==============*/


.home-banner {
	position: relative;
	width: 100%;
}



.carousel-caption {
	/*bottom: 90px;*/
	z-index: 2;
}

.carousel-caption h5 {
	font-size: 45px;
	letter-spacing: 2px;
	margin-top: 25px;
}

.carousel-caption p {
	width: 85%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}

.carousel-inner::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	z-index: 1;
}

.course-btn {
	
	border: none;
	background: #00a9ec;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	border-radius: 10px;
}

.course-btn:hover {
	background: #009bd8;
}









/*============ about section ==============*/

.home-about-us {
	padding: 41px 0 41px;
	/*background-color: #f8f8f8;*/
}

.home-about-us .about-text h2 {
	/*color: #005ba4;*/
	font-size: 35px;
}

.about-section-title .exam-title {
	text-align: center;
	font-size: 35px;

	/*margin-top: 57px;*/
	text-decoration: underline;
}

.home-about-us .wel-text-box {
	text-align: center;

	/*position: relative;
	z-index: 0;
	transition: 0.2s all;*/
}

.home-about-us .wel-text {
	position: relative;
	z-index: 0;
	transition: 0.2s all;
}

.home-about-us .wel-text:hover {
	z-index: 1;
	box-shadow: 0 8px 50px rgba(0,0,0,0.2);
	transform: scale(1.05); 
}




.home-about-us .wel-text-box .wel-icon {
	border-radius: 100%;
    height: 120px;
    margin: 0 auto;
    position: relative;
    width: 120px;
}

.home-about-us .wel-text-box .wel-icon .wel-text {
	margin-top: -60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    padding: 100px 25px 40px;
    transition: all 0.3s ease-in-out;
}

.wel-text-box .wel-icon img {
	margin-top: 20px;
    width: 128px;
}
.home-about-us .wel-text-box .wel-text {
	margin-top: -60px;
    box-shadow: 0 0 10px rgb(0 0 0 / 13%);
    padding: 100px 25px 40px;
    transition: all 0.3s ease-in-out;
}

.home-about-us .wel-text-box .wel-text a {
	color: #323232;
    margin: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}

.home-about-us .wel-text-box .wel-text:hover a {
	/*color: #005ba4;*/
	color: #009bd8; 
}

.wel-title {
	color: #000;
	font-size: 20px;
	padding-bottom: 15px;
}









		/* nursing exam section */


		/* education-section */
.education-section {
	padding: 20px 13px 20px;
	/*padding-top: 0px;*/
    /*background-color: #f3f3f3;*/
    /*padding: 0px 0px 0px;*/
}

.education-heading {
	float: left;
    width: 100%;
    text-align: center;
    margin: -8px 0 22px 0;
}

.education-title {
	text-align: center;
	text-decoration: underline;
}

.programs-wrap {
	float: left;
    width: 100%;
}

.programs:before {
	display: table;
    content: " ";
}

.program-des {
	float: left;
    width: 100%;
    text-align: center;
    border: 1px solid rgba(225, 225, 225, 0.5);
    background-color: #fff;
}

.program-head {
	background: #000;
}

.program-des h5 {
	padding: 24px 0;
    font-weight: 300;
    color: #fff;
}

.program-des .short-des {
	background-color: #f8f8f8;
    display: block;
    padding: 30px 7px;
}

.program-des ul {
	float: left;
    width: 100%;
    padding: 28px 10px 0px;
    text-align: center;
    border-width: 1px 0 1px 0;
    /*border-style: solid;*/
    border-color: #e8e8e8;
}

.program-des ul li {
	display: block;
    margin-bottom: 23px;
    list-style: none;
}

.program-des ul li a {
	display: block;
    font-weight: normal;
    color: #666;
    text-decoration: none;
}













		/* gallery section */

.home-gallery-section {
	/*padding: 41px 0 41px;*/
	/*margin-bottom: 35px;*/

	/*padding: 41px 0px 0px;*/

	padding: 50px 0px 80px;
	margin-bottom: 0px;
	position: relative;
	z-index: 1;
}



.home-gallery-section .section-title .gallery-title {
	text-align: center;
	font-size: 35px;

	text-decoration: underline;

	/*padding-bottom: 23px;*/

}


.home-gallery-section .home-gallery {
	width: 100%;
	min-height: 82vh;
	display: flex;
	align-items: center;
	justify-content: center;
	/*padding: 50px 8%;*/
	padding: 20px 4%;
}

.home-gallery-section .home-gallery .gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
	grid-gap: 30px;
}

.home-gallery-section .home-gallery .gallery img {
	width: 100%;
}

.gallery img:hover {
	opacity: 0.8;
}

.gallery-btn {
	margin-top: 40px;
    text-align: center;
}

.button-round-primary {
	background-color: #00a9ec;
    color: #ffffff;
    border-radius: 25px;
    border: none;
    display: inline-block;
    position: relative;
    ont-size: 15px;
    line-height: 1.1;
    padding: 16px 28px;
    font-weight: 700;
}

.button-round-primary:hover {
	background-color: #000;
    color: #ffffff;
}

		/*counter section*/

.home-counter-section {
	position: relative;
	/*z-index: 1;*/
	padding-top: 65px;
	padding-bottom: 65px;
	/*background-image: url(images/experience-image.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.y-middle {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sec-title {
	position: relative;
}

.sec-title .sub-text {
	display: block;
	font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    margin: 0 0 30px;
}

.sec-title .title {
	font-weight: 700;
	margin: 0;
	color: #ffffff;
	padding-bottom: 65px;
}

.sec-title .contact-btn {
	margin-top: 47px;
	font-weight: 500;
	padding: 15px 40px 15px 40px;
    background-color: #00a9ec;
    border-radius: 30px 30px 30px 30px;
    color: #ffffff;
    
    
}

.sec-title .contact-btn:hover {
	background-color: #ffffff;
	color: #000;
}

.count-sec {
	margin-bottom: 50px;
    margin-top: 57px;
}

.home-counter-section .counter-list {
	position: relative;
	margin-left: 66px;
}

.home-counter-section .counter-list .counter-right-border {
	position: relative;
    z-index: 11;
}



.home-counter-section .counter-list .count-text .count-number {
	margin-bottom: 10px;
}

.home-counter-section .counter-list .count-text .count-number .count {
	font-size: 48px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
}

.home-counter-section .counter-list .count-text .title {
	font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #ffffff;
    /*color: #FFFFFFC4;*/
}

.home-counter-section .counter-list .counter-left-border {
	position: relative;
	z-index: 11;
}











		
		/* testimonial section */

.home-testimonial-section {
	padding: 41px 0 41px;
	position: relative;
	z-index: 1;

}

.single-client-card {
	border-radius: 10px;
	box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 20%);
    background-color: #fff;

    margin-top: 25px;
    margin-bottom: 25px;
}

.single-client-card .client-card-image {
	padding-top: 20px;
    padding-bottom: 25px;
}

.single-client-card .client-card-image img {
	width: 90px;
	border-radius: 50%;
}

.single-client-card .client-card-content {
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}

.single-client-card .client-card-content {
	font-family: "Lora", serif;
	font-style: italic;
	color: #131313;
}

.single-client-card .client-card-content .client-title a {
	font-size: 18px;
	font-weight: 700;
	font-style: italic;
	color: #131313;

	transition: all 0.3s ease-in-out 0s;
}

.single-client-card .client-card-content .client-title a:hover {
	color: #009bd8;
}

.single-client-card .client-card-content .client-text {
	margin-top: 13px;

	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 24px;

	color: #646772;
    margin: 0px
}

.single-client-card .client-card-meta {
	border-top: 1px solid #e8e8e8;
}


.single-client-card .client-card-meta .rating-box {
	margin: 0;
    padding: 15px;
}

.single-client-card .client-card-meta .rating-box li {
	display: inline-block;
    color: #fec722;
    font-size: 16px;
}


.client-testimonial .sub-title {
	font-size: 18px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	color: #00a9ec;

	text-align: right;
	font-style: italic;
}

.client-testimonial .title {
	text-decoration: underline;
	font-size: 24px;
	margin-top: 16px;

	text-align: right;
}

.client-testimonial .text {
	margin-top: 25px;

	text-align: right;
}

.client-testimonial .main-btn {
	margin-top: 10px;
    line-height: 48px;
    font-family: "Lora", serif;
    font-style: italic;
    font-weight: 700;

    float: right;

    padding: 0 22px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;

    background: #00a9ec;
}

.client-testimonial .main-btn:hover {
	background: #000;
	color: #ffffff;
}







/*============ TESTIMONIAL PAGE ==============*/

.testimonial-block-two {
    position: relative;
    padding: 15px 15px;
    margin-bottom: 15px;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-left: 56px;
    background-color: #fff;
    padding: 35px 40px;
    padding-left: 89px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.testimonial-block-two .inner-box:before {
	position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 7px;
}

.testimonial-block-two .image-box {
	position: absolute;
    top: 50px;
    left: -75px;
    height: 160px;
    width: 160px;
    padding: 8px;
    border-radius: 50%;
    
}

.testimonial-block-two .image-box .image {
    position: relative;
    display: inline-block;
    height: 144px;
    width: 144px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0;
    border: 7px solid #fff;
}

.testimonial-block-two .image-box .image img {
	height: 100%;
    width: 100%;
}

.testimonial-block-two .content-box {
	position: relative;
}

.testimonial-block-two .content-box .rating {
	display: flex;
	align-items: center;
    font-size: 14px;
    line-height: 30px;
    color: #fec722;
    margin-bottom: 5px;
}

.testimonial-block-two .content-box .text {
    position: relative;
    font-size: 18px;
    line-height: 30px;
    color: #73787d;
    margin-bottom: 15px;
}

.testimonial-block-two .content-box .name {
    margin-bottom: 2px;
}

.testimonial-block-two .content-box .designation {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #005ba4;
    font-weight: 400;
    text-align: center;
}




























/*============ ABOUT PAGE ==============*/

.inner-banner-wrap {
	margin-bottom: 35px;
}

.inner-banner-container {

	/*background: #005ba4;*/
    /*background: #212331;*/
    padding: 100px 0;
    /* padding-top: 20px; */
    /* min-height: 176px; */
    /*display: flex;*/
    /* align-items: center; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.inner-banner-container:before {
	/*background: rgba(0,0,0,0.3);*/
	background: #000;
	content: "";
    display: block;
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.inner-banner-container .inner-banner-content {
	position: relative;
	color: #fff;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	flex-direction: column;

	top: 17%;
}

.inner-banner-container .inner-title {
	/*font-size: 27px;*/
	color: #fff;
	line-height: 1.1;
	margin-bottom: 0;
}

.breadcrumbs {
	padding: 0px;
    margin-top: 14px;

    /*width: 35%;*/
}

.breadcrumbs-item {
	display: inline-block;
}

.breadcrumbs-item:not(:last-of-type)::after {
	content: "/";
	margin: 0 5px;
	color: #CCCCCC;
}

.breadcrumbs-link {
	text-decoration: none;
	color: #00a9ec;
	font-weight: 500;
}

.breadcrumbs-link:hover {
	text-decoration: underline;
}

.breadcrumbs-active {
	/*color: #009bd8*/
	color: #fff;
}

		/*about section*/

.about-section {
	margin-bottom: 35px;
}

.about-section .about-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 750;
}

		/* academy section */

.academy-section {
	margin-bottom: 35px;
    padding-top: 40px;
    background: #f8f8f8;
    padding-bottom: 40px;
}

.academy-section .inner-academy-image {
	margin-right: 10px;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}

.academy-section .academy-content {
	padding: 45px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    background-color: #FFF;
    border-radius: 25px;
    position: relative;
}

.academy-section .academy-content .academy-title {
	font-size: 29px;
    margin-bottom: 20px;
    font-weight: 450;
}

.academy-section .academy-content .academy-info {
	margin-bottom: 20px;
}

		/* experience section */

.experience-section {
	margin-bottom: 35px;
}

.experience-section .experience-content {
	padding: 45px;
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 10%);
    background-color: #FFF;
    border-radius: 25px;
    position: relative;
}

.experience-section .experience-content .experience-title {
	font-size: 29px;
    margin-bottom: 20px;
    font-weight: 450;
}

/*.experience-section .experience-content .experience-info ul.experience-list li {
	list-style-type: square;
}*/


/*============ STUDY PAGE ==============*/









/*============ GALLERY PAGE ==============*/

.gallery-section {
	margin-bottom: 50px;
}

.gallery-section .gallery-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}

.gallery-section .gallery-container .single-gallery .gallery-img {
	text-align: center;
}

.page-pagination {
	margin: 50px 0 35px;
    text-align: center;
}

.page-pagination, .page-pagination > ul {
	/*float: left;*/
    width: 100%;
}

.page-pagination > ul > li {
    display: inline-block;
    list-style: none;
    margin: 0 11px 0 0;
}

.page-pagination > ul > li.active {
  	background: #00a9ec;
    color: #fff;
}


.page-pagination > ul > li > a {
    border: 1px solid #ececec;
    color: #888888;
    float: left;
    height: 37px;
    /*line-height: 1.6;*/
    padding: 4px 11px;
    width: 37px;
}




/*============ PLACEMENT PAGE ==============*/

.placement-section {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.placement-section:before {
	display: table;
	content: " ";
}

.job-tab {
	display: block;
	border-bottom: 1px solid #e9ecef;
	position: relative;
    padding: 30px;
}

.post-job {
	display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
}

.badge {
	display: inline-block;
	min-width: 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	margin-top: 20px;
    border-radius: 3px;
    padding: 4px 16px;

    color: #ffffff !important;
    background-color: #009bd8 !important;
    /*border-color: #009bd8 !important;*/
}

.job-tab h3 {
	font-size: 18px;
	font-weight: bold;
    padding: 13px 0 5px;
    margin: 0;
}

.job-tab small span {
	padding-right: 10px;
}

.job-meta p {
	font-weight: 400;
	padding: 35px 0 7px;
    margin: 0;
    line-height: 1;
    font-size: 21px;
}

.job-tab h4 {
    padding: 20px 0 10px;
    margin: 10px 0 0;
    line-height: 1;
    font-size: 18px;
    font-weight: bold;
}

.btn-round {
	background: #009bd8;
	color: #fff; 
}

.btn-round:hover {
	background: #000;
	color: #fff;
}

/*============ PLACEMENT DETAIL PAGE ==============*/

.job-detail-section {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.job-detail-wrapper {
	width: 100%;
    display: table;
    border-radius: 6px;
    margin-bottom: 40px;
    border: 1px solid #eaeff5;
}

.detail-wrapper-body {
	padding: 1.5em 1em 1.5em 1.5em;
}

.detail-wrapper-body h4 {
	color: #009bd8;
	display: inline-block;
	font-size: 16px;
	text-align: center;
	font-weight: 600;
	margin-top: 7px;
	margin-bottom: 9px;
}

.detail-wrapper-body span {
	width: 100%;
    display: block;
}

.job-btn {
	margin-top: 10px;
	background: #009bd8;
	color: #fff;
}

.job-btn:hover {
	background: #000;
	color: #fff;
}

.modal-content {
	border-radius: 0 !important;
    border: 1px solid #ededed !important;
    box-shadow: none !important;
}

.close-btn {
	background-color: #f3f6f9 !important;
     bottom: -33px; 
    color: gray !important;
    display: block;
    float: none;
    font-size: 10px;
    height: 30px;
    opacity: 0.8 !important;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-shadow: none !important;
    width: 30px;
    z-index: 100;
}

.post-padding .content-title {
	margin-bottom: 30px;
}

.modal .form-control {
    margin-bottom: 20px;
}

.submit-form .form-control {
	background-color: #f3f6f9;
    background-image: none;
    border: 1px solid #eceff2;
    border-radius: 0;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
    color: #656565;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    width: 100%;
}

.apply-btn {
	color: #fff;
	background: #009bd8;
	border: none;
	display: inline-block;
	padding: 6px 12px;
}

.job-detail {
	border-left: 1px solid #eaeff5;
	display: grid;
    align-items: center;
}

.job-detail .info {
	margin-bottom: 10px;
}

.job-detail .info i {
	padding-right: 15px;
}

.detail-wrapper-header {
    background: #424242;
    border-radius: 6px 6px 0 0;
    padding: 20px 25px;
    border-bottom: 1px solid #eaeff5;
}

.detail-wrapper-header h4 {
    margin: 0;
    font-weight: 500;
    color: #ffffff;
    font-size: 20px;
}

.detail-wrapper-body {
    padding: 1.5em 1em 1.5em 1.5em;
}

.widget-boxed {
	background-color: #fff;
    border-radius: 6px;
    padding: 25px 20px;
    /*transform: translate3d(0, 0, 0);*/
    z-index: 1;
    margin-bottom: 25px;
    position: relative;
    border: 1px solid #eaeff5;
}

.widget-boxed-header {
	padding: 0 0 15px 0;
    border-bottom: 1px solid #eaeff5;
    margin-bottom: 10px;
}

.widget-boxed-header h4 {
    margin: 0;
    font-size: 18px;
}


.widget-boxed-header h4 i {
	background: #009bd8;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    padding: 0;
    font-size: 18px;
    display: inline-block;
    margin-right: 10px;
}

.side-list ul li {
    list-style: none;
    padding: 7px 5px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #eaeff5;
}

.side-list ul li i {
	padding-right: 15px;
}

/*============ SERVICES PAGE ==============*/

.services-details-section {
	margin-bottom: 60px;
}

.service-left-col {
    flex: 0 0 30%;
    max-width: 30%;
    margin-top: 65px;
    padding-bottom: 40px;
}

.service-sidebar {
	display: block;
}

.post-list {
    list-style-type: none;
    padding: 0;
}

.service-sidebar .post-list {
    background-color: #f5f8fb;
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-sidebar .post-list:not(:last-child) {
    padding: 0;
}


.post-list li {
	position: relative;
    display: block;
    margin-bottom: 10px;
}

.post-list li a {
	position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 20px 17px 50px;
    box-shadow: 20px 5px 20px 0px rgb(0 0 0 / 5%);
}

.post-list li a:hover {
	background: #00a9ec;
	color: #fff;
}




.service-right-col {
    flex: 0 0 70%;
    max-width: 70%;
    padding-top: 65px;
}

/*.service-form-wrapper {
	padding: 50px 60px 60px;
    margin-left: 70px;
    border-top: 4px solid #00a9ec;
	box-shadow: 0px 4px 80px 0px rgb(22 23 26 / 14%);
}*/

/*.section-title-pre {
	font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    color: #00a9ec;
}*/

/*.section-title {
	font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
}*/


/*.service-contact-form input {
	margin-bottom: 20px;
    font-size: 16px;
    height: 60px;
    font-weight: 400;
    padding-left: 30px;
}*/

/*.service-contact-form input[type=text],.service-contact-form input[type=email] {
	outline: none;
    background-color: #fff;
    width: 100%;
    line-height: 56px;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
}

.service-contact-form .form-select {
	font-size: 16px;
    height: 60px;
    font-weight: 400;
    padding-left: 30px;
    margin-bottom: 20px;
}

.service-contact-form textarea {
	font-size: 16px;
	outline: none;
    background-color: #fff;
    width: 100%;
    padding-right: 26px;
    border: 1px solid #E0E2E3;
    padding-left: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
}


.msg-btn {
    padding: 16px 51px;
    font-weight: 700;
    font-size: 14px;
    background: #00a9ec;
    color: #fff;
    border: none;
    text-align: center;
}*/









/*============ ONLINE COURSES PAGE ==============*/

.exam-detail-section {
	position: relative;
	z-index: 1;
	margin-bottom: 35px;
}

.exam-description {
	background-color: #ffffff;
	border-radius: 30px;
	overflow: hidden;
}

.exam-description .exam-tag {
	padding: 20px 0;
}

.exam-description .blue-border {
	border-right: 2px solid rgb(0, 188, 212);
}

.exam-description .figure-round-border {
	border-radius: 25px;
	overflow: hidden;
}

.figure-round-border img {
	border-radius: 25px;
}


.tab-wrapper {
	min-height: 55vh;
	box-sizing: border-box;
	padding-top: 5%;
	line-height: 1.5;
	max-width: 960px;
	margin: 0 auto;
}

.tab-box {
	display: flex;
	flex-wrap: wrap;
}

.tab-box label {
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,0.5);
	order: 1;
	display: block;
	padding: 16px 48px;
	margin-right: 4px;
	cursor: pointer;
}

.tab-box .content {
	display: none;
	padding: 30px;
	margin-top: 5px;
	background: #ffffff;
	box-shadow: 0 2px 10px -2px rgba(0,0,0,0.5);
	order: 99;
	flex-grow: 1;
	width: 100%;
}

.tab-box input[type="radio"] {
	display: none;
}

.tab-box input[type="radio"]:checked + label {
	background: #edf1f3;
}

.tab-box input[type="radio"]:checked + label + .content {
	display: block;
}

.tab-box .content .accordion .accordion-item {
	border: 1px solid rgba(4, 0, 23, 0.1);
    margin-bottom: 30px;
    border-radius: 4px;
}

.tab-box .content .accordion .accordion-body {
	padding: 25px 30px;
    line-height: 1.5;
}

.tab-box .content .accordion .accordion-body:before, .tab-box .content .accordion .accordion-body .classes-single:before {
	display: table;
    content: " ";
}

.tab-box .content .accordion .accordion-body .classes-single {
	margin-bottom: 25px;
}

.tab-box .content .accordion .accordion-body .classes-single .lecture span {
	padding-right: 15px;
}

.tab-box .content .accordion .accordion-body .classes-single .lecture i {
	color: #009bd8;
    font-size: 18px;
    padding-right: 10px;
}

.name {
	text-align: center;
}









.exam-detail-section .sidebar .widget-bg {
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
    border-radius: 25px;
}

.exam-detail-section .sidebar .widget-post-thumb {
	background-color: #edf1f3;
    padding: 40px 30px 0px 30px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget-bg .bg-title {
	background-color: #009bd8;
    color: #ffffff;
    padding: 17px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 30px;
    font-weight: 700;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: disc;
}

.widget ul li {
	list-style: none;
}

.widget-post-thumb li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.widget-bg ul li {
	color: #414141;
}

.widget-post-thumb ul li {
	display: flex;
	align-items: center;
	/*border-color: rgb(100 96 96 / 23%);*/
}

.widget-post-thumb ul li:before {

}

.widget-post-thumb .post-thumb {
	float: left;
	position: relative;
}

.widget-post-thumb ul li figure {
	width: 90px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;

    bottom: 25px;
}

.widget a {
	display: block;
}

.widget-post-thumb li a {
	color: inherit;
	font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.widget-post-thumb li a:hover {
	color: #009bd8;
}

.widget-post-thumb .post-content {
	float: right;
	width: calc(100% - 120px);
}

.widget-post-thumb ul li .post-content h5 {
	color: #ffffff;
}

/*============  STUDY ABROAD PAGE ==============*/







/*============  STUDY PAGE ==============*/

.single-country-section {
	margin-bottom: 50px;
}

.country-details__content {
	padding-right: 40px;
	margin-bottom: 60px;
}

.single-country-image {
	margin-bottom: 20px;
    border-radius: 25px;
    overflow: hidden;
}

.single-country-info {
	margin-bottom: 20px;
}

.single-country-info .single-country-title {
	color: #00a9ec;
}

.single-country-info .single-country-sub {
	font-size: 15px;
    font-weight: bolder;
    margin-top: 15px;
	text-decoration: underline;
    text-underline-offset: 5px;
}

.single-country-info ol>li {
	margin-bottom: 15px;
}

.single-country-info p {
	margin-bottom: 5px;
}

.course-univ {
	font-weight: bolder;
}

.single-country-univ {
	margin-top: -5px;
}

.single-country-sidebar {
    position: relative;
    display: block;
    max-width: 365px;
    width: 100%;
    margin-bottom: 30px;
}

.single-country-sidebar .banner-widget {
	position: relative;
	display: block;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 8%);
}

.single-country-sidebar .banner-widget .widget-content {
	position: relative;
	display: block;
	/*background-image: url();*/
	width: 100%;
	padding: 45px 30px 40px 30px;
	background-size: cover;
	background-repeat: no-repeat;
}

.single-country-sidebar .banner-widget .widget-content .shape {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 278px;
	background-repeat: no-repeat;
	background-size: cover;
}

.single-country-sidebar .banner-widget .widget-content .content-box {
	position: relative;
	max-width: 200px;
	width: 100%;
}

.single-country-sidebar .banner-widget .widget-content .content-box .icon-box {
	position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    background-color: #00a9ec;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 23px;
}

.single-country-sidebar .banner-widget .widget-content .content-box h3 {
	display: block;
	font-size: 21px;
	line-height: 32px;
	color: #ffffff;
	font-weight: 600;
	margin-bottom: 22px;
}

.single-country-sidebar .banner-widget .widget-content .content-box .contact-btn {
	position: relative;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 40px;
    font-weight: 700;
    overflow: hidden;
    color: #ffffff;
    z-index: 1;
    border-radius: 50px;
    background: #00a9ec;
    transition: all 500ms ease;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    display: inline-flex;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.single-country-sidebar .banner-widget .widget-content .content-box .contact-btn:hover {
	background: #ffffff;
	color: #000;
}

.accordion {
	box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    border: 1px solid #00a9ec;    
}

/*.accordion .accordion-item {
	background: #000;
	color: #fff;
}*/








.course-top-bar {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.course-top-text {
    margin-top: 15px;
}

.course-top-text p {
    color: #838383;
}

.course-top-text p span {
    font-weight: 700;
    color: #222222;
}

.couse-content {
    width: 100%;
}

.single-course-list {
    display: flex;
    padding: 50px 0;
}

.single-course-list+.single-course-list {
    border-top: 1px solid #ebebeb;
}

.single-course-list:first-child {
    padding-top: 30px;
}

.single-course-list .course-image {
    overflow: hidden;
    flex-shrink: 0;

    display: block;
    position: relative;
}

/*.single-course-list .course-image  {
    display: block;
    position: relative;
}*/

.single-course-list .course-image  img {
    width: 300px;
    border-radius: 5px;
}

.single-course-list .course-content {
    padding-left: 30px;
    flex-grow: 1;
}

.single-course-list .course-content .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-top: 15px;
    color: #00a9ec;
}

.single-course-list .course-content .sub-title {
	font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 15px;
}

.single-course-list .course-content p {
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
}



























/*============  CONTACT PAGE ==============*/

.contact-page-section {
	padding: 0 0 75px;
}

.contact-page-section .map-section {
	border-radius: 25px;
	display: block;
	overflow: hidden;
}

iframe {
	display: block;
	width: 100%;
}


.contact-page-section .contact-form-inner {
	position: relative;
	z-index: 1;
	margin-top: 75px;
}

.contact-detail-container  {
	padding-bottom: 85px;
}

.contact-detail-container .contact-details-list {
	margin-right: 50px;
}

.contact-detail-container .contact-details-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.contact-detail-container .contact-details-list ul li {
	display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px 50px 20px 30px;
    background-color: #f8f8f8;
    border-radius: 25px;
}

.contact-detail-container .contact-details-list ul li .icon {
	margin-right: 30px;
    text-align: center;
    display: inline-block;
}

.contact-detail-container .contact-details-list ul li .icon i {
	width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #00a9ec;
    color: #ffffff;
    font-size: 40px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    margin-right: 0;
}

.contact-details-list ul li .details-content h5 {
	margin-bottom: 5px;
}

.contact-details-list ul li .details-content span {
	display: inline-block;
}

.contact-form-inner .contact-form-wrap {
	border-radius: 25px;
    padding: 70px 25px 70px 25px;
    box-shadow: 0px 0px 15px 10px rgb(0 0 0 / 3%);
    background-color: #ffffff;
}

.contact-form-inner .contact-form-wrap .contact-form {
	display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.contact-form-inner .contact-form-wrap .contact-form p {
	width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.contact-form-wrap .contact-form p input {
	border: 0;
    padding: 12px 20px;
    width: 100%;

    background-color: #f8f8f8;
    border-radius: 30px;
    font-size: 15px;
    height: 50px;
}

.contact-form-inner .contact-form-wrap .contact-form .width-full {
	width: 100%;
}

.contact-form-wrap .contact-form p textarea {
	border: 0;
	padding: 12px 20px;
	width: 100%;

	background-color: #f8f8f8;
	border-radius: 30px;
    font-size: 15px;
}


.contact-form-wrap .contact-form p input[type=submit] {
    width: 100%;
    min-height: 40px;
    padding: 16px 28px;
    background-color: #009bd8;
    

    color: #ffffff;
	font-weight: 500;
	border-radius: 30px;
}
































/*============ FOOTER SECTION ==============*/

.site-footer {
	/*padding-top: 30px;*/
	/*background-color: rgba(17, 17, 17, 0.9);*/
	background: rgb(33, 35, 49);
	color: #C0C0C0;
}


.site-footer .top-footer {
	padding-top: 60px;
	padding-bottom: 60px;
}


.site-footer  a {
	color: #C0C0C0;
	font-size: 15px;
}

.site-footer  a:hover {
	color: #009bd8;
}

.top-footer  .footer-logo {
	/*margin-bottom: 20;*/
	padding-bottom: 20px;
	height: auto;
	width: 75px;
}

.site-footer .footer-social-links {
	margin-top: 25px;
}

.site-footer .footer-social-links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.site-footer .footer-social-links ul li {
	margin: 0 3px;
	display: inline-block;
}

.site-footer .footer-social-links ul li:first-child {
	margin-left: 0;
}

.site-footer .footer-social-links ul li a {
	background-color: transparent;
	color: #d9d9d9;
	border-radius: 100%;
	border: 1px solid #a7a7a7;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	font-size: 13px;
}

.site-footer .footer-social-links ul li a:hover {
	border: none;
	background: #009bd8;
}

.widget {
	margin-bottom: 12px;
}

.widget .widget-title {
	color: #fff;

	line-height: 1.2;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 25px;
}

.site-footer .widget .widget-title {
	margin-top: 20px;
	color: #00a9ec;
}


.widget ul {
	margin: 0;
	padding: 0;
}



.site-footer .widget ul li {
	list-style: none;
	margin-bottom: 20px;
}


.footer-news-letter {
	display: flex;
	margin-bottom: 20px;
}

.footer-news-letter input {
	background-color: #d5d5d5;
	border: 2px solid #d5d5d5;
	width: 65%;
	padding: 0.5rem;
	margin-right: 0.3rem;
}

.footer-news-letter button {
	color: #d5d5d5;
	width: 26%;
	background-color: transparent;
	border: 2px solid #8c94b8;
	padding: 0.5rem;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.footer-news-letter button:hover {
	background-color: #8c94b8;
}

.bottom-footer {
	border-top: 1 px solid #C0C0C0;
	padding-top: 12px;
	padding-bottom: 12px;
}

	

	/* scroll bar */

::-webkit-scrollbar {
	width: .6rem;
	border-radius: .5rem;
	background-color: hsl(0, 0%, 90%);
}

::-webkit-scrollbar-thumb {
	border-radius: .5rem;
	background-color: hsl(0, 0%, 78%);
}

::-webkit-scrollbar-thumb:hover {
	background-color: hsl(0, 0%, 70%);
}


	/* scroll up */

.scrollup {
	position: fixed;
	right: 1rem;
	bottom: -50%;
	background-color: #00a9ec;
	padding: 6px;
	display: inline-flex;
	color: #ffffff;
	font-size: 1.25rem;
	backdrop-filter: blur(24px);
	-webkit-backdrop-filter: blur(24px);
	z-index: 10;
	transition: bottom .4s, transform .4s;
}

.scrollup:hover {
	transform: translateY(-.25rem);
}


	/* show scroll up */

.show-scroll {
	bottom: 3rem;
}






