@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap');
:root {
    /* colors global */
    --primary_color: #ffffff;
    --button_color: #003366;
    --top_header: #001830;
    --top_heading-color: #eeeeee;
    --paragraph_color: #444444;
    --dark_color: #222222;
    --four_text-color: #888888;
    --text-color: #666666;
    --footer_title: #02c1ea;
    --body_color: #212529;
    --button_back: linear-gradient(to right, rgba(0, 45, 110, .9), rgba(0, 86, 172, 1));
}

body {
    font-family: 'Montserrat', sans-serif;
}

p {
    margin-bottom: 0;
}

a {
    text-decoration: none !important;
}

header.sticky.fixed {
    background-color: rgba(255, 255, 255, 1);
    /* transition: all 1s; */
    box-shadow: 0px 5px 8px 0px rgba(6, 31, 43, 0.4);
    height: 68px;
}

header.sticky.fixed .navbar-light .navbar-nav .nav-link {
    color: var(--button_color);
}

header.sticky.fixed .navbar-light .navbar-brand img {
    content: url(../images/LOGO.png);
    height: 41px;
}


/* input:focus{
  border: 1px solid var(--paragraph_color);
} */

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: var(--paragraph_color);
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--button_color);
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--button_color);
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.banner {
    position: relative;
    padding-top: 67px;
}

.banner_gap_img img {
    width: 100%;
}

.banner_text {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    padding: 20px 80px 0;
    transform: translateY(-50%);
}


/* .banner .banner_gap_img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 45, 110, .9), rgba(0, 45, 110, .2));

} */

.banner_text_area {
    width: 100%;
    height: 100%;
    /* border: 2px solid var(--primary_color); */
    border-radius: 5px;
    /* padding-left: 60px; */
    display: grid;
    grid-template-columns: .9fr 1fr;
    grid-gap: 20px;
    justify-content: space-between;
}

.banner_holder {
    width: 30%;
}

.banner_holder_left {
    color: var(--primary_color);
}

.banner_holder_left h1 {
    margin-bottom: 20px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    line-height: 54px;
}

.banner_holder_left p {
    margin-bottom: 40px;
}

.banner_text_area a.learn {
    width: auto;
    padding: 15px 40px;
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
    border-radius: 30px;
    transition: all 1s;
    font-weight: 600;
}

.banner_text_area a.learn:hover {
    background-color: var(--primary_color);
    color: var(--button_color);
}

.top_header {
    background-color: var(--top_header);
    padding: 5px 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.top_header .top_links {
    margin-right: 30px;
}

.top_links ul {
    display: flex;
    margin-bottom: 0;
}

.top_links ul li {
    color: var(--primary_color);
    padding: 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.top_links ul li a {
    font-size: 12px;
    color: var(--primary_color);
}

.top_links ul li a::before {
    content: ">";
    display: flex;
    position: absolute;
    left: 0;
}

.social-links ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.social-links ul li {
    padding: 0 10px;
}

.social-links ul li a {
    color: var(--primary_color);
}

header {
    position: fixed;
    top: 34px;
    left: 0;
    right: 0;
    z-index: 99;
    /* background-color: rgba(255, 255, 255, 0.5); */
}

.navbar-nav {
    width: 100%;
    justify-content: space-between;
}

.navbar-expand-lg .navbar-collapse {
    width: 40%;
    position: relative;
    z-index: 999;
}

a.navbar-brand {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
}


.navbar-light .navbar-brand img {
    /*width: 44%;*/
    height: 43px;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary_color);
}

.navbar-light .navbar-nav .nav-link {
    color: var(--primary_color);
    padding: 0;
    margin-left: 14px;
    margin-right: 14px;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary_color);
    /* border-bottom:2px solid var(--button_color); */
}

.navbar-light .navbar-nav .nav-link:hover::after,
.navbar-light .navbar-nav .nav-link:focus::after,
.navbar-light .navbar-nav .nav-link.active::after {
    content: '';
    width: 50%;
    display: flex;
    background-color: var(--primary_color);
    position: absolute;
    bottom: -6px;
    z-index: 999;
    height: 3px;
}

header.sticky.fixed .navbar-light .navbar-nav .nav-link:hover::after,
header.sticky.fixed .navbar-light .navbar-nav .nav-link:focus::after,
header.sticky.fixed .navbar-light .navbar-nav .nav-link.active::after {
    background-color: var(--button_color);
}
.contact-section{
    display: none;
    transition: all 1s;
}
.contact-section.active_section{
    display:flex;
    position: fixed;
    top: 80px;
    right: 50px;
    z-index: 99;
    width: 55%;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}
.contact-section.active_section .contact-section-holder{
    background-color: var(--primary_color);
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    justify-content: center;
    grid-column-gap: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #8b8b8b;
    border-top: 5px solid var(--button_color);
}
.contact-section.active_section .contact-section-holder textarea, .contact-section.active_section .contact-section-holder label, .contact-section.active_section .contact-section-holder .wpcf7-form-control-wrap, .contact-section.active_section .contact-section-holder .wpcf7-form-control-wrap input{
	width:90%;
}

.contact-section.active_section .contact-section-holder textarea, .contact-section.active_section .contact-section-holder input{
	padding: 5px 15px;
	border-radius: 3px;
	border: 1px solid #8b8b8b;
}
.contact-section.active_section .contact-section-holder input.wpcf7-form-control.wpcf7-submit{
	background-color: var(--button_color);
	color: var(--primary_color);
	border: 0;
	width: 50%;
}
.contact-section-holder p{
	margin-bottom: 15px;
}
.contact-section-holder p.title{
	font-weight: bold;
}
.contact-right-items{
	margin-bottom:15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--top_heading-color);
}
.contact-right-items i{
	transform: rotate(90deg);
	font-size: 20px;
	color: var(--button_color);
}

.contact-right-items a{
	position:relative;
	color: var(--button_color);
	font-weight: 600;
}
.contact-right-items a::after{
	content: ">";
	position: absolute;
	display: flex;
	top: 0;
	right: -15px;
}

.contact-right-items p{
	display: flex;
	align-items: center;
}
.contact-right-items p span{
	padding-left: 10px;
	color: var(--button_color);
}
.contact-right-items p i{
	margin-right:10px;
}
.banner-btm-four-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 50px;
}

.banner-btm-four-items .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 8px;
    background-color: var(--primary_color);
    box-shadow: 0px 2px 15px 5px rgba(246, 246, 246, 0.9);
    color: var(--four_text-color);
    cursor: pointer;
    transition: all 1s;
}

.banner-btm-four-items .items p {
    padding-top: 40px;
}

.banner-btm-four-items .items:hover {
    background-color: transparent;
    background-image: linear-gradient(to bottom right, rgba(136, 136, 136, 1), rgba(0, 45, 110, 1));
}

.banner-btm-four-items .items:hover img#four_items1 {
    content: url(../images/razor_w.png);
}

.banner-btm-four-items .items:hover img#four_items2 {
    content: url(../images/barber_w.png);
}

.banner-btm-four-items .items:hover img#four_items3 {
    content: url(../images/barber_2_w.png);
}

.banner-btm-four-items .items:hover img#four_items4 {
    content: url(../images/scissors_w.png);
}

.banner-btm-four-items .items:hover p {
    color: var(--primary_color);
}

.enrolling_blue {
    background-color: var(--button_color);
    color: var(--primary_color);
}

.enrolling_blue h2 {
    margin-bottom: 30px;
    font-weight: 300;
}

.enrolling_blue p {
    margin-bottom: 30px;
    padding: 0 150px;
}

.b_button {
    width: auto;
    border: 1px solid var(--primary_color);
    padding: 15px 30px;
    border-radius: 30px;
    color: var(--primary_color);
}

.b_button:hover {
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
}

.b_button:focus {
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
}

.more_button {
    display: flex;
    justify-content: center;
}

