/*
Template Name: Krishna Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/
body{
font-family: 'Poppins', sans-serif;
line-height: 1.6;
color: #111;
font-weight:500;
}
p{
font-size:16px; 
color: #767e88;
 }
ul{
list-style:none;
padding:0;
 }

h1,h2,h3,h4,h5{
font-weight:bold;
color: #022147; 
 }
h6{
color: #022147; 
 }

a{
color: #000;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color:#f74f22;
 }
a:focus{
text-decoration:none;
color: #f74f22;
 }
 
.a_tag:hover{
color:#f74f22!important;
 }
.a_tag:focus{
color: #f74f22!important;
 }
.a_tag1:hover{
color:#767e88!important;
 }
.a_tag1:focus{
color: #767e88!important;
 }

 
.button{
transition: 0.3s;
padding: 17px 40px 17px 40px;
display: inline-block;
background:#f74f22;
color:#fff;
text-transform:uppercase;
font-size:15px;
font-weight:bold;
 }

.button:hover{
background:#022147;
color:#fff;
 }
.button_1{
transition: 0.3s;
padding: 17px 40px 17px 40px;
display: inline-block;
background:#022147;
color:#fff;
text-transform:uppercase;
font-size:15px;
font-weight:bold;
 }

.button_1:hover{
background:#f74f22;
color:#fff;
 }
 
.button_2{
transition: 0.3s;
padding: 17px 40px 17px 40px;
display: inline-block;
background:#FFAA33;
color:#fff;
text-transform:uppercase;
font-size:15px;
font-weight:bold;
border:2px solid white;
 }

.button_2:hover{
background:#fff;
color:#000;
border:2px solid #fff;
 }


.button_3{
transition: 0.3s;
padding: 17px 40px 17px 40px;
display: inline-block;
color:#fff;
text-transform:uppercase;
font-size:15px;
font-weight:bold;
border:2px solid #efefef;
 }

.button_3:hover{
background:#fff;
color:#000;
 }
 
.button_4{
transition: 0.3s;
padding: 17px 40px 17px 40px;
display: inline-block;
color:#022147;
text-transform:uppercase;
font-size:15px;
font-weight:bold;
border:2px solid #efefef;
 }

.button_4:hover{
background:#022147;
color:#fff;
border:2px solid #022147;
 }


.grid figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
text-align: center;
cursor: pointer;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img
{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz:hover img {
-webkit-transform: scale3d(1.05,1.05,1);
transform: scale3d(1.05,1.05,1);
}
 .col_blue{
color:#09356a!important;
 }
.col_oran{
color: #f74f22!important;
 }
.bg_blue{
background-color: #f74f22!important;
 }
.bg_light{
background-color: #f5e5e1!important;
 }
.bg_oran{
background-color: #f74f22!important;
 }
.bg_back{
background-color: rgba(0,0,0,.4)!important;
}
.bg_backo {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #d6d9ded6;
}
hr{
opacity:1;
background-color:#efefef;
margin-top:15px;
margin-bottom:20px;
 }


.font_14{
font-size:14px; 
 }
.font_8{
font-size:8px; 
 }
.font_6{
font-size:6px; 
 }
.font_10{
font-size:10px; 
 }
.font_12{
font-size:12px; 
 }
.font_13{
font-size:13px; 
 }
.font_15{
font-size:15px; 
 }
.font_17{
font-size:17px; 
 }
.font_60{
font-size:60px; 
 }
.font_80{
font-size:80px; 
 }
.font_50{
font-size:50px; 
 }

.line {
height:2px!important;
width: 100px;
background-color:#f74f22;
}

.p_4{
padding-top:40px;
padding-bottom:40px; 
 }

.border_1{
border:1px solid #efefef;
 }
.border_2{
 border-left:3px solid #f74f22;
 }

.carousel_p .carousel-indicators {
bottom: -60px!important;
}
.carousel_p {
padding-bottom: 70px!important;
}

.dropdown:hover .dropdown-menu { 
display: block; 
} 
.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}

tbody, td, tfoot, th, thead, tr{
border-color:#efefef; 
 }
 
.hvr-grow {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Curl Top Right */
.hvr-curl-top-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
}
.hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.hvr-curl-top-right:hover:before, .hvr-curl-top-right:focus:before, .hvr-curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

.rounded_20{
border-radius:20px!important; 
 }
/*********************header****************/
/* Background with saffron gradient */
.navbar {
  background: white;
}

/* Logo */
.logo {
  height: 55px;
  max-height: 60px;
}

/* Temple name */
.temple-name {
  font-size: 1.45rem;
  color: #fff;
  letter-spacing: 0.5px;
}

/* Links */
.navbar-nav .nav-link {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 0.5rem 0.75rem;
  position: relative;
  transition: color 0.3s ease;
}



.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  width: 100%;
}

.navbar-nav .nav-link:hover {
  color: #fff;
}

/* Dropdown */
.dropdown-menu {
  border: none;
  background: #fff;
}

.dropdown-item {
  font-weight: 500;
  color: #555;
  padding: 0.5rem 1rem;
}

.dropdown-item:hover {
  background: #f9f9f9;
  color: #d35400;
}

/* Custom toggler */
.custom-toggler {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  padding: 0.5rem 0.6rem;
}

.custom-toggler .navbar-toggler-icon {
  filter: invert(1);
}

/* Small screens */
@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav .nav-item {
    margin-bottom: 0.6rem;
  }
}

.main_1{
z-index:5!important;  
  }

.pages ul li{
 display:inline-block;
 }
.pages ul li a{
display:block;
color: #0c121d;
 margin: 0 2px;
 width:40px;
 height:40px;
 line-height:38px;
 text-align:center;
 border:1px solid #efefef;
 background:#fff;
 }
.pages ul li a:hover{
 background: #f74f22;
 border:1px solid #f74f22;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#f74f22!important;
border:1px solid #f74f22!important;
color:#fff!important;
 }

 /* footer social icons */
ul.social-network {
list-style: none;
display: block;
margin-left:0 !important;
padding: 0;
}
ul.social-network li {
display: inline-block;
}

/* footer social icons */
.social-network a.icoRss:hover {
background-color: #F56505;
}
.social-network a.icoFacebook:hover {
background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
color:#44BCDD;
}

