/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@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;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- 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: 'Open Sans', sans-serif;
}
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: 90px;
	padding-bottom: 0px;
}
.padding_0 {
	padding: 0px;
}
/* header top section start */

.header_top_section {
	width: 100%;
	display: flex;
	background-color: #fff;
	height: auto;
	border-top: 10px solid #ff9934;
}
.header_top_main {
	display: flex;
}
.call_text {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #363636;
}
.call_text a {
	color: #363636;
	display: inline-flex;
    align-items: center;

}
.call_text a:hover {
	color: #ff9934;
}
.padding_15 {
	padding-left: 10px;
}
.social_icon_top {
	width: 82%;
	float: right;
}
.social_icon_top ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.social_icon_top li {
	float: left;
}
.social_icon_top li a {
	float: left;
	padding: 2px 7px;
	background-color: #ff9934;
	color: #fff;
	font-size: 18px;
	margin-left: 15px;
	width: 44px;
	text-align: center;
}
.social_icon_top li a:hover {
	background-color: #363636;
	color: #ffffff;
}
/* header top section end */


/* header section start */

.header_section {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 20px 0px;
}
.header_bg {
	border-bottom: 2px solid #ff9934;
}
.bg-light {
	background-color: transparent !important;
}
.logo {
	width: 15%;
	float: left;
}
.mr-auto, .mx-auto {
	margin: 0 auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding: 6px 10px;
	font-size: 18px;
	color: #0f0c0b;
	background-color: transparent;
	border-radius: 5px;
	text-transform: uppercase;
	margin: 0px 5px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ffffff;
	background-color: #363636;
}
.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, .navbar-light .navbar-nav .current-menu-item>.nav-link{
	color: #ffffff;
	background-color: #363636;
}
.navbar {
 padding: .5rem 0px;
}
.donate_bt {
	width: 170px;
	margin: 0 auto;
}
.donate_bt a {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #363636;
	border-radius: 5px;
	text-align: center;
	padding: 6px;
	text-transform: uppercase;
}
.donate_bt a:hover {
	color: #ffffff;
	background-color: #ff9934;
}
/* header section end */


/* banner section start */

.banner_section {
	width: 100%;
	float: left;
	background-image: url(../images/banner-bg.png);
	height: auto;
	background-size: 100%;
	background-repeat: no-repeat;
}
.banner_taital_main {
	width: 100%;
	float: left;
	padding: 110px 0px;
}
.banner_taital {
	width: 100%;
	float: left;
	font-size: 70px;
	color: #ffffff;
	font-weight: bold;
	line-height: 70px;
	font-family: 'Poppins', sans-serif;
}
.also_text {
	width: 60%;
	float: left;
	font-size: 16px;
	color: #ffffff;
	margin-left: 0px;
}
.btn_main {
	width: 100%;
	display: flex;
}
.started_text {
	width: 140px;
	margin-right: 20px;
	margin-top: 30px;
}
.started_text a {
	width: 100%;
    float: left;
    padding: 8px 10px;
    color: #13110e;
    background-color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    text-transform: uppercase;
}
.started_text a:hover {
	color: #ffffff;
	background-color: #ff9934;
}
.started_text.active a {
	color: #ffffff;
	background-color: #ff9934;
}
#main_slider a.carousel-control-prev {
	position: absolute;
	left: -90px;
	top: 40%;
}
#main_slider a.carousel-control-next {
	position: absolute;
	right: -60px;
	top: 40%;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
	width: 55px;
	height: 55px;
	background-color:rgb(160 159 159 / 58%);
	opacity: 1;
	font-size: 20px;
	color: #ffffff;
	border-radius: 100%;
}
#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: #ff9934;
	color: #ffffff;
}
/* banner section end */

/* about section start */

