/*--------------------------------------------------------------------- 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: '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%;
}
.cont-page .layout_padding{
    padding-bottom: 90px;
}
.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 #fc9f32;
}
.header_top_main{
    display: flex;
}

.call_text {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #363636;
}

.call_text a {
    color: #363636;
}

.call_text a:hover {
    color: #fc9f32;
}
.padding_15 {
    padding-left: 15px;
}

.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: #fc9f32;
    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 #fc9f32;
}

.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 20px !important;
    font-size: 18px;
    color: #0f0c0b !important;
    background-color: transparent !important;
    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 !important;
    background-color: #363636 !important;
}

.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: #ffffff !important ;
    background-color: #363636 !important;
}
.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: #fc9f32;
}

/* header section end */


/* banner section start */

.banner_section {
    width: 100%;
    float: left;
    background-image: url(../images/Desk_banner.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: 180px;
    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: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

.started_text a:hover {
    color: #ffffff;
    background-color: #fc9f32;
}

.started_text.active a{
    color: #ffffff;
    background-color: #fc9f32;
}

#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: #a09f9f;
    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: #fc9f32;
    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;
    
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #171413;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}

.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: #fc9f32;
    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: 95%;
    background-color: #ffffff;
    height: auto;
    padding: 40px 20px;
    margin: 0 auto;
    border-radius: 6px;
    position: relative;
    margin-top: -60px;
}

.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: 110px;
}

.readmore_bt a {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #171413;
    background-color: #ffffff;
    padding: 8px 0px;
    margin-top: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #ebebea;
    text-transform: uppercase;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
}

.readmore_bt a:hover {
    background-color: #fc9f32;
    color: #ffffff;
}

.readmore_bt.active a {
    background-color: #fc9f32;
    color: #fff;
}

/* causes section end */

/* blog section start */

.blog_section {
    width: 100%;
    float: left;
    background-color: #fc9f32;
    height: auto;
    padding: 80px 0px;
}

.blog_text{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #ffffff;
    font-weight: 600;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}
.blog_img {
    width: 100%;
    float: left;
}

.blog_taital_main {
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
}

.blog_left{
    width: 30%;
}

.blog_right {
    width: 70%;
    padding-left: 20px;
}

.food_icon {
    width: auto;
    height: auto;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.food_icon img {
    width: 45px;
}

.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: 0;
    box-shadow: 0px 0px 18px -6px;
    border-radius: 5px;
    min-height: 150px;
    display:flex;
}
.blog_box_main img {
    width:100%;
    height:100%;
    object-fit:contain;
}
.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:#efefef;
    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: 155px 0px;
}

.play_icon img {
    width: 80px;
}



@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: #fc9f32;
    padding: 8px 0px;
    margin-top: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.seemore_bt a:hover {
    background-color: #ffffff;
    color: #171413;
}
/*video-sec start*/
.video-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fc9f32;
    padding: 5px;
    height: auto;
    margin: 10px auto 30px auto;
    position: relative;
}
.video-player {
    width: 100%;
    height: 100%;
    position: relative;
  }
  video {
    width: 100%;
    height: 100%;
    background:black;
  }

  .controls {
    display: flex;
    position: absolute;
    width: 100%;
    top: 45%;
    /* background: linear-gradient(to bottom, transparent, #000); */
    align-items: center;
    transition: opacity .2s;
  }

  .video-player.playing .controls {
    opacity: 0;
  }

  .video-player:hover .controls {
    opacity: 1;
  }

  .control-button {
    border: none;
    background: transparent;
    cursor: pointer;
    opacity: .8;
    transition: all .2s;
  }

  .control-button:hover {
    opacity: 1;
  }

  .control-button.play-button {
    position: absolute;
    left: 15%;
    right: 15%;
    margin: auto;
    display: block;
    width: 85px;
    height: 85px;
    font-size: 29px;
    padding: 10px;
    border-radius: 50%;
    opacity: 1;
    background: #fc9f32;
    color: #fff;
  }
  .ply-ic{
    position: relative ;
    z-index: 5;
    text-align: center;
    width: 105px;
    height: 105px;
    margin: auto;
    display:block;
    padding: 10px;
  }

  .ply-ic::before {
    content: '';
    position: absolute;
    top: 53px;
    left: 59px;
    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;


  }
  .control-range{
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to bottom, transparent, #000);
    align-items: center;
    transition: opacity .2s;
  }
  .control-button.sound-button {
    height: 40px;
    width: 40px;
  }

  .control-button.fullscreen-button {
    height: 35px;
    width: 35px;
  }

  .control-button svg {
    stroke: #fff;
    fill: #fff;
  }

  .timeline {
    -webkit-appearance: none;
    width: calc(100% - 83px);
    height: .5em;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    background-size: 0% 100%;
    background-image: linear-gradient(#fff, #fff);
    background-repeat: no-repeat;
    margin-left: 8px;
  }

  .timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: rgba(255, 255, 255, .8);
  }

  .timeline::-moz-range-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: rgba(255, 255, 255, .8);
  }

  .timeline::-ms-thumb {
    -webkit-appearance: none;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all .1s;
    background-color: rgba(255, 255, 255, .8);
  }

  .timeline::-webkit-slider-thumb:hover {
    background-color: #fff;
  }

  .timeline:hover::-webkit-slider-thumb {
    opacity: 1;
  }

  .timeline::-moz-range-thumb:hover {
    background-color: #fff;
  }

  .timeline:hover::-moz-range-thumb {
    opacity: 1;
  }

  .timeline::-ms-thumb:hover {
    background-color: #fff;
  }

  .timeline:hover::-ms-thumb {
    opacity: 1;
  }

  .timeline::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  .timeline::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }

  .timeline::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }

