/*
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>
*/
*,
*::before,
*::after{
box-sizing: border-box;
}

body{
font-family: 'Hind', 'Poppins', sans-serif;
line-height: 1.6;
color: #111;
font-weight:500;
overflow-x: hidden;
}
body.lang-en{
  font-family: 'Poppins', sans-serif;
}
body.lang-hi,
[lang="hi"],
.font-hindi{
  font-family: 'Hind', 'Noto Sans Devanagari', sans-serif;
}
body.lang-hi h1,
body.lang-hi h2,
body.lang-hi h3,
body.lang-hi h4,
body.lang-hi h5,
body.lang-hi h6{
  font-family: 'Hind', 'Noto Sans Devanagari', sans-serif;
}
body.lang-hi{
  font-size: 24.75px;
}
body.lang-hi p{
  font-size: 25.5px;
}
body.lang-hi .font_14{ font-size: 22.5px; }
body.lang-hi .font_13{ font-size: 21px; }
body.lang-hi .font_12{ font-size: 19.5px; }
body.lang-hi .navbar .navbar-nav > .nav-item > .nav-link{
  font-size: 18px !important;
  line-height: 1.2;
}
body.lang-hi .lang-switch .lang-option{
  font-size: 16px;
}
body.lang-hi .center_home .button_2,
body.lang-hi .center_home .button_3{
  font-size: 18px;
}
:root{
  --card-radius: 2px;
  --card-radius-lg: 8px;
  --card-shadow: 0 4px 12px rgba(2,33,71,0.18);
  --card-shadow-hover: 0 8px 20px rgba(2,33,71,0.22);
  --icon-radius: 50%;
  --icon-shadow: 0 6px 16px rgba(0,0,0,0.08);
  --icon-shadow-hover: 0 10px 22px rgba(0,0,0,0.18);
}
p{
font-size:16px; 
color: #767e88;
 }
.card-text{
  transition: color 0.2s ease, opacity 0.2s ease;
}
.card:hover .card-text{
  color: #2f3842;
}
ul{
list-style:none;
padding:0;
 }

h1,h2,h3,h4,h5{
font-family: 'Cinzel', serif;
font-weight:bold;
color: #022147; 
 }
h6{
font-family: 'Cinzel', serif;
color: #022147; 
 }

a{
color: #000;
text-decoration:none;
 }
a:hover{
text-decoration:none;
color:#4ea6ce;
 }
a:focus{
text-decoration:none;
color: #4ea6ce;
 }

.navbar-brand img,
.footer_b1m img{
height: 60px !important;
width: auto;
}
.navbar-brand{
  display: inline-flex;
  align-items: center;
  gap: 0px;
}
.navbar-brand .brand-text{
  display: flex;
  flex-direction: column;
  line-height: 1.1;
  margin-left: -6px;
  padding-top: 2px;
}
.navbar-brand .brand-text .font_14{
  margin-top: 2px;
}

img,
video,
svg,
iframe,
embed,
object{
max-width: 100%;
height: auto;
}
iframe{
border: 0;
}
.map-embed{
display:block;
width:100%;
height:520px;
border:0;
}
@media (max-width: 767px){
  .map-embed{
    height:360px;
  }
}

.hero-carousel{
  --hero-slide-duration: 900ms;
  --hero-blur-duration: 1000ms;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.hero-carousel .carousel-item{
  transition: transform var(--hero-slide-duration) ease, opacity var(--hero-slide-duration) ease;
  backface-visibility: hidden;
  will-change: transform, opacity;
}
.hero-carousel .carousel-inner,
.hero-carousel .carousel-item,
.hero-carousel .carousel-item img{
  height: 100%;
}
.hero-carousel .carousel-item img{
  width: 100%;
  object-fit: cover;
  transition: filter var(--hero-blur-duration) ease, transform var(--hero-blur-duration) ease;
  filter: blur(0);
  transform: translateZ(0);
  will-change: filter, transform;
}
.hero-carousel .carousel-item-next img,
.hero-carousel .carousel-item-prev img,
.hero-carousel .carousel-item.active.carousel-item-start img,
.hero-carousel .carousel-item.active.carousel-item-end img{
  filter: blur(1.5px);
  transform: scale(1.01);
}

@keyframes heroFadeUp{
  from{ opacity: 0; transform: translateY(18px); }
  to{ opacity: 1; transform: translateY(0); }
}
#hero .hero-anim,
#center .hero-anim{
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 1000ms ease, transform 1000ms ease;
}
#hero .hero-anim.is-visible,
#center .hero-anim.is-visible{
  opacity: 1;
  transform: translateY(0);
}
#hero p,
#center p{
  animation-delay: 150ms;
}
#hero ul{
  animation-delay: 300ms;
}