.about_section {
	width: 100%;
	float: left;
	padding-bottom: 60px;
}
.about_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #171413;
	font-weight: 800;
	padding-top: 0px;
}
.about_text {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #171413;
	text-align: justify;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	margin: 10px;
}
.about_text p {
	margin-top: 10px !important;
}
.read_bt_1 {
	width: 190px;
	float: left;
	margin-top: 20px;
}
.read_bt_1 a {
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: #ff9934;
	color: #ffffff;
	padding: 12px 0px;
	border-radius: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
.read_bt_1 a:hover {
	background-color: #363636;
	color: #ffffff;
}
.about_img {
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.about_main {
	display: flex;
	position: absolute;
	bottom: -60px;
}
.about_box {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 40px 100px;
	box-shadow: 0px 0px 27px 0px #ebebea;
	margin-right: 30px;
}
.user_icon {
	text-align: center;
	font-size: 50px;
	color: #fa9e32;
}
.user_icon:hover {
	color: #000;
}
.about_box_1 {
	background-color: #ffffff;
	border-radius: 8px;
	padding: 40px 100px;
	box-shadow: 0px 0px 27px 0px #ebebea;
	margin-left: 30px;
}
/* about section end */


/* causes section start */

.causes_section {
	width: 100%;
	float: left;
	margin-bottom: 100px;
}
.causes_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #1d1d1d;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.causes_text {
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	color: #535353;
	text-align: center;
}
.causes_section_2 {
	width: 100%;
	float: left;
	padding-top: 50px;
}
.image {
	display: block;
	width: 100%;
	height: auto;
}
.box_main {
	width: 85%;
	background-color: #ffffff;
	height: auto;
	padding: 40px 30px;
	margin: 0 auto;
	border-radius: 6px;
	position: absolute;
	top: 290px;
	margin-left: 14px;
}
.causes_img {
	width: 100%;
	position: relative;
}
.children_text {
	width: 85%;
	font-size: 20px;
	color: #171413;
	font-weight: bold;
}
.middle_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #171413;
	margin: 0px;
}
.readmore_bt {
	width: 140px;
	margin: 0 auto;
	padding-top: 180px;
}
.readmore_bt a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #171413;
	padding: 8px 0px;
	margin-top: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #ebebea;
	text-transform: uppercase;
}
.readmore_bt a:hover {
	background-color: #ff9934;
	color: #ffffff;
}
.readmore_bt.active a {
	background-color: #ff9934;
	color: #fff;
}
/* causes section end */

/* blog section start */

.blog_section {
	width: 100%;
	float: left;
	background-color: #ff9934;
	height: auto;
	padding: 80px 0px;
}
.blog_text {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #ffffff;
	font-weight: 600;
}
.blog_img {
	width: 100%;
	float: left;
}
.blog_taital_main {
	width: 100%;
	display: flex;
	margin-top: 20px;
}
.blog_left {
	width: 30%;
}
.blog_right {
	width: 70%;
	padding-left: 60px;
}
.food_icon {
	width: auto;
	height: auto;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.food_icon img {
	width: 70px;
}
.blog_box_main .food_icon .image_2 {
	display: none;
}
.blog_box_main:hover .food_icon .image_2 {
	display: block;
}
.blog_box_main:hover .food_icon .image_1 {
	display: none;
}
.blog_box_main:hover {
	background-color: #14140e;
}
.blog_box_main {
	width: 205px;
	background-color: #ffffff;
	padding: 40px 30px;
	box-shadow: 0px 0px 18px -6px;
	border-radius: 5px;
	min-height: 150px;
}
.water_text {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #171413;
	font-weight: bold;
	text-transform: uppercase;
}
.looked_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #fefefd;
	margin: 0px;
}
/* blog section end */

/* mission section start */

.mission_section {
	width: 100%;
	float: left;
	background-image: url(../images/mission-bg.png);
	height: auto;
	padding: 100px 0px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.mission_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #fefefd;
	text-align: center;
	font-weight: bold;
}
.mission_text {
	width: 85%;
	margin: 0 auto;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
}
.video_bt {
	width: 100%;
	padding: 70px 0px;
}
.play_icon img {
	width: 80px;
	margin: 0 auto;
}
.play_icon {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
	text-align: center;
}
.play_icon::before {
	content: '';
	position: absolute;
	top: 40px;
	left: 90px;
	width: 90px;
	height: 90px;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 100%;
	animation: fadeEffect 1.3s infinite ease;
	box-shadow: 0px 0px 10px 0px;
	right: 0px;
	margin: 0 auto;
	z-index: -1;
}
 @keyframes fadeEffect {
 0% {
 transform: translate(-50%, -50%) scale(1);
 opacity: 1
}
 100% {
 transform: translate(-50%, -50%) scale(1.2);
 opacity: 0;
}
}
.seemore_bt {
	width: 170px;
	margin: 0 auto;
}
.seemore_bt a {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background-color: #ff9934;
	padding: 8px 0px;
	margin-top: 10px;
	border-radius: 5px;
	text-transform: uppercase;
}
.seemore_bt a:hover {
	background-color: #ffffff;
	color: #171413;
}
/* mission section end */

