@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'unisans';
    src: url(../fonts/Uni\ Sans\ Heavy.otf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 100px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'unisans';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'unisans';
    font-size: 51px;
    color: #000;
    font-weight: 500;
    margin: 0 0 5px;
}

h3 {
    font-family: 'unisans';
    font-size: 35px;
    color: #000000;
    /* font-weight: 600; */
    margin: 0 0 0px;
}

h4 {
    font-family: 'unisans';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'unisans';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'unisans';
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #00000096;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 12px 15px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 0px 25px rgb(0 0 0 / 11%);
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
    background: #000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #fafafa;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/


.container-fluid {
    padding: 0 4%;
}


.main_slider {
    position: relative;
}

.menuSection {
    padding: 40px 0 30px;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.headerbtn {
    text-align: end;
}

.themebtn1 .btn_txt {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    background: #ffffff;
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0px 20px;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in;
}

.themebtn1 .btn_arrow {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.themebtn1 .btn_arrow img {
    transition: all .3s ease-in;
}

.themebtn1 {
    display: flex;
    align-items: center;
}

.themebtn1:hover .btn_txt {
    color: #ffffff;
    background: #000000;
}

.themebtn1:hover .btn_arrow {
    background: #000000;
}

.themebtn1:hover .btn_arrow img {
    transform: rotate(117deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

/* about */

.abt_img img {
    border-radius: 30px;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.abt_txt h2 {
    font-size: 51px;
}

.abt_txt h2 span {
    display: block;
    color: #9744f8;
}

.abt_txt h3 {
    font-size: 40px;
}

.abt_txt p {
    margin-bottom: 20px;
}

.exp_box h4 {
    font-size: 51px;
}

.exp_box h5 {
    font-size: 14px;
    color: #9744f8;
}

.themebtn2 .btn_txt {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    text-transform: uppercase;
    border-radius: 30px;
    padding: 0px 20px;
    text-align: center;
    height: 55px;
    display: flex;
    align-items: center;
    transition: all .3s ease-in;
}

.themebtn2 .btn_arrow {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
}

.themebtn2 .btn_arrow img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(100%) contrast(100%);
    width: auto;
    transition: all .3s ease-in;
}

.themebtn2:hover .btn_txt {
    color: #ffffff;
    background: #000000;
}

.themebtn2:hover .btn_arrow {
    background: #000000;
}

.themebtn2:hover .btn_arrow img {
    transform: rotate(117deg);
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}

.themebtn2 {
    display: flex;
    align-items: center;
}

.exp_box {
    display: flex;
    align-items: center;
    gap: 20px;
}

.abt_txt ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    position: relative;
}

.abt_txt ul::before {
    content: '';
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 1px;
    left: 220px;
    top: 0;
}

.abt_txt ul::after {
    content: '';
    position: absolute;
    background: #ccc;
    height: 100%;
    width: 1px;
    right: 220px;
    top: 0;
}

.d_block {
    display: block;
}

.abt_txt {
    padding: 0 30px;
}

/* about */

/* service */

.service {
    background: url(../images/service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    border-radius: 30px;
    margin: 0 1%;
    position: relative;
}

.service_heading h2 {
    color: #ffffff;
}

.service .container-fluid {
    position: relative;
    z-index: 999;
    padding: 0 2%;
}

.service::before {
    content: '';
    position: absolute;
    background: #893dd5f2;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
}

.service_main h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.service_main p {
    margin-bottom: 20px;
}

.service_main_img img {
    margin-top: 40px;
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    height: 260px;
}

.service_main {
    padding: 30px 20px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0px 25px rgb(0 0 0 / 11%);
    margin-bottom: 30px;
}

.service_slider .slick-slide {
    opacity: 1;
}

.service_main:hover {
    background: #000;
}

.service_slider .slick-center .service_main {
    background: #000;
}

.service_main:hover h3 {
    color: #ffffff;
}

.service_slider .slick-center .service_main h3 {
    color: #ffffff;
}

.service_slider .slick-center .service_main p {
    color: #ffffff94;
}

.service_main:hover p {
    color: #ffffff94;
}

.service_main:hover .themebtn2 .btn_txt {
    background: transparent;
    border: 1px solid #fff;
}

.service_main:hover .themebtn2 .btn_arrow {
    background: #ffffff;
}

.service_main:hover .themebtn2 .btn_arrow img {
    filter: brightness(0) saturate(100%)
}

.service_slider .slick-center .themebtn2 .btn_txt {
    background: transparent;
    border: 1px solid #fff;
}

.service_slider .slick-center .themebtn2 .btn_arrow {
    background: #ffffff;
}

.service_slider .slick-center .themebtn2 .btn_arrow img {
    filter: brightness(0) saturate(100%)
}

/* service */

/* why choose us */

.wcu_img img {
    border-radius: 30px;
    height: 590px;
    width: 100%;
    object-fit: cover;
}

.wcu_txt p {
    margin-bottom: 20px;
}

.wcu_txt ul li h3 {
    font-size: 24px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 10px;
}

.wcu_txt ul li h3::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/wcu-checked.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 30px;
    z-index: 1;
}

.wcu_txt {
    padding-right: 30px;
}

.wcu_img {
    position: relative;
}

.yrs_exp h3 {
    font-size: 63px;
    color: #ffffff;
}

.yrs_exp h4 {
    font-size: 18px;
    color: #ffffff;
}

.yrs_exp {
    background: #893dd5;
    text-align: center;
    height: 250px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 15px solid #fff;
}

/* why choose us */

/* Vocational Rehabilitation Training */

.vocational_training_img img {
    border-radius: 30px;
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.vr_box h3 {
    font-size: 44px;
    margin-bottom: 10px;
}

.vr_box {
    background: #ffffff;
    border-radius: 30px;
    padding: 27px;
    box-shadow: 0 0px 25px rgb(0 0 0 / 11%);
}

.vr_box_img {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
}

.vr_box_img img {
    border-radius: 30px;
    width: 100%;
    object-fit: cover;
    object-position: 0 20%;
}

img.vr_box-1 {
    height: 90px;
}

img.vr_box-2 {
    height: 120px;
}

.vocational_training .container-fluid {
    position: relative;
    z-index: 999;
    padding: 0 2%;
}

.vocational_training {
    background: url(../images/vocational_training_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    border-radius: 30px;
    margin: 0 1%;
    position: relative;
}

.vocational_training::before {
    content: '';
    position: absolute;
    background: #893dd5f2;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
}

.vocational_training_txt h2 {
    color: #ffffff;
}

.vocational_training_txt>p {
    color: #cea7fb;
    margin-bottom: 20px;
}

.vocational_training_txt .row.pt-3 {
    width: 92%;
    padding-top: 30px !important;
}

.vocational_training_txt {
    padding: 0 30px;
}

/* Vocational Rehabilitation Training */

/* ceo */

.ceo_txt p {
    margin-bottom: 30px;
}

.ceo_img img {
    border-radius: 30px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

/* ceo */

/* our projects */


.project_txt h3 {
    font-size: 35px;
    margin-bottom: 10px;
}

.project_txt {
    border-radius: 30px;
    background: #ffffff;
    padding: 35px;
    height: 350px;
}

.project_txt p {
    margin-bottom: 20px;
}

.project_main>a {
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all ease .3s;
    width: 100%;
    margin-bottom: 20px;
}

.project_main a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.project_main>a::after {
    position: absolute;
    content: "+";
    background: #000000a1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    font-size: 40px;
    transition: all 0.4s ease-in-out 0s;
    transform: scale(0);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
}

.project_main>a:hover::after {
    transition: all 0.4s ease-in-out 0s;
    transform: scale(1);
}

img.heightproject {
    height: 350px !important;
}

.projects {
    background: url(../images/projects-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    border-radius: 30px;
    margin: 0 1%;
    position: relative;
}

.projects .container-fluid {
    position: relative;
    z-index: 999;
    padding: 0 2%;
}

.projects::before {
    content: '';
    position: absolute;
    background: #893dd5f2;
    height: 100%;
    width: 100%;
    border-radius: 30px;
    left: 0;
    top: 0;
}

.project_heading {
    text-align: center;
    margin-bottom: 30px;
}

.project_heading h2 {
    color: #ffffff;
}

.project_heading p {
    color: #cea7fb;
    width: 44%;
    margin: 0 auto;
}

/* our projects */

/* testimonial */

.rating i {
    color: #000;
    font-size: 20px;
}

.testi_main p {
    margin: 10px 0px 20px;
}

.avatar img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client_info h4 {
    font-size: 16px;
}

.client_info h5 {
    color: #9744f8;
    font-size: 14px;
}

.client_info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.client_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.testi_main {
    border-radius: 10px;
    padding: 30px 40px;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.2);
}

img.quotemark {
    width: auto;
}

.test_slider .slick-slide {
    opacity: 1;
}

.test_slider .slick-track {
    margin: 30px 0;
}

.test_slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 4px;
}

.test_slider .slick-dots li {
    width: 30px;
    height: 7px;
    background: #333333;
    border-radius: 10px;
}

.test_slider .slick-dots li button {
    display: none;
}

.test_slider .slick-dots li.slick-active {
    background: #9744f8;
    width: 90px;
    opacity: 1;
}

.test_slider .slick-center .testi_main {
    background: #000;
}

.test_slider .slick-center img.quotemark {
    filter: brightness(0) saturate(100%) invert(38%) sepia(4%) saturate(6%) hue-rotate(353deg) brightness(97%) contrast(92%);
}

.test_slider .slick-center .rating i,
.test_slider .slick-center .client_info h4,
.test_slider .slick-center .client_info h5 {
    color: #ffffff;
}

.test_slider .slick-center .testi_main p {
    color: #ffffff94;
}

.test_slider .testi_main:hover {
    background: #000;
}

.test_slider .testi_main:hover img.quotemark {
    filter: brightness(0) saturate(100%) invert(38%) sepia(4%) saturate(6%) hue-rotate(353deg) brightness(97%) contrast(92%);
}

.test_slider .testi_main:hover .rating i,
.test_slider .testi_main:hover .client_info h4,
.test_slider .testi_main:hover .client_info h5 {
    color: #ffffff;
}

.test_slider .testi_main:hover p {
    color: #ffffff94;
}

.testi_main .rating i,
.testi_main .client_info h4,
.testi_main .client_info h5,
.testi_main:hover p {
    transition: all .3s ease-in;
}

/* testimonial */

/* footer start  */

.newsletter_txt h3 {
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 1px;
}

.newsletter_txt p {
    color: #ffffff;
    width: 75%;
}

.footerSec {
    background: #9744f8;
    border-radius: 30px;
    margin: 0 1% 1%;
    position: relative;
    z-index: 2;
}

.newsletter_left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
}

.newsletter_right {
    text-align: center;
}

.newsletter_right form input {
    width: 100%;
    border-radius: 50px;
    padding: 17px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    border: none;
    font-family: 'Montserrat';
}

.newsletter_right form input::placeholder {
    color: #000000ab;
    text-transform: uppercase;
}

.newsletter_right form button {
    border: none;
    border-radius: 50px;
    padding: 17px 35px;
    background: #000;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    width: 36%;
}

.newsletter_right form {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}

.footerSec .container-fluid {
    padding: 0 3%;
}

.footerSec::before {
    content: '';
    position: absolute;
    background: url(../images/ftrlines.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 30px;
}

.ftr_top {
    padding: 50px 0;
    border-bottom: 1px solid #c291fb;
}

.ftr_mid {
    padding: 70px 0;
}

.ftr_about p {
    color: #ffffff;
    margin: 30px 0;
}

.ftr_about ul li a {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c291fb;
    border: 1px solid #c291fb;
    font-size: 12px;
    border-radius: 50%;
    transition: all .3s ease-in;
}

.ftr_about ul li a:hover {
    color: #ffffff;
    background: #000000;
    border: 1px solid #000000;
}

.ftr_about ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.quick_links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
    text-transform: uppercase;
    margin-bottom: 5px;
}

.quick_links ul {

    display: flex;
}

.footerSec h5 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}

.contact_info ul li a span {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
}

.contact_info ul li a i {
    font-size: 20px;
    color: #ffffff;
}

.contact_info ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 40px;
}

.training_links ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Montserrat';
    margin-bottom: 30px;
}

.training_links {
    padding-left: 50px;
}

.footer_btm {
    padding: 20px 0;
    border-top: 1px solid #c291fb;
}

.copy-txt p {
    text-align: center;
    color: #ffffff;
}

/* footer end  */

/* banner */

.banner_text h1 {
    font-size: 60px;
    margin-bottom: 5px;
}

.banner_text h2 {
    font-size: 51px;
    margin-bottom: 0;
}

.banner_text h2 span {
    color: #9f5ae4;
}

.banner_text p {
    width: 80%;
}

.banner_text form {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    border: 1px solid #ccc;
    padding: 5px 10px 5px 20px;
    width: 95%;
    margin: 30px 0;
}

.banner_text form i {
    color: #000000;
    font-size: 20px;
}

.banner_text form input {
    border: none;
    outline: none;
    padding: 8px;
    width: 100%;
    background: transparent;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 47%;
}

.banner_text form input::placeholder {
    text-transform: uppercase;
}

.banner_text form select {
    border: none;
    outline: none;
    padding: 0 0 0 40px;
    cursor: pointer;
    background: #ffffff00 url(../images/location.png) no-repeat left;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    width: 30%;
    text-transform: uppercase;
}

.banner_text form button {
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    transition: 0.3s;
    width: 23%;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    text-transform: uppercase;
}

.banner_text form button:hover {
    background: #000000;
}

.bnr_rating h6 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.bnr_rating span {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.bnr_rating span i {
    font-size: 14px;
    color: #efab1a;
}

.bnr_rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 50px;
}

.bnr_btm_left_white_box h5 {
    font-size: 29px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.bnr_btm_left_white_box h5 span {
    font-size: 14px;
    color: #9744f8;
    display: block;
}

.bnr_btm_left h6 {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    padding: 0 25px;
    width: 31%;
}

.bnr_btm_left img {
    height: 130px;
    width: 160px;
    border-radius: 30px;
    object-fit: cover;
}

.bnr_btm_left_white_box {
    height: 130px;
    width: 160px;
    border-radius: 30px;
    background: #ffffff;
    box-shadow: 0 0px 25px rgb(0 0 0 / 11%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnr_btm_left {
    display: flex;
    align-items: center;
    justify-content: right;
    margin: 50px 0;
}

.img-fluid {
    max-width: 100%;
    height: 900px;
    object-fit: cover;
}

.banner_text {
    margin-top: 20%;
}

.banner_right img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.banner_right {
    position: relative;
    margin-bottom: 60px;
    margin-right: -60px;
}

.bnr_right_sm img {
    height: 140px;
    width: 130px;
    object-fit: cover;
    border-radius: 30px;
}

.bnr_right_sm {
    padding: 5px;
    border-radius: 30px;
    background: #7575759e;
    position: absolute;
    left: 10%;
    bottom: 5%;
    z-index: 2;
}

.bnr_right_sm::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    z-index: -1;
    background: url(../images/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 210px;
    width: 120px;
}

.createjob {
    height: 110px;
    width: 130px;
    border-radius: 30px;
    background: #ffffff30;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 22%;
    right: 7%;
}

.createjob h4 {
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.createjob a {
    font-size: 7px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    padding: 5px 15px;
    color: #000;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 30px;
}

.jobavailable a {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
    background: #ffffff9c;
    border: 1px solid #fff;
    display: flex;
    gap: 10px;
    align-items: center;
    position: absolute;
    bottom: 12%;
    right: 12%;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 0 0px 25px rgb(0 0 0 / 19%);
}

.jobavailable a i {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #e4872a;
    border-radius: 50%;
}

/* banner */

.service_sliderbtns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.service_sliderbtns button {
    height: 50px;
    width: 50px;
    background: transparent;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service_sliderbtns button:hover {
    background: #ffffff;
}

.service_sliderbtns button:hover img {
    filter: brightness(0) saturate(100%)
}

.service_sliderbtns button img {
    width: auto;
    height: 10px;
    object-fit: contain;
}

.service-slider-slick-next img {
    transform: rotate(180deg);
}

.testimonial_sliderbtns {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 10px;
}

.testimonial_sliderbtns button {
    height: 50px;
    width: 50px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.testimonial_sliderbtns button:hover {
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
}

.testimonial_sliderbtns button:hover img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(98%) saturate(9%) hue-rotate(167deg) brightness(104%) contrast(104%);
}

.testimonial_sliderbtns button img {
    width: auto;
    height: 10px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(52%) sepia(1%) saturate(2036%) hue-rotate(317deg) brightness(97%) contrast(68%);
}

.test-slider-slick-next img {
    transform: rotate(180deg);
}


/* inner_banner */

.inner_banner {
    position: relative;
    margin: 1%;
}

.inner_banner .container-fluid {
    padding: 0 3%;
}

.inner_banner .carousel-caption {
    background: none;
}

.inner_banner h1 {
    font-size: 42px;
    color: #ffffff;
    margin-top: 5%;
}

img.inner-banner-bg {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 30px;
}

/* inner_banner */

/* service detail */

.service_detail_img img {
    border-radius: 30px;
    height: 560px;
    width: 100%;
    object-fit: cover;
}

.service_detail_txt h2 span {
    display: block;
    color: #9744f8;
}

.service_detail_txt p {
    margin-bottom: 20px;
}

.service_detail_txt {
    padding: 0 0px 0 30px;
}

.service_detail_img_btm img {
    border-radius: 30px;
    height: 535px;
    width: 100%;
    object-fit: cover;
}

/* service detail */

/* vocational_training_page */

.vocational_training_page .vocational_training_txt h2 {
    color: #000000;
}

.vocational_training_page .vocational_training_txt>p {
    color: #00000096;
    margin-bottom: 20px;
}

.vocational_training_page .vocational_training_txt .row.pt-3 {
    padding-top: 0 !important;
}

.para p {
    margin-bottom: 20px;
}

/* vocational_training_page */

/* Blog */

.blog_img img {
    height: 420px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.blog_txt ul li span {
    color: #000000;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.blog_txt ul li i {
    margin-right: 10px;
    font-size: 20px;
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blog_txt {
    width: 82%;
    margin: -80px auto 0;
    background: #fff;
    padding: 60px 40px;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    box-shadow: 0 0px 25px rgb(0 0 0 / 11%);
}

.blog_txt ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 35px;
}

.divider {
    height: 25px;
    width: 1px;
    background: #7f7f7f;
}

.blog_txt h3 {
    color: #000000;
    font-size: 24px;
    margin: 20px 0;
}

.blog_txt p {
    margin-bottom: 20px;
}

.blog_main:hover .themebtn2 .btn_txt {
    background: transparent;
    border: 1px solid #fff;
    color: #ffff;
}

.blog_main:hover .blog_txt {
    background: #9f5ae4;
}

.blog_main:hover .blog_txt ul li span,
.blog_main:hover .blog_txt h3 {
    color: #ffffff;
}

.blog_main:hover .divider {
    color: #ffffff;
}

.blog_main:hover .blog_txt p {
    color: #cfadf2;
}

.blog_main:hover .themebtn2 .btn_arrow {
    background: #ffffff;
}

.blog_main:hover .themebtn2 .btn_arrow img {
    filter: brightness(0) saturate(100%)
}

.blog_main:hover .blog_txt ul li i {
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

.blog_main {
    margin: 0 20px 40px;
}

.blog_date_top {
    color: #ffffff;
    background: #9f5ae4;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 100%;
    line-height: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog_date_btm {
    background: #fff;
    color: #000000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog_date {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 70px;
    border-radius: 5px;
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: 30px;
    text-align: center;
    text-transform: uppercase;
}

.blog_img {
    position: relative;
}

.pagination_btns {
    text-align: center;
    margin-top: 50px;
}

.custom-pagination {
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 10px;
}

.custom-pagination li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    height: 70px;
    width: 70px;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 0;
    transition: all 0.2s ease;
    border: 1px solid #ebebeb;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-pagination li a:hover {
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    color: rgb(255, 255, 255);
    border-color: #ffffff;
}

.custom-pagination li a.active {
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    color: rgb(255, 255, 255);
    border-color: #ffffff;
}

/* Blog */

/* blog detail */

.rdp_txt {
    padding-left: 10px;
}

.rdp_img img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.rdp_flx {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

.ic_main {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-top: 1px solid #0000005e;
    border-bottom: 1px solid #0000005e;
}

.ic_inr {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 15px;
    width: 150px;
    border-right: 1px solid #cccccc;
}

.rdp_txt h3 {
    font-size: 40px;
    margin-bottom: 20px;
    color: #000;
}

.rdp_flx_txt h4 {
    font-size: 21px;
    text-transform: unset;
    margin-bottom: 30px;
    font-family: 'unisans';
}

.ic_main_txt h5 {
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.br {
    border-right: 1px solid #ffffff;
}

.rd_btm_flx {
    width: 50%;
}

.rd_btm h2 {
    font-size: 35px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.rd_btm p {
    margin: 20px 0;
}

.rdp_flx_img img {
    height: 190px;
    width: 223px;
    object-fit: cover;
    border-radius: 10px;
}

.ic_main_img img {
    height: 25px;
    width: 25px;
    object-fit: contain;
}

/* blog detail */


/* Contact Us page */

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
}

.contact2 ul {
    margin-top: 40px;
}

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px;
    background: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #000000;
    border-radius: 25px;
    border: 1px solid #000000;
    font-size: 14px;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    text-transform: capitalize;
    font-size: 30px;
    color: #000000;
    margin-bottom: 5px;
}

.contact2 ul li p {
    color: #000;
    font-size: 14px;
    width: 100%;
    margin-bottom: 0;
    font-weight: 500;
}

.contact1 button {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 60px;
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-size: 14px;
}

.contact2 .icon i {
    font-size: 40px;
    color: #fff;
    height: 90px;
    width: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
}

section.contact_us {
    padding: 80px 0;
}

.map {
    margin-top: 70px;
}

.contact1 textarea {
    resize: none;
    height: 230px;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    border-radius: 0px;
}

.contact1 form button .btn-text2 {
    width: 100%;
}

.contact1 h2,
.contact2 h2 {
    font-size: 45px;
}

/* Contact Us page */

/* donation page */


/* Donation Page  */
.donate_form_sec .donate_value {
    margin-top: 15px;
}

.donate_form_sec .donate_value li {
    display: inline-block;
    width: 17.5%;
    margin-bottom: 20px;
}

.donate_form_sec .donate_value li label {
    display: inline-block;
    width: auto;
    padding: 10px 5px;
    font-size: 20px;
    width: 100%;
    border: solid 2px #ccc;
    transition: all 0.3s;
}

.donate_form_sec .donate_value li:not(:last-child) {
    margin-right: 10px;
}

.donate_form_sec .donate_value li input[type="radio"] {
    display: none;
}

.donate_form_sec .donate_value li input[type="radio"]:checked+label {
    border: solid 2px #307b74;
    background-color: #307b74;
    color: #fff;
}

.donate_form_sec .donate_value li input[type="radio"]+label {
    border: solid 1px #000000;
    background-color: #fff;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
}

.donate_form_sec .donate_value li input[type="radio"]+label:hover {
    background: linear-gradient(0deg, rgba(190, 132, 255, 1) 0%, rgba(139, 64, 215, 1) 100%);
    color: #fff;
}

.checkbox_donate input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox_donate label {
    position: relative;
    cursor: pointer;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    font-style: italic;
}

.checkbox_donate label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #9f5ae4;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox_donate input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 6px;
    width: 4px;
    height: 10px;
    border: solid #000000c2;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.direct_bank_transfer h4 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    /* font-family: 'Oswald', sans-serif; */
    margin-bottom: 30px;
    line-height: normal;
    padding-top: 0;
}

.direct_bank_transfer ul li input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.direct_bank_transfer ul li label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.direct_bank_transfer ul li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
}

.checkbox_donate label a {
    color: #d42433;
    text-decoration: underline;
}

.direct_bank_transfer .checkbox_donate {
    margin: 25px 0 25px;
}

.direct_bank_transfer .notee p {
    margin-bottom: 0 !important;
}

.direct_bank_transfer ul li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #43d1db;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.direct_bank_transfer ul li:not(:last-child) {
    margin-bottom: 15px;
}

.direct_bank_transfer .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #9f5ae4;
}

.direct_bank_transfer .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #444343;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.donate_form_sec select {
    width: 100%;
    height: 60px;
    appearance: auto;
    margin-bottom: 20px;
    border: 1px solid #adaeaf61;
    border-radius: 30px;
    color: #4d4d4d;
    font-size: 15px;
    padding: 10px 20px;
    background: #fff url(../images/arrow.png) no-repeat right 50% !important;
    font-style: italic;
    font-weight: 500;
}

.donate_form_sec input {
    width: 100%;
    height: 60px;
    appearance: auto;
    margin-bottom: 20px;
    border: 1px solid #adaeaf61;
    border-radius: 30px;
    padding: 10px 20px;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #4d4d4d;
    font-style: italic;
}

.donate_form_sec input::placeholder {
    color: #4d4d4d;
    font-size: 15px;
}

.checkbox_donate {
    margin-bottom: 20px;
}

.direct_bank_transfer {
    padding: 50px 30px;
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.direct_bank_transfer h4 {
    font-size: 43px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
    position: relative;
}


.direct_bank_transfer .card-body {
    background-color: transparent;
    padding: 0;
    border: none;
}

.direct_bank_transfer .card-body p {
    color: #6e6e6e;
}

.card.card-body a {
    display: block;
    color: #cb8e03;
    text-transform: capitalize;
    font-size: 18px;
    position: relative;
}

.select_fields .value9 {
    display: none;
}

.donate_form_sec.clicked .select_fields .value9 {
    display: block;
}

#we-offer p a {
    color: inherit !important;
}

#we-offer p a:hover {
    color: inherit !important;
    text-decoration: underline;
}


section.donate-pg-sc h2 {
    font-size: 55px;
}

section.donate-pg-sc h2 span {
    /* color: #307b74; */
}

section.donate-pg-sc {
    padding: 80px 0;
}

.don-meth label:before {
    border: 2px solid #000;
}

.don-meth label a {
    color: #a565e6;
    text-decoration: underline;
    padding-left: 2px;
}

.don-meth label {
    color: #000000cf;
    font-style: normal;
}

.direct_bank_transfer .theme_btn {
    width: 100%;
    text-align: center;
    display: block;
}

.direct_bank_transfer .btn-1 {
    width: 100%;
    display: flex;
    align-items: center;
}

section.spon-sec {
    padding: 80px 0;
}

.spon-img img {
    width: 100%;
}


.spon-text h4 {
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    color: #ff9d01;
    font-family: 'Oswald';
    font-weight: 400;
    padding: 20px 20px;
    margin: 30px 0;
    position: relative;
}

.spon-list-point {
    text-align: right;
}

.spon-heading h2 {
    font-size: 47px;
}


.spon-text h4:before {
    position: absolute;
    content: '';
    background: transparent;
    width: 150%;
    height: 100%;
    border: 1px solid #307b74;
    right: 0;
    top: 0;
    border-radius: 70px;
    z-index: -1;
}

.spon-list-point li {
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 30px;
    width: 95%;
}

.spon-list-point li:before {
    position: absolute;
    content: '';
    background: #307b74;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    right: -20px;
    top: 10px;
}

.spon-heading p {
    line-height: 30px;
}

section.spon-sec.spon-sec2 .spon-list-point {
    text-align: start;
}

section.spon-sec.spon-sec2 .spon-text h4:before {
    right: unset;
    left: 0;
}

section.spon-sec.spon-sec2 .spon-list-point li {
    margin: 0 0 0 auto;
    margin-bottom: 10px;
}

section.spon-sec.spon-sec2 .spon-list-point li:before {
    right: unset;
    left: -23px;
}

.donate_form_sec .donate_value {
    margin-top: 15px;
    margin-bottom: 15px;
}

.direct_bank_transfer .themebtn2 .btn_txt {
    width: 85%;
    justify-content: center;
    margin-right: 20px;
}

/* donation page */