.js-anim .anim-on-scroll{
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.js-anim .anim-slide-left{
  opacity: 0;
  transform: translateX(-32px);
  transition: opacity 750ms ease, transform 750ms ease;
}
.js-anim .anim-slide-right{
  opacity: 0;
  transform: translateX(32px);
  transition: opacity 750ms ease, transform 750ms ease;
}
.js-anim .anim-on-scroll.is-visible,
.js-anim .anim-slide-left.is-visible,
.js-anim .anim-slide-right.is-visible{
  opacity: 1;
  transform: translate(0, 0);
}

.navbar-nav .nav-link{
  position: relative;
}
.navbar-nav .nav-link::after{
  content: '';
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 12px;
  height: 2px;
  background: #4ea6ce;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 200ms ease;
}
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link:focus::after,
.navbar-nav .nav-link.active::after{
  transform: scaleX(1);
}

.border_1,
.shadow_box,
.donate-card,
.donate_panel,
.event-hero-meta .meta-card,
.event-grid .event-card,
.event-hero-card,
.event_dt1l1l,
.event_dt1r1,
.event-gallery-slider,
.contact_1li,
.contact_1r,
.watch_1r,
.timeline-panel,
.timeline-panel-text,
.timeline-panel-image-clean,
.timeline-panel-poster,
.shop_pgdt,
.shop_1dt1,
.shop_1dt2{
  transition: transform 250ms ease, box-shadow 250ms ease;
}
.border_1:hover,
.shadow_box:hover,
.event-grid .event-card:hover,
.event-hero-card:hover,
.contact_1li:hover,
.contact_1r:hover,
.watch_1r:hover,
.timeline-panel:hover{
  transform: translateY(-6px);
  box-shadow: 0 10px 22px rgba(2,33,71,0.2) !important;
}

.donate-card{
  box-shadow: 0 0 0 rgba(2,33,71,0);
  transition: transform 300ms ease 0s, box-shadow 300ms ease 160ms;
}
.donate-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(2,33,71,0.22);
}

.gallery-slide img{
  transition: transform 250ms ease;
}
.gallery-slide:hover img{
  transform: scale(1.02);
}