/* donatior section start */

.donatior_section {
	width: 100%;
	float: left;
}
.donatior_taital {
	width: 100%;
	float: left;
	font-size: 50px;
	color: #2d2c2c;
	font-weight: bold;
	text-align: center;
}
.donatior_section_2 {
	width: 100%;
	float: left;
	margin-top: 50px;
}
.lorem_text {
	width: 98%;
	float: left;
	color: #282829;
	background-color: #ffffff;
	box-shadow: 0px 0px 18px -6px;
	margin: 0px;
	padding: 30px;
	margin-left: 7px;
}
.client_img {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 40px;
}
.client_name {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #282829;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 10px;
}
.repeat_text {
	width: 100%;
	float: left;
	margin: 0px;
	font-size: 16px;
	color: #282829;
	text-align: center;
}
#my_slider a.carousel-control-prev {
	position: absolute;
	left: 70px;
	top: 70%;
}
#my_slider a.carousel-control-next {
	position: absolute;
	right: 70px;
	top: 70%;
}
#my_slider .carousel-control-prev, #my_slider .carousel-control-next {
	width: 55px;
	height: 55px;
	background-color: #ff9934;
	opacity: 1;
	font-size: 16px;
	color: #ffffff;
	border-radius: 100%;
}
#my_slider .carousel-control-prev:hover, #my_slider .carousel-control-next:hover, #my_slider .carousel-control-prev:focus, #my_slider .carousel-control-next:focus {
	background: #121111;
	color: #ffffff;
}
/* donatior section end */


/* contact section start */

.contact_section {
	width: 100%;
	float: left;
}
.contact_taital {
	width: 100%;
	float: left;
	font-size: 50px;
	color: #232416;
	font-weight: bold;
	padding-bottom: 0px;
}
.contact_text {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #232416;
	margin: 0px;
	font-weight: bold;
}
.contact_section_2 {
	width: 100%;
	margin: 0 auto;
}
.mail_section {
	width: 100%;
	float: left;
}
.mail_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #4f4e4e;
	background-color: transparent;
	padding: 14px 15px;
	margin-top: 20px;
	border: 0px;
	box-shadow: 0px 2px 31px 10px #f0f0ef;
	border: 1px solid #f0f0ef;
}
 input.mail_text::placeholder {
 color: #4f4e4e;
}
.massage-bt {
	color: #4f4e4e;
	width: 100%;
	height: 130px;
	font-size: 16px;
	background-color: transparent;
	padding: 40px 15px 0px 15px;
	margin-top: 20px;
	border: 0px;
	box-shadow: 0px 2px 31px 10px #f0f0ef;
	border: 1px solid #f0f0ef;
}
 textarea#message::placeholder {
 color: #4f4e4e;
}
.send_bt {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background-color: #ff9934;
	padding: 5px 30px;
	line-height: 32px;
	text-transform: uppercase;
	margin-top: 10px;
	display: block;
	font-weight: bold;
	border: 1px solid #ff9934;
	border-radius: 5px;
}
.send_bt a {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	background-color: #ff9934;
	padding: 10px;
	text-transform: uppercase;
	margin-top: 30px;
	display: block;
	font-weight: bold;
	border-radius: 5px;
}
.send_bt:hover {
	color: #fff;
	background-color: #242416;
	border: 1px solid #242416;
}
.map_main {
	width: 100%;
	float: left;
	padding-top: 40px;
}
/* contact section end */

/* news section start */