.social-circle li a {
display:inline-block;
position:relative;
margin:0 2px 0 2px;
-moz-border-radius:50%;
-webkit-border-radius:50%;
border-radius:50%;
text-align:center;
width: 40px;
height: 40px;
}
.social-circle li i {
margin:0;
line-height:40px;
text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms--transform: rotate(360deg);
transform: rotate(360deg);
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-ms-transition: all 0.2s;
transition: all 0.2s;
}
.social-circle i {
color: #fff;
-webkit-transition: all 0.8s;
-moz-transition: all 0.8s;
-o-transition: all 0.8s;
-ms-transition: all 0.8s;
transition: all 0.8s;
}
.form-control:focus{
  box-shadow:none;
 border-color:#efefef; 
 }
.form-select:focus{
 box-shadow:none;
 border-color:#efefef;  
 }
.form-control{
border-color:#efefef;
box-shadow:none;
border-radius:0;
height:50px;
font-size:14px;
 }
.form-select{
border-color:#efefef;
box-shadow:none; 
border-radius:0;
height:50px;
color:#777;
font-size:14px;
 }

.shadow_box{
  box-shadow: -1px -3px 50px 0px rgb(53 82 99 / 9%);
 }
.carousel-indicators [data-bs-target] {
 background-color:#f74f22; 
}

.input-group .form-control{
height:auto; 
 }
.input-group .form-control:focus{
box-shadow:none;
 }
.form-check .form-check-input:checked {
background-color: #f74f22;
border-color: #f74f22;
}
.form_text{
height:150px!important; 
 }

::placeholder {
  color: #777;
  opacity: 1; /* Firefox */
}

.main_1{
z-index:3; 
 }
 
.center_om {
    padding-top:240px;
    padding-bottom: 120px;
}
.center_o1l p{
   border-left:3px solid #f74f22;
 }
.center_o1r{
margin-top:50px; 
 }
 
.head_1:before {
    display: inline-block;
    width: 15%;
    height: 4px;
    background-color: #f74f22;
    vertical-align: middle;
    margin-right: 3%;
    content: "";
}
.shop_pg1r1 h6 a:hover{
 background: #f74f22!important;
 color:#fff;
 transition: 0.3s;
 }
.tags a {
    background:#f7f7f7;
    color: #000;
    font-size: 13px;
    margin: 0px 2px 6px 0px;
    padding: 6px 16px 6px 16px;
    font-size: 14px;
    transition: 0.3s;
    display: block;
	text-transform:uppercase;
}
.tags a:hover {
  background-color: #f74f22;
  color:#fff;
}

.shop_1dt1irnr ul li a{
width:40px;
height:40px;
line-height:40px;
background:#f7f7f7;
transition: 0.3s; 
 }
.shop_1dt1irnr ul li a:hover{
background-color: #f74f22;
  color:#fff;
 }

/*********************common_end****************/

/*********************team****************/
#team{
    background-image: url(../img/22.jpg);
    background-position: center center;
    background-size: cover;
}
.team_m{
padding-top: 80px;
    padding-bottom: 130px;
    background: #022147d1;
 }
.team_1i1i1 span a{
width:40px;
height:40px;
line-height:37px;
border:2px solid #efefef;
font-size:14px;
transition: 0.3s; 
 }
.team_1i1i1 span a:hover{
background:#f74f22!important;
transition: 0.3s;
 }
.team_1i1i1{
top:14px;
right:13%;
 }
/*********************team_end****************/

/*********************donate****************/
.donate_2li1 .progress-bar {
    background: #f74f22;
    border-radius: 0;
}
.donate_2li1 .progress {
    background-color: #F9F9F9;
    height: 12px;
    overflow: hidden;
    border-radius: 0;
}
/*********************donate_end****************/

/*********************shop****************/
.shop_1im1i1 ul li a{
display:inline-block;
box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
width:40px;
height:40px;
line-height:40px;
text-align:center;
background:#fff; 
transition: 0.3s;
 }
.shop_1im1i1 ul li a:hover{
background:#f74f22;
color:#fff;
 }
.shop_1im1i1{
padding-top:60%; 
transition: 0.3s;
display:none;
 }
 
.shop_1im:hover .shop_1im1i1{
display:block; 
transition: 0.3s;
 }
/*********************shop_end****************/

/*********************footer****************/
.footer {
    background-size: cover;
    background-color:#800020!important;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f74f22;
    border: 1px solid #FFFFFF;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #f74f22!important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: white!important;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: #d7b56d!important;
}

.footer .btn.btn-link:hover {
    color: #f74f22!important;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: #d7b56d;
    font-weight: bold;
}

.footer .copyright a:hover {
    color: #d7b56d;
}
.donation-item{
    background-color: white;
    color: #d7b56d!important;
}
.donation-content img{
    max-width: 90px;
    max-height: 90px;
    width: 90px;
    height: 90px;
}
.footer a:hover{
    color: #d7b56d;;
}
.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    color: white !important;
    display: none!important;
}
/*********************footer_end****************/



@media (max-width: 767px){
.navbar-collapse{
max-height:300px;
height:300px;
border-top:1px solid #efefef;
margin-top:15px;
 }
#header .nav-link{
font-size:26px!important;
border-bottom:1px solid #efefef;
padding-top:10px;
padding-bottom:10px;
border-radius:0!important;
border-right:none;
 }

.navbar .navbar-toggler{
box-shadow:none!important;
background:#fafafa;
border:none;
border-radius:0;
margin-top:0;
 }
#header .drop_1{
margin-top:0!important;
min-width:100%; 
 }
#header .drop_2{
margin-top:0!important;
min-width:100%; 
 }
#header .drop_cart{
margin-top:0!important;
min-width:100%; 
 }
#header .drop_1 a{
font-size:22px; 
padding-left:40px;
 }
.navbar{
padding-top:10px!important;
padding-bottom:10px!important;
padding-left:0!important;
padding-right:0!important;
width:100%;
border-radius:0;
width:100%;
 }

.sticky .drop_1{
margin-top:0!important; 
 }
.line{
margin-left:auto;
margin-right:auto; 
 }


.pages ul li{
margin-top:5px;
margin-bottom:5px; 
 }

.center_sm{
text-align:center!important; 
 }
.center_left{
text-align:left!important; 
 }
.font_60{
font-size:45px; 
 }
.font_50{
font-size:36px; 
 }

#header .drop_cart{
margin-top:0!important;
min-width:100%; 
 }
 
#top{
display:none; 
 }
