/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
    font-family: "Righteous";
    src: url("../fonts/BalooChettan-Regular.ttf");
    src: url("../fonts/BalooChettan-Regular.ttf");
}


/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
    box-sizing: border-box !important;
    transition: ease all 0.5s;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #666666;
    font-size: 14px;
    line-height: 1.80857;
    font-weight: normal;
    overflow-x: hidden;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: El Messiri !important;
}

a {
    color: #1f1f1f;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none!important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

 :focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}

.layout_padding {
    padding-top: 40px;
    padding-bottom: 0px;
}

.padding_0 {
    padding: 0px;
}


/* header section start */

.header_section {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.navbar-brand {
    margin-right: 0px;
}

.navbar {
    padding: 0px 25px 0px 25px;
}

.mr-auto,
.mx-auto {
    margin-right: auto!important;
    margin-left: auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0px 20px;
    font-size: 17px;
    color: #717172;
    text-transform: capitalize;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #041151;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #041151;
}

.navbar-expand-lg .navbar-collapse {
    margin-top: -70px;
}

.search_icon {
    padding-top: 0px;
    text-align: center;
    width: 100px;
}

button.donate_btn {
    width: 150px;
    font-size: 18px;
    color: #666666;
    background: transparent;
    border: 1px solid #f64646;
}

.bg-light {
    background-color: transparent !important;
}


/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    /* background-image: url(../images/banner-bg.png); */
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -70px;
    margin-bottom: 0;
    background-color: black;
}

.banner_taital {
    width: 45%;
    margin: 0 auto;
    font-size: 60px;
    color: #ffff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
    font-family: 'Open Sans', sans-serif;
}

.banner_text {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
    color: #ffff;
    text-align: center;
    padding: 20px 0px;
}

.read_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.read_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #f64646;
    padding: 8px 0px;
    text-transform: uppercase;
}

.read_bt a:hover {
    background-color: #120a78;
}

.carousel-indicators {
    bottom: -60px;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 100%;
}

.carousel-indicators .active {
    background-color: transparent;
    border: 3px solid #fff;
}

.donation_box {
    width: 70%;
    margin: 0 auto;
    background-color: #ffffff;
    height: auto;
    padding: 20px 0px;
    margin-top: 120px;
}

.donation_taital {
    width: 100%;
    color: #121716;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.mail_box {
    width: 100%;
    display: flex;
    text-align: center;
    padding: 0px 10px;
}

.mail_text {
    width: 31.2%;
    float: left;
    font-size: 16px;
    color: #121716;
    background-color: #ffffff;
    border: 0px;
    padding: 6px 15px;
    box-shadow: 0px 1px 7px 1px;
    margin: 9px;
}

.send_bt {
    width: 150px;
    margin: 0 auto;
    text-align: center;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #8b0000;
    padding: 8px 40px;
    text-transform: uppercase;
    margin-top: 20px;
    display: block;
    font-weight: bold;
}

.send_bt a:hover {
    background-color: #f64646;
}

.fundraise_section_main {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}

.fundraise_section {
    width: 100%;
    text-align: center;
    background: white;
}

.box_main {
    width: 100%;
    background-color: #120a78;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
    height: auto;
    padding: 30px 20px 70px 20px;
}

.icon_1 {
    width: 100%;
    float: left;
    text-align: center;
}

.volunteer_text {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    padding-top: 20px;
}

.lorem_text {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.join_bt {
    width: 170px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
}

.join_bt a {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #ffffff;
    padding: 5px 15px;
}

.box_main:hover {
    background-color: #f64646;
}

.box_main.active {
    background-color: #f64646;
}


/* banner section end */


/* about section start */

.about_section {
    width: 100%;
    float: left;
    background-color: #120a78;
    padding-bottom: 90px;
}

.about_img {
    width: 100%;
    float: left;
}

.about_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding-top: 20px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 0px;
    color: #ffffff;
    padding: 50px 0px;
}

.readmore_bt {
    width: 150px;
    float: left;
    margin-top: 20px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
    padding: 8px 0px;
    text-transform: uppercase;
}

.readmore_bt a:hover {
    background-color: #f64646;
}


/* about section end */


/* mission section start */

.mission_section {
    width: 100%;
    float: left;
}

.mission_taital {
    width: 100%;
    float: left;
    font-size: 34px;
    color: #1c1c18;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 140px;
    /*font-family: 'Open Sans', sans-serif;*/
}