.news_section {
	width: 100%;
	float: left;
	padding-bottom: 100px;
}
.news_section_2 {
	width: 100%;
	float: left;
	background-color: #ffffff;
	box-shadow: 0px 2px 31px 10px #f0f0ef;
	height: 485px;
	margin-top: 20px;
}
.news_img {
	width: 100%;
	float: left;
}
.news_taital_main {
	width: 100%;
	padding: 40px 20px 0px 20px;
}
.news_text {
	width: 100%;
	float: left;
	font-size: 20px;
	color: #282829;
	font-weight: bold;
}
.dummy_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #282829;
	margin: 0px;
	padding-top: 10px;
}
.readmore_bt_1 {
	width: 190px;
	float: left;
	margin-top: 90px;
}
.readmore_bt_1 a {
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;
	background-color: #ff9934;
	color: #ffffff;
	padding: 12px 0px;
	border-radius: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
.readmore_bt_1 a:hover {
	background-color: #363636;
	color: #ffffff;
}
/* news section start */


/* footer section start */

.footer_section {
	width: 100%;
	float: left;
	background-color: #252525;
	height: auto;
	padding-bottom: 25px;
}
.footer_section_2 {
	width: 100%;
	float: left;
}
.useful_text {
	width: 100%;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}
.border_left15 {
	padding-left: 20px;
}
.footer_menu {
	width: 100%;
	float: left;
	padding-top: 10px;
}
.footer_menu ul {
	margin: 0px;
	padding: 0px;
}
.footer_menu li {
	font-size: 16px;
	color: #bcbcbb;
}
.footer_menu li a {
	color: #bcbcbb;
}
.footer_menu li a:hover {
	color: #ff9934;
}
.footer_text {
	width: 90%;
	float: left;
	font-size: 16px;
	color: #bcbcbb;
	margin: 0 auto;
	padding-top: 10px;
}
.shop_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #bcbcbb;
	margin: 0 auto;
	padding-top: 10px;
}
.social_icon {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	padding-top: 40px;
}
.social_icon ul {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.social_icon li {
	float: left;
}
.social_icon li a {
	float: left;
	padding: 5px 15px;
	background-color: #ffffff;
	color: #000;
	border-radius: 100%;
	font-size: 22px;
	margin: 0px 5px;
	width: 50px;
	text-align: center;
	margin-top: 40px;
}
.social_icon li a:hover {
	background-color: #ff9934;
	color: #ffffff;
}
.social_icon::after {
	content: '';
	position: absolute;
	width: 60%;
	border-top: 2px solid #5c5c5c;
	margin: 0 auto;
	text-align: center;
	left: 0px;
	right: 0px;
}
.update_mail {
	color: #bcbcbb;
    width: 100%;
    height: 45px;
    font-size: 16px;
    padding: 0 10px;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 10px;
}
 textarea#comment.update_mail::placeholder {
 color: #4f4e4e;
}
.subscribe_bt {
	width: 100%;
	float: left;
	/* padding-top: 30px; */
}
.subscribe_bt a {
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 16px;
	padding: 10px 0px;
	background-color: #ff9934;
	border: 2px solid #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.subscribe_bt a:hover {
	color: #ffffff;
	background-color: transparent;
}
/* footer section end */


/* copyright section start */

.copyright_section {
	width: 100%;
	float: left;
	background-color: #252525;
	height: auto;
}
.copyright_text {
	width: 100%;
	float: left;
	font-size: 16px;
	margin: 15px 0px;
	color: #ffffff;
	text-align: center;
}
.copyright_text a {
	color: #ffffff;
}
.copyright_text a:hover {
	color: #ff9934;
}
/* copyright section end */

