@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/

body {
    word-break: break-word;
    font-family: "Montserrat", sans-serif;
    color: #6e6e6e;
    overflow-x: hidden;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #000;
}

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;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

/***** Font Files *****/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
    font-style: normal;
    color: #353432;
    text-transform: uppercase;
    font-weight: bold;
}

h1 {
    font-size: 70px;
    line-height: 75px;
    font-weight: 900;
}

h2 {
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
}

h3 {
    font-size: 30px;
    line-height: 40px;
}

h4 {
    font-size: 24px;
    line-height: 29px;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 800;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

p {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    color: #6e6e6e;
}

.padd {
    position: relative;
    padding: 100px 0;
}

.clr {
    color: #000;
}

::-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 */
header {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 30px 80px 20px 60px;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Barlow";
    line-height: 30px;
}

.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: #fff;
    text-decoration: underline;
}

/* .header-logo {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.header-logo a {
    width: 100%;
    height: 100%;
}

.header-logo img {
    width: 100%;
    height: 50px;
    object-fit: contain;
}

.header-right-box ul {
    gap: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.menu-btn {
    position: relative;
    z-index: 10;
}

.menu-box {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #000;
    z-index: 9;
    display: none;
}

.menu-box>nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    margin: 0px auto;
}

.menu-box>nav a {
    transition: 0.4s ease-in-out;
}

ul#menu-menu-1 {
gap:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* menu-icon */

.menu-btn svg {
    width: 35px;
    height: 35px;
}

.path1,
.path2 {
    stroke-dasharray: 104;
    stroke-dashoffset: -71;
    transition: 1s all ease;
}

.cross {
    stroke-dashoffset: 68;
    stroke: #fff;
}

.mline {
    stroke-dasharray: 41;
    stroke-dashoffset: -82;
    transition: 1s all ease;
}

.hide {
    stroke-dasharray: 43;
    stroke-dashoffset: 130;
}

/* menu-icon */

/*header css start */

/*banner css start */

.main_slider {
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

/*banner css end*/

.sitebtn {
    display: inline-block;
}

.sitebtn .pbtn {
    padding: 14px 28px;
    background: #131313;
    text-transform: uppercase;
    transition: 0.2s;
    outline: 1px solid #fff;
    display: inline-block;
    color: #fff;
    font-family: "Barlow";
    letter-spacing: 1px;
    font-weight: 500;
}

.sitebtn .pbtn:hover {
    background: #fff;
    color: #131313;
    outline: 1px solid #131313;
}

header .headbtns {
    display: flex;
    justify-content: flex-end;
}

header .sitebtn .pbtn {
    background: transparent;
    letter-spacing: 3px;
}

.home-logo {
    display: table;
    margin: 0px auto;
    padding-top: 80px;
}

.home-logo img {
    width: 58%;
    display: table;
    margin: 0px auto;
}

/* Statement Sec  */

section.statement-sec {
    padding: 100px 0px;
}

.secWraper {
    width: 95%;
    margin: 0px auto;
}

.ms-state-txt {
    position: relative;
    margin-bottom: 34px;
}

.ms-state-txt p {
    margin-bottom: 24px;
}

.objt-listing {
    margin: 15px 0 21px;
    justify-content: space-between;
    /* align-items: center; */
    gap: 40px;
    padding-right: 20px;
    width: 100%;
}

.objt-listing ul {
    gap: 10px;
    flex-direction: column;
    margin: 0px;
    width: 50%;
}

.objt-listing ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 0;
    border-bottom: 1px solid #44444445;
}

.objt-listing ul li span {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    color: #444;
}

