/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #252E55;
    --white: #fff;

    --link-hover:#5AB9BA;

    --primary: #33737F;
    --primary-alt: #2b5f69 ;

    --secondary: #F26767;
    --secondary-alt: #ca5656;

    --accent: #252E55;

    --bgblockone:#EBF6F6;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#252E55;
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Archivo', sans-serif;
}

b, strong {
    font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom:10px;
}

h1 {
    font-size:42px;
}

h2 {
    font-size:33px;
}
h3 {
    font-size:25px;
}
h4 {
    font-size:21px;
}
h5 {
    font-size:18px
}
.txt-primary {
    color: var(--primary);
}

.text-blue {
    color: var(--primary-text);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
    outline:0;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
    word-wrap: break-word;
}

.menu-item-has-children::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 11px;
    display: inline-block;
    top: -1px;
	position:relative;
    transition: all 300ms;
    transform: scaleY(1);
}

.menu-item-has-children.sub-menu-active::after {
    transform: scaleY(-1);
}

/* DEFAULTS */
.section-title {
    font-size: 38px;
}
.bgblockone {
    background-color:var(--bgblockone)
}
.bluelink:hover {
    color: #5AB9BA;
}
.bluelink {
    color: var(--txt-primary);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.fs18 {
    font-size:18px;
}
.fs16 {
    font-size:16px;
}
.divline {
    width: 60px;
    height: 6px;
    background-color: #d15b50; 
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
  
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
	position:relative;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
}
.arrowlink {
    color: var(--primary-text);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    font-weight: 600;
    display: inline-block;
    line-height: 1.5;
    font-size: 15px;
    text-transform: uppercase;
}
.arrowlink:hover {
    color:var(--link-hover);
}
.arrowlink i {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    position:relative;
    left:0;
}
.arrowlink:hover i {
    left: 15px;
}
section#innerhero {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    height: 260px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
#innerhero h1 {
    font-size:48px;
}
.innerhero-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.innerhero-img {
    width: 980px;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    position: absolute;
    top: 0;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}
.bgshadowhover:hover {
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
}

/* ABOUT US */
.about-box-text:last-of-type {
    border-bottom: 0;
}
.about-box-text {
    padding: 10px 0;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 10px;
}
.about-box-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.about-box-image {
    aspect-ratio: 1;
}

.with-shape-teal .container::before {
    background-color:#70C7D3;
}
.with-shape-blue .container::before {
    background-color:#2D71B9;
}
.with-shape-darkblue .container::before {
    background-color:#262451;
}
.with-shape-bg .container {
    position:relative;
}
.with-shape-bg-left .container::before {
    left:-400px;
    clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
}
.with-shape-bg-right .container::before {
    right: -400px;
    clip-path: polygon(0 0, 82% 0, 100% 100%, 18% 100%);
}
.with-shape-bg .container::before {
    content: "";
    position: absolute;
    top: -30px;
    width: 900px;
    height: 410px;
    z-index: -1;
}
.about-box-image {
    position: relative; /* Needed for absolute positioning */
}
.about1 .about-box-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 180px;
    background-color: rgb(21 97 110 / 80%);
    clip-path: polygon(0% 100%, 100% 100%, 0% 0%);
}

.about2 .about-box-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0; /* Move to bottom right */
    width: 80px;
    height: 180px;
    background-color: rgba(45, 112, 185, 0.8); /* Dark blue #2D70B9 with 80% opacity */
    clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
}
.bo-box {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding:15px 0;
}
.bo-box-img {
    border-radius: 50%;
    width: 180px;
    height: 180px;
    margin: 0 auto 20px;
}
span.bo-box-position {
    color: #808080;
    line-height: 1.2;
    margin-bottom: 12px;
}
.modal.video-home-modal button.btn-close {
    position: absolute;
    top: -30px;
    right: 10px;
    --bs-btn-close-color: #fff !important;
    --bs-btn-close-opacity: 1 !important;
    filter: invert(1) grayscale(0) brightness(1) !important; /* Ensures white */
}
.modal  button.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.btn-close {
    --bs-btn-close-color: #000 !important;
    --bs-btn-close-opacity: 1 !important;
    filter: invert(0) grayscale(0) brightness(1) !important; /* Ensures black */
}
.modal-bo .modal-dialog {
    width: 900px;
    max-width: 90%;
}
.regulations-page .exam-sub-box:not(:first-of-type) .regulations-main-title {
    padding-top:70px;
    border-top:1px solid #000000;
}


  