.margin_top90 {
	margin-top: 90px;
}
.contact_section img{
margin: 0 auto;
}

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: .9;
  background: #1566ad;
  background: -moz-linear-gradient(left, #ff9934 0%, #ff8b19 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #ff9934), color-stop(100%, #ff8b19));
  background: -webkit-linear-gradient(left, #ff9934 0%, #ff8b19 100%);
  background: -o-linear-gradient(left, #ff9934 0%, #ff8b19 100%);
  background: -ms-linear-gradient(left, #ff9934 0%, #ff8b19 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff9934), to(#ff8b19));
  background: linear-gradient(to right, #ff9934 0%, #ff8b19 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9934', endColorstr='#ff8b19', GradientType=1);
}
.hero-wrap.hero-wrap-2 {
  height: 300px;
  float: left;
}
.hero-wrap.hero-wrap-2 .slider-text {
  height: 300px;
}
.hero-wrap.hero-wrap-2 .slider-text .bread {
  font-weight: 900;
  color: #fff;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span {
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}
.hero-wrap.hero-wrap-2 .slider-text .breadcrumbs span a {
  color: #fff;
}
.section-padding{padding: 90px 0;}

.blog-details-right {
  display: grid;
  gap: 40px;
}
.blog-details-right .details-common {
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.05);
  padding: 30px 30px;
}
.blog-details-right .search-box form {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding-right: 16px;
}
.blog-details-right .search-box form input {
  width: 100%;
  color: var(--text);
  padding: 10px 14px;
  border: unset;
  outline: none;
  border-radius: 20px;
}
.blog-details-right .search-box form i {
  color: var(--bs-green);
}
.blog-details-right .category-blog .cates {
  display: grid;
  gap: 20px;
}
.blog-details-right .category-blog .cates li {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.blog-details-right .blog-latest {
  display: grid;
  gap: 28px;
}
.blog-details-right .blog-latest .blog-latest-item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.blog-details-right .blog-latest .blog-latest-item .thumb {
  width: 75px;
  min-width: 75px;
  height: 75px;
  border-radius: 50%;
}
.blog-details-right .blog-latest .blog-latest-item .thumb img {
  border-radius: 50%;
  width: 100%;
	height:100%;
	object-fit:cover
}
.blog-details-right .blog-latest .blog-latest-item .content a {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  line-height: 24px;
  display: block;
}
.blog-details-right .details-common h4 {
  margin-bottom: 30px;
}
.d-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-details-right .quick-call .call {
  width: 80px;
  height: 80px;
  margin: 20px auto 20px;
}
.blog-details-right .quick-call .numbs {
  font-size: 27px;
  font-weight: 600;
  color: var(--bs-black)
}
.blog-details-right .details-common .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.blog-details-right .details-common .tags{
  list-style: none;
  padding: 0;
  margin: 0;
}
.blog-details-right .details-common .tags li a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
  color: #666;
  font-size: 14px;
  font-weight: 300;
  border-radius: 100px;
  transition: all 0.4s;
}
.blog-details-right .quick-call .call {
  width: 80px;
  height: 80px;
  margin: 20px auto 20px;
}

.blog-details-section {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.blog-details-section .blog-details-wraping p {
	margin: 15px 0;
}

.blog-details-section .post-tags a{color:#ffa246 ;}
.p1-bg {
    background: #ffa043 !important;
}
.blog-details-right .quick-call .call i {
    font-size: 24px;
    color: var(--white);
}
.banner-hero-text{
	font-size:35px;
	line-height: 42px;
}
.m-right-5{
	margin-right: 10px;
}
.newsletter-footer .form-group>p, .newsletter-footer .subscribe_bt>p{
	padding: 0;
	margin: 0;
}

.about_section ul{
	list-style: disc;
	margin:10px 0px 10px 40px;
	
}
.about_section ul li{
	color: #171413;
	text-align: justify;
	font-size: 15px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	list-style: disc;
}


.margin_top90 {
	margin-top: 90px;
}

/****************************mission-and-vision**************************************/
	.info-box {
      background: #ff9934;
      border-radius: 1rem;
      text-align: center;
      padding: 2rem;
      margin-bottom: 2rem;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }

    

    .info-title {
      font-weight: 700;
      font-size: 1.25rem;
      margin-bottom: 1rem;
      color: #1c2e3d;
    }

    .info-text {
      color: #ffffff;
      font-size: 0.95rem;
      text-align: left;
      overflow: hidden;
    }

    .read-more {
      color: #00aa6c;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      margin-top: 1rem;
    }

    .collapsed-text {
      max-height: 10em; /* approx 6-7 lines */
      overflow: hidden;
      position: relative;
    }
	.info-box .started_text{
		margin: 0 auto;
		
	}
	.info-box .started_text a{
		float: none;
		margin-top: 30px;
	}
	.info-box .started_text a:hover{
		background-color: #000000;
	}

    /* .collapsed-text::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2em;
      background: linear-gradient(to bottom, rgba(244, 250, 250, 0), #f4fafa);
    } */

    /* Optional equal height on desktop */
    @media (min-width: 768px) {
      .row-eq-height {
        display: flex;
        flex-wrap: wrap;
      }

      .row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
      }
    }


/* about section end */
.initiatives-section {
      background-image: url('../images/counter-one-bg.png'); 
      background-size: cover;
      background-position: center;
      padding: 4rem 2rem;
      color: #fff;
      position: relative;
	  float: left;
	  width: 100%;
    }

    .initiatives-section::before {
	  position: absolute;
      content: "";
      top: 0;
	  left: 0; 
	  right: 0;
	  bottom: 0;
      background-color: rgba(0, 0, 0, 0.8); 
      z-index: 1;
	  display: none;
    }

    .initiatives-content {
      position: relative;
      z-index: 2;
    }
	.initiatives-content .about_taital{
		color: #000000;
		float:none
	}

    .initiatives-list {
      display: flex;
      flex-wrap: wrap;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .initiatives-list li {
      flex: 1 1 50%;
      padding: 0.25rem 0rem 0.25rem 2rem;
      font-size: 1rem;
      line-height: 1.5;
	  position: relative;
	  color: #000000;
    }

    .initiatives-list li::before {
	  position: absolute;
      content: "✔";
      color: #fc9f32;
      margin-right: 0.5rem;
	  left: 10px;
    }

    @media (max-width: 767.98px) {
      .initiatives-list li {
        flex: 1 1 100%;
      }
    }

    .initiatives-note {
      margin-top: 2rem;
      font-size: 1rem;
	  color: #000000;
    }

    .initiatives-note strong {
      color: #fc9f32;
    }
	.initiatives-note p{
		padding: 0;
		margin: 0;
	}
/* about section start */

.about_section {
	width: 100%;
	float: left;
	padding-bottom: 60px;
	position: relative;
}
.vision-mission{
	position: relative;
	float: left;
	width: 100%;
}
.vision-mission:before{
	position: absolute;
	content:'';
	top:auto;
	left:10px;
	right:10px;
	bottom: 0;
	background: url(../images/hands_bg.png) center bottom no-repeat;
	width:100%;
	height: 100%;
	background-size: contain;
}
.about_taital {
	width: 100%;
	float: left;
	font-size: 40px;
	color: #171413;
	font-weight: 800;
	padding-top: 0px;
}
.about_text {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #171413;
	text-align: justify;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
}
.about_text p {
	margin-top: 10px !important;
}

/****************************mission-and-vision**************************************/
	.info-box {
      background: #ff9934;
      border-radius: 1rem;
      text-align: center;
      padding: 2rem;
      margin-bottom: 2rem;
      transition: all 0.3s ease-in-out;
      height: 100%;
    }
    
    .hexagon {
    width: 120px;
    height: 110px;
    background: #ffffff;
    position: relative;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0px 0px 27px 0px #ebebea;
    margin-top: -60px;
    }

    .hexagon img {
      width: 60px;
      height: 60px;
    }

    .info-title {
        font-weight: 700;
		font-size: 24px;
		margin-bottom: 1rem;
		color: #171413;
		text-transform: uppercase;
    }

    .info-text {
      color: #ffffff;
      font-size: 0.95rem;
      text-align: left;
      overflow: hidden;
    }

    .read-more {
      color: #00aa6c;
      font-weight: 600;
      text-decoration: none;
      cursor: pointer;
      display: inline-block;
      margin-top: 1rem;
    }

    .collapsed-text {
      max-height: 10em; /* approx 6-7 lines */
      overflow: hidden;
      position: relative;
    }
	.info-box .started_text{
		margin: 0 auto;
		
	}
	.info-box .started_text a{
		float: none;
		margin-top: 30px;
	}
	.info-box .started_text a:hover{
		background-color: #000000;
	}

    /* .collapsed-text::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2em;
      background: linear-gradient(to bottom, rgba(244, 250, 250, 0), #f4fafa);
    } */

    /* Optional equal height on desktop */
    @media (min-width: 768px) {
      .row-eq-height {
        display: flex;
        flex-wrap: wrap;
      }

      .row-eq-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
      }
    }