/*--------------------------------------------------------------------- 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.html");
    src: url("../fonts/BalooChettan-Regular.html");
}


/*****---------------------------------------- 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.html);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.html);
@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: #f3c67b;
    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 #fc9f32;
}
.header_top_main{
    display: flex;
}

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

.call_text a {
    color: #363636;
}

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

.social_icon_top {
    width: 82%;
    float: right;
    margin-right: -21%;
}

.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: black;
    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;
    font-size: 18px;
    color: white;
    background-color: transparent;
    border-radius: 5px;
    margin: 0px 5px;
}

.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #f3c67b;
}

.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;
    background-color: #f3c67b;
}
.navbar {
    padding: .5rem 0px;
}

.donate_bt {
    width: 170px;
    margin: 0 auto;
}

.donate_bt a {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #7c2f12;
    background-color: #f3c67b;
    border-radius: 5px;
    text-align: center;
    padding: 6px;
    font-weight: 700;
}

.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/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: 180px;
    margin-right: 20px;
    margin-top: 30px;
}

.started_text a {
    width: 100%;
    float: left;
    padding: 8px 10px;
    color: #7c2f12;
    background-color: #ffffff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
}

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

.started_text.active a{
    color: #7c2f12;
    background-color: #f3c67b;
}

#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;
    padding-top: 40px;
}

.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7c2f12;
    margin-left: 0px;
    font-family: 'Poppins', sans-serif;
}
.para{
    color: #7c2f12;
    text-align: justify;
}

.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: #f3c67b;
    color: #7c2f12;
    padding: 12px 0px;
    border-radius: 7px;
    font-weight: bold;
}

.read_bt_1 a:hover {
    background-color: #7c2f12;
    color: #ffffff;
}

.about_img {
    width: 80%;
    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;
    background-color: #f3c67b;
    margin-top: 20px;
}

.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: white;
    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: 239px;
    margin-left: 14px;
}

.causes_img {
    width: 100%;
    position: relative;
}

.children_text {
    width: 85%;
    font-size: 20px;
    color: #7c2f12;
    font-weight: bold;
}

.middle_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7c2f12;
    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;
}

.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: #7c2f12;
    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: 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: 40px 30px;
    box-shadow: 0px 0px 18px -6px;
    border-radius: 5px;
    min-height: 150px;
}

.water_text {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #d3692d;
    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: 155px 0px;
}

.play_icon img {
    width: 80px;
}

.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: #7c2f12;
    background-color: #f3c67b;
    padding: 8px 0px;
    margin-top: 10px;
    border-radius: 5px;
}

.seemore_bt a:hover {
    background-color: #7c2f12;
    color: white;
}

/* 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: #7c2f12;
    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: #7c2f12;
    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;
}

.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;
    margin: 0 auto;
    text-align: center;
}

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

.send_bt a:hover {
    color: #fff;
    background-color: #7c2f12;
}

.map_main {
    width: 100%;
    float: left;
    padding-top: 40px;
}

/* contact section end */

/* news section start */

.news_section {
    width: 100%;
    float: left;
    padding-bottom: 100px;
    background-color: #f3c67b;
}
.news_section_2 {
    width: 100%;
    float: left;
    background-color: #f3c67b;
    box-shadow: 0px 2px 31px 10px #f0f0ef;
    height: 360px;
    margin-top: 20px;
}

.news_img{
    width: 100%;
    float: left;
}
.news_taital_main{
    width: 100%;
    padding: 70px 20px 0px 20px;
}
.news_text{
    width: 100%;
    float: left;
    font-size: 20px;
    color: white;
    font-weight: bold;
}

.dummy_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #7c2f12;
    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: #7c2f12;
    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: white;
}

.footer_menu li a {
    color: white;
}

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

/* copyright section end */

.margin_top90 {
    margin-top: 90px;
}
.table-container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
 
  }
  
  .account-table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .account-table td {
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
  }
  
  .account-table td:first-child {
    width: 30%;
    font-weight: bold;
  }
  
  .account-table td:nth-child(2) {
    width: 70%;
  }
  .floatingcall{
    position: fixed;
      width: 60px;
      height: 60px;
      bottom: 130px;
      left: 15px;
      /* background-color: red; */
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 35px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
  }
  .floating{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    left: 15px;
    /* background-color: #25D366; */
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
  }

  .col-lg-3, .col-md-4, .col-6 {
    padding: 10px;
    box-sizing: border-box;
  }
  
  /* Image Styling */
  .img-fluid {
    width: 100%;
    height: auto;
    border-radius: 8px; /* Adds rounded corners to images */
  }
  
  .img-thumbnail {
    border: 3px solid #7c2f12; /* Adds border to the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect for images */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transition for hover effect */
  }
  
  .img-thumbnail:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Darker shadow on hover */
  }
  
  /* Spacing Between Images */
  .mb-4 {
    margin-bottom: 20px;
  }
  
  /* Aligning Images in the grid */
  .d-block {
    display: block;
  }
  
 /* Styling the video iframe to make it responsive */
.ratio {
    margin-bottom: 20px; /* Add space below the video */
  }
  
  iframe {
    border: 0; /* Remove any default border around the iframe */
  }
  
  /* Optional: Add margin or padding to the content sections */
  .row > .col-12 {
    margin-bottom: 20px;
  }
  .video-container{
    border: 3px solid #7c2f12; /* Adds border to the image */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow effect for images */
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
  }
  
  
  
  
  @media only screen and (max-width: 600px) {
  .table-container {
   width: 103%;
  }
  .mar_text{
      margin-top: 1px !important;
  }
  .carousel-control-next{
          right: 1px !important;
  }
  .logo{
      margin-left: -50px;
  }
  .logos{
      margin-left: -50px !important;
  }
 
}
  

  