/* APPLY TODAY */
.alb-left {
    aspect-ratio: 4 / 3;
    position: relative;
}
.alb-left img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.applylinks-box:hover .arrowlink i {
    left: 15px;
}
.applylinks-box:hover .arrowlink {
    color:var(--link-hover);
}
.applylinks-box {
    border: 1px solid #E7E7E7;
    cursor: pointer;
}
.modal-content {
    padding: 20px;
}
.modal-bo img {
    width: 120px;
    height: 120px;
}
.modal-bo .bo-box-position br {
    display: none;
}
.modal-bo .bo-box-position {
    margin-bottom: 0;
}

/* EXAMINATIONS SUB PAGES */
.examsubside-wrap {
    top:20px;
}
.examsubside button:hover {
    color: var(--primary);
}
.examsubside button.active {
    font-weight: bold;
    opacity: 1;
    color: var(--primary-text) !important;
}
.examsubside button {
    text-align: left;
    background-color: transparent;
    border: 0;
    outline:0;
    font-size:16px;
    border-left: #DADEDE 1px solid;
    padding: 10px 15px;
    position:relative;
    font-weight: 500;
    color: var(--primary-text);
}
.examsubside button.active:before {
    width: 3px;
}
.examsubside button:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 0;
    background-color: #5AB9BA;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
a.examsubside-btn:hover {
    background-color: var(--primary-alt);
}
a.examsubside-btn {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 15px;
    width: 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
    font-weight: 700;
}
a.examsubside-btn2 {
    background-color: var(--accent);
}
a.examsubside-btn2:hover {
    background-color: #181d36;
}
a.examsubside-btn3 {
    background-color: #F1F1F1;
    color: var(--primary);
}
a.examsubside-btn3:hover {
    background-color: var(--primary);
    color: #F1F1F1;
}

/* EXAMINERS */
.examiners-box-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.examiners-box-img {
    aspect-ratio: 1;
    position: relative;
}
.examiners-box-main li {
    margin-bottom: 15px;
}
.examiners-box-wrap {
    gap: 50px;
}
/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}


/* HEADER */
.logo-img {
    max-height:65px;
}

/* FOOTER */
ul.footer-menu-nav li a {
    color: #252E55;
    font-weight: 500;
    text-transform: uppercase;
}
ul.footer-menu-nav li a:hover {
    color: var(--secondary);
}
.logo-img-footer {
    width: 210px;
}
.footer {
    padding: 50px 0;
    background-color: #FAFAFA;
}
ul.footer-menu-nav li {
    flex-basis: 50%;
    padding: 3px 0;
}
ul.footer-menu-nav {
    list-style: none;
    padding-left: 50px;
    display: flex;
    flex-wrap: wrap;
}
.footer-mid a {
    color: #252E55;
    text-decoration: underline;
}
.footer-mid a:hover {
	color:var(--secondary);
}

/* FOOTEr UEBTS */
.footer-uebts ul.footer-menu-nav {
    padding-left: 0;
}
.footer-uebts ul.footer-menu-nav li:last-child {
    flex-basis: 57%;
}
.footer-uebts ul.footer-menu-nav li {
    flex-basis: 43%;
    padding: 3px 0;
}
/*.footer-uebts .footer-mid-inner {
    margin-left: -40px;
} */
.footer-uebts .logo-img-footer {
    max-width:100%;
	width:240px;
}