.donate_1 br{
display:none; 
 }
.donate_2l{
margin-top:8px;
margin-bottom:8px; 
 }
.team_1i{
margin-top:8px;
margin-bottom:8px; 
 }
.shop_1im{
margin-top:8px;
margin-bottom:8px; 
 }
.blog_1i{
margin-top:8px;
margin-bottom:8px; 
 }
.footer_m2{
position:static!important;
display:none; 
 }
.footer_m{
margin-top:0; 
 }
#footer {
 padding-top: 21px!important;
}
.footer_1l{
margin-top:28px;
margin-bottom:8px; 
margin-left:10px; 
 }
.footer_1l h4{
  font-size:55px!important;
  
 }
.footer_3ism h6{
margin-top:10px!important; 
font-size: 25px;
 }
.footer_b1m {
margin-top:10px; 
 }
#footer_b{
padding-bottom:19px; 
 }
.footer_b1r {
text-align:center!important; 
 }
.footer_b1l {
text-align:center; 
 }
 
.main_1{
position:static!important; 
 }
.center_om {
padding-top: 80px;
padding-bottom: 80px;
}
.center_o1l h1{
text-align:center;
 }
.center_o1r{
text-align:center!important;
margin-top:20px;
 }
.reg_1 {
width:90%!important; 
 }
.reg_1il{
margin-top:10px; 
 }
#blog_o{
padding-bottom:40px!important; 
 }
.shop_pg1r1  h4{
text-align:center; 
 }
.hvr-curl-top-right{
display:block; 
 }
.team_1i1i img{
width:100%; 
 }
 }
@media (min-width:576px) and (max-width:767px) {

 }
@media (min-width:768px) and (max-width:991px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.top_1l ul {
font-size:10px; 
 }
.top_1l .ms-3{
margin-left:3px!important;
 }
.top_1m ul {
font-size:10px; 
 }
.top_1r ul {
font-size:11px!important; 
 }
.top_1r .font_14 {
font-size:11px!important; 
 }
 
.navbar {
 width: 100%;
}
#header .nav-link {
    padding: 25px 6px;
    font-size: 10px!important;
}
#header .navbar-brand {
  font-size: 20px;
}
#header .navbar-brand span {
    margin-left: 30px;
	fomt-size:10px;
}
li.nav-item.dropdown svg{
margin-top:0; 
 }
.donate_2li1  h6{
font-size:13px; 
 }
.donate_2li1  h4{
font-size:16px; 
 }
.donate_2li1  p{
font-size:13px; 
 }
.donate_2li1  .button_1{
padding-left:15px;
padding-right:15px;
 }
.font_60{
font-size:45px; 
 }
.font_50{
font-size:36px; 
 }
.team_1i1i img{
width:100%; 
 }
.team_1i1i1 {
    top:0;
    right:2%;
}
.shop_1im1i1 ul li a {
    width: 25px;
    height: 25px;
    line-height: 25px;
	font-size:12px;
}
.shop_1im1i1 ul .ms-1{
  margin-left:0!important;
}
.shop_1im2  h5{
font-size:16px; 
 }
.shop_1im2  h6{
font-size:13px; 
 }
.blog_1i2 {
padding:10px!important; 
 }
.subs1l h2{
font-size:22px;  
 }
.subs1l p{
font-size:14px;  
 }
.footer_1l h4{
font-size:17px; 
 }
.footer_1l h6{
font-size:13px; 
 }
.footer_1l li{
font-size:13px; 
 }

.footer_1l h5{
font-size:14px!important; 
 }
.footer_1l p{
font-size:13px; 
 }
.footer_b1m h3{
font-size:20px; 
 }
.footer_b1m h3 span{
font-size:12px; 
margin-left:24px;
 }
.footer_b1m {
padding:12px!important; 
 }
.footer_b1r ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.footer_b1l{
padding-top:0; 
 }
.footer_b1r{
padding-top:0; 
 }
#footer_b{
padding-top:15px;
padding-bottom:15px;
 }
.center_o1r h6{
font-size:14px;
line-height:1.8em; 
 }
.reg_1 {
width:70%!important; 
 }
.center_o1r {
margin-top:20px; 
 }
.shop_1dt1irnr ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
}
 }
@media (min-width:871px) and (max-width:991px) {
.top_1l ul {
font-size:12px; 
 }

.top_1m ul {
font-size:12px; 
 }
.top_1r ul {
font-size:12px!important; 
 }
.top_1r .font_14 {
font-size:12px!important; 
 }

#header .nav-link {
    padding: 25px 10px;
}
 }
@media (min-width:992px) and (max-width:1200px) {
.navbar-expand-md {
flex-wrap:wrap!important;
}
.top_1l ul {
font-size:12px; 
 }

.top_1m ul {
font-size:12px; 
 }
.top_1r ul {
font-size:12px!important; 
 }
.top_1r .font_14 {
font-size:12px!important; 
 }

#header .nav-link {
    padding: 25px 10px;
}
.navbar {
 width: 100%;
}
.shop_1im1i1 ul li a {
    width: 35px;
    height: 35px;
    line-height: 35px;
	font-size:14px;
}
.subs1l p{
font-size:14px;  
 }
.center_o1r {
margin-top:20px; 
 }
 }

@media (min-width:1201px) and (max-width:1300px) {
.navbar {
  width: 90%;
}
 }