.sitebtn.largebtn {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitebtn.largebtn .pbtn {
    padding: 16px 48px;
}

section.statement-sec .sitebtn.largebtn {
    margin-top: 60px;
}

/* Statement Sec  */

/* Serve Sec  */

section.serv-sec {
    position: relative;
    padding: 100px 0 270px;
    background: #131313;
    color: #ffff;
}

.heading {
    margin-bottom: 40px;
}

section.serv-sec .row {
    justify-content: start;
}

.serv-text {
    position: relative;
    width: 75%;
    margin: 0px auto;
}

.serv-text h5,
.serv-text h6 {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.serv-header {
    position: relative;
    margin-bottom: 18px;
}

.serv-text ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.serv-text ul span {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    /* padding: 10px 0; */
    border-bottom: 1px solid #8888885e;
    min-height: 35px;
}

.serv-text.serv-btm {
    margin-top: 60px;
}

section.ms-phse-sec {
    position: relative;
    margin-top: -180px;
}

section.ms-phse-sec .secWraper {
    padding: 50px 100px;
    text-align: center;
    background: #ffff;
}

section.support-sec {
    position: relative;
    padding: 60px 0 80px;
    text-align: center;
}

section.support-sec .sup-img {
    margin: 0px auto;
    display: table;
    margin-bottom: 40px;
}

/* Serve Sec  */

/* Footer start css */

.footerSec {
    position: relative;
    overflow: hidden;
    padding: 60px 50px 0px;
    background-image: url(../images/footer-bg-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

footer ul.social li a i:hover {
    transform: scale(1.1);
    text-decoration: none;
}

footer ul li a {
    transition: 0.1s;
    font-size: 14px;
    line-height: 23px;
    color: #ffffff8a;
    font-weight: 500;
}

footer ul.social li a {
    background: transparent;
    color: #fff;
}

.footerSec .footer-btm .row {
    padding-bottom: 24px;
    padding-top: 32px;
}

.footerSec .footer-btm .row p {
    font-weight: 500;
}

.footerSec .footer-btm:before {
    position: absolute;
    content: "";
    width: 124%;
    height: 1px;
    top: 0;
    right: -148px;
    margin: 0px auto;
    background: #353533;
}

.news-letter ul li a {
    gap: 14px;
    line-height: 20px;
    margin: 30px 0;
}

.news-letter ul li a:hover {
    transform: translate(3px, 0px);
}

h5.subscribe {
    text-transform: uppercase;
    margin-top: 30px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.ft-header {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 40px;
    text-transform: uppercase;
}

.footer-about h4.text-light.ft-header {
    text-transform: unset;
}

.ft-header:before {
    height: 1px;
    bottom: 0;
    background: #353533;
    left: 2px;
}

.foot-products {
    position: relative;
    padding: 0px 60px;
}

.foot-products ul {
    position: relative;
    margin-right: 10px;
}

footer .news-letter {
    position: relative;
    height: 100%;
}

footer .foot-quick-links {
    position: relative;
    padding-left: 50px;
}

footer ul.social {
    gap: 6px;
}

h5.ft-header {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

.footer-about {
    position: relative;
    height: 100%;
    margin-top: 40px;
}

.footer-about:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: -20px;
    background: #353533;
    bottom: 0;
}

footer .ftcol-1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-bottom: 80px;
}

footer .ftcol-1 ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.foot-products:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    right: -10px;
    background: #353533;
    bottom: 0;
}

footer .foot-quick-links ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer .news-letter:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #353533;
    bottom: 0;
    left: -60px;
}

.footer-btm {
    position: relative;
}

.footerSec .row {
    position: relative;
    overflow: hidden;
}

.footerSec .footer-btm .row p a {
    color: #fff;
}

.footerSec .footer-btm .row p a:hover {
    text-decoration: underline;
}

/* Footer section end */

/* banner Social  */

ul.social {
    gap: 14px;
    margin: 0px;
}

ul.social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #777;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    z-index: 12;
    position: relative;
}

ul.social li a:hover {
    background: #fff;
    color: #000;
    border: 1px solid transparent;
}

.ft-header:before {
    position: absolute;
    content: "";
    width: 160px;
    height: 1px;
    bottom: 0;
    background: #fff;
    opacity: 40%;
    left: 2px;
}

.footer-about h4.ft-header {
    margin-bottom: 20px;
}

.footer-about h4.ft-header:before {
    display: none;
}

footer.footerSec p {
    color: #ffff;
    font-weight: 500;
    opacity: 60%;
}

footer ul li a:hover {
    color: #fff;
    text-decoration: underline;
    opacity: 1;
}

footer ul li a:focus {
    color: #fff;
    opacity: 1;
}

/* ------------------------------- inner banner -------------------- */

section.main_slider.innerBanner {
    height: 500px;
}

.inner-pg-txt {
    margin-top: 70px;
}

/* ------------------------------- inner banner -------------------- */

/* Meaning Page s */

.emphass-txt {
    position: relative;
}

.emphass-txt ul {
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}

.emphass-txt ul li strong {
    color: #333;
    font-size: 15px;
    font-family: "Barlow";
    text-transform: uppercase;
    line-height: 24px;
}

section.meanig-sec {
    position: relative;
    padding-bottom: 80px;
}

/* Meaning Page e */

/* Team Page s  */

.team-card {
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    /* margin-bottom: 32px; */
}

img.team-img {
    height: 340px;
    width: 100%;
    object-fit: cover;
    transition: 0.2s;
}

.team-card .team-txt {
    margin-top: 18px;
}

.team-card:hover {
    transform: translate(0px, 3px);
}

.team-card:hover img.team-img {
    filter: brightness(0.7);
}

/* Team Page e */

/* Gallery Page s  */

.gallery-item {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.gallery-item img {
    width: 100%;
    transition: 0.2s;
    object-fit: cover;
}

.gallery-item img:hover {
    transform: scale(1.3);
    filter: brightness(0.7);
}

.img-sm-gp .gallery-item img {
    height: 270px;
}

.gl-left-big .gallery-item img {
    width: 100%;
    height: 480px;
}

.gl-right-big .gallery-item img {
    height: 360px;
    width: 100%;
}

.img-big-gp .gallery-item img {
    height: 390px;
}

.gl-lst-left .gallery-item img {
    height: 380px;
}

.gl-lst-right .gallery-item img {
    height: 380px;
}

/* Gallery Page e */

/* Volunteer Start  */

section.statement-sec.volunteer-pg .sitebtn.largebtn {
    justify-content: flex-start;
    margin-top: 0;
}

.volunteer-pg .objt-listing ul {
    width: auto;
}

.volunteer-pg .objt-listing {
    justify-content: flex-start;
    gap: 140px;
}

/* Volunteer End */

/* Testimonials Start  */

ul.rating {
    align-items: center;
    gap: 5px;
}

ul.rating li i {
    color: #fe5b2c;
    font-size: 13px;
}

.testi-sec .card {
    padding: 40px;
    border-radius: 0px;
    border: 0px;
    background-color: #f5f5f5;
    margin-bottom: 24px;
}

.testi-sec .authr-msg {
    margin: 14px 0 28px;
}

.testi-sec .authr-msg p {
    margin: 0;
}

.testi-sec .auth-info {
    gap: 16px;
}

.testi-sec .auth-info h6 {
    font-size: 14px;
    line-height: 20px;
}

.testi-sec .auth-info .auth-img img {
    position: relative;
    width: 70px;
    height: 70px;
    object-fit: fill;
    border-radius: 45px;
}

.auth-txt .desination {
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow";
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

/* Testimonials End  */

/* Contact Start  */

.cnt-links p a {
    color: #fff;
}

.cnt-links h5 {
    color: #fff;
    padding-bottom: 18px;
    position: relative;
}

.cnt-links {
    position: relative;
    background: #000;
    padding: 44px 26px 34px;
}

.cnt-links h5:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 1px;
    background: #fff;
    opacity: 41%;
    bottom: 0;
}

form.contactForm {
    padding: 0 60px;
}

form.contactForm input,
form.contactForm select,
form.contactForm textarea {
    width: 100%;
    padding: 18px 24px;
    margin-bottom: 24px;
    border-radius: 8px;
    border: 1px solid #bdbdbd;
    text-transform: uppercase;
    color: #333;
    font-weight: 500;
}

form.contactForm textarea {
    height: 150px;
    resize: unset;
}

form.contactForm textarea::placeholder {
    position: absolute;
    bottom: 21px;
}

form.contactForm .sitebtn button {
    border: 0;
    margin-top: 16px;
}

.contact-page-wrap {
    width: 90%;
    margin: auto;
}

/* Contact end */

/* Apply Page s  */

section.apply-pg form.contactForm input,
section.apply-pg form.contactForm select,
section.apply-pg form.contactForm textarea {
    text-transform: unset;
}

section.apply-pg form.contactForm select {
    padding-right: 100px;
    cursor: pointer;
}

section.apply-pg .cont-chose {
    position: relative;
}

section.apply-pg .cont-chose i {
    position: absolute;
    right: 28px;
    top: 23px;
    font-size: 16px;
}

section.apply-pg .cont-chose:before {
    position: absolute;
    content: "";
    width: 9px;
    height: 61px;
    right: 65px;
    top: 0;
    background-image: url(../images/shape-bg-img.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/* Apply Page e */

/* Merch Pg s  */

.product-cart {
    position: relative;
    margin-bottom: 30px;
    transition: 0.1s;
}

img.product-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    transition: 0.2s;
}

.product-cart a {
    width: 100%;
    display: block;
}

.product-cart .product-txt {
    justify-content: space-between;
    margin-top: 22px;
}

span.rates-count {
    font-family: "Barlow";
    font-size: 12px;
    font-weight: 600;
    color: #222;
    line-height: 10px;
}

span.rates-count i {
    margin-left: 5px;
    color: #ffac0d;
    font-size: 10px;
}

.product-cart .product-txt p.price {
    margin: 0;
    font-family: "Barlow";
    color: #333;
}

.product-cart .product-txt h6 {
    margin: 0;
}

.product-cart:hover {
    transform: translate(0px, -4px);
}

.product-cart:hover img.product-img {
    filter: brightness(0.7);
}

/* Merch Pg e */

/* product detail page css  */

section.pd-details .pd-dt-img img {
    transition: 0.2s;
}

section.pd-details .pd-dt-img img:hover {
    filter: brightness(0.6);
}

.pd-dt-content {
    padding-left: 30px;
}

section.pd-details .descp {
    margin-bottom: 32px;
}

section.pd-detail .pd-dt-content {
    padding-left: 20px;
}

.description .nav-tabs .nav-link {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    background-color: transparent !important;
    border: 0px !important;
    padding: 14px 0;
    font-family: "Barlow";
}

.description .nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #111;
    border-bottom: 2px solid #000 !important;
}

.description .nav-tabs {
    display: flex;
    gap: 60px;
}

/* reives */

.description .tab-content input[type="text"],
.description .tab-content textarea {
    width: 100%;
    background-color: transparent;
    box-shadow: 0px 0px 0px 2px #e7e6e6;
    border-radius: 5px;
    color: #000;
    padding: 16px 20px;
    border: 0px;
    margin-bottom: 20px;
    font-weight: 500;
}

.rating:not(:checked)>input {
    position: absolute;
    appearance: none;
}

.rating>input:checked~label {
    color: orangered;
}

.rating:not(:checked)>label:before {
    content: "\f006 ";
    font-family: "fontawesome";
    font-size: 30px;
    margin: 0px 8px;
}

.rev-btn {
    margin-top: 20px;
}

.rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 50px;
    color: #666;
    font-family: "Roboto", sans-serif;
}

section.pd-details p strong {
    font-family: "Roboto";
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    color: #000;
}

.description .tab-content {
    padding-top: 40px;
}

.pd-dt-content h3 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 500;
    color: #111;
}