/* SYLLABUS ADDITIONAL RESOURCES */
.resources-box-wrap {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.resources-box {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    padding: 30px;
}
.resources-box-left i {
    color: #5AB9BA;
    font-size: 50px;
}
.resources-box-left {
    width: calc(100% - 60px);
}
.resources-box-left a {
    max-width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}
.resources-box-left a,
.resources-box-left span {
    color: var(--primary-text);
}
.resources-box-left a:hover,
.resources-box-left a.resources-box-download:hover {
    color: var(--primary);
}
.syllabus-resources button:hover {
    color: var(--primary);
}
.syllabus-resources button.active {
    font-weight: bold;
    opacity: 1;
    color: var(--primary-text) !important;
}
.syllabus-resources button {
    text-align: left;
    background-color: transparent;
    border: 0;
    border-left: #DADEDE 1px solid;
    padding: 10px 15px;
    position:relative;
    font-weight: 500;
    color: var(--primary-text);
}
.syllabus-resources button.active:before {
    width: 3px;
}
.syllabus-resources button:before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 0;
    background-color: #5AB9BA;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}

/* BREADCRUMBS */
.breadcrumbs i {
    font-size:12px;
}
.breadcrumbs a {
    color: var(--text-primary);
}
.breadcrumbs span {
    font-weight: 700;
}
.breadcrumbs {
    font-size: 14px;
    display: flex;
    column-gap: 10px;
    align-items: center;
}

/* EXAM DATES HOME */
.exams-dates {
    background-color: #fff;
    padding: 30px;
}
.exam-dates-inner-boxx:last-of-type {
    color: #F26767;
}
.exam-dates-inner-box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
.exam-dates-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
}
.exam-dates-inner-box:last-child:not(:only-child) {
    background-color: #FCE1E1;
    padding: 7px 10px;
    border-radius: 4px;
    color: #F26767;
}


/* BOXES */
.ebcts-box-img {
    position: relative;
    aspect-ratio: 2.81 / 1;
    overflow: hidden;
}
.ebcts-box-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ebcts-box-content {
    padding: 23px;
    font-size:15px;
}
.ebcts-link-wrap a:hover {
    color:#5AB9BA;
}
.ebcts-link-wrap a {
    color: #222539;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.ebcts-box {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.ebcts-box:hover {
    -webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
}
.ebcts-box-img-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(30 135 135 / 80%);
    clip-path: polygon(0% 0%, 0% 0%, 20% 100%, 0% 100%);
}

.wte-img-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(16 113 113 / 60%);
    clip-path: polygon(0% 0%, 0% 20%, 30% 100%, 0% 100%);
    top: 0;
    left: 0;
}



/* ABOUT HOME */
.about-home-left-inner {
    position: absolute;
    height: 550px;
    clip-path: polygon(100% 0, 18% 0, 0 100%, 82% 100%);
    left: -600px;
}
.about-home {
    overflow: hidden;
}
.about-home h2 {
    font-size:40px;
}
.about-home .container {
    position: relative;
    height: 550px;
}
.about-home-right-inner {
    position: absolute;
    height: 550px;
    top: 0;
    clip-path: polygon(100% 0, 18% 0, 0 100%, 82% 100%);
    right: -630px;
}
.about-home-right-inner img {
    object-fit: cover;
    height:100%;
    width:100%;
}
/* HOME HERO */
#homehero {
    overflow: hidden;
}
.homehero-inner {
    background-position: top right;
    background-repeat: no-repeat;
    height: 600px;
    background-size: contain;
    position: relative;
}
.homehero-inner-img {
    position: absolute;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 15% 100%);
    top: 0;
    width: 1230px;
    height: 600px;
    right: -550px;
}
.homehero-inner-img img,
.about-home-left-inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