.more_button a:focus {
    border: 1px solid var(--primary_color);
}

section.mid-image-text .top-section,
section.mid-image-text .bottom-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

section.mid-image-text .top-section figure,
section.mid-image-text .bottom-section figure {
    margin: 0;
    position: relative;
}

section.mid-image-text .top-section figure::before,
section.mid-image-text .bottom-section figure::before {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 92%;
    border: 1px solid var(--primary_color);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.mid-image-text .top-section img,
section.mid-image-text .bottom-section img {
    width: 100%;
}

section.mid-image-text .top-section .right-text-sec,
section.mid-image-text .bottom-section .right-text-sec {
    padding: 30px 60px;
    display: flex;
    flex-direction: column;
}

section.mid-image-text .top-section .right-text-sec h1,
section.mid-image-text .bottom-section .right-text-sec h1 {
    color: var(--text-color);
    font-weight: 300;
}

section.mid-image-text .top-section .right-text-sec a,
section.mid-image-text .bottom-section .right-text-sec a {
    background-image: var(--button_back);
    width: 40%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-decoration: none;
}

section.location {
    background-color: var(--top_heading-color);
}

section.location .location_main {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

section.location .location_main .location-text h1 {
    font-weight: 300;
    color: var(--text-color);
    margin-bottom: 30px;
}

section.location .location_main .location-text p {
    color: var(--paragraph_color);
    font-weight: 400;
}

section.location .location_main .location-img-sec {
    display: flex;
}

section.location .location_main .location-img-sec .location_img1 {
    position: relative;
}

section.location .location_main .location-img-sec .location_img1 p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    text-align: center;
    color: var(--top_header);
    font-weight: 600;
    text-transform: uppercase;
}

section.location_bottom-sec .section_image-text {
    display: grid;
    grid-template-columns: 1fr 2fr;
    align-items: center;
}

section.location_bottom-sec .section_image-text .right-text {
    padding-right: 80px;
}

section.location_bottom-sec .section_image-text .right-text h1 {
    margin-bottom: 30px;
    color: var(--text-color);
    font-weight: 300;
}

section.location_bottom-sec .section_image-text .right-text p {
    margin-bottom: 30px;
    color: var(--paragraph_color);
}

section.opportunity {
    background-color: var(--button_color);
}

section.opportunity .opportunity_sec {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 30px;
    align-items: center;
}

section.opportunity .opportunity_sec .left-text h1 {
    color: var(--primary_color);
    font-weight: 300;
}

section.opportunity .opportunity_sec .right-button {
    display: flex;
    justify-content: flex-end;
}

section.opportunity .opportunity_sec .right-button a.b_button {
    padding: 12px 60px;
}

section.news {
    display: grid;
    grid-template-columns: 2fr 1.5fr;
    grid-column-gap: 30px;
}

section.news .news_left h1 {
    margin-bottom: 30px;
    color: var(--text-color);
    font-weight: 300;
}

section.student_services .news_left h1 {
    margin-bottom: 10px;
    color: var(--text-color);
    font-weight: 300;
}

section.news .news_left .news_card {
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 15px 5px rgba(246, 246, 246, 0.9);
    margin-bottom: 30px;
    border-radius: 7px;
}

section.news .news_left .news_card .news_card_left {
    width: 200px;
    height: 208px;
    overflow: hidden;
}

section.news .news_left .news_card .news_card_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.news .news_left .news_card .news_card-right {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

section.news .news_left .news_card .news_card-right p:first-child {
    font-weight: bold;
}

section.news .news_left .news_card .news_card-right p {
    color: var(--paragraph_color);
    margin-bottom: 15px;
}

section.news .news_left .news_card .news_card-right a.b_button {
    width: 40%;
    border-color: var(--button_color);
    color: var(--button_color);
    text-align: center;
    padding: 10px 30px;
}

section.news .news_right .subscribe-sec {
    background-color: var(--top_heading-color);
    text-align: center;
}

section.news .news_right .subscribe-sec .subscribe-sec-img {
    text-align: center;
    margin: 30px auto;
}

section.news .news_right .subscribe-sec h1 {
    text-align: center;
    color: var(--button_color);
    font-weight: 300;
    margin-bottom: 10px;
}

section.news .news_right .subscribe-sec p {
    font-weight: 600;
}

section.news .news_right .subscribe-sec form {
    margin: 20px 0 50px;
    text-align: left;
}

section.news .news_right .subscribe-sec form input {
    height: 50px;
    border-radius: 30px;
    padding: 10px 30px;
    border: 0;
    outline: 0;
}

section.news .news_right .subscribe-sec form input:focus {
    background-color: var(--primary_color);
}

section.news .news_right .subscribe-sec form input[type=submit] {
    width: 100%;
    background-image: var(--button_back);
    border: 0;
    border-radius: 30px;
    height: 50px;
}

section.news .news_right .subscribe-sec form button {
    width: 100%;
    background-image: var(--button_back);
    border: 0;
    border-radius: 30px;
    height: 50px;
    margin-top: 30px;
}

section.news .news_right .social-sec {
    padding: 50px 30px;
    background-color: #fbfbfb;
    text-align: center;
}

section.news .news_right .social-sec h1 {
    color: var(--button_color);
    font-weight: 300;
}

section.news .news_right .social-sec .social_btn {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

section.news .news_right .social-sec .social_btn a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    color: var(--primary_color);
    padding: 10px 80px;
    border-radius: 30px;
    font-weight: 600;
}

section.news .news_right .social-sec .social_btn a.facebook {
    background-color: #3a5795;
}

section.news .news_right .social-sec .social_btn a.twitter {
    background-color: #00acee;
}

section.news .news_right .social-sec .social_btn a.instagram {
    background-color: #cc3366;
}

section.news .news_right .social-sec .social_btn a i {
    width: 100px;
    font-size: 28px;
}

section.news .news.single_news_left .post-thumbnail {
    margin-bottom: 30px;
    max-width: 100%;
}

section.news .news.single_news_left .post-thumbnail img {
    max-width: 100%;
    height: auto;
}

section.instagram-feed p {
    font-weight: 600;
    color: var(--paragraph_color);
    margin-bottom: 30px;
}

section.instagram-feed h1 {
    color: var(--paragraph_color);
    font-weight: 300;
}

section.instagram-feed a {
    color: var(--button_color);
    font-weight: 300;
    font-size: 40px;
}

section.instagram-feed .instagram-sec {
    display: grid;
    /* grid-template-columns: repeat(8, 1fr); */
    /* grid-column-gap: 5px; */
    margin-top: 30px;
}

section.success_priority {
    position: relative;
}

section.success_priority img {
    width: 100%;
}

section.success_priority .success_priority_text {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

section.success_priority .success_priority_text h1 {
    color: var(--primary_color);
    font-weight: 300;
    margin-bottom: 30px;
}

section.success_priority .success_priority_text p {
    font-weight: 600;
    color: var(--primary_color);
    margin-bottom: 30px;
}

section.success_priority .success_priority_text .success_btn-sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
}

section.success_priority .success_priority_text .success_btn-sec a {
    text-align: center;
}

section.success_priority .success_priority_text .success_btn-sec a:first-child {
    background-color: var(--primary_color);
    color: var(--paragraph_color);
}

.why_ubc_details.gap_left_right.center a#con_button, .why_ubc_details.gap_left_right.center a#san_button{
    background-image: var(--button_back);
    width: 40%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    text-decoration: none;
    border: 1px solid var(--primary_color);
    padding: 15px 30px;
    border-radius: 30px;
    color: var(--primary_color);
}
.why_ubc_details_buttons {
    display: flex;
    justify-content: space-around;
    padding-bottom: 50px;
}

footer {
    margin-top: 5px;
    background-color: var(--button_color);
}

footer .footer-main {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    grid-column-gap: 120px;
}

footer .footer-main .footer-sec p.title {
    color: var(--footer_title);
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--footer_title);
    padding-bottom: 15px;
}