.mission_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1b1b1b;
    font-size: 16px;
    margin: 0px;
    padding-left: 140px;
}

.mission_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding: 40px 50px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgb(241, 89, 88, 0.9);
}

.container_main:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

.some_text {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}

.alteration_text {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.btn_main {
    width: 100%;
    display: flex;
    text-align: center;
}

.donate_bt {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.donate_bt a {
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #f64646;
    border: 2px solid #ffffff;
    padding: 8px;
    text-transform: uppercase;
}

.donate_bt a:hover {
    color: #ffffff;
    background-color: #f64646;
}


/* mission section end */


/* news section start */

.news_section {
    width: 100%;
    float: left;
}

.news_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #1d1d1d;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.news_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #1b1b1b;
    margin: 0px;
    font-family: 'Open Sans', sans-serif;
}

.news_section_2 {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.give_taital {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #1d1d1d;
    font-weight: bold;
    padding-top: 60px;
    text-transform: uppercase;
}

.ipsum_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #1b1b1b;
    padding-top: 20px;
}

.raised_text {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #120a78;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    padding-top: 20px;
}

.goal_text {
    color: #f64646;
    padding-left: 20px;
}

.donate_btn_main {
    width: 35%;
    display: flex;
    padding-top: 20px;
}

.readmore_btn {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.readmore_btn a {
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #120a78;
    border: 2px solid #ffffff;
    padding: 8px;
    text-transform: uppercase;
}

.readmore_btn a:hover {
    color: #ffffff;
    background-color: #120a78;
}

.readmore_btn_1 {
    display: flex;
    margin: 0 auto;
    text-align: center;
    margin-left: 10px;
}

.readmore_btn_1 a {
    width: 150px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #f64646;
    border: 2px solid #ffffff;
    padding: 8px;
    text-transform: uppercase;
}

.readmore_btn_1 a:hover {
    color: #ffffff;
    background-color: #120a78;
}


/* news section end */


/* events section start */

.events_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.events_section_2 {
    width: 100%;
    float: left;
    padding-top: 30px;
}

.give_taital_1 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #1d1d1d;
    font-weight: bold;
    padding-top: 10px;
    text-transform: uppercase;
}

.ipsum_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #1b1b1b;
}

.raised_text_1 {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #120a78;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.img_7 {
    width: 100%;
    float: left;
    position: relative;
}

.date_bt {
    width: 100%;
    float: left;
    position: absolute;
    top: 35%;
}

.date_text {
    display: flex;
    margin: 0 auto;
    text-align: center;
}

.date_text a {
    width: 70px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #120a78;
    padding: 8px;
    text-transform: uppercase;
}

.date_text a:hover {
    color: #ffffff;
    background-color: #f64646;
}

.date_text.active a {
    background-color: #f64646;
}


/* events section end */


/* donate section start */

.donate_section {
    width: 100%;
    /*float: left;*/
    background-image: url(../images/donate-bg.png);
    height: auto;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 90px;
}

.donate_taital {
    width: 100%;
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.donate_taital_main {
    width: 100%;
    border: 1px solid #b1afd1;
    padding: 40px 20px 60px 20px;
    display: flex;
}

.donate_left {
    width: 25%;
    float: left;
}

.donate_right {
    width: 100%;
}

.client_img {
    width: 100%;
}

.client_name_text {
    width: 100%;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
}

.dummy_text {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    margin-left: 0px;
}

#main_slider a.carousel-control-next {
    position: absolute;
    right: -89px;
    top: 23%;
    background-color: #bd4b28;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    right: -89px;
    top: 52%;
    left: initial;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
    width: 68px;
    height: 68px;
    background: #693221;
    opacity: 1;
    font-size: 30px;
    color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
    background: #693221;
    color: #ffffff;
}


/* donate section end */


/* contact section start */

.contact_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}

.contact_taital {
    width: 100%;
    float: left;
    font-size: 40px;
    color: #000;
    font-weight: bold;
}

.contact_section_2 {
    width: 100%;
    float: left;
}

.mail_section_1 {
    width: 100%;
    margin: 0 auto;
}

.mail_text_1 {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #4f4e4e;
    border: 1px solid #8e8e8e;
    background-color: #ffff;
    padding: 15px;
    margin-top: 20px;
    border-radius: 5px;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 110px;
    font-size: 18px;
    background-color: #ffff;
    padding: 40px 15px 0px 15px;
    border: 1px solid #8e8e8e;
    height: 110px;
    margin-top: 20px;
    border-radius: 10px;
}

