/**
 * Theme Name:     Bricks Child
 * Author:         Bricks
 * Template:       bricks
 * Text Domain:    bricks-child
 * Description:    Visual website builder for WordPress.
 */
/* Enable text selection inside slider */

body{
font-family: "Poppins", sans-serif !important;
}

.splide__slide,
.splide__slide * {
    user-select: text !important;
    -webkit-user-select: text !important;
    pointer-events: auto;
}

/* Remove grab cursor */
.splide__track {
    cursor: default !important;
}

/* Disable drag but allow text selection */
.slider-left .splide__list,
.slider-right .splide__list {
    cursor: default;
}
body a:hover{
    color:#f8732e;
}
body p {
    margin-block: 0 1rem !important;
}
=====================================================1. COUNTER / TABLE STYLING=====================================================*/ .head-row span.count {
    margin-top: -10px;
}

.head-row span.suffix {
    position: absolute;
    bottom: 10px;
}

.head-row .brxe-div {
    text-align: left;
}

.body-row .brxe-counter {
    position: relative;
}

.body-row span.count {
    margin-top: -10px;
}

.body-row span.suffix {
    position: absolute;
    bottom: -10px;
    min-width: 300px;
}

.body-row td:nth-child(3) {
    text-align: right;
}


/* =====================================================
   2. GLOBAL RESET
===================================================== */
html,
body {
    overflow-x: hidden;
    margin: 0;
}


/* =====================================================
   3. FEATURE POST
===================================================== */
.feature-post .bricks-layout-wrapper[data-layout="metro"] .image-wrapper {
    aspect-ratio: unset !important;
    height: 100%;
}

.feature-post .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feature-post .bricks-layout-inner {
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.feature-post .bricks-layout-item {
    height: 100%;
}


/* =====================================================
   4. MIDDLE POST
===================================================== */
.middle-post .bricks-layout-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 15px;
}

.middle-post li.bricks-layout-item.repeater-item.brxe-afhzip {
    min-height: 0;
    flex: 1;
}

.middle-post .content-wrapper {
    padding-left: 10px;
    position: absolute;
    align-items: unset !important;
    gap: 0 !important;
    padding-bottom: 10px;
}


/* =====================================================
   5. LIST POST
===================================================== */
.list-post .bricks-layout-inner>* {
    flex-basis: auto !important;
}

.list-post .bricks-layout-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.list-post .bricks-layout-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.list-post .image-wrapper {
    min-width: 200px;
    height: 113px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 10px;
}

.list-post .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-post .content-wrapper {
    flex: 1;
}

.list-post h4 {
    position: relative;
}

.list-post h4.dynamic:before {
    border-bottom: 1px solid #bbbbbb;
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
}


/* =====================================================
   6. IMAGE / LOGO / UTILITIES
===================================================== */
.box-3 p {
    padding-top: 10px;
}

.iso-gallery img {
    height: 60px;
    width: 100%;
    object-fit: contain;
    display: block;
}

.partner-logo img {
    height: 90px;
    width: 100%;
    object-fit: contain;
    display: block;
}


/* =====================================================
   7. NAVIGATION MENU
===================================================== */
.bricks-nav-menu {
    justify-content: center;
}

/* MAIN ITEMS */
.bricks-nav-menu>li {
    position: relative;
    padding: 5px 10px;
    border-radius: 7px;
    min-width:140px;
}

/* HOVER BACKGROUND */
.bricks-nav-menu li:hover {
    background:#00000026 !important;
}