section.pd-details .price del {
    font-size: 26px;
    color: #393939;
    font-family: "Barlow";
    line-height: 35px;
}

section.pd-details .price ins {
    font-size: 45px;
    line-height: 52px;
    display: block;
    text-decoration: unset;
    color: #222;
    font-family: "Barlow";
    padding: 20px 0 24px;
}

section.pd-details .info p {
    margin-bottom: 5px;
    font-size: 17px;
    font-weight: 500;
    line-height: 34px;
    color: #444;
}

section.pd-details .info ul.social a {
    color: #858585;
    width: 33px;
    height: 33px;
    font-size: 14px;
    line-height: 22px;
}

section.pd-details .info ul.social a:hover {
    background: #161714;
    color: #fff;
}

.pd-dt-content .price {
    margin-top: 32px;
}

ul.ratings ul.rating li i {
    color: #ff9600;
    font-size: 15px;
}

/* product detials page  */

/* ===== Donate Form Styling ===== */

.donate-form {
    padding: 36px 40px 0;
}

.dnateRow .col-form-label {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

.dnateRow .form-control,
.dnateRow .form-select {
    border: 1px solid #e3e3e3;
    height: 54px;
    border-radius: 4px;
    padding: 8px 12px;
    box-shadow: none;
    font-size: 14px;
}

.dnateRow .form-control::placeholder {
    color: #aaa;
}

.dnateRow textarea.form-control {
    min-height: 160px;
    height: auto;
    resize: vertical;
}

/* Donation Amount Radios */
.donation-amounts {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    margin-bottom: 40px !important;
}

.dnateRow .form-check-input {
    display: none;
}

.dnateRow .form-check-label {
    position: relative;
    padding-left: 48px;
    cursor: pointer;
    color: #666666;
    font-size: 24px;
    font-family: "Barlow";
    line-height: 35px;
    letter-spacing: 0px;
}

.dnateRow .form-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
    background: #f3f3f2;
}

