@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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;
}

img {
    max-width: 100%;
}

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;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 25px;
    font-family: 'Poppins-text';
    font-size: 14px;
}


/***** Font Files *****/

@font-face {
    font-family: 'barlow-headeing';
    src: url(../font/Barlow-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-btn';
    src: url(../font/Poppins-Medium.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Poppins-text';
    src: url(../font/Poppins-Regular.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 12px 27px;
    /* border: 1px solid #0c8f1d; */
    border-radius: 6px;
    color: #ffffff;
    z-index: 1;
    /* background: #242889; */
    position: relative;
    font-size: 15px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
    font-family: 'Poppins-btn';
    font-weight: 400;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #000000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    border: 1px solid #0c8f1d;
}

.theme_btn:hover {
    color: #ffffff;
}

.theme_btn:hover::before {
    width: 100%;
}

.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: 'barlow-headeing';
    font-size: 102px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0 0 24px;
}

h2 {
    font-family: 'barlow-headeing';
    font-size: 50px;
    line-height: 1.2;
    color: #000000;
    font-weight: 500;
    margin: 0 0 8px;
}

h3 {
    font-family: 'barlow-headeing';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'barlow-headeing';
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'barlow-headeing';
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'barlow-headeing';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */
.container-fluid {
    padding: 0px 80px;
}

.menuSec {
    padding: 6px 0;
    background: #ffffff;
    position: relative;
}

.header-logo img {
    width: 50%;
}

/* .menuSec:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 27%;
    background: #fff;
    z-index: 0;
    border-radius: 0px 0px 30px 0px;
} */

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.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;
    color: #000000;
    padding: 10px 18px;
    font-size: 14px;
    font-family: 'Poppins-text';
}

.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: #28b16d;
}

.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;
}

.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;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.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;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}


/* Tab slider fix  */

.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: 66%;
    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: rgb(0 0 0 / 0%);
}

.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-sec.iner {
    background: #000;
    padding: 90px 0;
}

.banner-sec.iner .banner_text {
    width: unset;
    margin: unset;
}

/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */

/* Banner Css Start */
.dis-block {
    display: block;
}

.header-logo {
    position: relative;
    /* background: #fff; */
    padding: 10px;
    width: 100%;
}

.header-logo-icon {
    position: absolute;
    content: '';
    top: 20px;
    right: 80px;
}

.banner-img img {
    height: 112vh;
    width: 100%;
    object-fit: cover;
}

.banner_text {
    text-align: center;
    width: 72%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-top: 12%;
}

.banner_text ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 20px;
}

section.main_slider {
    position: relative;
    z-index: 1;
}

.banner-img-btm {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
}

.banner-img-btm img {
    width: 100%;
    height: 530px;
}


.theme_btn.btn-banner {
    background: transparent;
    border: 1px solid #fff;
}

/* Banner Css End */
/* services sec starts  */
section.our_Services {
    /* padding: 100px 0; */
    position: relative;
    margin: 100px 0px;
}

section.our_Services h5,
section.our_Services h2,
section.our_Services h4,
section.our_Services p {
    color: #000000;
}

.our_services_card {
    /* background-color: #f7f6fb; */
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #8a8a8a69;
    text-align: center;
}

.our_services_card p {
    color: #000 !important;
}

.our_services_card h4 {
    color: black !important;
}

.services_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.our_services_slidder .slick-active {
    opacity: 1;
}

.our_services_slidder .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.our_Services_heading.text-center p {
    padding: 5px 0 30px 0;
}

.services_icon_wrapper>p {
    font-size: 67px;
    color: #c6c5c9 !important;
}