footer .footer-main .footer-sec p,
footer .footer-main .footer-sec ul li a {
    color: var(--primary_color);
    text-decoration: none;
}

footer .footer-main .footer-sec p.learn {
    margin: 50px 0;
    color: var(--footer_title);
    font-weight: 600;
}

footer .footer-main .footer-sec ul li {
    color: var(--primary_color);
}

footer .footer-main .footer-sec .logo_w {
    margin-bottom: 30px;
}

footer .footer-main .footer-sec .address-sec p {
    margin-bottom: 20px;
    display: flex;
}

footer .footer-main .footer-sec .address-sec p:last-child {
    padding-left: 38px;
}

footer .footer-main .footer-sec .address-sec p img {
    width: 18px;
    height: 100%;
    margin-top: 4px;
    margin-right: 20px;
}

.footer_copyright {
    color: var(--primary_color);
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid var(--footer_title);
    font-size: small;
    align-items: center;
}

.footer_copyright p {
    font-weight: 300;
}

.footer_copyright p a {
    color: var(--footer_title);
}

.footer_copyright ul {
    display: flex;
}

.footer_copyright ul li {
    margin-left: 30px;
}

.footer_copyright ul li a {
    color: var(--primary_color);
}

.social_footer ul {
    display: flex;
    align-items: center;
}

.social_footer ul li {
    margin-right: 15px;
}

.social_footer ul li a {
    background-color: var(--footer_title);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary_color);
}

.top_arrow {
    text-align: center;
    margin-top: -2px;
    position: absolute;
    left: 0;
    right: 0;
}

.why_banner_text {
    bottom: 50px;
    width: 100%;
}

.why_banner_text .why_banner_text_area {
    background-color: rgba(0, 51, 102, .8);
    width: 100%;
}

.why_banner_text .why_banner_text_area h1 {
    text-align: center;
    color: var(--primary_color);
    font-weight: 600;
    text-transform: uppercase;
}

section.banner_bottom_sec {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 30px;
    align-items: center;
}

section.banner_bottom_sec .left_sec p {
    color: var(--paragraph_color);
    font-weight: 400;
    line-height: 28px;
}

section.banner_bottom_sec .right_sec {
    height: 400px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

section.banner_bottom_sec .right_sec img {
    width: 100%;
}

.why_success_btn-sec a {
    background-color: var(--primary_color);
    color: var(--paragraph_color);
    padding: 12px 50px;
}

.why_success_btn-sec a:hover {
    color: var(--paragraph_color);
}

.why_success_btn-sec a:active,
.why_success_btn-sec a:focus {
    color: var(--paragraph_color)
}

section.map-sec iframe {
    width: 100% !important;
}

section.map-sec .overlay_sec {
    width: 100%;
    top: 50px;
}

section.map-sec .overlay_sec .overlay_sec_holder {
    width: 40%;
    background-color: var(--button_color);
    padding: 30px;
    border-radius: 8px;
}

section.map-sec .overlay_sec .overlay_sec_holder p {
    color: var(--primary_color);
    margin-bottom: 30px;
}

section.map-sec .overlay_sec .overlay_sec_holder .btn-sec {
    display: flex;
    justify-content: space-between;
}

section.map-sec .overlay_sec .overlay_sec_holder .btn-sec a {
    color: var(--footer_title);
    font-weight: 600;
}

section.admission_banner_bottom_sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-column-gap: 50px;
}

section.admission_banner_bottom_sec .left_sec h1 {
    color: var(--paragraph_color);
    font-weight: 400;
    margin-bottom: 30px;
    padding-right: 50px;
}

section.admission_banner_bottom_sec .right_sec {
    border-radius: 8px;
    overflow: hidden;
}

section.admission_banner_bottom_sec .right_sec img {
    width: 100%;
}

section.student_course .student_course_details .course_items {
    display: grid;
    grid-template-columns: auto 2fr;
    grid-column-gap: 80px;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #dddddd;
}

section.student_course .student_course_details .course_items:last-child {
    border-bottom: 0;
}

section.student_course .student_course_details .course_items .course_img {
    width: 220px;
    height: 280px;
    border-radius: 8px;
}

section.student_course .student_course_details .course_items .course_details {
    padding-right: 20%;
}

section.student_course .student_course_details .course_items .course_details h1 {
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 30px;
}

section.student_course .student_course_details .course_items .course_details p {
    line-height: 28px;
    margin-bottom: 30px;
}

section.student_course .student_course_details .course_items .course_details a {
    background-image: var(--button_back);
    font-weight: 600;
    color: var(--primary_color);
    padding: 15px 40px;
    border-radius: 30px;
}

.college_schedules_details h1 {
    font-weight: 400;
    color: var(--text-color);
}

.college_schedules_details p {
    font-weight: 700;
    color: var(--paragraph_color);
    margin-bottom: 30px;
}

.college_schedules_details ul li {
    color: var(--paragraph_color);
    margin-bottom: 30px;
}

.college_schedules_details .details_schedules {
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
    padding-top: 40px;
    width: 62%;
}

.college_schedules_details .details_schedules:last-child {
    border-bottom: 0;
}

section.new_life {
    background-color: #f8f8f8;
}

section.new_life .new_life_sec {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
    align-items: center;
}

section.new_life .new_life_sec .left-text {
    padding-right: 20%;
}

section.new_life .new_life_sec .left-text h1 {
    font-weight: 400;
    color: var(--paragraph_color);
    line-height: 60px;
}

section.new_life .new_life_sec .right-button {
    display: flex;
    justify-content: flex-end;
}

.new_life .right-button a {
    background-image: var(--button_back);
    color: var(--primary_color);
    padding: 15px 80px;
    border: 0;
}

.mid-banner-bottom_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
}

.accreditation_sec_items {
    display: grid;
    grid-template-columns: 110px 2fr;
    grid-gap: 30px;
    align-items: center;
    padding-bottom: 40px;
}

.accreditation_sec_items .right_sec {
    padding-right: 15%;
}

section.accreditation_top ul{
    padding-left: 25px;
    padding-top:10px;
}
section.accreditation_top ul li{
    list-style-type: disc;
}

section.accreditation_top p:nth-child(2){
    padding-top:20px;
}
.accreditation_top_holder.gap_left_right {
    display: grid;
    grid-template-columns: 1fr .3fr;
    grid-column-gap: 40px;
}
section.accreditation.new_life .new_life_sec .left-text {
    padding-right: 10%;
}

.faculty_staff_sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 40px;
}

.faculty_staff_sec .faculty_staff_items {
    margin-bottom: 50px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    border-radius: 8px;
}

.faculty_staff_sec .faculty_staff_items img {
    width: 100%;
}

.faculty_staff_sec .faculty_staff_items p.title {
    padding: 15px 20px;
    color: var(--button_color);
    font-weight: 600;
}

.faculty_staff_sec .faculty_staff_items .work_details {
    border-top: 1px solid #eeeeee;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
}

.faculty_staff_sec .faculty_staff_items .work_details a i {
    color: var(--button_color);
    font-size: 16px;
}

.faculty_staff_sec .faculty_staff_items .work_details p {
    color: var(--four_text-color);
}

section.faculty_staff.new_life .new_life_sec .left-text {
    padding-right: 10%;
}

section.faculty_staff.new_life .right-button a {
    background-image: unset;
    border: 1px solid var(--paragraph_color);
    color: var(--paragraph_color);
}

section.why_ubc {
    background-color: #f8f8f8;
}

section.why_ubc h1 {
    margin-bottom: 20px;
    font-weight: 400;
    color: var(--text-color);
    position: relative;
}
section.why_ubc h1::after{
    content: "";
    position:absolute;
    display: flex;
        width: 30%;
    justify-content: center;
    height: 3px;
    background-color: var(--button_color);
    align-items: center;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}