@media (prefers-reduced-motion: reduce){
  html:not(.force-anim) *{
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.lang-switch{
  display: inline-flex;
  align-items: center;
  border: 1px solid #4ea6ce;
  border-radius: 18px;
  overflow: hidden;
  margin-left: 8px;
  background: #fff;
}
.lang-switch .lang-option{
  border: 0;
  background: transparent;
  color: #022147;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
}
.lang-switch .lang-option.is-active{
  background: #4ea6ce;
  color: #fff;
}
.lang-switch .lang-option:focus{
  outline: none;
}
.navbar-nav{
  align-items: center;
}
.navbar-nav .nav-link{
  transition: color 0.25s ease;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus{
  color: #4ea6ce;
}
.navbar-nav .lang-switch{
  margin-top: 2px;
  height: 32px;
}
.lang-switch .lang-option{
  height: 30px;
}
 
.a_tag:hover{
color:#4ea6ce!important;
 }
.a_tag:focus{
color: #4ea6ce!important;
 }
.a_tag1:hover{
color:#767e88!important;
 }
.a_tag1:focus{
color: #767e88!important;
 }

 
.button,
.button_1,
.button_2,
.button_3,
.button_4,
.btn-primary,
.btn-outline,
.btn-donate{
transition: 0.3s;
padding: 17px 40px 17px 40px;
display: inline-block;
text-transform:uppercase;
font-size:15px;
font-weight:bold;
letter-spacing:1px;
position:relative;
overflow:hidden;
border-radius: 8px;
}

/* Primary CTA */
.btn-primary,
.button,
.button_1{
background: linear-gradient(135deg, #4ea6ce 0%, #022147 100%);
border: 2px solid rgba(78, 166, 206, 0.5);
box-shadow: 0 4px 12px rgba(78, 166, 206, 0.3);
color:#fff;
font-family: 'Cinzel', serif;
}
.btn-primary:before,
.button:before,
.button_1:before{
content: '';
position: absolute;
top: 0;
left: -100%;
width: 100%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
transition: left 0.5s;
}
.button_1{
  transition-duration: 0.6s;
}
.button_1:before{
  transition-duration: 0.8s;
}
.btn-primary:hover:before,
.button:hover:before,
.button_1:hover:before{
left: 100%;
}
.btn-primary:hover,
.button:hover,
.button_1:hover{
box-shadow: 0 6px 20px rgba(78, 166, 206, 0.5);
transform: translateY(-2px);
color:#fff;
}

/* Secondary/Outline */
.btn-outline,
.button_2,
.button_3,
.button_4{
background: transparent;
border: 2px solid #4ea6ce;
color: #ffffff;
}
.btn-outline:hover,
.button_2:hover,
.button_3:hover,
.button_4:hover{
background: rgba(78, 166, 206, 0.1);
border-color: #ff9933;
color: #ff9933;
}

/* Donation/Special Action */
.btn-donate{
background: linear-gradient(135deg, #ff9933 0%, #d4af37 100%);
border: 2px solid rgba(255, 153, 51, 0.5);
box-shadow: 0 4px 12px rgba(255, 153, 51, 0.4);
color:#fff;
font-family: 'Cinzel', serif;
}
.btn-donate:hover{
box-shadow: 0 6px 20px rgba(255, 153, 51, 0.5);
transform: translateY(-2px);
color:#fff;
}


.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: #4ea6ce!important;
 }
.bg_blue{
background-color: #022147!important;
 }
.bg_light{
background-color: #f2f4f8!important;
 }
.bg_oran{
background-color: #4ea6ce!important;
 }
.bg_back{
background-color: rgba(2,33,71,0.55)!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; 
 }

/* Standard card style */
:where(
  .shadow_box,
  .contact_1li,
  .contact_1r,
  .watch_1r,
  #story .container-xl,
  .about_pg1l1,
  .about_pg1l4,
  .timeline-panel,
  .timeline-panel-text,
  .timeline-panel-image-wrapper,
  .timeline-panel-poster,
  .timeline-panel-image-collage,
  .event-hero-card,
  .event-grid .event-card
){
  border-radius: var(--card-radius) !important;
  box-shadow: var(--card-shadow) !important;
  background-clip: padding-box;
}
.event-hero-card{
  border-radius: var(--card-radius-lg) !important;
}
.event-grid .event-card:hover{
  box-shadow: var(--card-shadow-hover) !important;
}

/* Socials sidebar */
.social-sidebar{
position: fixed;
right: 16px;
top: 50%;
transform: translateY(-50%);
z-index: 999;
background: #f8f9fa;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(2,33,71,0.18);
padding: 10px 8px;
}
.social-sidebar ul{
margin: 0;
}
.social-sidebar li{
display: block;
margin: 8px 0;
}
.social-sidebar a{
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
background: #ffffff;
box-shadow: 0 6px 16px rgba(0,0,0,0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.social-sidebar a i{
font-size: 18px;
}
.social-sidebar a:hover{
transform: translateX(-4px) scale(1.04);
box-shadow: 0 10px 22px rgba(0,0,0,0.18);
background: #f1f3f5;
}
.social-sidebar a:focus{
outline: none;
}
.social-sidebar a.facebook i{
color: #1877F2;
}
.social-sidebar a.instagram i{
color: #E1306C;
}
.social-sidebar a.whatsapp i{
color: #25D366;
}

/* Footer social icons - align with sidebar style */
.footer_b1r ul li a{
display:flex !important;
align-items:center;
justify-content:center;
width:40px !important;
height:40px !important;
line-height:40px !important;
border-radius: var(--icon-radius) !important;
background:#ffffff !important;
color:#022147 !important;
box-shadow: var(--icon-shadow) !important;
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.footer_b1r ul li a:hover{
transform: translateY(-3px);
box-shadow: var(--icon-shadow-hover) !important;
background:#f1f3f5 !important;
}
.footer_b1r ul li a i{
font-size:18px;
display:block;
line-height:1;
transition: color 0.2s ease;
}
.footer_b1r ul li a .fa-facebook-f{
color:#1877F2;
transition: color 0.2s ease;
}
.footer_b1r ul li a .fa-instagram{
color:#E1306C;
transition: color 0.2s ease;
}
.footer_b1r ul li a .fa-whatsapp{
color:#25D366;
transition: color 0.2s ease;
}
.footer_b1r ul li a:hover .fa-facebook-f{
color:#1877F2;
}
.footer_b1r ul li a:hover .fa-instagram{
color:#E1306C;
}
.footer_b1r ul li a:hover .fa-whatsapp{
color:#25D366;
}
/* Inline social icons (match sidebar style) */
.shop_1dt1irnl ul li a{
display:flex;
align-items:center;
justify-content:center;
width:40px;
height:40px;
border-radius:50%;
background:#ffffff;
box-shadow: 0 6px 16px rgba(0,0,0,0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.shop_1dt1irnl ul li a:hover{
transform: translateY(-3px);
box-shadow: 0 10px 22px rgba(0,0,0,0.18);
background:#f1f3f5;
}
.shop_1dt1irnl ul li a i{
font-size:18px;
display:block;
line-height:1;
transition: color 0.2s ease;
}
.shop_1dt1irnl ul li a .fa-facebook-f{
color:#1877F2;
transition: color 0.2s ease;
}
.shop_1dt1irnl ul li a .fa-instagram{
color:#E1306C;
transition: color 0.2s ease;
}
.shop_1dt1irnl ul li a .fa-whatsapp{
color:#25D366;
transition: color 0.2s ease;
}
.shop_1dt1irnl ul li a:hover .fa-facebook-f{
color:#1877F2;
}
.shop_1dt1irnl ul li a:hover .fa-instagram{
color:#E1306C;
}
.shop_1dt1irnl ul li a:hover .fa-whatsapp{
color:#25D366;
}
@media (max-width: 768px){
  .social-sidebar{
    right: 10px;
    padding: 8px 6px;
  }
  .social-sidebar a{
    width: 36px;
    height: 36px;
  }
}
.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:#4ea6ce;
}

.p_4{
padding-top:40px;
padding-bottom:40px; 
 }

.footer_compact{
padding-top:10px !important;
}

.border_1{
border:1px solid #efefef;
 }
.border_2{
 border-left:3px solid #4ea6ce;
 }

.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****************/
.nav_hide:after{
display:none; 
 }
.navbar{
background:#fff;
width:83%;
margin-left:auto;
margin-right:auto;
 }
.navbar-collapse {
align-items:start;
}

#header .navbar-brand{
font-size:26px;
margin:0;
padding:0;
line-height: 0.4em;
text-transform:uppercase;
padding-left:5px!important;
 }

#header .navbar-brand span {
margin-left: 5px;
}
#header .nav-link{
padding: 25px 15px;
color: #022147;
font-weight: bold;
text-transform:uppercase;
font-size:13px;
 }
#header .nav-link:hover{
background:none;
color:#4ea6ce;
 }
#header .nav-link:focus{
background:none;
color:#4ea6ce;
 }
#header .active{
background:none;
color:#4ea6ce;
 }

#header .drop_1{
min-width:230px;
border-radius:0;
margin-top:0px!important;
border:none;
    transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease, color 250ms ease, border-color 250ms ease;
background:#fff;
padding:0;
left:auto!important;
border:1px solid #efefef;
 }
#header .drop_1 li{
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(78, 166, 206, 0.35);
border-bottom:1px solid #efefef;
 }