.services_icon {
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    padding: 15px;
    border-radius: 50%;
    background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%);
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card {
    border: 1px solid #fff;
    background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%);
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card p {
    color: white !important;
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card h4 {
    color: white !important;
}

.slick-slide.slick-current.slick-active.slick-center .services_icon_wrapper>p {
    color: #c6c5c9 !important;
}

.our_services_slidder .slick-active {
    opacity: 1;
}

.our_services_slidder button.slick-prev,
.our_services_slidder button.slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    /* background-color: #ff0000; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%);
    top: -60px;
}

.our_services_slidder button.slick-prev:hover,
.our_services_slidder button.slick-next:hover {
    background-color: #a2a2a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.our_services_slidder button.slick-prev:active,
.our_services_slidder button.slick-next:active {
    background-color: #a2a2a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.our_services_slidder button.slick-prev:focus,
.our_services_slidder button.slick-next:focus {
    background-color: #a2a2a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.our_services_slidder button.slick-prev {
    left: 90%;
}

.our_services_slidder button.slick-next {
    right: 45px;
}

.our_services_slidder .slick-next:before {
    content: "";
    background: url("../images/next-arrow.png") no-repeat center center;
    height: 20px;
    width: 20px;
}

.our_services_slidder .slick-prev:before {
    content: "";
    background: url("../images/prev-arrow.png") no-repeat center center;
    height: 20px;
    width: 20px;
}

.our_Services_heading h5 {
    position: relative;
    padding: 0 0 10px 0;
}

.our_Services_heading h5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: url("../images/service-before.png") no-repeat;
    top: 17%;
    left: -10%;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(206deg) brightness(105%) contrast(107%);
}

.our_Services_heading h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: url("../images/service-before.png") no-repeat;
    top: 17%;
    right: -10%;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(206deg) brightness(105%) contrast(107%);
    transform: rotate(180deg);
}

.services_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(327deg) brightness(103%) contrast(107%);

}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card .services_icon img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(52%) saturate(446%) hue-rotate(112deg) brightness(92%) contrast(86%);
}

.our_Services_heading p {
    width: 45% !important;
}

.our_Services_heading {
    position: relative;
}

.services-heading-icon {
    position: absolute;
    top: 0;
    left: 670px;
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card .services_icon {
    background: #fff;
}

/* services sec  ends*/

/* Who We Sec Css Start */
.who-we-img img {
    width: 100%;
}

.who-we-text {
    position: relative;
    margin: 30px 0px;
}

.who-we-text-icon {
    position: absolute;
    top: -20px;
    left: 270px;
}

.theme_btn.main-btn {
    border-radius: 50px;
}

.who-we-are-second-text {
    position: relative;
    text-align: end;
    width: 99%;
}

.who-we-are-second-text-icon {
    position: absolute;
    top: -33px;
    right: 250px;
}

.who-we-are-second-img img {
    width: 100%;
}

section.who-we-are-sec {
    margin-bottom: 100px;
}

/* Who We Sec Css End */

/* NGO & Charity Sec Css Start */




/* services sec starts  */
section.our_Services {
    /* padding: 100px 0; */
    position: relative;
    margin: 100px 0px;
}

section.our_Services h5,
section.our_Services h2,
section.our_Services h4,
section.our_Services p {
    color: #000000;
}

.our_services_card {
    /* background-color: #f7f6fb; */
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #8a8a8a69;
    text-align: center;
}

.our_services_card p {
    color: #000 !important;
}

.our_services_card h4 {
    color: black !important;
}

.services_icon_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
}

.our_services_slidder .slick-active {
    opacity: 1;
}

.our_services_slidder .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 1;
}

.our_Services_heading.text-center p {
    padding: 5px 0 30px 0;
}

.services_icon_wrapper>p {
    font-size: 67px;
    color: #c6c5c9 !important;
}