.send_bt_1 {
    width: 170px;
    margin: 0 auto;
    text-align: center;
}

.send_bt_1 a {
    width: 100%;
    float: left;
    background-color: #7c2c0c;
    color: #ffffff;
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
    margin-top: 40px;
    border: 1px solid #7c2c0c;
    font-weight: 500;
}

.send_bt_1 a:hover {
    background-color: transparent;
    color: #7c2c0c;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 80px;
}


/* contact section end */


/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #222122;
    height: auto;
}
.next_footer_section{
    background-color: #fff7d3 !important;
}

.social_icon {
    width: 100%;
    float: left;
}

.social_icon ul {
    margin: 0px;
    padding: 0px;
}

.social_icon li {
    float: left;
    padding-right: 15px;
    padding-top: 40px;
}

.footer_taital {
    width: 100%;
    float: left;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
}

.footer_text {
    width: 100%;
    float: left;
    font-size: 17px;
    color: #afafaf;
    margin: 5px 0px;
}

.footer_menu_main {
    width: 100%;
    float: left;
}

.footer_menu_left {
    width: 50%;
    float: left;
}

.footer_menu_right {
    width: 50%;
    float: left;
}

.footer_menu {
    width: 100%;
    float: left;
}

.footer_menu ul {
    margin: 0px;
    padding: 0px;
    padding-left: 15px;
}

.footer_menu li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
}


.footer_menu li a {
    color: #afafaf;
}
.footer_menu_new_color{
    color: #a52a2a !important;
    font-weight:700;
    /*line-height:1;*/
}

.footer_menu_new_color li a{
    color: #000000 !important;
}
.new_contact_colo{
    color: #a52a2a !important;
    font-weight:700;
}
.new_contact_colo p{
    color: #000000 !important;
    font-weight: 700;
}

.footer_menu li a:hover {
    color: #afafaf;
}

.footer_menu li.active::before,
.footer_menu li:hover::before {
        background-color: #f07575;
}

.footer_menu li::before {
    width: 10px;
    height: 10px;
    content: "";
    background-color: #f64646;
    position: absolute;
    left: -20px;
    top: 27%;
    border-radius: 100%;
}
.footer-udankudi{
    color: #a52a2a;
    text-align: start;
    font-weight: 700;
}
.address_text {
    width: 85%;
    float: left;
    font-size: 18px;
    color: #969595;
    padding: 5px 200px 5px 0px;
    border: 0px;
    background-color: transparent;
    height: 60px;
    margin-top: 20px;
    border-bottom: 1px solid #656465;
}

input.address_text::placeholder {
    color: #969595;
}

.get_bt {
    width: 40%;
    float: right;
    font-size: 18px;
    color: #f64646;
    background-color: transparent;
    padding: 10px 0px;
    text-align: center;
    border-radius: 30px;
    position: relative;
    top: -56px;
    right: 5px;
    font-weight: bold;
}


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #222122;
    height: auto;
}
.copyright_section_two{
     background-color: #693221 !important;
}

.copyright_text {
    width: 100%;
    float: left;
    font-size: 16px;
    margin-left: 0px;
    color: #fff;
    text-align: center;
}

.copyright_text a {
    color: #ffffff;
}

.copyright_text a:hover {
    color: #ff5333;
}


/* copyright section end */

.margin_top_90 {
    margin-top: 90px;
}
.neeicontop li{
    float: right !important;
        padding: 10px;
        color: wheat;
}

.custom-alice.navbar-toggler {
  border-color: #f0f8ff;
}
.custom-alice .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f0f8ff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
/* .carousel-inner > .carousel-item {
  transition-duration: none !important;
  transform: translate3d(0,0,0) !important;
} */

/* .container-fluid.px-0 { padding: 0 !important; }
#carouselExample { margin: 0; padding: 0; }
.carousel-inner img { width: 100%; height: auto; display: block; } */