#header .drop_1 a{
padding-top:15px;
padding-bottom:15px;
color: #767e88;
background:#fff;
font-size:15px;
font-weight:500;
 }
#header .drop_1 a:hover{
background:none;
color:#4ea6ce;
 }

#header  .drop_search{
min-width:280px; 
left:auto!important;
right:0!important;
 }
.sticky {
position: fixed;
top: 0;
width: 100%!important;
background-color:#fff!important;
border-radius:0;
box-shadow: 0 4px 12px rgba(2,33,71,0.18);
}
.sticky {
top: -40px;
transform: translateY(40px);
transition: transform .3s;
z-index:3!important;
}

.nav_hide{
    font-size: 20px;
}

li.nav-item.dropdown svg {
    opacity: 1;
    width: 1rem;
    color: #022147;
    height: 1rem;
    margin-left: .25rem;
    margin-right: -.25rem;
    font-size: 10px;
    margin-top: -6px;
}


.dropdown-toggle::after {
    display: none;
}

/* Forward */
.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.drop_cart{
min-width:320px; 
padding:20px 15px;
border-radius:0!important;
border:1px solid #efefef!important;
background:#fff;
left:auto!important;
right:0!important;
 }
.drop_1i{
border-bottom:1px solid #efefef;
padding-bottom:10px;
 }