@media (max-width:767px) {
	.video-sec{
        padding: 20px;
        width: 100%;
        margin: 20px auto;
        /* height: 250px; */
    }
    .control-button.play-button{
        width: 45px;
        height: 45px;
        font-size: 10px;
        padding: 0;
    }
}

/*video-sec end*/
/* mission section end */

/* donatior section start */

.donatior_section{
    width: 100%;
    float: left;
}
.donatior_section.layout_padding{
    padding-bottom:90px;
}
.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;
}

.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: #fc9f32;
    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;
}
.cont-page{
padding-bottom:90px;
}
.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;
}

input.mail_text::placeholder {
    color: #4f4e4e;
}

.massage-bt {
    color: #4f4e4e;
    width: 100%;
    height: 130px;
    font-size: 18px;
    background-color: transparent;
    padding: 40px 15px 0px 15px;
    margin-top: 20px;
    border: 0px;
    box-shadow: 0px 2px 31px 10px #f0f0ef;
}

textarea#comment::placeholder {
    color: #4f4e4e;
}


.send_bt {
    width: 170px;
    border: #fc9f32 1px solid;
    height: 48px;
    margin: auto;
    font-size: 16px;
    text-align: center;
    background-color: #fc9f32;
    color: #ffffff;
    padding: 12px 0px;
    border-radius: 7px;
    text-transform: uppercase;
    font-weight: bold;
    display:block;
}

.send_bt a {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #fc9f32;
    padding: 10px;
    text-transform: uppercase;
    margin-top: 30px;
    display: block;
    font-weight: bold;
    border-radius: 5px;
}

.send_bt a:hover {
    color: #fff;
    background-color: #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: 70px 20px 0px 20px;
    height:fit-content;
}
.news_taital_main_scroll{
    overflow-y:scroll;
    height:400px;
}
/* width */
.news_taital_main_scroll::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .news_taital_main_scroll::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
  }

  /* Handle */
  .news_taital_main_scroll::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 10px;
  }

  /* Handle on hover */
  .news_taital_main_scroll::-webkit-scrollbar-thumb:hover {
    background: #b30000;
  }
.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: 120px;
}

.readmore_bt_1 a {
    width: 100%;
    float: left;
    font-size: 16px;
    text-align: center;
    background-color: #fc9f32;
    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: #fc9f32;
}

.footer_text {
    width: 53%;
    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: #fc9f32;
    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: 55px;
    font-size: 18px;
    padding: 10px 20px 0px 20px;
    background-color: transparent !important;
    border: 2px solid #ffffff !important;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    display: block;
    margin-top: 20px;
}

textarea#comment.update_mail::placeholder {
    color: #c9c7c7;
}

.subscribe_bt {
    width: 220px;
    float: left;
    padding-top: 30px;
}

.subscribe_bt a {
    width: 100%;
    float: left;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0px;
    background-color: #fc9f32;
    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: #fc9f32;
}

.footer-link {
    width: 100%;
    
}
ul.footer-link {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    display: flex;
    justify-content: center;
}
ul.footer-link li a{
     display: block;
     font-size: 13px;
     color: #fff;
     padding: 0 5px;
}
ul.footer-link li a:after {
    content: '|';
    margin: 0 0px 0 10px;
}
ul.footer-link li:last-child a:after{
    content: '';
}
ul.footer-link li a:hover{
    text-decoration: underline !important;
}
/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
.cont-details p{
color: #171413;
margin-left: 0px;
font-family: 'Poppins', sans-serif;
}
.qr_img{
    width:300px;
    height:300px;
    object-fit:contain;
    margin:auto;
}
.qr_img img{
    width:100%;
    height:100%;
}
.font-Poppins{
    font-family: 'Poppins', sans-serif;
}
.btn_main p {
    width: 100%;
}