@media (min-width:1400px) and (max-width:2000px) {
.navbar{
width:86%;
 }
 }
  }
 .btn-social{
    padding: 10px;
    max-width: 50px;
    width: 50px;
   
     

 }
 .Social{
    border: 1px solid white;
    padding: 10px;
    margin: 10px;
    max-width: 30px;
    width: 30px;
 }
 .nav-link {
    font-size: 20px!important;
}
.copyright{
    background-color:#800020;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

.carousel-caption{
background-color:#f74f22;
bottom:70px;
left:0;
color:#fff;
width:40%;
text-align:left;
left:40%;
padding:20px;
z-index:4;
animation: fadeIn 5s;
 }
 

.carousel-caption1{
left:55%;
 }
.carousel-caption2{
left:55%;
 }
.carousel-caption3{
left:55%;
 }
.center_home .carousel-indicators{
bottom:10px; 
z-index:4;
 }
.carousel-caption p{
border-left:2px solid #efefef;
padding-left:15px; 
 }
 
.carousel-item .center_hm1 {
    z-index: 3;
    left: 10%;
    bottom: 0;
    opacity: 0;
    transform: translateX(0px);
    
}
.carousel-item.active .center_hm1{
    opacity: 1;
    transform: translateX(70px);
    transition: all 1500ms ease;
    transition-delay: 1000ms;
    
}
.center_ht{
z-index:3; 
 }
.center_home .carousel-control-prev{
z-index:4;  
 }
.center_home .carousel-control-next{
z-index:4;  
 }
/*********************center_h_end****************/

/*********************about_h****************/
.about_h1l span{
width:120px;
height:120px;
line-height:120px;
 }
.about_h2r p{
border-left:2px solid #f74f22;
}

.about_h2l h1{
line-height:0.2em; 
width:250px;
height:250px;
padding-top:100px;
font-size:70px;
 }
.about_h3i1r .form-control{
background: #0003;
color:#fff; 
 }
.about_h3i1r ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.about_h3i1r .btn{
background: #0221474d; 
 }
.about_h3i1r {
min-height:190px; 
 }
.about_h3i1l {
min-height:190px; 
 }
.about_h3m {
    left: -5%;
    bottom: 0;
}
.about_h3m2i span{
width:60px;
height:60px;
line-height:60px; 
 }
.about_h3m2{
padding-left:56%;
top:38%;
 }
/*********************about_h_end****************/

/*********************watch****************/

.watch_1r {
    padding: 65px 30px 65px 30px;
    background-color: #fff;
    box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
    min-height:373px;
}
.watch_1l2 span a{
width:80px;
height:80px;
line-height:80px;  
 }
.watch_1l2 {
padding-top:25%; 
 }
.watch_2l2 span a{
width:50px;
height:50px;
line-height:50px;  
 }
.watch_2l2{
padding-top:18%;   
 }
/*********************watch_end****************/

/*********************minist****************/
.donate_1r .nav-tabs .nav-link.active {
    background: none;
    color: #f74f22;
    border:none;
    border-bottom:3px solid #f74f22;
}
.donate_1r .nav-tabs .nav-link {
    background: none;
    color: #767e88;
    border:none;
    border-bottom:3px solid transparent;
    padding:20px 40px;
    font-size:15px;
    font-weight:bold;
}
.donate_1r .nav-tabs .nav-link:hover {
  color: #f74f22;
}
.minist_1i2 span a{
width:50px;
height:50px;
line-height:50px;
 }
.minist_1i3{
bottom:0; 
 }
/*********************minist_end****************/


/*********************testim****************/
#testim{
margin-top:180px; 
 }
.testim_m2{
top:-40%!important;
 }
.testim_1rm2il{
padding-top:26%; 
 }
.testim_1ri{
padding-top:24%;  
 }
/*********************testim_end****************/


/*********************blog****************/
#blog{
    background-image: url(../img/34.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************blog_end****************/

@media screen and (max-width : 767px){
.center_hm1{
display:none; 
 }
.carousel-caption{
position:static!important;
width:100%;
background:#f74f22; 
text-align:center;
 }
.center_ht{
display:none;  
 }

.carousel-caption .button_2{
padding-left:13px;
padding-right:13px;
font-size:13px;
 }
.carousel-caption .button_3{
padding-left:13px;
padding-right:13px;
font-size:13px;
 }
.carousel-caption .font_50{
font-size:26px;
 }
.carousel-caption p{
font-size:14px;
text-align:left;
 }
.center_home .carousel-indicators {
   display:none;
}
.about_h1l{
margin-top:8px;
margin-bottom:8px; 
 }
.about_h2l{
float:none!important;
 }
.about_h2r br{
display:none; 
 }
.about_h2r{
text-align:center;
margin-top:15px;
 }
.about_h2r p{
text-align:left;
 }
.about_h2rilir{
margin-top:15px;
}
.about_h2rilir p{
text-align:center;
}
.about_h3m{
display:none; 
 }
.about_h3m2{
display:none; 
 }
.about_h3i1l{
min-height:auto;
text-align:center!important;  
 }
.about_h3i1r{
min-height:auto;
text-align:center; 
 }
.watch_1 .ps-0{
padding-left:12px!important; 
 }
.watch_1 .pe-0{
padding-right:12px!important; 
 }
.watch_1r{
padding:20px!important;
min-height:auto;
text-align:center; 
 }
.watch_1r p{
text-align:left; 
 }
.watch_2m{
margin-top:8px;
margin-bottom:8px;
text-align:center; 
 }
.donate_1l{
margin-bottom:10px;
text-align:center; 
 }
.donate_1r .nav-tabs .nav-link {
 padding: 10px 20px;
}
.minist_1i{
margin-top:8px;
margin-bottom:8px;
text-align:center;  
 }
.minist_1i1 img{
min-height:250px; 
 }
#testim{
margin-top:0; 
 }
.testim_1l{
padding-left:0!important;
padding-right:0!important;
text-align:center; 
 }
.testim_1l p{
text-align:left; 
 }
.testim_m2{
display:none; 
 }
.testim_m{
margin-top:15px;
text-align:center; 
 }
.testim_m p{
text-align:left; 
 }
.testim_1ri{
padding-top:30px; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
    .carousel-caption{
        bottom:10px;
        right:10%
    }

 .center_home .carousel-inner .center_hm1 img{
          width: 60%;
 }
.carousel-caption .font_50{
font-size:20px; 
 }
.carousel-caption p {
    font-size: 14px;
}
.carousel-caption .button_2{
padding-left:13px;
padding-right:13px;
font-size:13px;
 }
.carousel-caption .button_3{
padding-left:13px;
padding-right:13px;
font-size:13px;
 }
.about_h1l  h4{
font-size:16px; 
 }
.about_h1l p{
font-size:14px; 
 }
.about_h2r br{
display:none; 
 }
.about_h2rilil .fs-2{
font-size:18px!important; 
 }
.about_h3i1r h5{
font-size:14px!important;
 }
.about_h3i1l  h5{
font-size:13px!important; 
 }
.about_h3i1l  h2{
font-size:17px!important; 
 }
.about_h3i1l  {
padding-left:20px!important;
padding-right:20px!important;
 }
.about_h3m  img{
width:300px; 
 }
.about_h3m2 {
    padding-left: 55%;
}
.about_h3m2 span{
    width:50px;
    height:50px;
    line-height:50px;
}

.watch_1l1 img{
min-height:373px; 
 }
.watch_1r{
padding:15px!important; 
 }
.watch_1r h2{
font-size:20px;
 }
.watch_2l1 img{
min-height:150px; 
 }
.watch_2l2 {
    padding-top: 30%;
}
.donate_1r .nav-tabs .nav-link {
     padding: 10px 20px;
}
.donate_1l .font_50{
font-size:22px; 
 }
.minist_1i1 img{
   min-height:240px; 
 }
.minist_1i3   p{
font-size:13px; 
 }
.testim_m2 {
    top: -30%!important;
}
.testim_1l{
   padding-left:0!important; 
   padding-right:0!important; 
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.carousel-caption{
        bottom:40px;
    }
.center_home .carousel-inner img{
    max-height: 100px;
    height: 100px;

 }
  .center_home .carousel-inner .center_hm1 img{
          width: 70%;
 }
.carousel-caption .font_50{
font-size:32px; 
 }
.carousel-caption .button_2{
     padding-left:20px;
     padding-right:20px;
     font-size:13px;
 }
.carousel-caption .button_3{
     padding-left:20px;
     padding-right:20px;
     font-size:13px;
 }
 
.about_h3i1l  {
padding-left:20px!important;
padding-right:20px!important;
 }
.watch_1l1 img{
min-height:373px; 
 }
.watch_1r{
padding:30px!important; 
 }
.watch_2l1 img{
min-height:150px; 
 }
.watch_2l2 {
    padding-top: 25%;
}
.minist_1i1 img{
min-height:240px; 
 }
.minist_1i3   p{
font-size:13px; 
 }
.donate_1l .font_50{
font-size:36px; 
 }
.donate_1r .nav-tabs .nav-link {
     padding: 15px 30px;
}
.testim_1l{
padding-left:0!important; 
padding-right:0!important; 
 }
 }

@media (min-width:1201px) and (max-width:1300px) {
.center_home .carousel-inner .center_hm1 img{
          width: 80%;
 }
.carousel-caption .font_50{
font-size:38px; 
 }
.watch_1r{
padding:15px!important; 
 }
.watch_1l1 img{
min-height:373px; 
 }
 }
@media (min-width:1400px) and (max-width:2000px) {
.watch_1l1 img{
min-height:435px; 
 }
.watch_1r{
min-height:435px; 
padding:  30px 85px 30px;
 }
.testim_1ri {
    padding-top: 28%;
}
 }
 .approach_1l .nav-tabs .nav-link.active {
    background: none;
    color: #000;
  border:none;
  border-bottom:3px solid #f74f22;
}
.approach_1l .nav-tabs .nav-link {
    background-color: #f7f7f7;
    color: #000;
  border:none;
  border-bottom:3px solid transparent;
  padding:13px 35px;
  font-size:15px;
  font-weight:bold;
  border-radius:0;
}
.approach_1l .nav-tabs .nav-link:hover {
  color: #f74f22;
}

#reg {
    background-image: url(../img/22.jpg);
    background-position: center center;
    background-size: cover;
}
#reg ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.reg_1il .input-group{
background:#2c37448a; 
 }