.drop_1i1l span i{
display:inline-block;
text-align:center;
font-size:20px;
margin-top:10px;
cursor:pointer; 
color:#4ea6ce;
transition: 0.3s;
 }
.drop_1i1l span i:hover{
color:#4ea6ce;
 }
.drop_1i1{
padding-top:10px;
padding-bottom:10px;
border-bottom:1px solid #efefef;
 }
.drop_1i2{
padding-top:10px;
padding-bottom:10px; 
 }
 
.navbar-nav{
margin-top:5px; 
 }
.main_1{
z-index:5!important;  
  }
/*********************header_end****************/


/*********************common****************/
.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: #4ea6ce;
 border:1px solid #4ea6ce;
 }
.pages ul li a:hover{
 color: #fff!important;
 }
.act{
background:#4ea6ce!important;
border:1px solid #4ea6ce!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: 0 4px 12px rgba(2,33,71,0.18);
 }
.carousel-indicators [data-bs-target] {
 background-color:#4ea6ce; 
}

.input-group .form-control{
height:auto; 
 }
.input-group .form-control:focus{
box-shadow:none;
 }
.form-check .form-check-input:checked {
background-color: #4ea6ce;
border-color: #4ea6ce;
}
.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 #4ea6ce;
 }
.center_o1r{
margin-top:50px; 
 }
 
.head_1:before {
    display: inline-block;
    width: 15%;
    height: 4px;
  background-color: #4ea6ce;
    vertical-align: middle;
    margin-right: 3%;
    content: "";
}
.shop_pg1r1 h6 a:hover{
 background: #4ea6ce!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: #4ea6ce;
  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: #4ea6ce;
  color:#fff;
 }
.center_team {
    background-image: url(../img/3.jpg);
    background-position: center center;
    background-size: cover;
}
/*********************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: rgba(2,33,71,0.55);
 }
.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:#4ea6ce!important;
transition: 0.3s;
 }
.team_1i1i1{
top:14px;
right:13%;
 }
/*********************team_end****************/

/*********************donate****************/
.donate_2li1 .progress-bar {
  background: #4ea6ce;
    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: 0 4px 12px rgba(2,33,71,0.18);
width:40px;
height:40px;
line-height:40px;
text-align:center;
background:#fff; 
transition: 0.3s;
 }