/* SUB MENU */
.bricks-nav-menu .sub-menu {
    background: linear-gradient(45deg, #012861 20%, #012861 38%, #012861 82%);
    margin-top: 5px;
    width: 270px;
}

.bricks-nav-menu .sub-menu li {
    padding: 10px 12px;
    white-space: normal;
    word-wrap: break-word;
}
.bricks-nav-menu .sub-menu li:hover {
    background: transparent !important;
}
/* HOVER TEXT */
.bricks-nav-menu>li:hover>a {
    color: #fff !important;
}

.sub-menu li:hover>a {
    color: #d1d1d1 !important;
}
.bricks-nav-menu .sub-menu a:hover{
    color: #dedede !important;
}

/* =====================================================
   8. CARDS / SLIDER / QUOTE
===================================================== */
.inst-boxes .repeater-item.swiper-slide {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 20px 0 rgb(193 193 193 / 6%);
    padding: 60px 5px !important;
}

.inst-boxes .repeater-item.swiper-slide .image {
    height: 100px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* QUOTE */
.quote-col img.size-full.alignnone {
    position: absolute;
    margin-top: -10px;
}

.quote-col img.size-full.alignleft {
    position: absolute;
    margin-left: 20px;
}


/* BUTTON HOVER */
.bricks-button:hover {
    opacity: 0.9;
    transition: all .3s ease;
}

.gradiant-border img {
    width: 100%;
}

.gradiant-border {
    /* Border thickness - change this value */
    padding: 10px;

    /* Your gradient border */
    background:
        linear-gradient(180deg, #012D6C 0%, #f47c3c 100%) border-box,
        white padding-box;
    /* white = image background, change if needed */

    background-clip: border-box, padding-box;

    /* Rounded corners */
    border-radius: 15px;
    /* ← Change this for more/less roundness */

    /* Important for clean look */
    overflow: hidden;

    /* Image styles */
    display: block;
    max-width: 100%;
}
.step1 .brxe-icon,.step2 .brxe-icon,.step3 .brxe-icon,.step4 .brxe-icon {
width:100%; 

} 

.step-icon1, .step-icon2,.step-icon3,.step-icon4 {        
    border-radius: 50%;     
    display: flex;      
    position: relative;
    z-index: 1;
    border: 6px solid transparent; 
   }
.step-icon1{
     background-image: conic-gradient(
        #012D6C 0% 25%,      
        #e0e0e0 25% 100%);
    background-origin: border-box;
}
.step-icon2{
     background-image: conic-gradient(
        #012D6C 0% 50%,      
        #e0e0e0 25% 100%);
    background-origin: border-box;
}
.step-icon3{
     background-image: conic-gradient(
        #012D6C 0% 75%,      
        #e0e0e0 25% 100%);
    background-origin: border-box;
}
.step-icon4{
     background-image: conic-gradient(
        #012D6C 0% 100%,      
        #e0e0e0 25% 100%);
    background-origin: border-box;
}
.step-inner {
    background: #ffffff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
}
.sticky-sidebar.sticky-fixed {
    margin-top: 20px;          /* Create space when the sidebar is fixed */
}

.brxe-container {
  display: flex; /* Flexbox layout for content and sidebar */
  gap: 30px; /* 30px gap between content and sidebar */
  width: 100%;
}

.sticky-sidebar {
  width: 22.6vw;
     transition:
    width 1s ease-in-out,
    right 1s ease-in-out,
    transform 1s ease-in-out;
 
}
body{
    background:#F4F5F5;
}
#brx-content{
    background:#F4F5F5;
}

.box-border{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    border-radius: 10px 10px 0px 0px;
}

.table-check .brxe-icon {
    align-self: baseline !important;
  
}
    /* Vertical line for the main-box (box2) under it */
.main-box, .box1,.box2 ,.box3,.box4 ,.box5 ,.box6 ,.box7 ,.box8, .box9  {
  position: relative;
    margin-bottom: 50px;
}

.auditor-posts li
 {
    grid-column: unset;
    grid-row: unset;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.auditor-posts .bricks-layout-item .bricks-layout-inner {
    display: grid;
    grid-template-columns: 40% 60%;
    border-radius:0 10px 10px 10px;
}
.auditor-posts .bricks-layout-wrapper .image{
    min-height:215px;
    border-radius: 10px 0px 0px 10px;
}
.auditor-posts .content-wrapper {
    background-image: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    padding-left: 10px;
     padding-right:10px;
}
.partner-posts .bricks-layout-wrapper {
    --gutter: 20px !important;
}
.partner-posts li
 {
    grid-column: unset;
    grid-row: unset;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 10px;
}

.partner-posts .bricks-layout-item .bricks-layout-inner {
    display: grid;
    grid-template-columns: 30% 70%;
    border-radius:0 10px 10px 10px;
}
.partner-posts .bricks-layout-wrapper .image{
    border-radius: 10px 0px 0px 10px;
    width: 130px;
}
.partner-posts li {
    background-image:linear-gradient(115deg, #012B65 50%, #012B65 38%, #F36A2C 100%);
    padding: 15px;
}

.partner-posts.blue li{
background:#0A2C5E;
}
.brxe-posts.partner-posts.edu .image-wrapper{
    margin-left: 0px !important;
}
.custom-country {
    background: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 2px 10px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
.custom-established{
    font-weight: 600;
      color:#fff;
}
.auditor-posts .content-wrapper p:nth-of-type(3),.edu-posts p
 {
    position: absolute;
    bottom: 0;
}
 .partner-posts .content-wrapper p:nth-of-type(2)
 {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.partner-posts .content-wrapper {
    flex-direction: unset !important;
    align-items: center;
}
.global img.size-full.alignnone {
    position: absolute;
    margin-top: -20px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
    padding-right: 10px;
}
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
input[type="date"],
select,
textarea,
.form-section .intl-tel-input,
.form-section .wpcf7-phonetext,
.form-section .country-select {
    margin: 5px 0 12px !important;
    box-sizing: border-box;
}

.mini-address textarea {
    height: 120px;
}
.wpcf7 input[type="file"] {
    background: none;
    border: none;
    padding: 0;
    margin-top: 5px;
    margin-bottom: 20px;
}
label p {
    color: #686565;
}
.custom-radio .wpcf7-radio span {
    width:100% !important;
}
.mini-test .image {
    width: 100% !important;
}

.form-section {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 16px;
    padding-left: 5px;
    border: 1px solid #ededed;
    border-radius: 10px;
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 50px;
    width:100%;
}
.first-sec{
    margin-top:20px;
}
.uacf7-uacf7style-6200 label {
    color: #0a0a0a;
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
}
.form-container {
    padding: 0 16px;
   width:100%;
}
.form-inner-cont {
    padding: 0 16px;
    width: 100%;
}
.form-section .wpcf7-submit, .form-container .wpcf7-submit {
    font-weight: 600;
    border-style: none;
    color: hsl(0, 0%, 100%);
    font-family: "Poppins";
    border-radius: 7px;
    margin-top: 20px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
    padding-left: 14px;
    gap: 3px;
    background-image: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    text-align: center;
  width:100%;
}

.prog-form h6, .inst-form h6, .contact-us h6, .membership h6{
   font-family: 'Poppins';
    font-weight: 600;
    background-image: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    width: 100%;
    padding: 7px 16px;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 20px;
}
.membership span.wpcf7-list-item-label {
    font-size: 1.6rem;
   color:#000;
}
.checklist-full .wpcf7-list-item{
    width: 100% !important;
}
.membership{
  padding-top:30px;
}
.form-section.padding {
    margin-top: 30px;
}
.prog-form p , .inst-form p, .contact-us p, .membership p{
    color: #0a0a0a;
    font-style: normal;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: 'Poppins';
    margin-bottom: 5px !important;
}

.uacf7-uacf7style-6442 .wpcf7-radio span, .uacf7-uacf7style-6442 .wpcf7-checkbox span {
    font-size: 1.6rem;
    color:#000;
}
.wpcf7 input[type="file"] {
    font-size: 1.5rem;
    line-height: 34px;
}
.prog-form textarea{
  height:122px;
}
.inst-form textarea{
  max-height:160px;
}
.contact-us textarea{
  height:114px;
}
.membership textarea{
  height:140px;
}
.form-inner {
    padding: 0 16px;
}
.sticky-sidebar h5{
  font-size:2rem;
}
.submit-padding {
    padding-top: 12px;
} 
.post-container {
    display: grid;
    align-items: initial;
    flex-direction: row;
    grid-auto-flow: row;
    grid-gap: 18px;
    width: 100%;
    max-width: 1550px;
    padding-top: 50px;
    padding-right: 16px;
    padding-bottom: 50px;
    padding-left: 16px;
    margin:0 auto;
}
.content-sidebar-grid {
    display: grid;
    gap: 20px;
}

.post-content-section {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 20px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
}
.post-sidebar-section {
    position:relative;
}
.post-sidebar-section h3.widget-title {
        background-image: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    width: 100%;
    padding-top: 7px;
    padding-right: 16px;
    padding-bottom: 7px;
    padding-left: 16px;
    color: hsl(0, 0%, 100%);
    text-align: left;
    font-family: "Poppins";
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 2rem;
    font-size: 2rem;
}

.sticky-sidebar .widget_nav_menu {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
.sticky-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sticky-sidebar ul li {
    font-size: 1.6rem;
    font-family: "Poppins";
    font-weight: 600;
    line-height: 22px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    width: 100%;
}
.post-content p {
    font-size: 1.7rem;
}
.single-member .post-border, .single-honorary-qa-auditor .post-border, .single-award .post-border {
    padding: 7px;
    background: linear-gradient(180deg, #012D6C 0%, #f47c3c 100%) border-box, white padding-box;
    background-clip: border-box, padding-box;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    max-width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
}
.single-global-partner .post-border, .single-about_partner .post-border {
    padding: 7px;
    background: #17376c;
    background-clip: border-box, padding-box;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    max-width: 100%;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    text-align: center;
}
.single-member .post-border img, .single-honorary-qa-auditor .post-border img,.single-award .post-border img{
   width: 100%;
  border-radius: 10px;
}
.sticky-sidebar .widget_text {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    margin-top: 20px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}
.sticky-sidebar .widget_text img {
    float: left;
    margin: .5em 1em .5em 0;
    border-radius: 10px;
}
.sticky-sidebar .widget_text h5 {
    font-family: "Poppins";
    line-height: 1.4;
    font-size: 1.5rem;
    padding-top: 5px;
    margin-top: 0px;
}
.sticky-sidebar .widget_text h6{
  font-family: "Poppins";
    line-height: 1.2;
    color: #615f5f;
    font-size: 1.4rem;
    font-weight: 500;
}
.single-global-partner .sticky-sidebar {
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
}
.content-wrapper {
        padding-left: 10px;
    }
.post-sidebar-section a {
    font-weight: 500 !important;
}
.special-test .image{
  width:130px !important;
  
}
p.info {
    color: #0B3A7B;
    font-size: 1.4rem;
}
.single-post .post-content-section,.single-article .post-content-section{
        grid-template-columns: 1fr !important;
    }
.article-single-content h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.custom-bread {
    background: #d5e6ff;
}
.custom-bread .ion-ios-home {
    background: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
     font-size: 24px;
}
.custom-bread .ion-ios-arrow-forward {
    font-size: 20px;
    color: #012D6C;
    padding: 0 15px;
    font-weight: 600;
}
.custom-bread a {
    color: #012D6C;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: 'Poppins';
}
.breadcrumb-current-title h1 {
    font-weight: 600;
    font-family: 'Poppins';
    color: #012D6C;
    margin-top: 5px;
}
.custom-breadcrumbs-links a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.bread-container {
    display: grid;
    align-items: initial;
    flex-direction: row;
    grid-auto-flow: row;
    grid-template-columns: 75% 25%;
    grid-gap: 18px;
    width: 100%;
    max-width: 1550px;
    padding-top: 30px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-left: 16px;
}
.wpcf7 input[type="file"] {
  display: none;
}

.file-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 2px dashed #999;
  border-radius: 8px;
  cursor: pointer;
  color: #333;
  transition: 0.2s ease;
}

.file-upload-label:hover {
  border-color: #012D6C;
  color: #012D6C;
}

.file-upload-label span {
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Poppins';
}

.file-upload-label input[type="file"] {
  display: none;
}
.file-name {
  font-size: 13px;
  color: #666;
}
.file-upload-box i {
    font-size: 2rem;
    padding-right: 5px;
}
.file-upload-box {
    margin-top: 15px;
}
.profile-upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.profile-preview {
    width:107;
    height: 107px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #012D6C;
    background: #f2f2f2;
}
label.profile-upload-btn {
    text-align: center;
}
.profile-upload-box input[type="file"] {
    display: none;
}

.profile-upload-btn {
    background: #012D6C;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
}

.profile-upload-btn:hover {
    background: #F4752C;
}




.add-exp,
.add-edu,
.add-lang {
     border-color: #0d4486;
    background: rgba(62, 123, 182, .1019607843);
    color: #3e7bb6;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    margin-bottom: 28px;
    padding: 14px;
    border: 1px solid;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
}

.add-exp:hover,
.add-edu:hover,
.add-lang:hover {
    background:#0d4486;
    color: #fff;
}


/* REMOVE BUTTON (ORANGE STYLE) */
.remove-item {
    border-color: rgba(255, 68, 51, .2);
    background: rgba(255, 68, 51, .1019607843);
    color: #f43;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    text-align: center;
    padding: 14px;
    border: 1px solid;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 8px;
  margin-bottom:10px;
}

.remove-item:hover {
    background: #ee301f99;
    color: #fff;
}
.codedropz-upload-inner h3 {
    font-size: 2rem !important;
}
.codedropz-upload-container {
    padding: 0px 10px !important;
}
.codedropz-upload-inner h3 {
    font-size: 2rem !important;
}
.codedropz-upload-container {
    padding: 0px 8px !important;
}
.no-border {
    border: none !important;
}

.single-member .post-title, .single-member .profile-sec,
.single-member .additional-info,.single-honorary-qa-auditor .post-title, .single-honorary-qa-auditor .profile-sec,
.single-honorary-qa-auditor .additional-info {
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 16px;
    padding-left: 16px;
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    background-color: hsl(0, 0%, 100%);
    border-radius: 10px;
    margin-bottom: 16px;
}
.profile-sec {
    padding-top: 15px;
}
.single-member .post-content-section, .single-honorary-qa-auditor .post-content-section {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 10px;
    padding: 0px;
    box-shadow: unset;
    background-color: unset;
    border-radius: 10px;
}
.brx-megamenu.brx-submenu-positioned {
    z-index: 99999999999;
}
.institute-bread {
    display: grid;
    align-items: initial;
    flex-direction: row;
    grid-auto-flow: row;
    grid-template-columns: 75% 25%;
    grid-gap: 18px;
    width: 100%;
    max-width: 1550px;
    padding-top: 30px;
    padding-right: 16px;
    padding-bottom: 30px;
    padding-left: 16px;
}
.post-title h5 {
    font-size: 1.8rem;
}
.auditor-posts .content-wrapper p:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    right: 10px;
}

.auditor-posts.awardees p:nth-of-type(3) {
   position: absolute;
    bottom: 0;
    right: 10px;
}
.middle-post .content-wrapper {
    background: #00000021 !important;
}
.institute-info {
    margin-bottom: 10px;
}
.grad-border{
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: linear-gradient(45deg, #0B3A7B 20%, #0F4F92 38%, #F36A2C 82%);
    border-radius: 10px 10px 0px 0px;
}
.about-posts .content-wrapper {
    background-color: hsl(0, 0%, 100%);
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #ebe4e4;
    border-radius: 10px;
    padding: 16px 20px;
}
.about-posts figure.image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-radius: 10px;
    background: #0A2C5E;
}
.about-posts img.image.css-filter {
    background-position: center;
    width: 100%;
    height: 100px;
    max-width: 200px;
    object-fit: contain;
    display: flex;
}
.single-institute .post-border
 {
    background-position: center;
    width: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}
.iso-boxes .brxe-block {
    height: 100%;
}
.faqs li.accordion-item.listening {
    background: #ffffff;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    margin-bottom: 5px;
}
.faqs .accordion-title .icon {
    font-size: 2rem;
    color: #ffffff;
    background: #012d6c;
    padding: 2px 7px;
    border-radius: 5px;
}