.reg_1il .form_text{
background:#2c37448a; 
 }
 
#blog_o{
padding-bottom:150px!important; 
 }
.bg_backo1{
padding-bottom:180px;  
 }
/*********************about_end****************/


@media screen and (max-width : 768px){

.about_pg1l1 {
position:static!important;
padding:0; 
 }
.about_pg1l1 img{
width:100%;
 }

.about_pg1l4 {
   position:static!important;
   padding-left: 10px;
   padding-top: 20px;
   padding-bottom: 30px;
 }
.about_pg1r{
margin-top:15px;
text-align:center; 
 }
.about_pg1r p{
text-align:left; 
 }
.about_pg1rir{
margin-top:15px; 
 }
 
.timeline  h3{
font-size:15px; 
 }
.timeline  p{
font-size:12px; 
 }
.timeline  h6{
font-size:12px; 
 }
.timeline-panel{
margin-top:15px; 
 }
.approach_1l {
padding-top:20px!important;
text-align:center; 
 }
.approach_1l p{
text-align:left; 
 }
.approach_1l .nav-tabs .nav-link {
    padding: 13px 15px;
    margin-top:3px;
  margin-bottom:3px;
}
#blog_o{
padding-bottom:40px!important;  
 }
.bg_backo1{
padding-bottom:80px;  
 }
#about_pg{
padding-bottom:40px; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
    .about_pg1l1{
    left:0%;
    }
  .about_pg1l4{
      right: 5%;
      padding-top: 320px;
      
    }
  .approach_1l .nav-tabs .nav-link {
    padding: 13px 15px;
  }
  .approach_1l {
  padding-top:0!important; 
   }
  #about_pg{
  padding-bottom:210px; 
   }
 }

@media (min-width:992px) and (max-width:1200px) {
  .about_pg1l1{
    left:0%;
    }
  .about_pg1l4{
      right: 5%;
      padding-top: 220px;
      
    }
  .approach_1l {
  padding-top:0!important; 
   }
  #about_pg{
  padding-bottom:60px; 
   }
 }

@media (min-width:1400px) and (max-width:2000px) {

  #about_pg{
  padding-bottom:200px; 
   }
 }
 /*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}
@media only screen and (min-width: 600px) {
.video{
  max-width: 100%;
  height: auto;
}
}
/*about */

.roboto-thin {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", serif;
  font-weight: 900;
  font-style: italic;
}


.hednaw{
  font-size: 25px;
}
.header {
  color: black;
  background-color: white;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
  font-size: 25px;
  font-weight: bold;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-weight: 400;
  font-size: 34px;
  margin-left: 2px;
}



@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-color);
    font-size: 25px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
body{
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

p{
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: right!important;
}
.center_about {
    background-image: url(../img/background-2.png);
    background-position: center center;
    background-size: cover;
}
#about_pg{
padding-bottom:90px; 
 }
.about_pg1l1{
z-index:1;
left:10%;
border: 5px solid #f74f22;
outline: 5px solid white;outline-offset: -10px;

 }
 
 .about_pg1l4{
    right: 14%;
    padding-top: 220px;
    z-index: 4;
 }

 
 .timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 20px;
  position: relative;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 50%;
  height: 50%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 50px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
.timeline > li.timeline-inverted + li:not(.timeline-inverted),
.timeline > li:not(.timeline-inverted) + li.timeline-inverted {
margin-top: -60px;
}