.dnateRow .form-check-input:checked+.form-check-label::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #000;
}

.donate-form .form-check-input[type="radio"] {
    accent-color: #000;
}

.donate-form .form-check-input[type="checkbox"] {
    accent-color: #000;
}

.donate-form small.text-muted {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

.donation-amounts .form-check-inline {
    width: 30%;
    padding-left: 09px;
}

.form-control {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 12px 15px;
    font-size: 14px;
    color: #444;
    box-shadow: none;
}

.form-control:focus {
    border-color: #000;
    box-shadow: none;
}

.btn-donate:hover {
    background: #333;
    color: #fff;
}

.dnateRow {
    margin-bottom: 50px;
}

.dnateRow.paymentMthd .form-check-label {
    font-size: 20px;
    font-family: "Montserrat";
}

.dnateRow.donaterobtm .form-check-label {
    font-size: 20px;
    font-family: "Montserrat";
}

h3.form-title {
    font-weight: 500;
}

span.rev-title {
    font-size: 24px;
    font-family: "Barlow", sans-serif;
    color: #000;
    margin-bottom: 34px;
    display: inline-block;
}

/* ====== */

.csv-fd label {
    position: absolute;
    left: 20px;
    top: 12px;
    color: #888;
    pointer-events: none;
    transition: 0.2s ease all;
}

/* ---------------------- */

.csv-fd {
    position: relative;
}

.csv-fd input {
    width: 100%;
    padding: 12px 10px;
}

.csv-fd label {
    position: absolute;
    left: 20px;
    top: 12px;
    color: #888;
    pointer-events: none;
    transition: 0.2s ease all;
}

/* when input is focused or not empty */
.csv-fd input:focus~label,
.csv-fd input:not(:placeholder-shown)~label {
    top: -5px;
    /* move up */
    left: 15px;
    font-size: 12px;
    color: #000;
}

.datepicker td,
.datepicker th {
    font-size: 11px;
    line-height: 14px;
}

.monkey-img {
    position: relative;
}

.monkey-img img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    filter: drop-shadow(-18px 14px 56px #00000030);
}

section.three-phse {
    position: relative;
    padding: 0px 0 100px;
}

section.three-phse h5.card-title {
    color: #000;
}

section.three-phse .card ul li {
    list-style: disc;
    margin-left: 40px;
    padding: 4px 0;
}

section.three-phse .card {
    padding: 16px 12px 10px;
    border-radius: 10px;
    background: #ffff;
    box-shadow: 0px 0px 20px 0px #44444417;
}

.teamBox {
    position: relative;
    padding: 24px;
    background: #fff;
    box-shadow: 0px 0px 20px 2px #11111126;
    border-radius: 10px 150px 0 40px;
    margin: 40px 0;
}

.teamBox .member-txt h4 {
    text-transform: capitalize;
    color: #000;
    margin-bottom: 13px;
}

.teamBox .member-txt h4 span {
    display: block;
    font-size: 14px;
}

.member-txt.team-right-padding {
    padding-right: 40px;
}

.member-txt.team-left-padding {
    padding-left: 30px;
}

.team-left-padding {
    border-radius: 10px 0px 80px 40px;
}

.team-right-padding {
    border-radius: 10px 10px 10px 80px;
}

section.three-phse .card h6.card-title {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 28px;
    color: #000;
}

section.three-phse .card ul li span {
    color: #000;
    font-family: "Barlow";
    font-size: 16px;
}

section.three-phse .card ul li::marker {
    width: 10px;
    color: #000 !important;
    opacity: 1;
    font-size: 24px;
    line-height: 0px;
}

/* ==================== Table Responsvie =================== */

/* Table styling */
.table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

thead th {
    background: #212529;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

tbody tr td {
    vertical-align: middle;
}

/* Color badges beside each color name */
.color-badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

/* ==================== Table Responsvie =================== */
.objt-listing h4 {
    font-size: 17px;
    margin-bottom: 3px;
}

ul#menu li a {
    color: #fff;
    font-size: 20px !important;
    font-weight: 500;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-family: "Barlow" !important;
    line-height: 30px;
}

/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    header {
        padding: 20px 0px 0px 0px;
    }

    .footerSec {
        padding: 60px 20px 0px;
    }

    footer .news-letter:before {
        left: -20px;
    }





}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .foot-products {
        padding: 0px 20px;
    }

    header {
        padding: 20px 0px 0px 0px;
    }

    .sitebtn .pbtn {
        padding: 12px 25px;
        font-size: 13px;
    }

    section.three-phse .card {
        padding: 0px;
    }

    .footerSec {
        padding: 40px 0px 0px;
    }

    footer .news-letter:before {
        left: -11px;
    }

    .headbtns .sitebtn .pbtn {
        padding: 10px 15px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .foot-products {
        padding: 0px 20px;
    }

    footer .ftcol-1 {
        padding-bottom: 20px;
    }

    .foot-products:before {
        display: none;
    }

    .footerSec {
        padding: 40px 20px 0px;
    }

    footer ul.social {
        margin-top: 10px !important;
    }

    header {
        padding: 20px 0px 0px 0px;
    }

    .sitebtn .pbtn {
        padding: 12px 25px;
        font-size: 13px;
    }

    section.three-phse .card {
        padding: 0px;
        margin: 10px 0px;
    }

    .footer-about:before {
        display: none;
    }









}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .objt-listing ul li {
        white-space: break-spaces !important;
    }