.shop_1im1i1 ul li a:hover{
background:#4ea6ce;
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 a,
#footer_b a{
  transition: color 0.25s ease;
}
#footer a:hover,
#footer a:focus,
#footer_b a:hover,
#footer_b a:focus{
  color: #4ea6ce;
}
#footer_b{
border-top:1px solid #022147;
padding-top:6px;
padding-bottom:6px;
 }
.footer_b1{
align-items:center;
}
.footer_b1m{
padding:6px 12px!important;
}
.footer_b1m h3 a{
display:inline-grid;
grid-template-columns:auto 1fr;
column-gap:8px;
align-items:center;
}
.footer_b1m h3 img{
grid-row:1 / span 2;
align-self:center;
}
.footer_b1m h3{
font-size:26px;
margin:0;
padding:0;
line-height:1.05;
text-transform:uppercase;
text-align:center;
 }

.footer_b1m h3 span {
display:block;
margin-left: 0;
margin-top: 2px;
}
.footer_b1r ul li a{
width:40px;
height:40px;
line-height:40px;
background:#ffffff;
color:#022147; 
box-shadow: var(--icon-shadow);
transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
 }
.footer_b1r ul li a:hover{
background:#f1f3f5;
box-shadow: var(--icon-shadow-hover);
 }
.footer_b1l{
padding-top:2px;
 }
.footer_b1r{
padding-top:2px;
display:flex;
justify-content:flex-end;
align-items:center;
text-align:right;
width:100%;
 }
.footer_b1r ul{
margin-left:auto;
}
.footer_m2{
top:-19%; 
 }

#footer{
padding-top:50px!important; 
 }
/*********************footer_end****************/



@media (max-width: 767px){
.p_4{
  padding-top:28px;
  padding-bottom:28px;
}
.navbar-collapse{
max-height:300px;
overflow-y:scroll; 
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-nav{
  align-items: stretch;
}
.navbar-nav .lang-switch{
  width: 100%;
  margin: 10px 0 6px;
  justify-content: center;
}
.navbar-nav .lang-switch .lang-option{
  flex: 1 1 0;
}

.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.footer_compact{
padding-top: 0!important;
}
.footer_compact{
padding-top: 6px!important;
padding-bottom: 20px!important;
}
.footer_compact .footer_1{
margin-top:0!important;
}
.footer_compact .footer_1l{
margin-top:0!important;
margin-bottom:6px;
}
.footer_compact .footer_b1m{
margin-top:6px;
}
.footer_1l{
margin-top:28px;
margin-bottom:8px; 
margin-left:10px; 
 }
.footer_1l h4{
  font-size: 27px;
  
 }
.footer_3ism h6{
margin-top:10px!important; 
 }
.footer_b1m {
margin-top:10px; 
 }
#footer_b{
padding-top:6px;
padding-bottom:6px;
 }
.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;
	font-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:0;
margin-top:4px;
 }
.footer_b1m {
padding:6px 12px!important;
 }
.footer_b1r ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.footer_b1r ul li a i{
  transition: color 0.2s ease;
}
.footer_b1r ul li a .fa-facebook-f{
  color: #1877F2;
  transition: color 0.2s ease;
}
.footer_b1r ul li a .fa-instagram{
  color: #E1306C;
  transition: color 0.2s ease;
}
.footer_b1r ul li a .fa-whatsapp{
  color: #25D366;
  transition: color 0.2s ease;
}
.footer_b1r ul li a:hover .fa-facebook-f{
  color: #1877F2;
}
.footer_b1r ul li a:hover .fa-instagram{
  color: #E1306C;
}
.footer_b1r ul li a:hover .fa-whatsapp{
  color: #25D366;
}
.footer_b1l{
padding-top:0; 
 }
.footer_b1r{
padding-top:0; 
 }
#footer_b{
padding-top:6px;
padding-bottom:6px;
 }
.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%;
 }
 }