.topiconwork {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #d26a4ab3;
    border-radius: 6px 12px 6px 12px;
    /*border-radius: 15px;*/
    /*margin: 10px;*/
    box-shadow: 1px 1px 4px #f0dd86, -1px -1px 4px #ffefa7;
    text-align: center;
    /*line-height: 42px;*/
    font-size: 26px;
    border: 2px solid #eee;
    color: #fbfbfb;
    transition: all 0.3s ease;
}
.topiconwork:hover {
        background-color: #b73007 !important;
    color: #ffeb90 !important;
}
.nav-item a:hover{
    color: #FFBABA !important;
    font-weight:600;
}
.active-one a{
    color: #ffb006 !important;
    font-weight:600;
}
.fw-bold-menu {
    font-weight:600;
}
.hadingwordudankudi
{
    font-size: 115px;
    color: #094302;
}
.banerpancolo{
    font-weight: 700;
    color: #65071e;
    text-align: start;
    
}
.banerpancolo2{
    font-weight: 700;
    text-align: start;
    margin: 0px;
}
.banerpancolo3{
    font-weight: 700;
    text-align: justify;
    margin: 0px;
    font-size: 20px;
    line-height: 1.6;
    color: #8B0000;
}
.banercolorhight{
        padding-bottom: 20px;
}
.panainoutput{
    margin: 0px;
    font-size: 17px;
    font-weight: 600;
    line-height:.5;
    /* padding: 8px;
    margin-right: -117px;
    width: 176px;
    margin-left: 83px; */
}
.theimage-iconsize {
    font-weight: 600;
    font-size: 25px;
}
.panaoutalign{
    margin-top: 10px;
    margin-left: 15px;
}
.newfreshpana{
    margin: 0px;
    font-size: 17px;
    padding: 0px;
    margin-right: -114px;
}
.newudankudi{
       color: #fff7d3;
    height: 167px;
    padding-top: 15px;
    width: 32%;
    font-weight: 600;
    font-size: 19px;
}
.newudankudi:hover{
     color: #fff7d3;
}
.new-shopbutt
{
    float: left;
    background-color: #dc3545 !important;
    border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    padding: calc(35px / 2) 32px;
    margin-top: 15px;
}
.new-shopbutt:hover {
    background-color: #fff7d3 !important;
    color:#dc3545 !important;
    border:solid;
}
.this-imagehigh {
    height:300px;
}
.alimentup{
    margin-top: -32px;
    width: 100%;
}
.new-with-in-icon{
    width: 20%;
}
.new-margin-panaicon-hig
{
    margin-top: 25px;
}
.image-background-overlay{
    /* background: linear-gradient(150deg, #000000 23%, #000000 45%, #424749 100%); */
    opacity: 5.5;
    -webkit-transition: all 400ms !important;
    transition: all 404ms !important;
    border: none !important;
    /* background-image: url(images/panakadi.jpg); */
}
/*.icon { width: 32px; height: 32px; fill: #2B5F2C; }*/
.new-image-border-other{
    border: none !important;
}
.newmargin-get-extra{
    margin-top: 70px;
}
.shop-float-right{
    float: right;
}
.text-get-ex{
    text-align: end;
    color: #8b0000;
    font-weight: 600;
}
.text-align-get-ex{
    text-align: end;
}
.pagelayer-btn-anim-glow
{
     border-radius: 50px 50px 50px 50px; 
    -webkit-border-radius: 50px 50px 50px 50px;
}
.pagelayer-btn-newone
{
    width: 35% !important;
    padding: 15px;
    background-color: #42652b;
}
.pagelayer-btn-newhight{
    /* width: 25% !important; */
    padding: 15px;
    background-color: #42652b;
}
.image-border-radius-op{
    border-radius: 25px !important;
    /* opacity: 0.5; */
    background-color: black;
    filter: brightness(0.5);
}
.setlogo-image-display {
    border-radius: 25px !important;
    /* opacity: 0.5; */
    background-color: #ffffff;
    filter: brightness(0.9);
}
.card-overlay {
  background: rgba(0, 0, 0, 0.5);
}
.image-two-border-radius{
    border-radius: 25px !important;
}
.main-new-missionanvision{
    padding: 0px 20px 0px 0px;
}   
.visionanmission-hading{
    font-weight: 700;
    color: #8b0000  !important;
    padding-top: 19px;
}
.visionanmission-paracode{
    font-weight: 500;
    font-size: 21px;
    line-height: 1.3;
    color: #6d0d0d !important;
    text-align:justify;
    padding-right:60px;
    margin-top: 0px;
}
.footer_quick_size {
    padding-left: 70px;
}
.footertext-success {
    color:#693221;
}
.newconmapicon {
        display:none !important;
        
    }
.newconudimo {
    margin-left: 0px !important;
}
.contact-new-address {
        padding-left: 30px;
    }
.new_contact_colo h5 {
    font-size: 16px;
    font-weight: 900 !important;
}