section.why_ubc p {
    font-weight: 600;
    color: var(--paragraph_color);
}

section.about_bottom .right_sec h1 {
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 30px;
}

.san_jose_banner_bottom_sec {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 40px;
    align-items: center;
}

.san_jose_banner_bottom_sec .right_sec p {
    line-height: 28px;
}

section.taking_step {
    background-color: #f8f8f8;
}

section.taking_step .taking_step_sec {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    align-items: center;
}

section.taking_step .taking_step_sec h1 {
    font-weight: 400;
    color: var(--paragraph_color);
    margin-bottom: 30px;
}

section.taking_step .taking_step_sec p {
    color: var(--paragraph_color);
    line-height: 28px;
}

section.more_information_form h1 {
    font-weight: 400;
    color: var(--paragraph_color);
    margin-bottom: 40px;
}

section.more_information_form .form-sec form p,
section.more_information_form form .form-sec p {
    color: var(--button_color);
    font-weight: 900;
    margin-bottom: 20px;
}

section.more_information_form .form-sec .contact_information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

section.more_information_form .form-sec .contact_informations_area {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

section.more_information_form .form-sec .contact_information p {
    display: none;
}

.collapse.navbar-collapse .wp-megamenu-wrap {
    width: 100%;
}

.wp-megamenu-wrap ul.wp-megamenu {
    display: flex !important;
    justify-content: space-between;
}

.wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a {
    color: var(--primary_color) !important;
    padding: 7px 0px 0;
    text-decoration: none;
}

header.sticky.fixed .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a,
header .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a {
    color: var(--paragraph_color) !important;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li:hover::after {
    content: '';
    width: 30px;
    display: flex;
    background-color: var(--primary_color);
    position: absolute;
    bottom: -6px;
    z-index: 999;
    height: 3px;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu li:hover::after {
    display: none;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu li div ul li::after {
    bottom: 0;
}

li.current-menu-item::after {
    content: '';
    width: 30px;
    display: flex;
    background-color: var(--button_color);
    position: absolute;
    bottom: -6px;
    z-index: 999;
    height: 3px;
}

.footer-sec li.current-menu-item::after {
    display: none;
}

header.sticky.fixed .wp-megamenu-wrap .wpmm-nav-wrap ul li:hover::after {
    background-color: var(--button_color);
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu li div ul li.menu-item.menu-item-type-post_type {
    border-bottom: 1px solid var(--top_heading-color);
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu li div ul li.menu-item.menu-item-type-post_type a {
    text-decoration: none;
    color: var(--button_color);
    font-weight: 500;
    padding: 10px 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu li div ul li.menu-item.menu-item-type-post_type a:hover {
    color: var(--button_color);
}

.wp-megamenu-wrap .wpmm-nav-wrap ul li ul.wp-megamenu-sub-menu li div ul li.menu-item.menu-item-type-post_type:last-child {
    border-bottom: 0;
}

.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu.wpmm-fadeindown:hover > ul.wp-megamenu-sub-menu{
	background-color: #f5f5f5
}
.navbar-nav ul.menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}

.navbar-nav ul.menu li a {
    padding-top: 7px;
    text-decoration: none;
    color: var(--primary_color);
}

.navbar-nav ul.menu li:hover::after {
    content: '';
    width: 30px;
    display: flex;
    background-color: var(--primary_color);
    position: absolute;
    bottom: 12px;
    z-index: 999;
    height: 3px;
}

header.sticky.fixed .navbar-nav ul.menu li:hover::after {
    background-color: var(--button_color);
}

header.sticky.fixed .navbar-nav ul.menu li a,
header .navbar-nav ul.menu li a {
    color: var(--paragraph_color);
}

nav.navbar.gap_left_right {
    padding-left: 60px !important;
    padding-right: 60px !important;
    background-color: white;
}

.navbar-nav ul.menu li.current-menu-item::after {
    /* bottom: 12px; */
    bottom: -6px;
}

section.more_information_form .form-sec form button.btn.b_button,
input.wpcf7-form-control.wpcf7-submit.b_button {
    background-image: var(--button_back);
    padding: 15px 80px;
    outline: 0;
}

section.more_information_form .form-sec form button.btn.b_button:focus,
input.wpcf7-form-control.wpcf7-submit.b_button {
    box-shadow: unset;
    outline: 0;
}

section.more_information_form .form-sec form .contact_information label span,
section.more_information_form form .form-sec .contact_information label span {
    color: red;
}

section.enrolling_sec.admission_banner_bottom_sec .left_sec h1 {
    padding-right: 20%;
}

section.enrolling_sec.admission_banner_bottom_sec .left_sec p {
    margin-bottom: 40px;
}

section.enrolling_sec.admission_banner_bottom_sec .left_sec a {
    background-image: var(--button_back);
    border: 0;
}

section.enrollment_sec .enrollment_sec_text {
    border-bottom: 1px solid #dddddd;
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}

section.enrollment_sec h1 {
    font-weight: 400;
    color: var(--paragraph_color);
    margin-bottom: 40px;
}

section.enrollment_sec .title p {
    color: var(--button_color);
    font-weight: 800;
    margin-bottom: 20px;
}

section.enrollment_sec p {
    margin-bottom: 30px;
}

section.enrollment_sec a {
    background-image: var(--button_back);
    border: 0;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
}

.disclosures_items_holder {
    margin-top: 30px;
}

.disclosures_items_holder h1 {
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    color: var(--paragraph_color);
    margin-bottom: 20px;
}

section.enrollment_sec a:focus {
    border: 0;
}

.disclosures_items_sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
}

.disclosures_items_sec .disclosures_items {
    padding: 30px 40px;
    background-color: var(--button_color);
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.disclosures_items_sec .disclosures_items p {
    color: var(--primary_color);
    font-weight: 800;
    line-height: 28px;
}

.disclosures_items_sec .disclosures_items:nth-child(even) {
    background-color: var(--footer_title);
}

.financial_sec .sec_holder h1 {
    margin-bottom: 50px;
    font-weight: 400;
    color: var(--paragraph_color);
}

.financial_sec .sec_holder p {
    margin-bottom: 50px;
}

.financial_sec .sec_holder .inner_sec_holder h5 {
    margin-bottom: 30px;
    color: var(--body_color);
    font-size: 16px;
    font-weight: 400;
}

.financial_sec .sec_holder .inner_sec_holder p {
    margin-bottom: 10px;
}

.financial_sec .sec_holder .inner_sec_holder h4 {
    color: var(--button_color);
    font-weight: 800;
    font-size: 16px;
    margin-bottom: 15px;
}

section.financial_aid.new_life {
    background-color: var(--button_color);
}

section.financial_aid.new_life .new_life_sec .left-text {
    padding-right: 0;
}

section.financial_aid.new_life .new_life_sec .left-text h1 {
    color: var(--primary_color);
}

section.financial_aid.new_life .new_life_sec .right-button a {
    background-color: var(--primary_color);
    color: var(--button_color);
    background-image: unset;
}

.financial_sec .sec_holder .inner_sec_holder ul li {
    margin-bottom: 10px;
}

.financial_sec .sec_holder .condition_sec_holder p {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 20px;
}

.financial_sec .sec_holder .inner_sec_holder ul li {
    list-style: disc;
    margin-bottom: 30px;
}

.financial_sec .sec_holder .inner_sec_holder ul {
    padding-left: 25px;
}

.financial_sec .sec_holder .link_sec p {
    margin-bottom: 20px;
}

.financial_sec .sec_holder .link_sec a {
    color: var(--footer_title);
    margin-bottom: 15px;
}

.financial_sec .sec_holder .link_sec {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.financial_sec .sec_holder .inner_sec_holder a {
    margin-bottom: 30px;
    word-break: break-all;
}

.financial_sec .sec_holder .inner_sec_holder_items {
    margin-bottom: 30px;
}

.financial_sec .sec_holder .inner_sec_holder .inner_btn a {
    background-image: var(--button_back);
    border: 0;
    padding: 15px 80px;
}

.financial_sec .sec_holder ul {
    padding-left: 25px;
}

.financial_sec .sec_holder ul li {
    color: var(--footer_title);
    list-style: disc;
    margin-bottom: 10px;
}

section.financial.new_life .new_life_sec .left-text {
    padding-right: 0;
}

section.admission_banner_bottom_sec .right_sec h1 {
    color: var(--paragraph_color);
    font-weight: 400;
    margin-bottom: 40px;
}

.crossover_holder .crossover_holder_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.crossover_holder .crossover_holder_title p {
    color: var(--button_color);
    font-weight: 800;
}

.service_price {
    width: 80%;
}

.service_price .service_price_items {
    display: grid;
    grid-template-columns: 80% 10%;
    grid-gap: 10%;
    align-items: center;
    margin-bottom: 15px;
}

.service_price .service_price_items p {
    width: 80%;
    color: var(--button_color);
    font-weight: 800;
}

section.barber_service.admission_banner_bottom_sec .left_sec h1 {
    margin-top: 40px;
}

section.barber_service.enrolling_blue p {
    padding: 0 23%;
}

section.barber_service.admission_banner_bottom_sec .right_sec .service_bottom_time {
    margin-bottom: 40px;
}

section.barber_service.admission_banner_bottom_sec .right_sec .call_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

section.barber_service.admission_banner_bottom_sec .right_sec .call_btn a {
    background-image: var(--button_back);
    border: 0;
    margin-bottom: 20px;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

section.barber_service.admission_banner_bottom_sec .right_sec .call_btn a:last-child {
    background-image: unset;
    border: 1px solid var(--button_color);
    color: var(--button_color);
    box-shadow: 0px 5px 8px 0px rgba(6, 31, 43, 0.4);
}

section.barber_service.admission_banner_bottom_sec .right_sec .call_btn a img {
    width: auto;
    height: 24px;
}

section.barber_service.admission_banner_bottom_sec .right_sec .service_bottom_time .time_holder {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-bottom: 10px;
}

section.barber_service.admission_banner_bottom_sec .right_sec .service_bottom_time .time_holder p {
    color: var(--button_color);
    font-weight: 800;
}

section.barber_service.admission_banner_bottom_sec .right_sec .service_bottom_time .time_holder span {
    color: var(--paragraph_color);
}

section.berbaring_success .text_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
}

section.berbaring_success .text_holder h2 {
    color: var(--primary_color);
    font-weight: 400;
}

section.berbaring_success_bottom p {
    margin-bottom: 30px;
    color: var(--paragraph_color);
}

.berbaring_success_bottom_btn {
    display: flex;
}

.berbaring_success_bottom_btn a {
    background-image: var(--button_back);
    background-color: transparent;
    border: 0;
    font-weight: 500;
}

.berbaring_success_bottom_btn a:hover {
    border: 0;
}

section.battel_sec.admission_banner_bottom_sec .left_sec p {
    margin-bottom: 30px;
}

section.battel_sec.admission_banner_bottom_sec .btn_battle {
    display: flex;
}

section.battel_sec.admission_banner_bottom_sec .btn_battle a {
    background-image: var(--button_back);
    border: 0;
}

section.battel_sec.admission_banner_bottom_sec .btn_battle a:hover {
    border: 0;
}

section.battel_sec.admission_banner_bottom_sec .right_sec {
    text-align: right;
}

section.battel_sec.admission_banner_bottom_sec .right_sec img {
    width: auto;
}

section.event_calnder h1,
section.past_event h1 {
    font-weight: 400;
    color: var(--paragraph_color);
    margin-bottom: 30px;
}

.past_event_holder {
    padding: 0 20px;
    border-radius: 8px;
    box-shadow: 0px 5px 8px 0px rgba(6, 31, 43, 0.4);
}

.past_event_holder .event_item {
    display: grid;
    grid-template-columns: 20% 80%;
    grid-gap: 30px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.past_event_holder .event_item:last-child {
    border-bottom: 0;
}

.mob-menu {
    display: none;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: unset;
}

ul#menu-quick-links li.current-menu-item::after {
    display: none;
}

ul#menu-header_right li {
    position: relative;
}

ul#menu-header_right li ul.sub-menu {
    display: none;
}

ul#menu-header_right li:hover ul.sub-menu {
    display: flex;
    background-color: #f5f5f5;
    box-shadow: 0px 5px 8px 0px rgba(6, 31, 43, 0.4);
    position: absolute;
    flex-direction: column;
    width: 250px;
    padding: 10px;
}

ul#menu-header_right li:hover ul.sub-menu li {
    padding: 10px 0;
}

ul#menu-header_right li:hover ul.sub-menu li a {
    color: var(--button_color);
}

.navbar-nav ul#menu-header_right li ul.sub-menu li:hover::after {
    background-color: var(--button_color);
    bottom: 0;
}

.navbar-nav ul#menu-header_right li:hover::after {
    bottom: -6px;
}