/* EXAMINATIONS */
@media (min-width: 1200px) {
    .certificates > .container {
        max-width: 1100px;
    }
}
@media (min-width:992px) {
    .exam-icons .container {
        width:1100px;
    }
    .cmc-box {
        padding-top: 70px;
        padding-right: 40px;
    }
    .exam-icon-box {
        width: 300px;
        margin: 0 auto;
    }
}
.content-3, .content-2 {
    border-top: 1px solid #DCDCDC;
    padding-top: 15px;
    margin-top: 15px;
}
.pi1 {
    left: 720px;
} 
.pi2 {
    left: 350px;
}
.play-iconn {
    position: absolute;
    top: 90px;
    color: #5AB9BA;
    font-size: 22px;
}
.exam-icons-inner:before {
    content: '';
    height: 1px;
    width: 752px;
    background-image: url(/wp-content/uploads/2025/02/certificates-line.png);
    display: block;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.eib-content {
    display: block;
    margin: 0 auto;
    width: 260px;
}
.eib-icon img.main-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.certificates-mid-content:before {
    content: '';
    height: 1px;
    width: 752px;
    background-image: url(/wp-content/uploads/2025/02/certificates-line.png);
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
}
img.main-icon-bg {
    width: 163px;
}
.cmc-box {
    padding-top: 70px;
}
.cmc-box i {
    font-size: 20px;
    position: absolute;
    top: 41px;
    color: #5AB9BA;
}
.cbc-inner blockquote {
    color: #616B86;
    font-weight: 300;
    font-style: italic;
    border-left: 2px solid #252E55;
    padding-left: 15px;
    line-height: 1.4;
    margin-top: 30px;
}
.erb-bottom-inner > div {
    aspect-ratio: 1;
    overflow: hidden;
    width: 50%;
}
.erb-bottom-inner {
    column-gap: 15px;
    height: 100%;
}
.exam-right-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.exam-right-box {
    display: flex;
    flex-wrap: wrap;
    height:100%;
}
.erb-bottom {
    height: 35%;
}
.erb-top {
    overflow: hidden;
    height: 65%;
    padding-bottom: 15px;
    width: 100%;
}
.wte-image-box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.wte-image-box {
    height: 100%;
    position: relative;
    overflow: hidden;
}
.eib-content ul {
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style-type: disc;
}


/* EXAM BOXES */
.exam-sub-box {
    padding-bottom:40px;
}
.exam-sub-box:last-child {
    padding-bottom:0;
}
.exam-box-content h3 {
    font-size: 21px;
}
.exam-box-content {
    padding: 15px;
}
.exam-box-date {
    height: 60px;
    width: 60px;
    background-color: #F1F1F1;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 15px;
}
.eb-date-month {
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
}
.exam-box-link a:hover {
    color: #5AB9BA;
}
.exam-box-link a:hover {
    width: 270px;
}
.exam-box-link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    max-width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--txt-primary);

    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.exam-box {
    flex-grow: 1;
    -webkit-box-shadow: 0px 3px 24px -1px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 24px -1px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 24px -1px rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
}
.exam-box-content-inner {
    flex-grow: 1;
}
.eb-date-day {
    font-size: 20px;
    font-weight: 900;
}
.exam-box-content {
    padding: 20px 15px 23px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.exam-box-content-bottom {
    flex-grow:1;
}
.border-exams-list {
    padding-top: 40px;
    border-bottom: 1px solid #C7C7C7;
    margin-bottom: 30px;
}

/* VIDEO BOTTOM */
.video-bottom-content span {
    text-transform: uppercase;
    font-weight:400;
    font-size:14px;
}
.video-home-modal .modal-content {
    padding: 0;
}
.video-bottom-content {
    padding: 30px 30px;
}

.video-bottom-wrapper .slick-arrow {
    font-size: 16px;
}
.video-bottom-thumb {
    aspect-ratio: 1.66;
    overflow: hidden;
    position: relative;
}
.vid-play-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255,255, 0.5);
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    border-radius: 50%;
    font-size: 27px;
    padding-left: 5px;
}
.vid-bottom-inner:hover .vid-play-btn {
    transform: translate(-50%, -50%) scale(1.2);
}
.video-bottom-slide {
    padding:10px 10px;
}
.slick-arrow.fa-chevron-right {
    right: 0;
}
.slick-arrow.fa-chevron-left {
    left: 0;
}
.slick-arrow:hover {
    transform: scale(1.1);
}
.slick-arrow {
    color: #000000;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 55%;
    width: 40px;
    z-index: 10;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.15);
}


/**********
BUTTON    
**********/

.btn {
    background-color: transparent ;
    box-shadow: none !important;
    padding: 13px 20px;
    transition: all .15s ease-in-out;
    border-radius: 0;
    text-transform: uppercase;
    border-width:0px;
    font-size:15px;
    font-weight: 600;
    border:1px solid transparent
}

.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}


.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    color:var(--white);
    background-color:transparent;
    border-color:#fff;
}

.btn-transparent {
    color:#fff;
    border: 1px solid #fff;
}

.btn-transparent:hover {
    background-color: #fff;
    color:var(--primary);
}


/**********
COOKIE    
**********/

#siteCookie {
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    z-index: 30;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
}

#siteCookie,
#siteCookie p,
#siteCookie a,
#siteCookie .fa {
    color: #fff;
    font-weight: 600
}

#siteCookie .inner {
    display: flex;
    align-items: center;
}

#siteCookie p {
    margin-right: 20px
}

#siteCookie .fa {
    font-size: 28px;
    margin-left: auto
}

#siteCookie i {
    cursor: pointer
}