.services_icon {
    height: 60px;
    width: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: white;
    padding: 15px;
    border-radius: 50%;
    /* background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%); */
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card {
    border: 1px solid #fff;
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(16 145 32) 35%, rgb(88 143 18) 100%);
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card p {
    color: white !important;
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card h4 {
    color: white !important;
}

.slick-slide.slick-current.slick-active.slick-center .services_icon_wrapper>p {
    color: #c6c5c9 !important;
}

.our_services_slidder .slick-active {
    opacity: 1;
}

.our_services_slidder button.slick-prev,
.our_services_slidder button.slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    /* background-color: #ff0000; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%);
    top: -90px;
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
}

.our_services_slidder button.slick-prev:hover,
.our_services_slidder button.slick-next:hover {
    background-color: #a2a2a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.our_services_slidder button.slick-prev:active,
.our_services_slidder button.slick-next:active {
    background-color: #a2a2a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.our_services_slidder button.slick-prev:focus,
.our_services_slidder button.slick-next:focus {
    background-color: #a2a2a2;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

.our_services_slidder button.slick-prev {
    left: 92%;
}

.our_services_slidder button.slick-next {
    right: 17px;
}

.our_services_slidder .slick-slide {
    margin: 0px 10px;
}

.our_services_slidder .slick-next:before {
    content: "";
    background: url("../images/next-arrow.png") no-repeat center center;
    height: 20px;
    width: 20px;
}

.our_services_slidder .slick-prev:before {
    content: "";
    background: url("../images/prev-arrow.png") no-repeat center center;
    height: 20px;
    width: 20px;
}

.our_Services_heading h5 {
    position: relative;
    padding: 0 0 10px 0;
}

.our_Services_heading h5::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: url("../images/service-before.png") no-repeat;
    top: 17%;
    left: -10%;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(206deg) brightness(105%) contrast(107%);
}

.our_Services_heading h5::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    background: url("../images/service-before.png") no-repeat;
    top: 17%;
    right: -10%;
    background-size: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(206deg) brightness(105%) contrast(107%);
    transform: rotate(180deg);
}

.services_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(327deg) brightness(103%) contrast(107%);

}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card .services_icon img {
    filter: brightness(0) saturate(100%) invert(49%) sepia(52%) saturate(446%) hue-rotate(112deg) brightness(92%) contrast(86%);
}

.our_Services_heading p {
    width: 45% !important;
}

.our_Services_heading {
    position: relative;
}

.services-heading-icon {
    position: absolute;
    top: 0;
    left: 670px;
}

.our_services_slidder .slick-slide.slick-current.slick-active.slick-center .our_services_card .services_icon {
    background: #fff;
}

/* services sec  ends*/

/* Who We Sec Css Start */
.who-we-img img {
    width: 100%;
}

.who-we-text {
    position: relative;
    margin: 30px 0px;
}

.who-we-text-icon {
    position: absolute;
    top: -20px;
    left: 270px;
}

.theme_btn.main-btn {
    border-radius: 50px;
    padding: 13px 42px;
}

.who-we-are-second-text {
    position: relative;
    text-align: end;
    width: 99%;
}

.who-we-are-second-text-icon {
    position: absolute;
    top: -33px;
    right: 250px;
}

.who-we-are-second-img img {
    width: 100%;
}

section.who-we-are-sec {
    margin-bottom: 100px;
}

/* Who We Sec Css End */

/* NGO & Charity Sec Css Start */

section.ngo-charity-sec {
    padding: 80px 0px;
    margin-bottom: 100px;
    position: relative;
    background: #f2f2f2;
    overflow: hidden;
    z-index: 1;
}

.ngo-charity-sec-img1 {
    position: absolute;
    top: 16px;
    right: -128px;
}

.ngo-charity-sec-img2 {
    position: absolute;
    bottom: -80px;
    left: -240px;
    z-index: -1;
}

.ngo-charity-sec-img2 img {
    width: 90%;
}

.ngo-charity-text {
    position: relative;
}

.ngo-charity-text-img {
    position: absolute;
    top: -18px;
    right: 30px;
}

.ngo-charity-text-img p {
    width: 70%;
}

.ngo-charity-text p {
    width: 90%;
}

.ngo-charity-box {
    text-align: center;
    padding: 40px 23px 40px;
    width: 88%;
    /* margin: 0 auto; */
    position: relative;
    /* background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%); */
    border-radius: 10px;
    background: linear-gradient(90deg, #0c8f1d 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
}

.ngo-charity-box h2 {
    color: #fff;
}

.ngo-charity-box p {
    color: #fff;
    font-size: 14px;
}

.ngo-charity-box:before {
    position: absolute;
    content: '';
    top: -40px;
    left: 0;
    right: 0;
    height: 130%;
    width: 78%;
    background: #0c8f1d54;
    z-index: -1;
    margin: 0 auto;
    border-radius: 10px;
}

/* NGO & Charity Sec Css End */

/* Faqs Sec Start */

.accordion-item {
    background-color: #ffffff00;
    border: unset;
    border-bottom: 1px solid #00000066;
    padding-bottom: 8px;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.accordion-item:before {
    position: absolute;
    content: '';
    top: 8px;
    right: 14px;
    height: 34px;
    width: 34px;
    z-index: 1;
    border-radius: 50%;
    /* background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%); */
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #e7f1ff00;
    box-shadow: unset;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #ffffff00;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button::after {
    flex-shrink: 0;
    width: 16px;
    height: 7px;
    margin-left: auto;
    content: "";
    background-image: url(../images/faq-down-icon.png);
    background-repeat: no-repeat;
    background-size: 12px;
    transition: transform 0.2s ease-in-out;
    z-index: 1;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faq-top-icon.png);
    transform: unset;
    width: 15px;
    height: 10px;
    background-size: 12px;
    margin-right: 1px;
}

.faqs-text {
    position: relative;
}

.faqs-text-img {
    position: absolute;
    top: -30px;
    right: 30px;
}

section.faqs-sec {
    margin-bottom: 100px;
}

/* Faqs Sec End */

/* Ready Css Start */

section.ready-sec {
    margin-bottom: 100px;
}

.ready-box-sd {
    width: 50%;
    text-align: center;
    margin: 0 auto;
}

.ready-box-sd h2 {
    color: #fff;
    margin-bottom: 20px;
}

.ready-box-sd p {
    opacity: 74%;
    color: #fff;
}

.ready-box-sd a {
    background: #ffffff;
    border: 1px solid #fff;
    color: #000000;
}

section.ready-sec .row {
    background-image: url(../images/ready-bg-img.png);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    z-index: 0;
}

section.ready-sec .row:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(12 143 29 / 93%) 0%, rgb(12 143 29 / 32%) 35%, rgb(88 143 18 / 41%) 100%);
}

/* Ready Css End */

/* Client Start */
.client-box {
    border: 1px solid #00000042;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    margin-bottom: 0px;
}

.client-box:before {
    content: '';
    position: absolute;
    background-image: url(../images/quote.png);
    width: 61%;
    height: 100%;
    top: 10%;
    left: 18%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}


.client-star ul {
    display: flex;
    align-items: center;
    gap: 5px;
}

.client-star ul li i {
    color: orange;
    font-size: 12px;
}

.client-star ul li span {
    color: #363636;
    font-size: 14px;
}

ul.client-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    /* border-top: 1px solid #00000042; */
    padding-top: 20px;
}