section.news .news_right .subscribe-sec .have_sec h1 {
    text-align: left;
    margin-bottom: 40px;
}

section.news .news_right .subscribe-sec .have_sec p {
    text-align: left;
    color: var(--dark_color);
    font-weight: 400;
}

section.news .news_right .subscribe-sec .interest_sec p {
    margin-bottom: 20px;
    color: var(--dark_color);
}

section.news .news_right .subscribe-sec .form-check {
    padding-left: 0;
    margin-bottom: 10px;
}

section.news .news_right .subscribe-sec textarea {
    border-radius: 8px;
    border: 0;
}

.insta-gallery-feed .insta-gallery-item,
.insta-gallery-feed .insta-gallery-image,
.insta-gallery-feed .insta-gallery-actions {
    opacity: 1 !important;
}

.insta-gallery-spinner {
    display: none !important;
}
ul#menu-header_right li.head-contact-mob{
    	display: none;
    }

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
	border-color: red;
	font-size: 12px;
	margin: 0 0 1em;
}
section.faculty_banner_bottom.gap_left_right h2{
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    color: var(--paragraph_color);
    margin-bottom: 20px;
}
.contact-right-items:last-child{
        border-bottom: 0;
    }

/* accrodion css0 */

.accordion dl {
    border: 0;
    margin-bottom: 0;
}

.accordion-list {
    border: 1px solid #ddd;
}


/* .accordion dl:after,
.accordion-list:after {
  content: "";
  display: block;
  height: 1em;
  width: 100%;
  background-color: #2ba659;
} */

.accordion dd,
.accordion__panel {
    /* background-color: #eee; */
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 0;
    border-bottom: 1px solid #dddddd;
}

.accordion p {
    padding: 1em 0;
}

.accordion {
    position: relative;
    /* background-color: #eee; */
    padding-top: 30px;
}

.accordionTitle,
.accordion__Heading {
    /* background-color: #38cc70; */
    text-align: left;
    font-weight: 700;
    padding: 1em 0;
    display: block;
    text-decoration: none;
    color: var(--button_color);
    transition: background-color 0.5s ease-in-out;
    border-bottom: 1px solid #dddddd;
}


/* .accordionTitle:before,
.accordion__Heading:before {
  content: "+";
  font-size: 1.5em;
  line-height: 0.5em;
  float: left;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
} */

.accordionTitle:hover,
.accordion__Heading:hover {
    /* background-color: #2ba659; */
    color: var(--button_color);
    border-bottom: 1px solid #dddddd;
}