.timeline > li:not(.timeline-inverted) {
padding-right:90px;
}

.timeline > li.timeline-inverted {
padding-left:90px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge.primary {
  background-color: #2e6da4 !important;
}
.timeline-badge.success {
  background-color: #3f903f !important;
}
.timeline-badge.warning {
  background-color: #f0ad4e !important;
}
.timeline-badge.danger {
  background-color: #d9534f !important;
}
.timeline-badge.info {
  background-color: #5bc0de !important;
}
.timeline-title {
  margin-top: 0;
  font-size: 25px;
  color: #f74f22;
  font-weight: bold;
}
.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.approach_1l .nav-tabs .nav-link.active {
    background: none;
    color: #000;
    border:none;
    border-bottom:3px solid #f74f22;
}
.approach_1l .nav-tabs .nav-link {
    background-color: #f7f7f7;
    color: #000;
    border:none;
    border-bottom:3px solid transparent;
    padding:13px 35px;
    font-size:15px;
    font-weight:bold;
    border-radius:0;
}
.approach_1l .nav-tabs .nav-link:hover {
  color: #f74f22;
}

#reg {
    background-image: url(../img/22.jpg);
    background-position: center center;
    background-size: cover;
}
#reg ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
.reg_1il .input-group{
background:#2c37448a; 
 }
.reg_1il .form_text{
background:#2c37448a; 
 }
 
#blog_o{
padding-bottom:150px!important; 
 }
.bg_backo1{
padding-bottom:180px;  
 }
/*********************about_end****************/


@media screen and (max-width : 768px){

.about_pg1l1 {
position:static!important;
padding:0; 
 }
.about_pg1l1 img{
width:100%;
 }

.about_pg1l4 {
   position:static!important;
   padding-left: 10px;
   padding-top: 20px;
   padding-bottom: 30px;
 }
.about_pg1r{
margin-top:15px;
text-align:center; 
 }
.about_pg1r p{
text-align:left; 
 }
.about_pg1rir{
margin-top:15px; 
 }
 
.timeline  h3{
font-size:15px; 
 }
.timeline  p{
font-size:10px; 
 }
.timeline  h6{
font-size:12px; 
 }
.timeline-panel{
margin-top:15px; 
 }
.approach_1l {
padding-top:20px!important;
text-align:center; 
 }
.approach_1l p{
text-align:left; 
 }
.approach_1l .nav-tabs .nav-link {
    padding: 13px 15px;
    margin-top:3px;
    margin-bottom:3px;
}
#blog_o{
padding-bottom:40px!important;  
 }
.bg_backo1{
padding-bottom:80px;  
 }
#about_pg{
padding-bottom:40px; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
    .about_pg1l1{
        left:0%;
      }
    .about_pg1l4{
            right: 5%;
            padding-top: 320px;
            
      }
    .approach_1l .nav-tabs .nav-link {
        padding: 13px 15px;
    }
    .approach_1l {
    padding-top:0!important; 
     }
    #about_pg{
    padding-bottom:210px; 
     }
 }

@media (min-width:992px) and (max-width:1200px) {
    .about_pg1l1{
        left:0%;
      }
    .about_pg1l4{
            right: 5%;
            padding-top: 220px;
            
      }
    .approach_1l {
    padding-top:0!important; 
     }
    #about_pg{
    padding-bottom:60px; 
     }
 }

@media (min-width:1400px) and (max-width:2000px) {

    #about_pg{
    padding-bottom:200px; 
     }
 }
 /*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .about-meta {
  color: black;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.about .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .about .about-title {
    font-size: 2rem;
  }
}

.about .about-description {
  margin-bottom: 2rem;
  color: color-mix(in srgb, var(--default-color), transparent 20%);
}

.about .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.about .feature-list li i {
  color: var(--accent-color);
  font-size: 1.25rem;
}

.about .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.about .profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.about .profile .profile-position {
  color: var(--accent-color);
  margin: 0;
  font-size: 0.875rem;
}

.about .contact-info {
  padding: 1rem 1.5rem;
  background-color: var(--surface-color);
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about .contact-info i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.about .contact-info .contact-label {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about .image-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .about .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}

@media (max-width: 992px) {
  .about .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about .image-wrapper .experience-badge h3 {
  color: var(--contrast-color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.about .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}
.profile1i{
 
}
.icon{
  width: 60px;
  height: 60px;
  border-radius: 15px;
  text-align: center;
  background-image: linear-gradient(155deg, #4C57A2 8%, #87439A 50%, #e02870 85%);
  position: relative;
  overflow: hidden;
  &:after{
    content: '';
    display: block;
    position: absolute;
    top: 30%;
      left: -60%;
    width: 150%;
    height: 150%;
    background: radial-gradient(rgba(246, 221, 132,1) 15%, 
      rgba(255, 45, 45, 0.65) 50%, 
      rgba(0, 0, 0, 0) 70%);
    }
  i{
    color: #fff;
      font-size: 50px;
    line-height: 60px;
    position: relative;
    z-index: 1;
  }
}
.btn-social:hover{
  background-color: white;
  border: 1px solid white;
  color: #FFAA33;
}
.btn-social li:hover{
   background-color: white;
  border: 1px solid white;
  color: #FFAA33;
}
/*** Footer Start ***/
.footer {
    background: #800020;
}

.footer .footer-item a {
    line-height: 35px;
    color: var(--bs-white);
    transition: 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 1px;
    color: var(--bs-primary);
}

.footer .footer-item .footer-btn a {
    transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
    background: var(--bs-white);
}