/* DEFAULT */
section.block {
    padding:80px 0;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 2px solid #65dea3 !important;
    padding: 16px 60px !important;
    text-transform: uppercase;
    color: #65dea3;
    font-weight: 700;
    background-color: transparent;
    margin: 0 auto;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: #65dea3;
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    border-radius: 10px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border:2px solid #65dea3 !important;
}
.gform_wrapper select {
    border-radius: 100px;
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border-radius: 100px;
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper input:focus {
    border-color: #31d384;
    border-width: 2px;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px !important;
}

.slick-dots li {
    display: inline-block;
    margin: 0 2px;
}
.slick-dots {
    text-align: center;
    position: absolute;
    padding-left:0;
    bottom: -20px;
    margin-bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.slick-dots li.slick-active button {
    background-color: #F16667;
}
.slick-dots button {
    background-color: #D9D9D9;
    border: 0;
    border-radius: 100%;
    box-shadow: none;
    cursor: pointer;
    font-size: 0;
    height: 15px;
    outline: 0 none !important;
    width: 15px;
    transform: scale(0.8);
}
.video-bottom-content {
    min-height: 120px;
}

/* HEADER */
.hre-btn {
    background-color: #F1F1F1;
    padding: 10px 19px;
    border-radius: 4px;
    font-weight: 500;
}
a.hre-btn2:hover {
    background-color: var(--secondary);
}
a.hre-btn2 {
    background-color: #252E55;
    color: #fff;
}
.hre-btn1:hover {
    background-color: var(--primary);
    color: #fff;
}
.hre-btn3 {
    background-color: var(--primary);
    color: #fff;
}
a.hre-btn3:hover {
    background-color: var(--secondary);
    color: #fff;
}
.mobile-header .hre-btn1:hover {
    color:  var(--secondary);
}


/* DESKTOP NAV */
.header-right nav li a {
    text-transform: uppercase;
    color: #252E55;
    font-weight: 500;
    font-size: 14px;
}
.header-right nav li a:hover {
    color: var(--secondary);
}
.header-right nav li.current-menu-item > a {
    color: var(--secondary);
    font-weight: bold;
}
.header-right nav li.apply-btn a:hover {
    background-color: var(--primary-alt);
}

.header-right nav li.apply-btn a {
    background-color: var(--primary);
    color: #fff;
    padding: 12px 15px;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.5px;
}
.header-right nav ul {
    display: flex;
    column-gap: 30px;
}

/* PUBLICATIONS */
.publications-image-gallery {
    display: flex;
    justify-content: space-between; /* Distribute images evenly */
    align-items: center; /* Align vertically */
    flex-wrap: wrap; /* Prevent overflow */
    gap: 10px; /* Add space between images */
}
.publications-image-gallery img {
    max-height: 68px;
    width: auto;
    object-fit: contain;
}
.publications-boxes  .alb-left {
    aspect-ratio: 4 / 3.5;
    position: relative;
}

/* APPLICATIONS */
.applications-notice {
    display: flex;
    color: #F26767;
    column-gap: 10px;
    line-height: 1.3;
    margin: 13px 0;
    font-weight: 400;
    font-size: 14px;
}
.applications-notice i {
    font-size: 18px;
    margin-top: 0px;
}
.applications-side-box i {
    color: #5AB9BA;
}
.applications-side-box {
    margin-bottom: 1rem;
    border: 1px solid #E7E7E7;
}
.applications-side-box:hover {
    border-color: #5AB9BA;
}
.as-box-inner {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
    line-height: 1;
}
.as-box-title {
    flex: 1;
    margin: 0 0.9rem;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
} 
.as-box-icon {
    width: 40px;
    text-align: center;
    font-size:28px;
}
.as-box-download {
    width: 40px;
    text-align: center;
    font-size: 21px;
}
.application-form iframe {
    min-height: 551px;
}
 .sidebar-bottom {
    border-top: 1px solid #E7E7E7;
    padding-top: 13px;
    margin-top: 20px;
}
.application-form-notice i {
    margin-top: 4px;
}
.application-form-notice {
    display: flex;
    align-items: flex-start;
    column-gap: 7px;
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}



@media (min-width:992px) and (max-width:1199px) {
	.homehero-inner-img {
		right: -630px;
	}
    .alb-right {
        padding-right: 40px;
    }
    .pi2 {
        left: 300px;
    }
    .pi1 {
        left: 627px;
    }
    .certificates-mid-content:before {
        width: 650px;
    }
    .about-home-right-inner {
        right: -760px;
    }
}

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

@media only screen and (min-width: 1200px) {
    
}

@media (min-width: 992px) {

}

@media (min-width:1141px) {
    .mobile-header {
        display:none;
    }
    .header-nav ul {
        list-style: none;
        display: flex;
        margin-bottom: 0;
        padding-left:0;
        flex-direction: row;
        justify-content: center;
    }
    .sub-menu-inner {
        padding: 12px 16px;
        border: 1px solid;
        width: 100%;
        background-color: #fff;
        border: 1px solid #E7E7E7;
        border-radius: 5px;
        margin-top: 5px;
        display: flex;
        flex-direction: column;
        gap: 7px;
    }
    
}

nav.nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    flex-wrap: wrap;
    transition: all 200ms;
}
.menu-item-has-children::after {}
nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
    max-height: 900px;
}
nav.nav .sub-menu li {
    width: 100%;
    margin-left: 0;
    display: inline-block;
    white-space: nowrap;
}
nav.nav .sub-menu {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    flex-wrap: wrap;
    transition: all 200ms;
    min-width: 210px !important;
    z-index: 555;
}