.teamBox:nth-child(odd) .row {
    display: flex;
    flex-wrap: wrap-reverse;
}
    .objt-listing ul {
        width: 100% !important;
    }

    section.statement-sec {
        padding: 50px 0px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    section.serv-sec {
        padding: 40px 0 40px;
    }

    .secWraper {
        width: 100%;
    }

    .serv-text {
        width: 100%;
    }

    html body section.three-phse>.container {
        padding-top: 40px !important;
        margin-top: 0px !important;
    }

    .serv-text.serv-btm {
        margin-top: 30px;
    }

    h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .serv-text ul span {
        font-size: 12px;
        padding: 10px 0;
    }

    h4 {
        font-size: 18px;
        line-height: 23px;
    }

    section.three-phse .card {
        margin-bottom: 20px;
        padding: 0px 0px 0px;
    }

    section.three-phse .card h6.card-title {
        font-size: 16px;
        line-height: 22px;
    }

    section.three-phse .card ul li {
        margin-left: 24px;
    }

    section.three-phse .card ul li span {
        font-size: 12px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    section.support-sec {
        padding: 50px 0 50px;
    }

    section.three-phse {
        padding: 0px 0 0px;
    }

    .foot-products {
        padding: 0px 0px;
    }

    .footerSec {
        padding: 40px 0px 0px;
        background-size: cover;
    }

    footer .ftcol-1 {
        gap: 10px;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .ft-header {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    footer ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footerSec .footer-btm:before {
        width: 100%;
        right: 0px;
    }

    .footerSec .footer-btm .row {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer.footerSec p {
        font-size: 12px;
    }

    header {
        padding: 20px 0px 0px 0px;
    }

    .menuSec .col-xl-2.col-lg-2.col-md-3.col-sm-6.col-3 {
        order: 1;
    }   

    .menuSec .col-xl-2.col-lg-2.col-md-3.col-sm-6.col-9 {
        order: 2;
    }

    .sitebtn .pbtn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .header-logo {
        margin-bottom: 20px;
    }

    .main_slider {
        height: 550px;
    }

    .home-logo img {
        width: 100%;
        height: 190px;
        object-fit: contain;
    }

    .ms-state-txt {
        margin-bottom: 0px;
    }

    .sitebtn.largebtn .pbtn {
        padding: 11px 28px;
    }

    .menu-box>nav {
        top: 50%;
        gap: 10px;
        width: 100%;
        margin: 0px auto;
    }

    ul#menu li a {
        font-size: 14px !important;
        line-height: 30px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .padd {
        padding: 50px 0;
    }

    .monkey-img img {
        height: 400px;
    }

    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .monkey-img {
        margin-bottom: 20px;
    }

    table.table.table-bordered.table-striped.align-middle {
        width: 1000px;
    }

    table.table.table-bordered.table-striped.align-middle tr th:first-child {
        width: 150px;
    }

    section.meanig-sec {
        padding-bottom: 50px;
    }

    .member-txt.team-right-padding {
        padding-right: 10px;
    }

    .team-right-padding {
        border-radius: 5px 5px 5px 20px;
    }

    .teamBox {
        padding: 20px;
        margin: 20px 0;
    }

    .member-txt.team-left-padding {
        padding-left: 0px;
    }

    .team-left-padding {
        border-radius: 5px 0px 5px 20px;
    }

    .cnt-links {
        padding: 34px 16px 24px;
    }








}

@media only screen and (min-width: 0px) and (max-width: 575px) {

    .objt-listing ul li {
        white-space: break-spaces !important;
    }
    .teamBox:nth-child(odd) .row {
    display: flex;
    flex-wrap: wrap-reverse;
}

    .objt-listing ul {
        width: 100% !important;
    }

    section.statement-sec {
        padding: 40px 0px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    section.serv-sec {
        padding: 40px 0 40px;
    }

    .secWraper {
        width: 100%;
    }

    .serv-text {
        width: 100%;
    }

    html body section.three-phse>.container {
        padding-top: 40px !important;
        margin-top: 0px !important;
    }

    .serv-text.serv-btm {
        margin-top: 20px;
    }

    h5 {
        font-size: 14px;
        line-height: 22px;
    }

    .serv-text ul span {
        font-size: 12px;
        padding: 10px 0;
    }

    h4 {
        font-size: 18px;
        line-height: 23px;
    }

    section.three-phse .card {
        margin-bottom: 20px;
        padding: 0px 0px 0px;
    }

    section.three-phse .card h6.card-title {
        font-size: 16px;
        line-height: 22px;
    }

    section.three-phse .card ul li {
        margin-left: 24px;
    }

    section.three-phse .card ul li span {
        font-size: 12px;
    }

    p {
        font-size: 12px;
        line-height: 18px;
    }

    section.support-sec {
        padding: 40px 0 40px;
    }

    section.three-phse {
        padding: 0px 0 0px;
    }

    .foot-products {
        padding: 0px 0px;
    }

    .footerSec {
        padding: 30px 0px 0px;
        background-size: cover;
    }

    footer .ftcol-1 {
        gap: 10px;
        padding-bottom: 10px;
        flex-direction: column;
    }

    .ft-header {
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

    footer ul li a {
        font-size: 12px;
        line-height: 23px;
    }

    .footerSec .footer-btm:before {
        width: 100%;
        right: 0px;
    }

    .footerSec .footer-btm .row {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    footer.footerSec p {
        font-size: 12px;
    }

    header {
        padding: 20px 20px 0px 0px;
    }

    .menuSec .col-xl-2.col-lg-2.col-md-3.col-sm-6.col-3 {
        order: 1;
    }   

    .menuSec .col-xl-2.col-lg-2.col-md-3.col-sm-6.col-9 {
        order: 2;
    }

    .sitebtn .pbtn {
        font-size: 12px;
        padding: 10px 20px;
    }

    .header-logo {
        margin-bottom: 20px;
    }

    .main_slider {
        height: 550px;
    }

    .home-logo img {
        width: 100%;
        height: 190px;
        object-fit: contain;
    }

    .ms-state-txt {
        margin-bottom: 0px;
    }

    .sitebtn.largebtn .pbtn {
        padding: 11px 28px;
    }

    .menu-box>nav {
        top: 50%;
        gap: 10px;
        width: 100%;
        margin: 0px auto;
    }

    ul#menu li a {
        font-size: 14px !important;
        line-height: 30px;
    }

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .padd {
        padding: 40px 0;
    }

    .monkey-img img {
        height: 400px;
    }

    h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .monkey-img {
        margin-bottom: 20px;
    }

    table.table.table-bordered.table-striped.align-middle {
        width: 1000px;
    }

    table.table.table-bordered.table-striped.align-middle tr th:first-child {
        width: 150px;
    }

    section.meanig-sec {
        padding-bottom: 40px;
    }

    .member-txt.team-right-padding {
        padding-right: 10px;
    }

    .team-right-padding {
        border-radius: 5px 5px 5px 20px;
    }

    .teamBox {
        padding: 20px;
        margin: 20px 0;
    }

    .member-txt.team-left-padding {
        padding-left: 0px;
    }

    .team-left-padding {
        border-radius: 5px 0px 5px 20px;
    }



































}

/*Media Query End*/