/* TITLE SUBTITLE */
.sec-title {
    position: relative;
    margin-bottom: 40px;
}
.sec-title .sub-title {
    display: block;
    font-size: 16px;
    color: var(--primary-color);
    font-weight: normal;
    font-family: 'Exo', sans-serif;
    text-transform: uppercase;
}
.sec-title h2 {
    display: block;
    font-size: 32px;
    line-height: 35px;
    color: var(--secondary-color);
    font-family: "Exo", sans-serif;
    font-weight: normal;
    padding-bottom: 10px;
}
.sec-title.text-center .divider {
    margin: 10px auto 0;
    width: 90px;
    height: 5px;
    background-image: url(../img/divider-centered.png);
}

.sec-title .divider {
    position: relative;
    display: block;
    width: 68px;
    height: 5px;
    background-image: url(../img/divider-centered.png);
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(0.6);
}
/* TITLE SUBTITLE */

/* TEXT */
.about-text{
    text-align: justify;
    margin-bottom:15px;
}
.listing{
    padding-top: 20px;
}
/* TEXT */

/* PRELOADER */

/* PRELOADER */

/* PAGE HEADER */
.page-header {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 100px 0;
}
@media (max-width: 1399px) {
    .page-header .bg-img {
        background-size: cover;
    }
}
.page-header .bg-img {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.page-header .overlay {
    background: linear-gradient(90deg, #F3F7FB 43.21%, rgba(243, 247, 251, 0.24) 63.66%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.page-header .shapes .shape.shape-1 {
    bottom: 20px;
    left: 0px;
}
.page-header .shapes .shape {
    position: absolute;
    z-index: -1;
}
.page-header .shapes .shape.shape-2 {
    bottom: 0;
    left: 40%;
}
.page-header .shapes .shape.shape-2 img, .page-header .shapes .shape.shape-3 img {
  filter: grayscale(1);
}

.page-header .shapes .shape {
    position: absolute;
    z-index: -1;
}
.page-header .shapes .shape.shape-3 {
    top: 0;
    right: 0;
}
.page-header .shapes .shape {
    position: absolute;
    z-index: -1;
}
@media (max-width: 1399px) {
    .page-header-content {
        padding-left: 200px;
    }
}
@media (max-width: 1600px) {
    .page-header-content {
        padding-left: 150px;
    }
}
@media (max-width: 1700px) {
    .page-header-content {
        padding-left: 135px;
    }
}
.page-header-content .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}
.page-header-content .sub-title {
    font-size: 16px;
    font-weight: 500;
}
.page-header-content .sub-title .icon {
    font-size: 16px;
    padding: 0 5px;
}
.page-header-content .sub-title .inner-page {
    color: var(--primary-color);
}
/* PAGE HEADER */

/* INTERVENTION */
.promo-section {
    /* background-color: #c9c9c9; */
    position: relative;
    z-index: 1;
}
.promo-item {
    text-align: center;
    border-right: 1px dashed rgb(78 78 78 / 17%);
    margin-bottom: 50px;
}
.promo-item .promo-thumb {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 30px;
    padding: 17px 22px 0 0;
}
.promo-item .promo-thumb:before {
    position: absolute;
    left: 20px;
    right: 10px;
    top: 20px;
    bottom: 0px;
    border: 3px solid #dddddd;
    border-radius: 50%;
    content: "";
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.promo-item:hover .promo-thumb:before {
    border-color: #fdb900;
    opacity: 1;
}
.promo-item .promo-thumb a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 5px solid #ffffff;
    box-shadow: 0 14px 20px rgba(0, 0, 0, .20);
    border-radius: 50%;
    overflow: hidden;
    padding: 25px;
    background: white;
}
.promo-item .promo-thumb .main-img {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

.promo-item .promo-thumb .icon {
    background-color: #07a698;
    height: 65px;
    width: 65px;
    border-radius: 50%;
    border: 4px solid #162726;
    position: absolute;
    /* top: -40px; */
    left: 46%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.promo-item .promo-thumb .icon1 {
    background-color: #47389f !important;
    border: 4px solid #eaaf45 !important;
}
.promo-item .promo-thumb .icon2 {
    background-color: #00a658;
    border: 4px solid #ffc107;
}
.promo-item .promo-thumb .icon3 {
    background-color: #e3000f;
    border: 4px solid #ff7600;
}
.promo-item .promo-thumb .icon4 {
    background-color:  #2d499a;
    border: 4px solid #fae013;
}
.promo-item .promo-thumb .icon5 {
    background-color: #df0b86;
    border: 4px solid #778993;
}
.promo-item .promo-thumb .icon6 {
    background-color: #1e4f99;
    border: 4px solid #ffdb41;
}
.promo-item .promo-thumb1:before, .promo-item .promo-thumb2:before,.promo-item .promo-thumb3:before, .promo-item .promo-thumb4:before, .promo-item .promo-thumb5:before, .promo-item .promo-thumb6:before{
    position: absolute;
}
.promo-item:hover .promo-thumb1:before{
    border-color:  #eaaf45 !important;
    opacity: 1;
}
.promo-item:hover .promo-thumb2:before {
    border-color: #ffc107 !important;
    opacity: 1;
}
.promo-item:hover .promo-thumb3:before {
    border-color: #ff7600;
    opacity: 1;
}
.promo-item:hover .promo-thumb4:before {
    border-color: #fae013;
    opacity: 1;
}
.promo-item:hover .promo-thumb5:before {
    border-color: #778993;
    opacity: 1;
}
.promo-item:hover .promo-thumb6:before {
    border-color: #ffdb41;
    opacity: 1;
}
.promo-item .title {
    font-size: 18px;
    padding-top: 20px;
    margin-bottom: 20px;
    line-height: 30px;
}
.promo-item p {
    margin-bottom: 0;
    line-height: 1.6;
}
/* INTERVENTION */
/* Contact Us */
.pbmit-ihbox-style-7 {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease-in;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box {
    padding: 30px 35px;
    border-radius: 30px;
    position: relative;
    background: transparent;
    z-index: 1;
    min-height: 307px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-box::before {
    clip-path: unset;
    border-radius: 30px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb;
    z-index: -1;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    margin-right: 15px;
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
    font-size: 38px;
    line-height: 28px;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    height: 70px;
    width: 70px;
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
    font-size: 45px;
    line-height: 35px;
    color: var(--primary-color);
}
.pbmit-ihbox-style-7 .pbmit-element-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper {
    padding-top: 25px;
    margin-top: 25px;
    padding-right: 70px;
    border-top: 1px solid rgba(187, 130, 130, 0.1);
    position: relative;
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: rgba(187, 130, 130, .6);
}
.pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
    color:black;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn {
    background-color: var(--primary-color);
    color: white;
    width: 45px;
    height: 45px;
    bottom: 6px;
    right: 30px;
    position: absolute;
    font-size: 14px;
    line-height: 36px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.4s ease-in;
    display: inline-grid;
    margin-top: 0;
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn a {
    color: white;
}
.pbmit-ihbox-style-7:hover .pbmit-content-wrapper::before {
    width: 100%;
}
.pbmit-ihbox-style-7:hover {
    transform: translate(0, -10px);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn a {
    color: white;
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn {
    background-color: var(--primary-color);
    margin-top: 0;
}
.pbmit-ihbox-btn a:hover .pbmit-button-icon {
    transform: scale(.36) translate(45px, -50px);
}
.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn .pbmit-button-icon {
    transform: scale(0.26) translate(45px, -50px);
}
.pbmit-ihbox-style-7 .pbmit-ihbox-btn .pbmit-button-icon {
    transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
    background-color: var(--primary-color);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pbmit-ihbox-style-7 .pbmit-icon-type-icon {
    font-size: 35px;
    line-height: 35px;
    color: white;
}
/* Contact Us */

/* WHO WE ARE */
.testimonial-block {
    position: relative;
}
.testimonial-block .inner-box {
    position: relative;
    padding: 70px 15px 0 15px;
}
.testimonial-block .content-box {
    position: relative;
    display: block;
    background-color: #ffffff;
    padding: 50px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}
.testimonial-block .content-box:before {
    position: absolute;
    width: 334px;
    height: 265px;
    right: 0;
    top: 0;
    background-image: url(../img/border-dashed.png);
    background-repeat: no-repeat;
    content: "";
}
.testimonial-block .content-box .thumb {
    position: absolute;
    right: 40px;
    top: -70px;
    height: 140px;
    width: 140px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}
.testimonial-block .content-box .thumb img {
    border-radius: 50%;
    width: 100%;
    height: 145px;
    object-fit: cover;
}
.testimonial-block .content-box .text {
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #7d8185;
    margin-top: 20px;
    min-height: 138px; 
    text-align: justify;
}
.title-text{
    color: var(--secondary-color);
    font-weight: normal;
}
/* WHO WE ARE */

/* MANAGEMENT TEAM */
.team-item-2 {
    border: 1px solid #E0E5EB;
    padding: 10px;
    border-radius: 15px;
}
@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.team-item-2 .team-thumb {
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.team-item-2 .team-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item-2 .team-thumb .team-content {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(45px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 20px 30px;
}
.team-item-2 .team-thumb .team-content .instructor-info .title a{
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 0;
}
.team-item-2 .team-thumb .team-content .instructor-info span {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}
.team-item-2 .team-thumb .team-content {
    background: rgba(255, 255, 255, 0.01);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(45px);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    padding: 20px 30px;
}
.team-item-2:hover .team-thumb img {
    transform: scale(1.02);
}
/* MANAGEMENT TEAM */
/* FOOTER */
.footer-one__right-bottom {
    align-items: center;
    border-top: 1px solid #ffffff1a;
    display: flex;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    margin-bottom: 20px;
}
.footer-one__right-bottom .social-links {
    display: block;
    position: relative;
}
.footer-one__right-bottom .social-links li {
    display: inline-block;
    margin-right: 11px;
    position: relative;
}
.footer-one__right-bottom .social-links li a {
    align-items: center;
    background: #ffffff;
    display: flex;
    height: 40px;
    justify-content: center;
    position: relative;
    width: 40px;
    z-index: 1;
    border-radius: 10px 10px 10px 0;
}
.footer-one__right-bottom .social-links li a i {
    color: #929292;
    font-size: 20px;
    position: absolute;
    top: 11px;
    left: 10px;
}
.footer-one__right-bottom-contact {
    align-items: center;
    display: flex;
    margin-left: 30px;
    position: relative;
}
.footer-one__right-bottom-contact .icon-box {
    display: block;
    position: relative;
}
.footer-one__right-bottom-contact .icon-box span{
    position: absolute;
    right: 10px;
    bottom: -16px;
}
.footer-one__right-bottom-contact .icon-box i{
    color: #424242 !important;
    font-size: 24px;
}
.footer-one__right-bottom-contact .content-box {
    display: block;
    margin-left: 5px;
    position: relative;
}
.footer-one__right-bottom-contact .content-box p {
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
}
.footer-one__right-bottom-contact .content-box h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #424242;
}
.footer-one__right-bottom-contact .content-box h4 a {
    color: #424242;
}
.footer-one__right-bottom-contact .content-box h4 a:hover {
    color: #232323 !important;
}

.footer-one__right-bottom .social-links li a:before {
    /* background: var(--secondary-color); */
    background: #b9b9b952;
    border-radius: 10px 10px 10px 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(.5);
    transition: all .4s linear;
    z-index: -1;
}
.footer-one__right-bottom .social-links li a:hover:before {
    opacity: 1;
    transform: scale(1);
}
.footer-one__right-bottom .social-links li a:hover i {
    color: #808080 !important;
}
/* FOOTER */
.images-wrapper {
    position: absolute;
    max-width: 400px;
    width: 55%;
    height: 220px;
    right: 955px;
    background: #ededed;
    -webkit-clip-path: circle(67% at 35% 30%);
    clip-path: circle(47% at 35% 30%);
    padding: 0px 30px 30px 0px;
    
}

.title-area-left_heading{
    position: relative
}
.news{
    background: var(--color-white);
    border-radius: 40px 40px 40px 0;
    padding: 25px 25px;
    margin: 6px;
    position: relative;
    border-bottom: 5px solid var(--secondary-color);
    border-top: 5px solid var(--secondary-color);
}

.images-wrapper .process-image-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: #ffffff;
    -webkit-clip-path: circle(67% at 35% 30%);
    clip-path: circle(45% at 35% 30%);
}
.footer-widget-box img {
    position: relative;
    bottom: 45px;
    right: 85px;
}
.logo-text1 {
    flex-direction: column;
    align-items: center;
}
.logo-text1 h6.margin-top-text {
    font-size: 12px;
    margin-top: -63px;
    margin-right: 165px;
}
  /*
 * event.less
 * -----------------------------------------------
*/
.event-block {
    margin: 4px 0;
    position: relative;
  }
  .event-block .event-date {
    padding: 6px 18px;
    position: absolute;
    top: 24px;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
  }
  .event-block .event-meta {
    background: #f7f6f2 none repeat scroll 0 0;
    display: inline-block;
    margin-left: 40px;
    padding: 12px 16px 8px 14px;
    z-index: -1;
  }
  .event-block:hover .event-date {
    top: 16px;
  }
  .event-small .event-date {
    float: left;
    margin-right: 20px;
    padding: 0 16px 5px 20px;
    text-align: center;background: var(--secondary-color);
  }
  .event-small h6{
      font-size: 16px;
  }
  /* -------- event Style ---------- */
  .event-list .thumb {
    position: relative;
    overflow: hidden;
  }
  .event-list .thumb img {
    transition: all 500ms ease 0s;
  }
  .event-list:hover .thumb img {
    transform: scale(1.1);
  }
  /* .news{    background: #fbfbfb;
      padding: 40px;} */
  .event-list .thumb .overlay-donate-now {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: -50px;
    transition: all 400ms ease 0s;
  }
  .event-list:hover .thumb .overlay-donate-now {
    top: 10%;
  }
  .event-list .thumb .entry-date {
    bottom: 0;
    position: absolute;
    right: -44px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .event-list:hover .thumb .entry-date {
    right: 0;
  }
  .newsupdate li{padding-top: 10px;}
  .newsupdate article{display: flex; align-items: center;}

  /* WHY CHOOSE US */
  /* @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .bd-category-wrapper.style-one .bd-category-item {
        padding: 15px 15px;
        gap: 10px;
    }
} */
.bd-category-wrapper.style-one .bd-category-item {
    padding: 20px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: transparent;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    transition: all 0.3s linear;
}
.bd-category-wrapper.style-one .bd-category-title {
    margin-bottom: 5px;
    display: block;
    /* background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#ffffff, #ffffff);
    background-size: 0% 1px, 0 1px; */
    background-position: 100% 100%, 0 83%;
    background-repeat: no-repeat;
    transition: background-size 0.4s linear;
    padding: 0 0 1% 0;
    line-height: 20px;
}
.bd-category-wrapper.style-one .bd-category-item:hover .bd-category-icon svg * {
    stroke:#ffffff
}
.bd-category-wrapper.style-one .bd-category-item:hover .bd-category-title {
    background-size: 0 1px, 100% 1px;
    color:#ffffff;
}

.bd-category-wrapper.style-one .bd-category-icon svg * {
    transition: all 0.3s linear;
}
.bd-category-wrapper.style-one .bd-category-item:hover {
    border-color: var(--secondary-color);
    background-color: var(--secondary-color);
}
.bd-category-wrapper{
    padding-top: 20px;
    padding-bottom: 25px;
}
  /* WHY CHOOSE US */

/* RESPONSIVE CSS */
@media (max-width: 1024px){
    .navbar .nav-item .nav-link {
        margin-right: 20px;
        font-size: 15px;
    }
    .images-wrapper {
        right: 65%;
    }
    .footer-widget-box img {
        right: 55px;
    }
    .logo-text1 h6.margin-top-text {
        margin-right: 115px;
    }
    .footer-widget-box .qr-code img {
        margin-left: 50px;
    }
    .navbar .nav-right-btn {
        display: block;
    }
    .testimonial-block .content-box .text {
        min-height: 167px;
    }
    .team-bio h5 {
        font-size: 18px;
    }
    .pbmit-ihbox-style-7 .pbmit-content-wrapper {
        padding-right: 0;
    }
    .pbmit-ihbox-style-7 .pbmit-ihbox-icon-wrapper, .pbmit-ihbox-style-7 .pbmit-ihbox-svg {
        height: 70px;
        width: 70px;
    }
    .pbmit-ihbox-style-7 .pbmit-element-title{
        font-size: 18px;
    }
    .pbmit-ihbox-style-7 .pbmit-content-wrapper .pbmit-heading-desc {
        font-size: 15px;
    }
}
@media (max-width: 768px){
    .footer-widget-box img {
        right: 45px;
    }
}
  @media (max-width:767px) {
    .navbar-bottom{
        display: none;
    }
    .navbar-brand img {
        width: 75px;
    }
    .navbar-brand h1 {
        font-size: 13px;
        padding-bottom: 5px;
    }
    .navbar-brand small {
        font-size: 10px;
    }
    .navbar {
        top: 35px;
    }
    .nav-right{
        display: none;
    }
    .navbar-toggler-mobile-icon {
        position: absolute;
        top: 18px;
        right: 10px;
    }
    .home-2 .hero-single {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .sec-title h2 {
        font-size: 22px;
        line-height: 35px;
    }
    .footer-one__right-bottom-contact .content-box h4 {
        font-size: 15px;
    }
    .text-start {
        text-align: center !important;
    }
    .text-end {
        text-align: center !important;
    }
    .page-header {
        padding: 50px 0;
    }
    .page-header .shapes .shape.shape-1 {
        bottom: 0px;
        left: -20px;
    }.page-header .shapes .shape.shape-1 img{
        width: 100px;
    }
    .page-header-content .title {
        font-size: 25px;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1;
        padding-top: 45px;
    }
    .page-header .shapes .shape.shape-3 {
        top: 0;
        right: -105px;
    }
    .page-header .shapes .shape.shape-2 {
        bottom: -40px;
        left: 40%;
    }
    .testimonial-block .content-box .text {
        text-align: left;
    }
    .page-header .bg-img {
        top: 85px;
    }
    .page-header-content .sub-title {
        font-size: 14px;
    }
    .promo-item {
        border-bottom: 1px dashed rgb(78 78 78 / 17%);
        border-right: none;
    }
    
    .navbar-top.navbar.fixed-top {
        display: block;
        top: 0;
    }
    .logo-text h6 {
        font-size: 12px;
        margin-top: 0px;
    }
    .footer-widget-box .qr-code img {
        margin-left: 140px;
        margin-bottom: 0;
    }
    .footer-widget-box.list{
        margin-bottom: 0px;
    }
    .footer-widget-box.list.list1{
        margin-top: 20px;
    }
    .images-wrapper {
        width: 90%;
        right: 10%;
    }
    .footer-widget-box {
        margin-bottom: 0;
    }
    .testimonial-block:last-child {
        margin-top: 35px;
    }
    .department-item .theme-btn {
        margin-left: 38%;
    }
  }
  /* RESPONSIVE CSS */