.footer .footer-item .footer-btn a:hover {
    color: var(--bs-primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: var(--bs-dark);
}
/*** copyright end ***/

.backimg{
 background-image: url("../img/backkkk-2.png");
 background-size: cover;
}
@media only screen and (min-width: 1200px) {
.abotext{
  font-size: 20px;
  margin-top: 25px;
}
}
@media only screen and (max-width: 600px) {
.abotext{
  font-size: 10px;
  margin-top: 25px;
}
}
@media only screen and (max-width: 600px) {

.timeline > li > .timeline-panel {
  width: 70%;
  height: 70%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 50px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}
}
@media only screen and (max-width: 600px) {
.timeline > li > .timeline-panel {
  padding: 30px;
}
}
@media only screen and (max-width: 600px) {
.timeline > li > .timeline-panel {
  padding: 30px;
}
}
.tab-content{
  align-items: center!important;
}


/*********************contact****************/
.center_cont {
    background-image: url(../img/background-1.png);
    background-position: center center;
    background-size: cover;
}
.contact_1li span {
font-size:30px;
}
.contact_1li{
box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
padding: 30px 20px; 
 }
.contact_1r{
box-shadow: 0px 10px 50px 0px rgb(53 82 99 / 9%);
padding: 30px;  
 }
.contact_1ril .form-control {
border-radius: 0;
border-color: #5333f212;
height: 48px;
margin-top:12px;
}
.contact_1ril .form-select {
border-radius: 0;
border-color: #5333f212;
height: 48px;
}
.contact_1ril .area {
height:150px;
}

#contact{
padding-bottom:150px!important; 
 }
/********************contact_end****************/


@media screen and (max-width : 767px){
.contact_1l {
text-align:center; 
 }
.contact_1r{
margin-top:20px; 
 }
.contact_1r .form-control{
margin-bottom:15px; 
 }
.contact_1r h6{
text-align:center;  
 }
#contact{
padding-bottom:40px!important; 
 }
 }
@media (min-width:768px) and (max-width:991px) {
.contact_1li {
padding: 30px 10px;
}
.contact_1li span{
font-size:20px; 
 }
 }
@media (min-width:992px) and (max-width:1200px) {


 }




/*
Template Name: Krishna Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************events****************/




.center_donate{
    background-image: url(../img/background-3.jpg);
    background-position: center center;
    background-size: cover;
}
.center_donate_dt{
    background-image: url(../img/background-3.jpg);
    background-position: center center;
    background-size: cover;
}
.donate_dt1l2 ul li{
background:#f5e5e1;
padding:8px 30px;
border-radius:8px;
font-size:14px; 
 }
.donate_dt1r1i2 span{
border-radius:20px 30px 30px 0px; 
 }
.donate_dt1r1i2{
bottom:20px;
left:-5px; 
 }
.donate_dt1r1{
border-bottom:0;
border-radius:20px 20px 0px 0px; 
 }
.donate_dt1r2{
border-radius:0px 0px 20px 20px; 
border-top:0;
 }
 
.donate_dt1r2 .progress-bar {
    background: #F9F9F9;
    border-radius: 0;
}
.donate_dt1r2 .progress {
    background-color: #f74f22;
    height: 6px;
    overflow: hidden;
    border-radius: 0;
}
.donate_dt1r3i{
border-radius:0px 0px 20px 20px; 
 }
.donate_dt1r3 h5{
border-radius:20px 20px 0px 0px; 
 }
#donate{
padding-bottom:150px!important; 
}
#donate_dt{
padding-bottom:150px!important; 
}
.donate_dt1l1 ::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
/*********************events_end****************/


@media screen and (max-width : 767px){
#donate{
padding-bottom:40px!important; 
 }
#donate_dt{
width:90%!important;
padding-bottom:40px!important; 
 }
.donate_dt1l2 ul li{
margin-top:3px; 
margin-bottom:3px;
 }
#donate_dt h5{
text-align:center; 
 }
.donate_dt1l2i1l{
margin-top:10px; 
 }
.donate_dt1r{
margin-top:20px; 
 }
.donate_dt1r1io  p{
text-align:center;  
 }
.donate_dt1r3ir{
margin-top:15px;
text-align:center; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
#donate_dt{
width:100%!important;
 }
.donate_dt1l2 ul li{
margin-top:3px; 
margin-bottom:3px;
 }
.donate_dt1r2 h6{
font-size:14px; 
 }
 }

@media (min-width:992px) and (max-width:1200px) {
#donate_dt{
width:100%!important;
 }
 }

@media (min-width:1201px) and (max-width:1300px) {
.donate_dt1l2 ul li{
margin-top:3px; 
margin-bottom:3px;
 }
 }



/*
Template Name: Krishna Temple
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************events****************/
.hero {
  width: 100%;
  min-height: 80vh;
  position: relative;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default-color);
}

.hero img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.hero:before {
  content: "";
  background: color-mix(in srgb, var(--background-color), transparent 60%);
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero .container {
  position: relative;
  z-index: 3;
}

.hero h2 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.hero p {
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 10px 0 0 0;
  font-size: 24px;
}

.hero .btn-get-started {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 35px 10px 35px;
  border-radius: 50px;
  transition: 0.4s;
  margin-top: 30px;
  border: 2px solid var(--default-color);
  color: var(--default-color);
}

.hero .btn-get-started:hover {
  background: var(--accent-color);
  border: 2px solid var(--accent-color);
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 18px;
  }
}
.header {
  color: black;
  background-color: white;
  padding: 20px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header .logo {
  line-height: 1;
}

.header .logo img {
  max-height: 36px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 32px;
  font-weight: 300;
  margin: 0;
  color: var(--heading-color);
}

.header .logo span {
  color: var(--accent-color);
  font-weight: 400;
  font-size: 34px;
  margin-left: 2px;
}

.header .btn-getstarted,
.header .btn-getstarted:focus {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-size: 14px;
  padding: 8px 26px;
  margin: 0;
  border-radius: 4px;
  transition: 0.3s;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
  color: var(--contrast-color);
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

@media (max-width: 1200px) {
  .header .logo {
    order: 1;
  }

  .header .btn-getstarted {
    order: 2;
    margin: 0 15px 0 0;
    padding: 6px 20px;
  }

  .header .navmenu {
    order: 3;
  }
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
@media (min-width: 1200px) {
  .navmenu {
    padding: 0;
  }

  .navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navmenu li {
    position: relative;
  }

  .navmenu>ul>li {
    white-space: nowrap;
    padding: 15px 14px;
  }

  .navmenu>ul>li:last-child {
    padding-right: 0;
  }

  .navmenu a,
  .navmenu a:focus {
    color: black;
    font-size: 25px;
    padding: 0 2px;
    font-family: var(--nav-font);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    transition: 0.3s;
  }

  .navmenu>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--nav-hover-color);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navmenu a:hover:before,
  .navmenu li:hover>a:before,
  .navmenu .active:before {
    visibility: visible;
    width: 100%;
  }

  .navmenu li:hover>a,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-hover-color);
  }

  .navmenu .dropdown ul {
    margin: 0;
    padding: 10px 0;
    background: var(--nav-dropdown-background-color);
    display: block;
    position: absolute;
    visibility: hidden;
    left: 14px;
    top: 130%;
    opacity: 0;
    transition: 0.3s;
    border-radius: 4px;
    z-index: 99;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }

  .navmenu .dropdown ul li {
    min-width: 200px;
  }

  .navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    color: var(--nav-dropdown-color);
  }

  .navmenu .dropdown ul a i {
    font-size: 12px;
  }

  .navmenu .dropdown ul a:hover,
  .navmenu .dropdown ul .active:hover,
  .navmenu .dropdown ul li:hover>a {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navmenu .dropdown .dropdown ul {
    top: 0;
    left: -90%;
    visibility: hidden;
  }

  .navmenu .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: -100%;
    visibility: visible;
  }
}