ul.client-info img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

ul.client-info li h4 {
    font-size: 17px;
    color: #000;
    margin: 0;
}

ul.client-info li h6 {
    font-size: 13px;
    color: #000;
    /* font-family: 'Barlow-SemiBold'; */
    margin: 0;
}

section.client-sec {
    padding-bottom: 100px;
}


.client-slider {
    margin-right: -14vw;
}

.client-slider .slick-current {
    background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%);
    border-radius: 6px;
    color: red;
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
}

.client-slider .slick-slide {
    opacity: 1;
}

.client-slider .slick-current * {
    color: #fff;
}

.client-slider .slick-current .client-box * {
    color: #fff !important;
}

.client-slider .slick-current ul.client-info {
    border-color: #fff;
}

.client-slider {
    margin-right: -14vw;
}



.client-slider .slick-slide {
    opacity: 1;
}

.client-slider .slick-current * {
    color: #fff;
}

.client-slider .slick-current .client-box * {
    color: #fff !important;
}

.client-slider .slick-current ul.client-info {
    border-color: #fff;
}

.client-slider .slick-dots li button:before {
    content: '\f111';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 8px;
    color: #372c5a !important;
    opacity: 1;
    line-height: 18px;
}

.client-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #000;
    border-radius: 50%;
}

.client-slider .slick-active {
    opacity: 1;
}