/* aboutus.html page */
.new-shopbutt-about{
    float: left;
    border-radius: 0px 30px 0px 30px;
    -webkit-border-radius: 0px 30px 0px 30px;
    padding: calc(32px / 2) 32px;
    margin-top: 15px;
    color: black;
    font-size: 20px;
}
.icon-class {
  transform: rotate(90deg); /* Rotates the icon 90 degrees clockwise */
  color: #693221;
  font-size: large;
}

.icon-wrap-pana {
  display: inline-block;
  padding: 0.5em;              /* space to show the background circle */
  border-radius: 1%;          /* makes the background circular */
  transition: background-color 0.25s;
  color: #010101;
  text-align: justify;
}
.icon-wrap-pana:hover {
  background-color: #8b0014; /* color on hover */
  cursor: pointer;
  color: #ffffd3;
  box-shadow: 1px 2px 7px 5px rgb(170 190 196);
  font-weight: 400;
}

.icon-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 20px;
  border: solid 2px #bf0a0a;
  color: #bf0a0a !important;
}
.icon-circle:hover {
     background-color: #bf0a0a;
     color: #fff9e0 !important;
}
.content-box {
  border-radius: 5px;
}
.text-body-emphasis{
    color: black;
}
.header-orange {
  background-color: orange;
  color: white;
}

.header-red {
  background-color: #880727bf;
  color: white;
}

.profile-card-rdesabout {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}
.accordion-item {
    /*width: 1124px !important;*/
}

.accordion .accordion-button {
  /*width: 100%;*/
  box-sizing: border-box;
}
.bg-danger-subtle {
    background-color: #f1c065 !important;
}
.bg-warning-subtle {
    background-color: #fff3cd !important;
}
.bg-success-about {
    background-color: #65071e !important;
}
.text-black {
    color:black;
}
.text-black:hover {
    color:black;
}
.text-danger-thisone {
    color: #8b0000 !important;
}
.text-danger-thisone:hover  {
    color: #8b0000 !important;
}
.newpalmyraco {
    color: #8b0000 !important;
    font-size:16px;
    font-weight:700;
}
.palmyra_marginhi {
       margin: 3px;
       text-align: justify;
       color: #8b0000;
       font-size: 16px;
}
.about_according_bold {
    font-weight:900;
    text-align:justify;
}
.aboutheadingparasize {
    text-align: center;
    font-size: 20px;
    color: #8B0000;
}
.udankudiPalm_farmer_color {
    color: #8b0000;
     text-align:justify;
     font-size: 16px;
}
.itisagroup_basedheading {
    font-size:18px;
    font-weight:700;
    color: #8e0000;
    text-align:justify;
}
.farmers_come_basedheading {
    font-size:16px;
    color: #8e0000;
    text-align:justify;
}
.seeds_educcation {
    font-size:16px;
    color: #8e0000;
    text-align:justify;
}
.accordion_list_cswork li {
    padding: revert;
    list-style: auto;
    color:black;
    font-size:16px;
    text-align:justify;
}
.accordion_list_scheme  li {
    padding: revert;
    list-style: disc !important;
    color:black;
    font-size:16px;
}
.accordion_list_formation li {
    padding: revert;
    list-style: auto;
    color: black;
    font-size: 16px;
}
.accordion_list_formation {
    padding: revert !important;
    list-style: auto;
}
.seeds_formation_fonw {
    font-weight: 600;
}
.accordion_list_scheme  {
   padding: revert !important;
    list-style: auto;
}
.reduces_list_cswork li {
    padding: revert;
    list-style: auto;
    color: black;
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
}
.reduces_list_cswork {
    padding: revert !important;
    list-style: auto;
}
.accordion_list_cswork {
    padding: revert !important;
    list-style: auto;
}
.medicinal_aboutpara_hading {
    color: black;
    font-size: 17px;
    text-align: justify;
    font-weight: 600;
}
.para_medicinal_line {
     color: #9c0000;
    font-size: 16px;
    text-align: justify;
    margin-top:-18px;
}
.details_para_linestyl {
    color: #8e0000;
    margin: 10px;
    font-size: 16px;
    text-align: justify;
}
.btn-mobil-view {
        font-size: 20px;
        font-weight: 700;
    }