@media only screen and (max-width: 1140px) {
    .header-uebts #burgerNav {
        top: 30px;
    }
    nav.nav .sub-menu {
        position: relative;
    }
    .mobile-header-btns {
        position: absolute;
        left: 25px;
        bottom: 30px;
        width: calc(100% - 50px);
    }
	.chrome .mobile-header-btns {
		bottom: 120px;
	}
	.safari .mobile-header-btns {
		bottom: 100px;
	}
    .mobile-header-btn {
        width: 100%;
        text-align: center;
        padding: 10px;
        border-radius: 5px;
        font-weight: 600;
    }


    .desktop-header {
        display:none;
    }
    .mobile-header-cta {
        display: block !important;
        margin: 0 40px;
    }
    .fix .innerBurger span {
        background-color: #262b5b !important;
    }
    header .nav>ul li a {
        font-weight: 700;
        display: block;
        padding-left: 10px;
        padding-bottom: 49px;
        width: 100%;
        color: #262b5b;
        text-align: left;
    }
    .header-left {
        width:100% !important;
        text-align: right;
    }
    #home-hero:before {
        content: '';
        height: 30%;
        width: 100%;
        background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
        position: absolute;
        top: 0;
        z-index: 4;
        opacity: 0.5;
    }
    /**********
    HEADER NAV
    **********/
    body.fix {
        overflow: hidden;
    }
    .header-right {
        display:none;
    }
    #home-hero {
        padding: 150px 0 300px;
    }
    header .nav {
        position: fixed;
        left: -100%;
        z-index: 21;
        height: 100vh;
        width: 340px;
        top: 0;
        background-color: #fff;
        transition: all 300ms;
    }
    header .nav.navActive {
        box-shadow: 51px 0px 117px rgba(0, 0, 0, 0.2);
        left: 0%;
        transition: all 300ms;
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    header .nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    header .nav>ul {
        margin-top: 100px;
        width:100%;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    header .nav>ul li {
        position: relative;
    }
    header .nav>ul li a {
        font-weight: 500;
        display: block;
        padding-left: 10px;
        padding-bottom: 35px;
        width: 100%;
        text-transform: uppercase;
    }
    .menu-item-has-children::after {
        position: absolute;
        right: 0;
        top: 2px;
    }
    #burgerNav {
        position: absolute;
        top: 28px;
        left: 20px;
        width: 35px;
        height: 40px;
        cursor: pointer;
        z-index: 90;
    }
    
    #burgerNav .innerBurger {
        position: relative;
        height: 100%;
    }
    
    #burgerNav .innerBurger span {
        width: 25px;
        height: 2px;
        border-radius: 25px;
        background-color: #0a0a0a;
        position: absolute;
        opacity: 1;
        transition: all 300ms;
        transform: rotate(0deg);
    }
    
    #burgerNav.navActive .innerBurger span {
        transition: all 300ms;
    }
    
    #burgerNav .innerBurger span:nth-child(1) {
        top: 0%;
        width: 25px !important;
    }
    
    #burgerNav .innerBurger span:nth-child(2) {
        top: 20%;
    }
    
    #burgerNav .innerBurger span:nth-child(3) {
        top: 40%;
    }
    
    #burgerNav.change .innerBurger span:nth-child(1) {
        top: 22%;
        transform: rotate(-45deg);
    }
    
    #burgerNav.change .innerBurger span:nth-child(2) {
        opacity: 0;
    }
    
    #burgerNav.change .innerBurger span:nth-child(3) {
        top: 22%;
        transform: rotate(45deg);
    } 

    .menu-item-has-children::after {}
    nav.nav .menu-item-has-children.sub-menu-active>.sub-menu {
        max-height: 900px;
    }

    ul.header-menu-nav {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .footer-uebts .footer-mid-inner {
        margin-left:0;
    }
    .footer-uebts ul.footer-menu-nav {
        padding-left: 40px;
    }
    .certificates-mid-content:before {
        display:none;
    }
    .cmc-box i {
        display:none;
    }
    .cmc-box {
        padding-top: 0px;
    }
    .resources-box {
        column-gap: 30px;
        padding: 20px;
    }
    .resources-box-right .fa-download {
        font-size: 25px;
    }
    .block.ptmd0 {
        padding-top:0;
    }
    .block.pbmd0 {
        padding-bottom:0;
    }    

    #innerhero h1 {
        font-size: 35px;
        padding-bottom:0;
    }
    section#innerhero {
        height:230px;
    }
    .homehero-inner-img {
        right: 0;
        position: relative;
        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
        height: auto;
        width: 100%;
        aspect-ratio: 2 / 1.5;
    }
    .homehero-inner {
        height:auto;
    }
    .vid-bottom-inner {
        -webkit-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
        -moz-box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
        box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.1);
    }
    ul.footer-menu-nav {
        padding-left:40px;
    }
    .exam-icons-inner:before {
        display:none;
    }
    .play-iconn {
        display:none;
    }
}