.client-slider .slick-dots {
    bottom: -80px;
}

.brand-imag img {
    width: 130px;
    object-fit: contain;
    height: 100px;
}

.brand-slider .slick-slide {
    opacity: 1;
}

section.brand-sec {
    background: #edecf1;
    padding: 30px 0;
    margin: 70px 0 120px;
}

p.disnone {
    display: none;
}

.client-slider .slick-current p.disnone {
    display: block;
    transition: 0.5s;
    opacity: 1;
}

.client-heading {
    margin-left: 0px;
    position: relative;
}

.client-slider .slick-slide {
    margin: 0px 10px;
}

.client-heading .heading-top-img {
    position: absolute;
    top: 0;
    left: 40px;
}

.client-slider button.slick-prev, .client-slider button.slick-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 50%;
    /* background-color: #ff0000; */
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    background: linear-gradient(90deg, rgba(39, 131, 105, 1) 0%, rgba(59, 151, 126, 1) 35%, rgba(79, 174, 148, 1) 100%);
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
    top: -60px;
    z-index: 1;
}

.client-slider button.slick-prev {
    left: 78%;
}

.client-slider button.slick-next {
    right: 236px;
}

.client-slider .slick-next:before {
    content: "";
    background: url(../images/next-arrow.png) no-repeat center center;
    height: 20px;
    width: 20px;
}

.client-slider .slick-prev:before {
    content: "";
    background: url(../images/prev-arrow.png) no-repeat center center;
    height: 20px;
    width: 20px;
}

/* Client End */


/* footer*/

.footerSec .container-fluid {
    padding: 0 5%;
}

section.newsletter_sec.sec {
    background: #f5f5f5;
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
}

.news_update {
    display: flex;
    align-items: center;
    gap: 30px;
}

.news_update img {
    object-fit: scale-down;
    width: fit-content;
}

.update_text h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 36px;
}

.update_text p {
    color: #000000;
}

.news_input {
    position: relative;
}

.news_input input {
    width: 51%;
    height: 56px;
    padding: 0 0 0 30px;
    font-size: 12px;
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #919191;
    border-radius: 40px;
    font-family: 'montserrat-font-side';
    margin-left: 130px;
}

.news_input input::placeholder {
    color: #8d8d8d;
    text-transform: uppercase;
}

.news_input button {
    transform: translate(-45px, -50%);
    border: none;
    background: #000000;
    color: white;
    text-transform: uppercase;
    height: 47px;
    border-radius: 40px;
    width: 24%;
    margin: 0 0 0 -10px;
    position: absolute;
    top: 50%;
    font-family: 'montserrat-font-side';
    right: 0%;
    font-size: 12px;
}

.ftr_links h4,
.quick_links h4,
.service_links h4,
.cont_links h4 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.ftr_links p {
    margin: 25px 0;
    width: 95%;
    color: #d2d4d6;
    font-weight: 500;
}

.ftr_links,
.quick_links,
.service_links,
.cont_links {
    margin-top: 60px;
    margin-bottom: 15px;
}

.quick_links ul {
    columns: 2;
    padding-right: 40px;
}

.quick_links ul li {
    margin-bottom: 24px;
}

.quick_links ul li a {
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    color: #a8a8a8;
    text-transform: capitalize;
}

.footerSec {
    background-color: #212121;
}

.service_links ul li {
    margin-bottom: 24px;
}