.accordionTitle:focus,
.accordion__Heading:focus {
    border-bottom: 1px solid #dddddd;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    /* background-color: #2ba659; */
    border-bottom: 0;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.accordionItem {
    height: auto;
    overflow: hidden;
    max-height: 50em;
    /* transition: all 1s; */
}

.accrodion_down_sec {
    display: flex;
    flex-direction: column;
}

.accrodion_down_sec a {
    display: flex;
    background-image: var(--button_back);
    width: 40%;
    justify-content: center;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        max-height: 100%;
        /* transition: all 1s; */
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
    animation: accordionIn 0.45s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.45s alternate ease-in-out both 1;
    animation: accordionOut 0.45s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}
@media (min-width: 992px){
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu{
        width: 470px;
        top:30px !important;
    }
}

@media (max-width:1024px) {
	section.mid-image-text .top-section .right-text-sec a, section.mid-image-text .bottom-section .right-text-sec a{
		width: 100%;
	}
	section.location_bottom-sec .section_image-text .right-text{
		padding-left: 40px;
		padding-right: 0;
	}
	section.news .news_right .social-sec .social_btn a{
		padding: 10px;
	}
	section.news .news_left .news_card .news_card-right a.b_button {
		width: 90%;
	}
	.banner-btm-four-items .items p{
		text-align: center;
	}
	section.news .news_left .news_card .news_card-right{
		padding:10px 10px 10px 40px ;
	}
	header.sticky.fixed .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a, header .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a{
		font-size:14px;
	}
	header.sticky.fixed .navbar-nav ul.menu li a, header .navbar-nav ul.menu li a{
		font-size: 14px;
	}
    .faculty_staff_sec{
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media (max-width:991px) {
    section.news {
        grid-template-columns: 1fr;
    }
    footer .footer-main {
        grid-template-columns: 1fr;
    }
    .owl-carousel .owl-item img{
    	height: 100%;
    	object-fit: cover;
    }
    .banner-btm-four-items{
    	grid-template-columns: repeat(2, 1fr);
    	grid-row-gap: 50px;
    }
    section.mid-image-text .top-section, section.mid-image-text .bottom-section{
    	grid-template-columns: 1fr;
    }
    section.mid-image-text .top-section .right-text-sec h1, section.mid-image-text .bottom-section .right-text-sec h1 {
    	text-align: center;
    }
    section.mid-image-text .top-section .right-text-sec a, section.mid-image-text .bottom-section .right-text-sec a{
    	width: 100%;
    }
    section.mid-image-text .bottom-section .right-text-sec{
    	order: 2;
    }
    section.location_bottom-sec .section_image-text .right-text{
    	padding-left: 40px;
    	padding-right: 0;
    }
    .navbar-light .navbar-toggler-icon{
    	background-image: unset;
    	display: flex;
    	align-items: center;
    	justify-content: center;
    }
    section.opportunity .opportunity_sec .right-button a.b_button{
    	padding: 12px 50px;
    }
    section.success_priority{
    	height:300px;
    }
    section.success_priority img{
    	height: 100%;
    	object-fit: cover;
    }
    section.news .news_right .social-sec .social_btn a{
    	padding: 10px 150px;
    }
    .mob-navbar-nav ul li a{
    	padding:10px 12px 10px 0 !important;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a{
    	padding:10px 0;
    }
    .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu, .wp-megamenu-wrap ul.wp-megamenu {
        display: flex;
        flex-direction: column;
    }
    .mob-navbar-nav-below {
        border-top: 1px solid #ddd;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a {
        color: var(--dark_colors) !important;
    }
    .navbar-nav ul.menu {
        flex-direction: column;
        position: relative;
        z-index: 2;
        background-color: var(--primary_color);
        padding: 10px;
    }
    .navbar-nav ul.menu li {
        width: 100%;
        display: flex;
    }
    .navbar-nav ul.menu li a {
        color: var(--dark_color);
        padding: 10px 12px;
    }
    .mob-menu.expand {
        display: flex;
        flex-direction: column;
        background-color: var(--primary_color);
        position: relative;
        z-index: 9;
        padding: 0 30px 30px;
        overflow: scroll;
        max-height: 90vh;
    }
    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu {
        position: relative;
        padding: 10px 0 0 !important;
    }
    .mob-navbar-nav ul,
    .mob-navbar-nav-below ul {
        margin-bottom: 0;
    }
    .mob-navbar-nav ul li,
    .mob-navbar-nav-below ul li {
        display: flex;
    }
    .mob-navbar-nav ul li a,
    .mob-navbar-nav-below ul li a {
        padding: 10px 12px;
        width: 100%;
        text-decoration: none;
        color: var(--dark_color);
    }
    nav.navbar.gap_left_right {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    nav.navbar.navbar-expand-lg.navbar-light.left_right_gap.justify-content-between.gap_left_right.open_menu {
        background-color: var(--primary_color);
    }
    nav.navbar.navbar-expand-lg.navbar-light.left_right_gap.justify-content-between.gap_left_right.open_menu .navbar-brand img {
        content: url(../images/LOGO.png);
    }
    .navbar-light .navbar-toggler-icon {
        background-image: unset;
    }
    .navbar-toggler {
        padding: 2px 5px;
        font-size: 1.5rem;
        border-color: var(--dark_color) !important;
        color: var(--dark_color) !important;
        outline: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-light.left_right_gap.justify-content-between.gap_left_right.open_menu .navbar-toggler {
        border-color: var(--dark_color) !important;
        color: var(--dark_color) !important;
    }
    .navbar-light .navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.sticky.fixed .navbar-toggler {
        border-color: var(--dark_color) !important;
        color: var(--dark_color) !important;
    }
    .mob-navbar-nav-below ul li a::before {
        content: ">";
        display: flex;
        position: absolute;
        left: 25px;
    }
    li.current-menu-item::after,
    header.sticky.fixed .wp-megamenu-wrap .wpmm-nav-wrap ul li:hover::after {
        bottom: 5px;
        left: 12px;
    }
    section.news .news_right .subscribe-sec form input {
        width: 100%;
    }
    .accrodion_down_sec a {
        width: 100%;
    }
    section.location .location_main .location-img-sec .location_img1 img{
    	width: 100%;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li{
    	padding:5px 15px 0;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(2){
    	padding:0px 15px;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:first-child ul.wp-megamenu-sub-menu{
    	border-bottom:  1px solid var(--top_heading-color) ;
    }
    span#nav-overlay {
    /* background-color: rgba(0, 0, 0, 0.4); */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
	}
	.wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu>li.wpmm_mega_menu>ul.wp-megamenu-sub-menu {
    position: relative;
    visibility: visible;
    opacity: 1;
	}
	body.home .banner_gap_img{
		height: unset;
	}
	.banner_gap_img{
		height: 360px;
	}
	.banner_gap_img img{
		object-fit: cover;
		height: 100%;
	}
	section.banner_bottom_sec{
		grid-template-columns: 1fr;
	}
	.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu{
		position: relative;
	}
	header.sticky.fixed .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a, header .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a{
		font-size:16px;
	}
	header.sticky.fixed .navbar-nav ul.menu li a, header .navbar-nav ul.menu li a{
		font-size: 16px;
	}
	.mob-navbar-nav ul li.head-contact-mob, .mob-navbar-nav-below ul li.head-contact-mob{
		display: flex;
	}
	.mob-navbar-nav ul li.head-contact-hover, .mob-navbar-nav-below ul li.head-contact-hover{
		display: none;
	}
    .faculty_staff_sec{
        grid-template-columns: repeat(2, 1fr);
    }
    section.faculty_staff.new_life .right-button a{
        padding: 15px 50px;
    }
    section.admission_banner_bottom_sec{
        grid-template-columns: 1fr;
        grid-row-gap: 40px;
    }
    section.admission_banner_bottom_sec .left_sec{
        text-align: center;
    }
    .why_ubc_details_buttons{
        flex-direction: column;
    }
    .why_ubc_details.gap_left_right.center a#con_button, .why_ubc_details.gap_left_right.center a#san_button{
        width: 100%;
        padding: 15px 20px;
    }
}

@media (max-width:767px) {
    h1 {
        font-size: 24px;
    }
    header {
        top: 0;
    }
    .top_header {
        flex-direction: column;
        display: none;
    }
    div#home {
        margin-top: 0;
    }
    header.sticky.fixed .navbar-light .navbar-brand img {
        height: 43px;
    }
    .navbar-light .navbar-brand img {
        width: auto;
        max-width: fit-content;
    }
    .banner_text {
        padding: 20px;
    }
    .banner_text_area {
        grid-template-columns: 1fr;
    }
    .banner-btm-four-items {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    body.home .banner_gap_img{
        height: unset;
    }
    .banner_gap_img{
        height: 230px;
    }
    .banner_gap_img img{
        object-fit: cover;
        height: 100%;
    }
    .enrolling_blue p {
        padding: 0;
    }
    .b_button {
        font-size: 12px;
    }
    section.mid-image-text .top-section,
    section.mid-image-text .bottom-section {
        grid-template-columns: 1fr;
        width: 100%
    }
    section.mid-image-text .top-section figure,
    section.mid-image-text .bottom-section figure {
        width: 100%;
    }
    section.mid-image-text .top-section .right-text-sec,
    section.mid-image-text .bottom-section .right-text-sec {
        padding: 30px 0;
    }
    section.mid-image-text .top-section .right-text-sec a,
    section.mid-image-text .bottom-section .right-text-sec a {
        width: 100%;
    }
    section.location .location_main {
        grid-template-columns: 1fr;
    }
    section.location .location_main .location-img-sec {
        flex-direction: column;
    }
    section.location_bottom-sec .section_image-text {
        grid-template-columns: 1fr;
    }
    section.location_bottom-sec .section_image-text .right-text {
        padding-right: 0;
    }
    section.opportunity .opportunity_sec {
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
    }
    section.opportunity .opportunity_sec .right-button {
        justify-content: center;
    }
    section.news {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    section.news .news_left .news_card {
        flex-direction: column;
        padding-top: 20px;
    }
    section.news .news_left .news_card .news_card-right {
        padding: 20px;
    }
    section.news .news_left .news_card .news_card-right a.b_button {
        width: 100%;
    }
    section.news .news_right .social-sec .social_btn a {
        padding: 10px;
    }
    section.news .news_right .social-sec .social_btn a i {
        width: 40px;
    }
    section.new_life .new_life_sec .right-button {
        justify-content: center;
    }
    section.news .news_right .social-sec {
        padding: 50px 10px;
    }
    .instagram-feed {
        padding: 30px;
    }
    section.instagram-feed a {
        word-break: break-all;
    }
    section.success_priority {
        height: 350px;
    }
    section.success_priority img {
        height: 100%;
        object-fit: cover;
    }
    section.success_priority .success_priority_text {
        width: 90%;
        left: 5%;
    }
    section.success_priority .success_priority_text .success_btn-sec {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    footer .footer-main {
        grid-template-columns: 1fr;
    }
    .footer_copyright {
        flex-direction: column;
    }
    footer .footer-main .footer-sec .address-sec p img {
        margin-right: 10px;
    }
    section.banner_bottom_sec {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
        grid-column-gap: 0;
    }
    section.banner_bottom_sec .right_sec {
        height: auto;
    }
    section.map-sec .overlay_sec .overlay_sec_holder {
        width: 100%;
    }
    section.map-sec .overlay_sec .overlay_sec_holder .btn-sec {
        flex-direction: column;
    }
    section.map-sec .overlay_sec .overlay_sec_holder .btn-sec a {
        margin-bottom: 10px;
    }
    section.admission_banner_bottom_sec {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    section.student_course .student_course_details .course_items {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    section.student_course .student_course_details .course_items .course_details {
        padding-right: 0;
    }
    .college_schedules_details .details_schedules {
        width: 100%;
    }
    section.new_life .new_life_sec {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    section.new_life .new_life_sec .left-text {
        padding-right: 0;
    }
    section.student_course .student_course_details .course_items .course_img {
        width: 100%;
        height: auto;
    }
    section.student_course .student_course_details .course_items .course_img img {
        width: 100%;
    }
    section.mid_campus_banner img {
        width: 100%;
    }
    .mid-banner-bottom_sec {
        grid-template-columns: 1fr;
        grid-row-gap: 30px;
    }
    .mid-banner-bottom_sec .left_sec img {
        width: 100%;
    }
    .accreditation_sec_items {
        grid-template-columns: 1fr;
    }
    .accreditation_sec_items .left_sec {
        text-align: center;
    }
    .accreditation_sec_items .right_sec {
        padding-right: 0;
    }
    .faculty_staff_sec {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
    .faculty_staff_sec .faculty_staff_items {
        margin-bottom: 30px;
    }
    section.faculty_staff.new_life .new_life_sec .left-text {
        padding-right: 0;
    }
    section.about_bottom.admission_banner_bottom_sec .left_sec img {
        width: 100%;
    }
    .san_jose_banner_bottom_sec {
        grid-template-columns: 1fr;
    }
    footer .footer-main .footer-sec {
        padding-top: 40px;
    }
    section.taking_step .taking_step_sec {
        grid-template-columns: 1fr;
    }
    section.more_information_form .form-sec form .contact_information,
    section.more_information_form form .form-sec .contact_information {
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
    .disclosures_items_sec {
        grid-template-columns: 1fr;
    }
    section.admission_banner_bottom_sec .left_sec img {
        width: 100%;
    }
    .service_price {
        width: 100%;
    }
    section.barber_service.enrolling_blue p {
        padding: 0;
    }
    section.barber_service.admission_banner_bottom_sec .right_sec .service_bottom_time .time_holder {
        width: 100%;
        grid-gap: 20px;
    }
    section.barber_service.admission_banner_bottom_sec .right_sec .call_btn a {
        width: 100%;
    }
    .berbaring_success_holder {
        height: 100px;
        border-radius: 8px;
        overflow: hidden;
    }
    .berbaring_success_holder img {
        height: 100%;
        object-fit: cover;
    }
    .past_event_holder .event_item {
        grid-template-columns: 1fr;
    }
    .past_event_holder .event_item .left_sec {
        text-align: center;
    }
    .past_event_holder .event_item {
        padding: 20px 10px;
    }
    .past_event_holder .event_item h1 {
        word-break: break-all;
    }
    span#nav-overlay {
        /* background-color: rgba(0, 0, 0, 0.4); */
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100vw;
        height: 100vh;
    }
    a.wpmm_mobile_menu_btn.show-close-icon {
        display: none !important;
    }
    .navbar-expand-lg .navbar-collapse {
        position: relative;
        margin-top: 50px;
        display: none;
    }
    div#navbarNavAltMarkup {
        margin-top: 90px;
    }
    .wp-megamenu-wrap.wpmm-mobile-menu ul.wp-megamenu {
        display: flex;
        flex-direction: column;
    }
    .mob-navbar-nav-below {
        border-top: 1px solid #ddd;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap>ul>li>a {
        color: var(--dark_colors) !important;
    }
    .navbar-nav ul.menu {
        flex-direction: column;
        position: relative;
        z-index: 2;
        background-color: var(--primary_color);
        padding: 10px;
    }
    .navbar-nav ul.menu li {
        width: 100%;
        display: flex;
    }
    .navbar-nav ul.menu li a {
        color: var(--dark_color);
        padding: 10px 12px;
    }
    .mob-menu.expand {
        display: flex;
        flex-direction: column;
        background-color: var(--primary_color);
        position: relative;
        z-index: 9;
        padding: 0 30px 30px;
        overflow: scroll;
        max-height: 90vh;
    }
    .wp-megamenu-wrap.wpmm-mobile-menu .wpmm-nav-wrap ul.wp-megamenu {
        position: relative;
        padding: 10px 0 0 !important;
    }
    .mob-navbar-nav ul,
    .mob-navbar-nav-below ul {
        margin-bottom: 0;
    }
    .mob-navbar-nav ul li,
    .mob-navbar-nav-below ul li {
        display: flex;
    }
    .mob-navbar-nav ul li a,
    .mob-navbar-nav-below ul li a {
        padding: 10px 12px;
        width: 100%;
        text-decoration: none;
        color: var(--dark_color);
    }
    nav.navbar.gap_left_right {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
    nav.navbar.navbar-expand-lg.navbar-light.left_right_gap.justify-content-between.gap_left_right.open_menu {
        background-color: var(--primary_color);
    }
    nav.navbar.navbar-expand-lg.navbar-light.left_right_gap.justify-content-between.gap_left_right.open_menu .navbar-brand img {
        content: url(../images/LOGO.png);
    }
    .navbar-light .navbar-toggler-icon {
        background-image: unset;
    }
    .navbar-toggler {
        padding: 2px 5px;
        font-size: 1.5rem;
        border-color: var(--dark_color) !important;
        color: var(--dark_color) !important;
        outline: 0;
    }
    nav.navbar.navbar-expand-lg.navbar-light.left_right_gap.justify-content-between.gap_left_right.open_menu .navbar-toggler {
        border-color: var(--dark_color) !important;
        color: var(--dark_color) !important;
    }
    .navbar-light .navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.sticky.fixed .navbar-toggler {
        border-color: var(--dark_color) !important;
        color: var(--dark_color) !important;
    }
    .mob-navbar-nav-below ul li a::before {
        content: ">";
        display: flex;
        position: absolute;
        left: 25px;
    }
    li.current-menu-item::after,
    header.sticky.fixed .wp-megamenu-wrap .wpmm-nav-wrap ul li:hover::after {
        bottom: 5px;
        left: 12px;
    }
    section.news .news_right .subscribe-sec form input {
        width: 100%;
    }
    .accrodion_down_sec a {
        width: 100%;
    }
    section.location .location_main .location-img-sec .location_img1 img{
    	width: 100%;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li, .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > .wpmm-strees-row-container ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li{
    	padding:5px 15px 0;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:nth-child(2){
    	padding:0px 15px;
    }
    .wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li.wpmm_mega_menu > ul.wp-megamenu-sub-menu > li.wpmm-row > ul.wp-megamenu-sub-menu > li:first-child ul.wp-megamenu-sub-menu{
    	border-bottom:  1px solid var(--top_heading-color) ;
    }
    .mob-navbar-nav ul li.head-contact-hover, .mob-navbar-nav-below ul li.head-contact-hover{
    	display:none;
    }
    .mob-navbar-nav ul li.head-contact-mob, .mob-navbar-nav-below ul li.head-contact-mob{
    	display:flex;
    }
    section.more_information_form.gap_left_right.gap_b_p_5.gap_t_p_5 {
    padding: 25px 20px;
    }
    .accreditation_top_holder.gap_left_right{
        grid-template-columns:1fr;
    }

    
}

@media (max-width:350px) {}


/* Hero slider style ==========================  */

.hero-slider {
    position: relative;
}

.single-hs-item {
    height: 500px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.single-hs-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .4;
}


/* .item-bg1 {
  background-image: url(https://techsolutionshere.com/wp-content/uploads/2019/01/s1.jpg);
}

.item-bg2 {
  background-image: url(https://techsolutionshere.com/wp-content/uploads/2019/01/s2.jpg);
}

.item-bg3 {
  background-image: url(https://techsolutionshere.com/wp-content/uploads/2019/01/s3.jpg);
} */

.hero-text {
    padding: 0 200px;
    /* text-align: center; */
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

.hero-text h1 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0;
}

.hero-text p {
    color: #fff;
    font-size: 17px;
    max-width: 600px;
    margin-left: 0;
    margin-right: auto;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 35px;
}

.hero-slider .owl-item.active h1 {
    -animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active p {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn {
    -webkit-animation: 1s .3s fadeInUp both;
    animation: 1s .3s fadeInUp both;
}

.hero-slider .owl-item.active .slider-btn a {
    width: auto;
    padding: 15px 40px;
    border: 1px solid var(--primary_color);
    color: var(--primary_color);
    border-radius: 30px;
    transition: all 1s;
    font-weight: 600;
}

.owl-carousel .owl-nav button.owl-prev {
    background-color: var(--primary_color) !important;
    position: absolute;
    left: 60px;
    top: 50%;
    color: var(--button_color) !important;
    font-size: 30px !important;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 40px;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-next {
    background-color: var(--primary_color) !important;
    position: absolute;
    right: 60px;
    top: 50%;
    color: var(--button_color) !important;
    font-size: 30px !important;
    margin: -40px 0 0;
    border-radius: 0;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    line-height: 40px;
    outline: 0;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    font-size: 40px;
    line-height: 0;
}

.owl-theme .owl-nav {
    margin-top: 0 !important;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    display: none;
}

.owl-theme .owl-dots .owl-dot span {
    width: 11px;
    height: 20px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ff3547;
}

.d-table {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    top: 0;
    background-image: linear-gradient(to bottom, rgba(0, 45, 110, .2), rgba(0, 45, 110, 0));
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}

.custom-btn1 {
    background-color: #ff3547;
    color: #fff;
    border: 1px solid #ff3547;
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 30px;
    text-decoration: none;
}

.custom-btn1:hover {
    background-color: transparent;
    text-decoration: none;
    color: #fff;
}

@media only screen and (max-width: 600px) {
    .owl-carousel .owl-item img {
        height: 100%;
        object-fit: cover;
    }
    .single-hs-item {
        height: 550px;
    }
    .hero-text {
        padding: 0 60px;
    }
    .hero-text h1 {
        font-size: 20px;
    }
    .hero-text p {
        font-size: 13px;
        margin-bottom: 25px;
    }
    .owl-carousel .owl-nav button.owl-next {
        top: 50%;
        right: 6px;
        margin: 0;
        bottom: 0px;
    }
    .owl-carousel .owl-nav button.owl-prev {
        top: 50%;
        left: 6px;
        margin: 0;
        bottom: 0px;
    }
    .owl-dots {
        bottom: 10px;
        left: 50px;
        right: 50px;
    }
}

.student_services dt a {
    font-weight: 600;
}

.letus_block>p:nth-child(1),
.interest_sec>p:nth-child(1) {
    text-transform: uppercase;
}

.letus_block .wpcf7-validates-as-required {
    display: flex;
    flex-direction: column;
}

.letus_block .wpcf7-validates-as-required span {
    display: flex;
    align-items: center;
}

.letus_block .wpcf7-validates-as-required input {
    margin-right: 15px;
    height: 31px !important;
}

.letus_block .wpcf7-validates-as-required span .wpcf7-list-item-label {
    color: var(--button_color);
    text-transform: capitalize;
}

.cstm_ch_bx input[type='checkbox'] {
    display: none;
}

.cstm_ch_bx label,
.program_interest label {
    position: relative;
}

.cstm_ch_bx label>span,
.program_interest label>span {
    padding-left: 40px;
}

.program_interest input {
    position: unset !important;
    display: none;
}

.cstm_ch_bx label::after,
.program_interest label::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 2px solid var(--button_color);
    background-size: contain;
}

.program_interest label::after {
    border-radius: 100%;
}

.program_interest label.checked::after {
    background-color: var(--button_color);
    box-shadow: inset 0 0 0 3px white, inset 0 0 0 10px var(--button_color);
}

.wpcf7-form-control.wpcf7-radio.program_interest {
    display: flex;
    flex-direction: column;
}

.cstm_ch_bx label.checked::after {
    background-image: url('../images/check.png');
}

.wewill_block {
    margin-top: 34px;
    margin-bottom: 34px;
    font-weight: 500 !important;
}

.student_services_textarea {
    padding: 1rem 1rem !important;
    font-weight: 600 !important;
    color: var(--text-color) !important;
}


/*li:has(> a.active) {  styles to apply to the li tag  }*/