@media (max-width:991px) and (min-width: 768px) {
    .about-home-right-inner {
        right: -900px;
    }
}

@media (max-width: 767px) {
	header .nav>ul li a {
		padding-bottom:20px;
	}
    .breadcrumbs {
        justify-content: center;
    }
    .exam-sub-box {
        padding-bottom: 15px;
    }
    .regulations-page.block {
        padding-top:0;
    }
    ul.footer-menu-nav {
        padding-left:0 !important;
    }
    .footercol {
        width: 360px;
        margin: 30px auto 0;
    }
    .alb-right {
        padding: 0 30px 20px;
    }
    .innerheroleft {
        padding: 25px 0;
        text-align: center;
    }
    section#innerhero {
        height: auto;
    }
    .innerhero-img {
        position: relative;
        clip-path: none;
        left: 50%;
        transform: translateX(-50%);
    }
    .logo-img {
        max-height: 55px;
    }
    .mobile-header-mid {
        border-top: 1px solid #eee;
    }
    .homehero-inner-img {
        clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    }
    #homehero h1 {
        font-size: 37px;
        line-height: 1.1;
        margin-top:20px;
    }
    .homehero-inner-img {
    }
    ul.footer-menu-nav {
        padding-left:0;  
    }
    ul.footer-menu-nav li {
        flex-basis: 100% !important;
    }
    .about-home .container {
        height:auto;
    }
    .top-about-mobile {
        aspect-ratio: 1;
        position: relative;
        overflow: hidden;
    }
    .bottom-about-wrap-mobile {
        background-image: url(/wp-content/uploads/2025/03/M_About-Us-2.png);
        background-size: cover;
        background-position: top;
        margin-top: -170px;
        position: relative;
        padding:180px 0 60px;
    }
    .bottom-about-wrap-mobile2 {
        background-image: url(/wp-content/uploads/2025/03/M_About-Us-3.png);
    }
    .top-about-mobile img {
        object-fit: cover;
        height: 110%;
        width: 100%;
        position: absolute;
        top: -15%;
    }
    .footer-uebts .footer-mid-inner {
        margin-left:0;
    }
    .resources-box-left i {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .footer-uebts .logo-img-footer {
        width: 85%;
    }
	.modal-content {
		padding: 10px;
	}
	.bo-box-img {
		width: 130px;
		height: 130px;
	}
}