/* Mobile Navigation */
@media (max-width: 1199px) {
  .mobile-nav-toggle {
    color: var(--nav-color);
    font-size: 28px;
    line-height: 0;
    margin-right: 10px;
    cursor: pointer;
    transition: color 0.3s;
  }

  .navmenu {
    padding: 0;
    z-index: 9997;
  }

  .navmenu ul {
    display: none;
    list-style: none;
    position: absolute;
    inset: 60px 20px 20px 20px;
    padding: 10px 0;
    margin: 0;
    border-radius: 6px;
    background-color: var(--nav-mobile-background-color);
    border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
    box-shadow: none;
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .navmenu a,
  .navmenu a:focus {
    color: var(--nav-dropdown-color);
    padding: 10px 20px;
    font-family: var(--nav-font);
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navmenu a i,
  .navmenu a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
    background-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  }

  .navmenu a i:hover,
  .navmenu a:focus i:hover {
    background-color: var(--accent-color);
    color: var(--contrast-color);
  }

  .navmenu a:hover,
  .navmenu .active,
  .navmenu .active:focus {
    color: var(--nav-dropdown-hover-color);
  }

  .navmenu .active i,
  .navmenu .active:focus i {
    background-color: var(--accent-color);
    color: var(--contrast-color);
    transform: rotate(180deg);
  }

  .navmenu .dropdown ul {
    position: static;
    display: none;
    z-index: 99;
    padding: 10px 0;
    margin: 10px 20px;
    background-color: var(--nav-dropdown-background-color);
    transition: all 0.5s ease-in-out;
  }

  .navmenu .dropdown ul ul {
    background-color: rgba(33, 37, 41, 0.1);
  }

  .navmenu .dropdown>.dropdown-active {
    display: block;
    background-color: rgba(33, 37, 41, 0.03);
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .mobile-nav-toggle {
    color: #fff;
    position: absolute;
    font-size: 32px;
    top: 15px;
    right: 15px;
    margin-right: 0;
    z-index: 9999;
  }

  .mobile-nav-active .navmenu {
    position: fixed;
    overflow: hidden;
    inset: 0;
    background: rgba(33, 37, 41, 0.8);
    transition: 0.3s;
  }

  .mobile-nav-active .navmenu>ul {
    display: block;
  }
}
@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}
.center_event {
    background-image: url(../img/background-3.jpg);
    background-position: center center;
    background-size: cover;
}
.event_1i2{
width:90%;
left:5%;
bottom:-15%;
border-radius:20px 0px 20px 20px;
}
.event_1i3{
width:90%;
bottom:32%;
right:5%;
 }
.event_1i3 span{
line-height:1.4em;
width:60px;
border-radius:20px 20px 0px 0px;
 }
.event_1o{
margin-top:70px!important; 
 }
 
.center_event_dt {
    background-image: url(../img/3.jpg);
    background-position: center center;
    background-size: cover;
}

.event_dt1l1l h5 span{
width:60px;
height:70px;
line-height:70px;
border-radius:0px 0px 30px 30px; 
 }
.event_dt1r1 ul li a{
width:35px;
height:35px;
line-height:35px;
background:#022147; 
color:#fff;
font-size:14px;
border-radius:50%;
transition: 0.3s;
 }
.event_dt1r1 ul li a:hover{
background:#f74f22;
 }
#event{
padding-bottom:150px!important; 
}
#event_dt{
padding-bottom:150px!important; 
}
/*********************events_end****************/


@media screen and (max-width : 767px){
.event_1i1 img{
min-height:240px; 
 }
.event_1i2   h5{
font-size:16px; 
 }
.event_1i2 {
bottom:0;
text-align:center;
 }
.event_1i3 {
top:0;
 }
.event_1i {
margin-top:15px; 
 }
.event_1o{
margin-top:20px!important;  
 }
#event{
padding-bottom:40px!important; 
 }
 
.event_dt1l1l {
margin-top:15px; 
 }
#event_dt{
width:90%!important;
 }
#event_dt h2{
text-align:center;
 }
.event_dt1r{
margin-top:20px;  
 }
#event_dt{
padding-bottom:40px!important; 
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.event_1i1 img{
min-height:240px; 
 }
.event_1i2   h5{
font-size:16px; 
 }

.event_1i2 {
bottom:0;
 }
.event_1i3 {
top:0;
 }
.event_1o{
margin-top:30px!important;  
 }
#event_dt{
width:100%!important;
 }
 }

@media (min-width:992px) and (max-width:1200px) {
.event_1i1 img{
min-height:240px; 
 }
#event_dt{
width:100%!important;
 }
 }

@media (min-width:1400px) and (max-width:2000px) {
.event_1i3 {
    bottom: 25%;
}
 }
 @media only screen and (max-width: 600px) {
.event_1i1 img{
  max-width: 450%;
  width: 99%;
}
}
.navbar .dropdown-toggle::after {
  display: none !important;
}
.footer {
  background-color: #800020;
  color: #fff;
  padding: 40px 0 20px;
}

.footer h5 {
  font-weight: 600;
  margin-bottom: 20px;
}

.footer p,
.footer a {
  color: #fff;
  font-size: 0.95rem;
}

.footer a:hover {
  color: #ffc107;
}

.footer .social-icons a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.footer .social-icons a:hover {
  background: #fff;
  color: #800020;
}

.footer iframe {
  width: 100%;
  height: 200px;
  border-radius: 8px;
  border: none;
}

@media (max-width: 767.98px) {
  .footer {
    text-align: center;
  }
  .footer .social-icons {
    justify-content: center;
  }
  .footer iframe {
    height: 180px;
  }
}