.service_links ul li a {
    text-transform: capitalize;
    color: #a8a8a8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

.cont_links ul li {
    margin-bottom: 24px;
}

.cont_links ul li a {
    display: flex;
    color: #a8a8a8;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    align-items: baseline;
}

.cont_links ul li i {
    margin-right: 10px;
    font-size: 16px;
}

.footer-btm {
    border-top: 1px solid #dcdcdc78;
    padding: 20px 0px 20px;
}

.copy-txt {
    text-align: center;
}

.copy-txt p {
    color: #929292;
    margin-bottom: 0;
}

.social_links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0px;
}

.social_links a {
    width: 40px;
    height: 40px;
    line-height: 35px;
    border: 1px solid #626d78;
    color: #626d78;
    text-align: center;
    border-radius: 100%;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.social_links a:hover {
    background: #000000;
    transition: 0.5s;
    color: #fff;
}

.ftr_logo a img {
    width: 65%;
    margin-bottom: 0px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.ftr_logo {
    position: relative;
}

.foote-logo-icon {
    position: absolute;
    top: -36px;
    right: 101px;
    width: 9%;
}




/* footer */
.banner-img-btm.inner-banner-img-btm img {
    display: none;
}

.banner-img.inner-banner-img img {
    height: 80vh;
}

/* Form Css Start */

section.form-sec {
    margin: 100px 0px;
}

.form-sec-box {
    box-shadow: 0px 0px 10px 0px #86a962;
    padding: 40px 30px;
    border-radius: 14px;
}

.form-sec-box-top-heading {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.form-sec-box-heading h3 {
    margin: 20px 0px 15px;
    font-weight: 500;
    font-size: 26px;
}

.form-sec-box input {
    width: 100%;
    margin-bottom: 18px;
    border: 1px solid #a1a1a1;
    padding: 11px 10px;
    border-radius: 6px;
}

.form-sec-box select {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #a1a1a1;
    padding: 9px;
    border-radius: 6px;
    color: #a1a1a1;
}

.form-sec-box input::placeholder {
    color: #a1a1a1;
}

.form-select-icon {
    position: relative;
}

.form-select-icon i {
    position: absolute;
    top: 28%;
    right: 10px;
    color: #528612;
}

.form-sec-box textarea {
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #a1a1a1;
    padding: 9px;
    border-radius: 6px;
    height: 200px;
}

.form-sec-box-heading h3 b {
    font-size: 14px;
    color: #000;
    font-weight: 100;
}

.form-btn button {
    border: unset;
    padding: 10px 30px;
    margin-top: 20px;
}

.upld_img {
    border: 1px solid #a1a1a1;
    border-radius: 5px;
    padding: 28px 0px;
    margin-bottom: 20px;
    position: relative;
}

.applyformcontent form input, .applyformcontent form textarea, .applyformcontent form select {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    background-color: transparent;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-weight: 500;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.uplod_imag input {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 100% !important;
    width: 100% !important;
    opacity: 0;
}

.upld_img p {
    margin-bottom: 0;
}

.cheack-box-input {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.cheack-box-input input {
    width: unset;
    margin-bottom: 0;
}

/* .number-input input[type="number"]::-webkit-outer-spin-button,
.number-input input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.number-input input[type="number"]:focus{
  outline: none;
  box-shadow: 0 0 0 3px rgba(100,150,255,0.15);
  border-color: #67a0ff;
} */
input[type="number"] {
    -webkit-appearance: none;
    /* Chrome/Safari */
    -moz-appearance: textfield;
    /* Firefox */
    appearance: none;
}

input[type="number"] {
    appearance: auto;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

/* Form Css End */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.fnd-grandradio input {
    width: 17px;
    height: 17px;
    padding: unset;
    margin: unset;
}

.fnd-grandradio .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
}

.fnd-grandradio input:checked {
    background-color: #0c8f1d;
    border-color: #4d8f13;
}

.ngo-charity-box-img img {
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(36%) sepia(72%) saturate(7173%) hue-rotate(130deg) brightness(98%) contrast(91%);
}

.ngo-charity-box-img {
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    padding: 13px;
    margin: 0 auto;
}

.ngo-charity-slider .slick-slide {
    margin: 0;
}

.ngo-charity-slider:before {
    position: absolute;
    content: '';
    top: -40px;
    left: 0;
    right: 75px;
    height: 130%;
    width: 70%;
    background: #0c8f1d54;
    z-index: -1;
    margin: 0 auto;
    border-radius: 10px;
}

.ngo-charity-box-img.fod img {
    filter: unset;
}

.ngo-charity-box-img.fod {
    padding: unset;
}





.payment-method-donate-new-part .payment-options {

    display: flex;

    align-items: center;

    margin: 15px 0 20px;

    justify-content: space-between;

    gap: 13px;
}

.payment-method-donate-new-part .payment-option {
    border-radius: 3px;
    padding: 12px 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid #000;
    width: 150px;
    position: relative;
    text-align: center;
    height: 106px;
    display: block;
    align-content: center;
}

.payment-method-donate-new-part .payment-option input[type="radio"] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: unset;
    position: absolute;
    top: 5px;
    right: 6px;
}

.payment-method-donate-new-part .payment-icon {
    font-size: 22px;
    width: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 8px;
}

.payment-method-donate-new-part .payment-details {
    flex: 1;
}

.payment-method-donate-new-part .payment-name {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    /* width: max-content; */
    font-weight: 700;
    line-height: 20px;
}

.payment-method-donate-new-part .payment-desc {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

.payment-method-donate-new-part .payment-form {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
}

.payment-method-donate-new-part .payment-form.active {
    display: block;
}

.payment-method-donate-new-part .form-group {
    margin-bottom: 20px;
}

.payment-method-donate-new-part label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: 500;
}

.payment-method-donate-new-part input[type="text"],
.payment-method-donate-new-part input[type="email"],
.payment-method-donate-new-part input[type="number"],
.payment-method-donate-new-part select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s;
}

.payment-method-donate-new-part input:focus,
.payment-method-donate-new-part select:focus {
    outline: none;
    border-color: #667eea;
}

.payment-method-donate-new-part .btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: transform 0.2s;
}

.payment-method-donate-new-part .btn:hover {
    transform: translateY(-2px);
}

.payment-method-donate-new-part .btn:active {
    transform: translateY(0);
}

.payment-method-donate-new-part .success-message {
    display: none;
    background: #d4edda;
    color: #155724;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin-top: 20px;
}

.payment-method-donate-new-part .success-message.show {
    display: block;
}

.payment-method-donate-new-part .grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

span.payment-icon img {
    margin-bottom: 3px;
}
section.who-we-are-sec.abt-sec {
    padding-top: 100px;
}
section.faqs-sec.inner-faqs-sec {
    padding-top: 100px;
}


/*Contact Page Start*/



.contact-box {
    padding: 50px;
    border-radius: 10px;
    background-color: var(--white);
    box-shadow: 0px 0px 36.72px 14.28px rgba(0, 0, 0, 0.04);
}

.contact-us-bg {
    padding: 50px 0px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(12 143 29) 0%, rgb(12 143 29) 35%, rgb(88 143 18) 100%);
    box-shadow: -3.119px 14.672px 38px 0px rgba(21, 21, 23, 0.21);
}

.contact-us-box {
    padding-left: 25px;
    padding-right: 25px;
    border-left: 3px solid #fff;
}

.contact-box h2 {
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-box form {
    width: 95%;
    margin-top: 25px;
}

.contact-box form input {
    width: 100%;
    height: 60px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: var(--themeBlack);
    border: 1px solid #e1e1e1;
    background-color: transparent;
}

.contact-box form input:focus,
.contact-box form textarea:focus,
.contact-box form input:focus-visible,
.contact-box form textarea:focus-visible {
    border-color: transparent;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 38.88px 15.12px rgba(0, 0, 0, 0.07);

}

.contact-box form textarea {
    width: 100%;
    height: 120px;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 25px;
    color: var(--headingColor);
    border: 1px solid #e1e1e1;
    background-color: transparent;
}

.contact-box form input::placeholder,
.contact-box form textarea::placeholder {
    color: var(--textColor);
    text-transform: uppercase;
}

.contact-us-box h3 {
    font-weight: 300;
    color: #fff;
}

.contact-us-box p {
    font-weight: 500;
    margin-top: 10px;
    color: var(--white);
}

.contact-us-box ul {
    gap: 50px;
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.contact-us-box ul li a i {
    font-size: 25px;
    color: var(--white);
}

.contact-us-box ul li a {
    gap: 20px;
    display: flex;
    align-items: center;
    color: #fff;
}

.contact-us-box ul li a h6 {
    color: #fff;
    margin-bottom: 0px;
}

.contact-us-box a.theme-1 {
    gap: 15px;
    padding: 20px;
    display: flex;
    font-size: 16px;
    width: fit-content;
    color: var(--white);
    border-radius: 70px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    border: 1px solid var(--white);
}

section.contact-sec.inn {
    padding: 100px 0px;
}


/*Contact Page End*/


/*blog page Start*/



.blog-head {
    margin: 0 auto;
    width: 60%;
    text-align: center;
}


.blog-img {
    position: relative;
}

.blogdetail {
    /* box-shadow: 0 0 4px #8080807a; */
    background: #fff;
    padding: 11px 0px;
    width: 100%;
    border-radius: 0;
    margin-top: 1px;
    z-index: 99;
    position: relative;
    margin-bottom: 50px;
}

ul.admin-detail {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
    /* justify-content: center; */
}

li.author {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}

span.left.author {
    margin-right: 5px;
    color: #858585;
}

span.right.post-author a {
    color: #858585;
    font-size: 13px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

li.comment {
    line-height: 1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px;
}


.blogdetail h3 {
    display: flex;
    align-items: center;
    border-bottom: solid 0.5px #00000066;
    padding: 16px 0;
    font-size: 19px;
    font-weight: 500;
    width: 100%;
    line-height: 1.4;
    font-family: 'barlow-headeing';
    text-transform: uppercase;
    justify-content: space-between;
    margin-bottom: 18px;
}


.blog-img img {
    height: 305px;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.blogdetail a span {
    color: #000;
    font-size: 13px;
    font-family: 'Poppins-text';
    font-weight: 600;
    letter-spacing: 0px;
}

.blogdetail a i {
    width: 40px;
    height: 40px;
    color: #2a9025;
    border: 1px solid #2a9025;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.blogdetail a {
    display: flex;
    align-items: center;
    gap: 10px;
    /* display: none; */
}

.blogdetail p {
    /* height: 48px; */
    /* overflow: hidden; */
    /* transition: 0.5s; */
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    font-weight: 400;
}


section.latest-blog {
    padding-bottom: 80px;
    padding-top: 100px;
}
section.latest-blog .slick-next {
    right: 0;
}

section.latest-blog .slick-prev {
    right: 60px;
}

.top-heading h2 {
    color: #000;
    border-bottom: 1px solid #0000005c;
    padding-bottom: 14px;
    font-size: 60px;
}
.latest-slider.slick-initialized .slick-current .blogdetail h3 a {
    display: none;
}

.blog-btm-info {
    display: flex;
    gap: 30px;
}

.blogdetail h3 a {
    display: block;
}
.blogdetail h3 a {
    color: #000;
}

/*blog page End*/


/*News Detail Page Start*/


section.latest-blog.news-pg-sec-main .blogdetail a {
    display: flex;
}

section.latest-blog.news-pg-sec-main .blogdetail {
    margin-bottom: 50px;
}
section.latest-blog.news-pg-sec-main .blog-img img {
    height: 285px;
}
section.latest-blog.news-pg-sec-main {
    padding: 100px 0px;
}
section.latest-blog.news-pg-sec-main .blogdetail p {
    height: unset;
}
section.latest-blog.news-pg-sec-main.news-detail-sec-pg .blog-img img {
    height: 545px;
}

/*News Detail page End*/