.aboutheadingfonsize {
    font-size:35px;
    color: #8B0000;
}
.text-start {
    text-align:start;
}
.according_inpadingheadingsize {
        padding: 0 0 0px 0;
}
/* management */
.navbar-newheight{
        height: 96px;
        display: block;
        padding: 0px;
}
.newpara-margin{
    margin: 0px;
}
.new-mission-center{
    padding-left: 0px;
    text-transform: capitalize;
    padding: 0px;
    margin: auto;
}
.nowmiscenter {
    color: #ececa5 !important;
}
.manage-para-color{
    color: #000000 !important;
    font-weight: 400;
}
.manage-image-rades{
    border: 2px solid;
    border-color: #040404;
    /* border-style: solid 1px; */
    /* border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px; */
    border-radius: 200px 200px 50px 50px;
   -webkit-border-radius: 200px 200px 50px 50px;
    -moz-border-radius: 200px 200px 50px 50px;
    -webkit-transition: all 400ms !important;
    transition: all 400ms !important;
}
.read-button-bolder{
    font-weight: 500;
}
.image-kris-page-hig{
    height: -webkit-fill-available;
}
.kris-page-para{
    margin: 6px;
}
.manage-image-rades:hover{
    border: 2px solid;
    border-color: #ff0000;
    border-radius: 50px 50px 200px 200px;
}
.profile-card {
  border: none;
  border-radius: 1rem;
  overflow: hidden;
}
.profile-card .card-body {
  background-color: #fff8e1;
}
.profile-card .card-title {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.manang-promoters h3 {
    line-height:0;
    font-size:18px;
    widows:100%;
     /*color:black !important;*/
}
.daran-promo-namesize:hover {
    /*color:#fff8e1 !important;*/
}
.daran-promo-namesize {
    font-size:18px; 
    font-weight:900;
}
.manage_tahadingsize {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    color: black;
}
.manage_tahadingsize:hover {
    color: #8b0000;
}
.promopra-name {
    font-size:17px; 
    margin:auto;
    font-weight:600;
    color:black;
}
.promopra-name:hover {
    color: #ffffd3 !important;
}
.manang-promoters {
    color:black;
    background: #fff7d3;
}
.manang-promoters p {
    line-height:1;
    font-weight:900;
    font-size:21px; 
}
.directsanpromo_line {
    padding:4px;
    margin-top: -30px;
}
.manang-promoters:hover {
    background-color: #8b0014; /* color on hover */
    cursor: pointer;
    color: #ffffd3 !important;
    box-shadow: 1px 2px 7px 5px rgb(170 190 196);
    font-weight: 400;
}
.profile-card:hover {
  transform: translateY(-5px);
  transition: transform 0.3s ease;
}
.text-bhaskar-con{
    font-weight: 500;
    color: #724220;
}
.managealine-color {
    font-weight:800;
}
/* Based on Bootdey’s member-profile cards snippet */


/* products-page-code */

.products-custom-paragraph{
  /* background-color: #ffeecc;   */
  color: #af4604;            
  padding: 0.5rem;            
  border-radius: 4px;
  margin: 2px;
  text-align: justify;
}
.pro-available-quprasize {
    margin: auto;
    line-height: 1;
    font-size: 18px;
    font-weight:600;
    margin-left: 10px;
}
.new-quantity {
    font-size: 15px;
    text-align:start !important;
}
.products_palm_allhadingbouttom {
        margin-bottom: -12px !important;
}

/* contact-page-css */
.contact-new {
  background: #fff7d3;
  padding: 60px 20px;
  /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  border: solid 2px #aea10b;
}
.inner-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
/* .form-block {
  background: #e1f6d1;
  padding: 40px;
  border-radius: 8px;
} */
/* .form-block h2 { font-size:2rem; margin-bottom: .5em; } */
.input-group label { display:block; margin-bottom: .25em; font-weight:500; }
.input-group input,
.input-group textarea {
  width: 100%; padding: .75em;
  border:1px solid #bbb; border-radius:4px;
  transition:border-color .3s;
}
.input-group input:focus,
.input-group textarea:focus {
  border-color: #4a7;
  outline:none;
}
.input-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact_box_section{
    width: 90%;
}
.contact_heading_get{
    color: var(--pagelayer-color-secondary) ;
    color: #a0710aff;
;
}
.iframe-image-contat{
    width: 100%;
    height: 400px;
}
.new_send_btn a{
    text-transform: capitalize !important;
    padding: 3px 7px !important;
    font-weight: 400;
}
.contact_button_st {
       background-color: #8b000000;
    border: navajowhite;
    color: white;
    padding: 9px 15px !important;
    cursor: pointer;
}
/* Mobile */
/* @media (max-width: 768px) {
  .inner-container { grid-template-columns: 1fr; }
  .input-row { display: block; }
} */
