@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');


body {
font-family: 'IBM Plex Sans Arabic', sans-serif;
font-style: normal;
color: #83868c;
overflow-x: hidden;
}
.english-font{
    font-size: 16px !important;
}
.top-bar{
    display: none;
}
.logo {
       animation: pulse 2s ease-in-out infinite;
}
body.english-lang .navbar-nav .nav-link{
    font-size:75%;      /* 25% smaller */
    /* किंवा font-size:14px; */
}
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.85;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.logo{
    width: auto;
    height: 114px;
    padding-top: 0px;
    padding-bottom: -14px;
    z-index: 9;
}



.slider-text h1 {
text-transform: lowercase;
/* left: 33%; */
color: #fff;
font-weight: bolder;
font-size: 55px;
letter-spacing: 2px;
margin-bottom: 25px;
}
video {
right: 0;
bottom: 0;
width: 100%;
height: 796px;
z-index: -1;
margin-top: -13px;
}
.btn-animated {
  
    background: linear-gradient(
        270deg,
        #06b6d4,
        #3b82f6,
        #8b5cf6,
        #ec4899
    );
    background-size: 600% 600%;
    animation: gradientMove 5s ease infinite;
    color: white;
    font-weight: 600;
    border: none;
}

@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.menubar .btn-primary {
    border-radius: 94px;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #fff;
    padding-left: 21px;
    padding-right: 21px;
    background-color: #af292c;
    border-color: #009fdd;
      transition: all 0.4s ease-in-out;
}




 i:hover{
        transform: rotate(0deg);

 }
.menubar .btn-primary:hover{
  position: absolute;

  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-image: linear-gradient(90deg, rgba(var(--theme-default), 0.9) 0%, rgba(var(--theme-default), 1) 100%);
  z-index: -1;
  transition: all 0.4s ease-in-out;
  -webkit-mask: linear-gradient(90deg, rgba(var(--theme-default), 0.9) 0%, rgba(var(--theme-default), 1) 100%);
  mask-composite: exclude;
}

/*.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     background: linear-gradient(180deg, rgb(240 238 240 / 23%) 34.56%, rgb(169 120 8 / 55%) 59.22%), linear-gradient(180deg, rgb(232 222 215 / 0%) 7.55%, rgb(255 255 255 / 0%) 24.9%);
   
 
    height: 100%;
    width: 100%;
    z-index: 8;

}*/
.badge{
position: absolute;
float: right;
margin: 0;
right: 35px;
width: 22px;
border-radius: 28px;
background: #e91e63 !important;
}
.navbar {
position: relative;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding-top: 0rem; 
padding-bottom: 0rem;
    height: 119px;


}

.footer-col-3-3 {
    padding-left: 0px;
    margin-left: 0px;
    border-left: 1px solid rgb(255 255 255);
}
.team h3{
    color: #000;
    font-weight: bold;

}

.team p {
    font-size: 17px;
    color: #000;
    /* font-weight: 600; */

    
}
.team ul li{
font-size: 17px;
color: #000;
list-style: none;
}

.team ul li
.fa  {
    font-weight: 900;
    margin-left: -23px;
}
.team  ul strong{
font-size: 19px;
}
.why2 ul li{
font-size: 17px;
color: #000;
list-style: none;
}
.why2 ul strong{
font-size: 25px;
}
.why2 ul li
.fa  {
    font-weight: 900;
    margin-left: -23px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
    text-transform: capitalize;
    font-size: 17px !important;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin: -3px 0px;
    line-height: 17px;
    padding-left: 8px;
    border-radius: 10px;
    padding-right: 8px;
    background: #d9c79d33;
}

.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show.nav-link {
color: #000;
}

.navbar-nav {
display: flex;
flex-direction: column;
margin-bottom: 0;
list-style: none;
margin-left: 40px;
}
.inq{
float: right;
margin-top: -5px;
z-index: 999;
position: relative;
margin-left: 12px;
display: none;
}
.top-bar ul{
float: right;
    margin-top: -29px;
margin-left: 15px;
text-align: right;
}
.top-bar ul li{
display: inline;
    color: #fff;
margin-right: 12px;
font-size: 16px;
}

.small-text{
color: #fe7720;
font-size: 18px;
}

.title{ 
position: relative;
display: block;
font-size: 34px;
line-height: 1.28em;
letter-spacing: 1px;
color: #190c64;
    margin-bottom: 16px;
font-weight: BOLD;
text-transform: capitalize;
margin-top: 15px;
font-family: "Tilt Warp", sans-serif;

}

.title-border {

&:before, &:after {
content: '';
display: inline-block;
width: 100px;
height: 3px;
vertical-align: middle;
    background-color: #bc701e;

}
&:before {
    margin-right: 10px;
  }
  &:after {
    margin-left: 10px;
  }
}
.carousel-indicators [data-bs-target] {
margin-bottom: 10px;
}
.carousel-control-prev-icon {
/* margin-top: 150px; */
/* background: #ffd360; */
margin-top: 97px;
/* border-radius: 50px; */
/* background: #0c0503; */
/* color: #f00; */
/* height: 20px; */
margin-left: -46px;
/* width: 20px; */
/* border: 2px solid #f35930; */
/* color: #f00; */
}
.carousel-control-next-icon{
margin-top: 150px; 
margin-left: 132px;
/* background: #ffd360; */
margin-top: 97px;
/* border-radius: 50px; */
/* background: #0c0503; */
color: #d7cbcb;
/* height: 20px; */
/* width: 20px; */
/* border: 2px solid #f35930; */
}

     
     
   .blog-section{
    background:#f8fafc;
}


.blog-section h5{
    font-size:20px;
    font-weight:700;
    color:#000;
    margin:15px 0;
}

.blog-card{

    background:#fff;
    border-radius:20px;
    overflow:hidden;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.5s;
    position:relative;

}


.blog-card:hover{

    transform:translateY(-12px);

    box-shadow:0 25px 55px rgba(0,0,0,.18);

}

.blog-img{

    overflow:hidden;
    position:relative;

}

.blog-img img{

    width:100%;
    height:260px;
    object-fit:cover;

    transition:.8s;

}

.blog-img::after{

    content:'';
    position:absolute;

    left:0;
    top:0;

    width:100%;
    height:100%;

    background:linear-gradient(180deg,
    rgba(0,0,0,0),
    rgba(0,0,0,.45));

    opacity:0;

    transition:.5s;

}

.blog-card:hover .blog-img img{

    transform:scale(1.15) rotate(2deg);

}

.blog-card:hover .blog-img::after{

    opacity:1;

}

.blog-content{

    padding:30px;

}

.blog-date{

    display:inline-block;

    color:#d49b26;

    font-size:14px;
    font-weight:600;

    margin-bottom:15px;

}

.blog-content h4{

font-size:24px;

color:#163269;

margin-bottom:5px;

transition:.4s;

}

.blog-card:hover h4{
color:#d49b26;
}

.blog-content p{

    color:#000;
    line-height:28px;

}

.read-btn{

    display:inline-block;

    margin-top:18px;

    color:#163269;

    font-weight:600;

    text-decoration:none;

    transition:.4s;

}

.read-btn:hover{

    color:#d49b26;

    transform:translateX(10px);

}

.blog-card::before{

    content:'';

    position:absolute;

    width:100%;

    height:5px;

    background:linear-gradient(to right,#d49b26,#163269);

    left:-100%;

    top:0;

    transition:.5s;

}

.blog-card:hover::before{

    left:0;

}

/*.blog-section*/

.section-title p{
    color:#666;
}

.blog-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
    gap:30px;
}

.blog-card{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
        margin-bottom: 25px;
            height: 506px;

}

.blog-card:hover{
    transform:translateY(-8px);
}

.blog-card img{
    width:100%;
    height:230px;
    object-fit:cover;
}

.blog-content{
    padding:25px;
}

.blog-content h3{
    color:#8B4513;
    margin-bottom:15px;
    font-size:24px;
}

.blog-content p{
    color:#555;
    line-height:1.7;
    margin-bottom:20px;
}

.blog-content a{
    color:#d97706;
    text-decoration:none;
    font-weight:600;
}

.blog-content a:hover{
    color:#8B4513;
}


/*.blog-section-end*/
.sec-client p{
font-size: 17px;
color: #000;
margin-top: 3px;
}
.sec-client h3{
ont-variant-position: 30px;
color: #000;
font-size: 49px;
}
.top-bar .text-left {
background: #00643b;
height: 47px;
height: 47px;
}

.top-bar p {
color: #fff;
    padding-top: 13px;
height: 26px;
}
.top-bar .text-right {
background-color: #8fb969;
height: 47px;
}
.d-img {
position: absolute;
z-index: 9;
top: 68px;
right: 144px;
width: 37%;
height: 572px;
}

.slider-tex {
position: absolute;
z-index: 9;
    top: 325px;
margin-left: 124px;

}
.slider-tex span{
    color: #f6882d;

}
.slider-tex h3{
font-size: 35px;
color: #000;
}
.slider-tex h2{
color: #000;
font-size: 60px;
font-weight: bolder;
}
.slider-tex p {
color: #fff;
    color: #fff;
    font-size: 37px;
    font-weight: bold;
}

.back-box{
background: #040102ad;
padding: 37px;
margin: 22px;
position: absolute;
top: 528px;
}
.back-box h2{
font-size: 23px;
color: #fff;
}
.back-box p{
font-size: 14px;
color: #ede9e9;

}
.why p{
font-size: 23px;
color: #fff;
}
.patient{
    height: 316px;
}





.patient2 .box .fa {
    /* position: relative; */
    float: left;
    /* padding-right: 25px; */
    top: 34px;
    padding-left: 8px;
    /* margin-top: 22px; */
    font-size: 65px;
    padding: 17px;
        color: #00afd5;

}

 

.patient2 .box img {
    height: 114px;
    width: 133px;
    /* border-bottom: 6px solid #01abcf; */
    /* opacity: 0.3; */
    position: relative;
    /* right: 29px; */
    bottom: 4px;
    border-radius: 10px;

}

    



.patient2 .box {
    /* height: 196px; */
    margin: 10px;
    /* border-left: 2px solid #fff; */
    /* background: #fff; */
    /* position: relative; */
    bottom: 123px;
    /* border-radius: 17px; */
    margin: auto;
    padding: 12px;
    /* border-bottom: 7px solid #01abcf; */
    text-align: center;
}


.patient2 .box h3 {
       font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 22px;
    text-align: left;
}
.patient2 .box p{
    /* text-align: left; */
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    /* margin-top: -8px; */

}
.swagat p{
        text-align: center!important;
    font-size: 19px;
    line-height: 36px;
}



.esp h3 {
color: #fff;
position: relative;
z-index: 9;
padding: 10px;
padding-left: 26px;
text-align: center;

background: #f00;
width: 124px;
margin: auto;
margin-top: 265px;
font-size: 22px;
}
.esp .img{
width: 44%;
height: 520px;
margin-top: 36px;
position: absolute;
margin-left: -21px;
z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;

}
.esp .line{
     color: #f00;
     height: 487px;
    position: absolute;
    width: 590px;
    margin-left: -52px;
    margin-top: 96px;
    border: 1px solid;


}
.esp .line2{
color: #f00;
    height: 480px;
position: absolute;
margin-top: 103px;
width: 615px;
margin-left: 41px;
border: 1px solid;

}
.parallax-why h2{

color: #fff;
font-weight: bold;
text-align: center;
margin-top: 43px;
}
.parallax-why p{
font-size: 17px;
color: #fff;
margin-top: 20px;
}
.menubar{
background-color: #fff;
/*position: absolute;*/
z-index: 3;
width: 100%;
    height: 122px;


border-right: 8px solid #a8292a;
padding-bottom: -7px;
}
.bg-light{
background: #fff !important 
}
.dropdown-menu[data-bs-popper] {
margin-top: 42px;
margin-top: 1.125rem;
}



/*.kapil-section*/




.kapil-section p{
  color: #fff;



}

.sub-title{

    color:#d09b19;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;

}

.section-title{

    font-size:42px;
    color:#163269;
    font-weight:700;
    margin:15px 0;

}

.kapil-card{

    background:#fff;
    padding:45px;
    border-radius:20px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.5s;

}

.kapil-card:hover{

    transform:translateY(-10px);

}

.kapil-card h3{

    color:#163269;
    margin-bottom:20px;

}

.element-box{

    background:#fff;
    border:1px solid #eee;
    border-radius:15px;
    padding:25px;
    text-align:center;
    transition:.5s;

}

.element-box:hover{

    background:#163269;
    color:#fff;
    transform:translateY(-10px);

}
.element-box h4{
  color: #000;
}
.element-box p{
  color: #000;
}

.element-box:hover h4,
.element-box:hover p{

    color:#fff;

}

.icon{

    width:70px;
    height:70px;
    border-radius:50%;
    background:#d09b19;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
    margin:auto;
    margin-bottom:20px;
    transition:.5s;

}

.element-box:hover .icon{

    transform:rotate(360deg);

}

.quote-box{

    background:#163269;
    color:#fff;
    padding:30px;
    border-left:5px solid #d09b19;
    border-radius:12px;
    line-height:30px;

}

.importance-card{

    background:linear-gradient(135deg,#163269,#0e4f92);

    color:#fff;

    padding:45px;

    border-radius:20px;

    box-shadow:0 20px 50px rgba(0,0,0,.15);

    transition:.5s;

}

.importance-card:hover{

    transform:scale(1.03);

}

.importance-card h3{

    margin-bottom:20px;

}

.importance-card ul{

    padding:0;
    margin-top:25px;
    list-style:none;

}

.importance-card li{
color: #fff;
    padding:12px 0;
    border-bottom:1px solid rgba(255,255,255,.15);

}

.importance-card li:last-child{

    border:none;

}

.importance-card i{

    color:#ffcb47;
    margin-right:10px;

}
/*.kapil-section-end*/

/*saint-section*/
.saint-section{

}
    .saint-section .saint-info p{
        color: #fff;
    }

.saint-section h5{
    font-size: 30px;
    font-weight: bold;
color: #000;
text-align: center;
}



.saint-info{

    background:#163269;
    color:#fff;
    padding:40px;
    border-radius:20px;
    height:100%;
    transition:.5s;

}

.saint-info:hover{

    transform:translateY(-10px);

}

.saint-info img{

    border-radius:15px;
    transition:.6s;

}

.saint-info:hover img{

    transform:scale(1.05);

}

.saint-card{

    display:flex;
    flex-direction:column;
    gap:25px;

}
.saint-item2  .saint-icon {
    width: 40px;
    height: 61px;
    min-width: 60px;
    }
.saint-item2 {

      display:flex;
    align-items:center;

    background:#fff;

    padding:6px !important;

    border-radius:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.5s;

    border-left:5px solid transparent;

    }
.saint-item2 h4 {
    color: #163269;
    margin-bottom: 8px;
    font-weight: 700;
}
.saint-item{

    display:flex;
    align-items:center;

    background:#fff;

    padding:25px;

    border-radius:18px;

    box-shadow:0 10px 35px rgba(0,0,0,.08);

    transition:.5s;

    border-left:5px solid transparent;

}

.saint-item:hover{

    transform:translateX(12px);

    border-color:#c89518;

    box-shadow:0 20px 45px rgba(0,0,0,.15);

}

.saint-icon{

    width:75px;
    height:75px;

    min-width:75px;

    background:#163269;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:28px;

    margin-right:25px;

    transition:.6s;

}

.saint-item:hover .saint-icon{

    background:#c89518;

    transform:rotate(360deg);

}

.saint-item h4{

    color:#163269;

    margin-bottom:8px;

    font-weight:700;

}

.saint-item p{

    color:#666;

    margin:0;

    line-height:28px;

}
/*saint-section*/
/*--------------- sec-registration ------------*/
.registration{
margin-top: -24px;
margin-bottom: -30px; 
}
.registration .card-body h2{
color: #000;
font-size: 21px !important;
font-weight: bold;
padding-top: 40px;
}
.registration .card-body h2:hover{
color: #fff;
}
.registration .card-body p{
color: #000;
font-size: 17px;
margin-left: 14px;
}
.registration .card-body p:hover{
color: #fff;
}
.registration .card-body{
height: 319px; 
width: 100%;
height: 303px;
width: 100%;
margin-bottom: 30px;
}
.registration .bg-color {
position: fixed;
left: 1px;
bottom: 78px;
margin: 0;
font-size: 28px;
width: 49px;
height: 50px;
background: #f35930;
z-index: 9999;
border: 1px solid#fff;
}
.registration .icone1 {
position: fixed;
left: 0px;
color: #ffffff;
font-size: 28px;
z-index: 9999;
padding: 10px;
animation-name: spin;
animation-duration: 4000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes spin {
from {
transform:rotate(0deg);
}
to {
transform:rotate(360deg);
}
}
/*.mission-section*/
    


.mission-content{
position:relative;
z-index:2;
padding-left:60px;
}
.small-title{
  color:#ffffff;
  font-size:24px;
  font-weight:600;
}

.line{

    width:120px;
    height:3px;

    background:#b88a3a;

    margin:15px 0 25px;

}

.mission-content h2{
color:#dcb74b;
font-size: 45px;
line-height:1.15;
margin-bottom:40px;
font-weight:600;
}

.watch-btn{

    display:inline-block;

    padding:20px 45px;

    border:3px solid rgba(255,255,255,.25);

    color:#dcb74b;

    text-decoration:none;

    font-size:26px;

    font-weight:bold;

    border-radius:10px;

    transition:.4s;

    background:rgba(255,255,255,.03);

}

.watch-btn:hover{

    background:#dcb74b;
    color:#07124c;

}

.play-button{
    position: absolute;
    left: 66%;
    top: 59%;
    transform: translate(-50%,-50%);
    width: 102px;
    height: 102px;
    border-radius: 50%;
    background: rgba(0,0,0,.45);
    border: 5px solid rgba(255,255,255,.18);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    transition: .4s;


}

.play-button i{

    color:#fff;

    font-size:58px;

    margin-left:8px;

}

.play-button:hover{

    transform:translate(-50%,-50%) scale(1.08);

    background:#dcb74b;

}

.play-button:hover i{

    color:#07124c;

}



/*.mission-section end*/
/*highlight-section */

.highlight-section   p{
    color:#000;
    font-size:17px;
   
    text-align: center;
}


.highlight-section .feature-card{
     background: #fff;
     padding: 17px 6px;
    border-radius: 18px;
    text-align: center;
    position: relative;
    overflow: hidden;
    height: 310px;
    margin-bottom: 31px;
    transition: .4s;
    border: 2px solid transparent;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

.highlight-section .feature-card::before{

    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#ff9800,#ff5722);
    transition:.4s;

}

.highlight-section .feature-card:hover{

    transform:translateY(-12px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
    border-color:#ff9800;

}

.highlight-section .feature-card:hover::before{
    height:100%;
    opacity:.06;
}


.highlight-section .icon{
    width: 93px;
    height: 93px;
    background:linear-gradient(135deg,#ff9800,#ff5722);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:40px;
    margin:auto;
    color:#fff;
    transition:.5s;
    box-shadow:0 10px 25px rgba(255,152,0,.35);

}
.highlight-section .icon img{
    width: 69px;
    height: 69px;
}

.feature-card:hover .icon{

    transform:rotateY(180deg) scale(1.1);

}

.highlight-section .feature-card h3{
    margin-top: 25px;
    margin-bottom: 15px;
    color: #222;
    font-size: 17px;
    font-weight: bold;


}

.highlight-section .feature-card p{
    color: #000;
    line-height: 1.6;
    font-size: 15px;


}
/**/

/*---------------mission-section -----------------------*/

.mission-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;
}

.mission-box{
 display: flex;
    align-items: flex-start;
    gap: 13px;
    height: 169px;
    padding: 16px;
    transition: .4s;
    margin-top: 10ox;
    border-radius: 11px;
    margin-top: 19px;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
    background: #01020a;




}
/*.mission-box:hover{
        background: #fff4c9;
}*/
.mission-section .mission-box:after {
    content: "";
    height: 100%;
    width: 0;
background: #fff4c9;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.mission-section .mission-box:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;

}

.mission-section .mission-box:hover{
    transform:translateY(-8px);
}

.icon{
    width: 76px;
    height: 76px;
    border-radius:50%;
    border:2px solid #e5e5e5;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:38px;
    background: #fff;
    color:#142b72;
    transition:.4s;
    flex-shrink:0;
}

.mission-box:hover .icon{
    background:#142b72;
    color:#fff;
    border-color:#142b72;
}
.mission-box:hover p{
  
    color:#000;
 
}
.mission-box:hover h3{
  
    color:#000;
 
}


.mission-text h3{
    margin-bottom: 7px;
    font-size: 19px;
    font-weight: bold;
    color: #fff;


}
.mission-section .icon img{
width: 49px;
    height: 49px;

}


 .mission-section .icon {
    font-size: 38px;
    margin-bottom: 47px;
    }

.mission-text p{
color:#fff;
line-height: 1.5;
    font-size: 16px;
}



.map-box img{
width:100%;
}




/*---------------mission-section end -----------------------*/


/* .kapil-image-card*/
 .kapil-image-card p{
  font-weight: 17px;
  color: #fff;
}

.kapil-box{

    background:#fff;

    padding:40px;

    border-radius:20px;

    box-shadow:0 15px 35px rgba(0,0,0,.08);

    transition:.5s;

}

.kapil-box:hover{

    transform:translateY(-10px);

}

.kapil-box h3{

    color:#163269;
    margin-bottom:15px;

}

.gyan-item{

    background:#163269;

    color:#fff;

    text-align:center;

    padding:18px;

    border-radius:12px;

    margin-bottom:20px;

    transition:.4s;

    font-weight:600;

}

.gyan-item:hover{

    background:#d49b26;

    transform:translateY(-8px);

}

.kapil-image-card{

    position:relative;

    overflow:hidden;

    border-radius:20px;

}

.kapil-image-card img{

    width:100%;

    border-radius:20px;

    transition:.8s;

}

.kapil-image-card:hover img{

    transform:scale(1.08);

}
.travel-section .card{
    margin-bottom: 20px;

}

.quote-box{

    position:relative;

    left:25px;

    right:25px;



    color:#fff;

    bottom: 17px;
    background: rgba(22,50,105,.92);
    color: #fff;
    padding: 7px;

    border-radius:15px;

    border-left:5px solid #d49b26;

}

.quote-box h4{

    margin-bottom:15px;

}

.quote-box p{

    margin:0;

    line-height:28px;

    font-style:italic;

}

.quote-box i{

    color:#d49b26;

    margin-right:8px;

}/* .kapil-image-card end*/

/*  .sankhya-section*/
  .sankhya-section{



}

.element-list{

display:flex;
flex-wrap:wrap;
gap:15px;
margin-top:30px;

}

.element-list span{
    padding: 12px 25px;
    border: 2px solid #d39b18;
    border-radius: 4px;
    transition: .4s;
    font-weight: 600;
    color: #000;


}

.element-list span:hover{

background:#163269;

color:#fff;

border-color:#163269;

transform:translateY(-6px);

}
  .sankhya-section .knowledge h4{
  font-weight: bold;
  font-weight: 22px;
  color: #000;
}

.knowledge{

display:flex;

align-items:center;

margin-bottom:30px;

}

.circle{

width:70px;

height:70px;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:28px;

margin-right:20px;

color:#fff;

}

.red{

background:#d63031;

}

.green{

background:#27ae60;

}

.modern-text{
    background: #1b004b;
    padding: 16px;
    width: 57%;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    margin: auto;

}
.modern-text p{
  color: #fff;
  font-size: 20px;
  }

.modern-text h3{

margin-bottom:20px;

}

.heading{

color:#163269;

font-weight:700;

margin-bottom:20px;

}
/*  .sankhya-section*/
/*--------------- map-start-----------------------*/


.map-box{
    text-align:center;
}

.map-box img{
    width:100%;
    max-width:1050px;
    transition:.5s;
}

.map-box img:hover{
    transform:scale(1.02);
}

.map-status{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:70px;
    margin-top:30px;
}

.status{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:20px;
    color:#444;
    font-weight:600;
}

.dot{
    width:18px;
    height:18px;
    border-radius:50%;
    display:block;
}

.completed{
    background:#ef8b16;
}

.progress{
    background:#1d2f8d;
}

.upcoming{
    background:#cfcfcf;
}

/*--------------- map end -----------------------*/
/*--------------- sec-about -----------------------*/
.about .img-2{
display: flex;
border-radius: 30px;
width: 100%;
height: auto;
margin-top: 35px;
position: relative;
z-index: 9;
/* clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%); */

}
.dot-img img {
position: absolute;
margin-left: -34px;
animation: spin 10.2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.dot-img span {
padding: 8px 23px;
text-transform: uppercase;
font-weight: 700;
border-radius: 4px;
color: #fff;
font-family: "Montserrat", sans-serif;
box-shadow: 0px 3px 9px 0px rgba(var(--theme-default), 0.2);

}
.btn-outline {
    padding: 12px 30px;
    border-radius: 12px;
    background: transparent;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff),
                      linear-gradient(135deg, #6366f1, #8b5cf6);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #6366f1;
    font-weight: 600;
    transition: 0.3s;
    text-decoration: none;
}

.btn-outline:hover {
    color: #fff;
    background-image: linear-gradient(135deg, #6366f1, #8b5cf6);
}
.typing {
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    border-right: 3px solid #fff;
    animation: typing 3s steps(22) forwards, blink 0.8s infinite;
}

@keyframes typing {
    to { width: 100%; }
}

@keyframes blink {
    50% { border-color: transparent; }
}

.about .small-img {

width: 95%;
margin-top: 51px;
border-radius: 30px;
margin-right: 33px;
    height: 606px;
}
.about .img4 {
position: absolute;
margin-top: -1px;
left: 432px;
/* left: -84px; */
z-index: 2;
right: 250px;
opacity: 0.3;
width: 177px;
height: 174px;
border-radius: 6%;
animation: spin 10.2s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.about .img-3 {
margin-top: 17px;
z-index: 1;
position: relative;
width: 54%;
height: 249px
}
.about  .btn-red {
font-size: 18px;
background: -webkit-linear-gradient(0deg, #f25743, #eb3648 50%);
color: #fff;
padding: 18px;
font-weight: bold;
padding-left: 36px;
padding-right: 36px;
}
.about small{
  color: #000;
  font-size: 14px;
}
.about small{
font-size: 20px;
color: #000;
font-weight: 500;
}
.about h3{
font-size: 27px;
color: #000;
margin-left: 58px;
}
.about .box{
background: #ffffff;
height: 201px;
width: 249px;
position: absolute;
left: 450px;
margin-top: 254px;
}
.about ul li{
    color: #000 !important;
    font-size: 16px;
    line-height: 38px;
    list-style: none;


}


.about ul li .fa{
    color: #f36e23;
        font-size: 20px;
}


.about .box span{
font-size: 55px;
margin-left: 1px;
}
.about .p-text{
font-size: 43px;
color: #000000;
line-height: 64px;
}
.about .img{
width: 333px;
    margin-top: 415px;
    position: absolute;
    z-index: 9;
    left: 361px;
    background: #ffffff;
    padding: 14px;

}
.about h4{
font-size: 58px;
color: #f00;
font-weight: bold;  
letter-spacing: 2px;

}
p{
    color: #000;
}
ul li{
    color: #000;
}

.about p{
    font-size: 17px !important;
    color: #000000;
    line-height: 31px;

}
.about .card p{
font-size: 14px;
color: #1f1f1fd9;
line-height: 20px;
margin-left: 18px;
}


.about .card{
background: none;
border: none;
}
.about .card .icone{
    color: #fff;
    /* border-radius: 50%; */
    /* padding: 4px; */
    font-size: 12px;
    width: 50px;
    height: 67px;
    position: absolute;
    padding-left: -7px;
    margin-left: 2px;

}
.about .card-body{
background: #eee;
padding: 39px;
height: 263px;
position: relative;
padding-top: 79px;
width: 480px;
z-index: 9;
top: -160px;
margin-left: -67px;
}
.about .btn-danger {
border-radius: 94px;
padding-top: 12px;
padding-bottom: 12px;
color: #000;
padding-left: 35px;
padding-right: 35px;
background-color: #ffd74a;
border-color: #009fdd;
}






/*guru-section*/
.guru-section p{
    font-size: 17px;
    color: #000;
}
.guru-section strong{
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
.guru-section h5
{
    font-size: 23px;
    font-weight: bold;
    color: #000;
}

.guru-section{
     max-width: 1263px;
    margin: auto;
}

.guru-card{
display: flex;
    /* align-items: center; */
    /* background: #fff; */
    /* border-radius: 18px; */
    overflow: hidden;
    border: 2px solid #efe8de;
    box-shadow: 0 10px 25px rgba(0,0,0,.08);
        border-radius: 25px;

}

.guru-image{
    width:35%;
    min-height:350px;
    display:flex;
    align-items:flex-end;
    justify-content:center;
    background:#faf8f5;
}

.guru-image img{
    width: 788px;

}

.guru-content{
    width:65%;
    text-align:center;
    padding:40px 50px;
}

.quote{
    color: #3d3d3d;
        font-size: 17px;
    line-height: 1.7;
    font-weight: 600;
        text-align: left;

    margin-bottom: 25px;
}



.quote span{
      color: #888;
    font-size: 1px;
}

.guru-content h4{

    color:#9a5d25;
    font-size:28px;
    margin-bottom:35px;
    font-weight:bold;
}
.guru-content p{
    font-size: 16px;
}

.btn-message{

    display:inline-block;
    text-decoration:none;

    background:#d97a09;
    color:#fff;

    padding:18px 42px;

    border-radius:8px;

    font-size:22px;
    font-weight:700;

    transition:.3s;
}

.btn-message:hover{

    background:#b85f00;
    transform:translateY(-3px);

}



/*guru-section end */


.card-1 {
background: #d0b16e;
height: 8px;
width: 137px;
margin-bottom: 20px;
border-radius: 61px;
margin-top: 12px;
margin-bottom: 20px;
}/*about end*/
.doctor .card{
padding: 35px;
position: absolute;
width: 41%;
margin-top: 166px;
margin-left: 59px;
z-index: 9;
} 
.doctor .img{
max-width: 100%;
border-bottom-right-radius: 51%;
border-top-right-radius: 52%;
border-right: 76px solid #39bae6;
height: 640px;
margin-left: 50px;
}
.doctor .card small{

font-size: .875em;
color: #f6882d;
font-size: 19px;
font-style: italic;
font-weight: bold;
}

.round {
width: 8px;
height: 8px;
border-radius: 50px;
background: red;
position: relative;
animation: mymove 2s infinite;
animation-delay: 2s;
}
@keyframes mymove {
from {left: 0px;}
to {left: 130px;}

}
/*--------------- sec-about end -------------------*/


/*dham section */


.dham-section .dham-card p{
        margin: 6px 0 0;
    font-size: 16px;
    color: #fff;

}
.dham-section .mission-btn {
padding: 5px 12px;
margin-top: 40px;
border-radius: 8px;
text-decoration: none;
font-size: 18px;
font-weight: 700;
transition: .3s;
}
.dham-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e7e7e7;
    transition:.4s;
    box-shadow:0 5px 18px rgba(0,0,0,.08);
}

.dham-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 35px rgba(0,0,0,.18);
}

.dham-card img{
    width:100%;
    height:270px;
    object-fit:cover;
    transition:.4s;
}

.dham-card:hover img{
    transform:scale(1.08);
}

.card-content{
    background:#1f2b87;
    text-align:center;
    color:#fff;
    padding:18px;
}

.card-content h3{
    margin:0;
font-size: 22px;
    font-weight:700;
}

.card-content p{
    margin:6px 0 0;
    font-size:22px;
    color: #fff ;
}

.mission-btn{
    display:inline-block;
    background:#d89a27;
    color:#fff;
    padding:16px 45px;
    border-radius:8px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
    transition:.3s;
}

.mission-btn:hover{
    background:#1f2b87;
    color:#fff;
}


/*dham section end*/
/*--------------- sec-solutions -------------------*/
.comprehensive img{
width: 100%;
height: auto;
}
.comprehensive p{
width: 100%;
height: auto;
}
.comprehensive h4{
font-size: 23px;
font-weight: bold;
color: #000;

}
.comprehensive ul li{
list-style: none;
    margin-left: -28px;

} 
.solutions  .card .why1{
    height: 231px;
    width: 36%;
    margin-left: 67px;
    border-radius: 21px;
    /* margin-bottom: -14px; */

}
.solutions .why-2{
     background: #fff;
    padding: 33px;
    position: absolute;
    right: 30px;
    width: 52 %;
    border-radius: 21px;
    height: 591px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 47%;

}

.solutions  .card {
border:none;
}
.solutions  .card .why2{
height: 300px;
width: 50%;
margin-top: 30px;
border-radius: 21px;
}
.solutions  .card .why3{
width: 48%;
position: absolute;
right: -17px;
margin-top: 89px;
border-radius: 21px;
}
.solutions .card-body1 {
transition: all .5s ease-out;
height: 354px;
border-left-top: 6px solid #f00;
z-index: 2;
}
.solutions .card-body1 i{
font-size: 19px;
color: #f35930;
margin: auto;
float: left;
}

.solutions .card img {
    z-index: 9;
    width: 89%;
    height: 386px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}


.solutions .card-body1 h5 {
    font-size: 18px;
    /* height: 118px; */
    color: #bd2a2d;
    font-weight: 600;
    margin-top: -7px;
    /* text-align: justify; */
    /* margin-left: 52px; */
    padding: 27px;
    text-align: center;
    height: 241px;
    background: #ffffff;
    border: 1px solid #00507f08;

}

.award::before {
position: absolute;
content: "";
width: 2px;
height: 300px;
left: 50%;
top: 50%;
background: rgba(var(--section-background), 1);
z-index: 50;
transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.solutions  .card-body1 span{
font-size: 14px;
color: #000;
text-align: left;
}

.solutions .card-body1.card-body1 p {
    font-size: 17px;
    color: #545151;
    /* margin-left: 63px; */
    font-weight: 400;
    line-height: 24px;

}
.solutions .card-body1 .icone{
    padding: -2px;
    z-index: 9;
    width: 57px;
    height: 80px;
}


.solutions .why-2 .line {
color: #01abcf;
height: 410px;
position: absolute;
width: 205px;
margin-left: -21px;
margin-top: 39px;
border: 2px solid;
border: 2px solid;
}
.solutions .why-2 .line2{
color: #f00;
height: 422px;
position: absolute;
width: 205px;
width: 205px;
margin-left: 210px;
margin-top: -402px;
border: 2px solid;
border: 2px sol\;border: 2;
margin-bottom: 74px;
}
.solutions .card-body1 h5 .card-gear{
width: 78px;
height: 78px;
/* float: left; */
border-radius: 53%;
margin-top: 1px;

/* border-bottom: 7px solid #ff8d35; */
margin: auto;
padding: 0px;
margin-bottom: 9px;
/* text-align: center; */

}


.solutions   .bottom {
width: 59%;
margin-left: 167px;

}
/*.solutions img{
width: 44px;
height: 44px;
}*/

/*--------------- sec-solutions end -------------------*/



/*event-section */

.banner-content h2{
font-size: 46px;
color: #fff;
font-weight: 700;
}
.banner-content p{
  font-size:24px;
  color: #fff;
}

.countdown{

    display:flex;

    justify-content:left;
    gap: 45px;
  flex-wrap:wrap;

}

.time-box{
width: 221px;
    height: 174px;
    border: 2px solid rgba(255,255,255,.18);
    border-radius: 15px;
      background: #ebc845;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .4s;
    margin-bottom: 30px;

}

.time-box:hover{

    transform:translateY(-10px);

    background:#f5c248;

    color:#17205f;

}

.time-box h3{

    font-size:48px;

    font-weight:bold;

    margin:0;

}

.time-box span{

    text-transform:uppercase;

    font-size:18px;

    font-weight:600;

}

.register-btn{

    display:inline-block;

    background:#f5c248;

    color:#17205f;

    text-decoration:none;

    padding:16px 45px;

    border-radius:8px;

    font-size:20px;

    font-weight:bold;

    transition:.4s;

}

.register-btn:hover{

    background:#fff;

    color:#17205f;

    transform:translateY(-5px);

    box-shadow:0 15px 30px rgba(0,0,0,.25);

}

/*--------------- sec-events end -------------------*/
/*--------------- sec-amenities -------------------*/
.counter-box1 {
display: block;
background: #f6f6f6;
padding: 40px 20px 37px;
text-align: center;
margin-bottom: 18px;
border-right: 3px solid #f6090c;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
transition-duration: 0.5s;
height: 178px;
}
.counter-box1:hover{
background: #0370c0;
box-shadow: none;
}

.counter-box1 p {
margin: 5px 0 0;
padding: 0;
color: #909090;
font-size: 18px;
font-weight: 500
}

.counter-box1 i {
font-size: 60px;
margin: 0 0 15px;
color: #000
}
.counter-1 { 
display: block;
font-size: 32px;
font-weight: 700;
color: #1e84c0;
line-height: 28px
}
.event .card-body{
text-align:center;
}
.sec-counter .counter-box {
display: block;
background: #fff;
padding: 30px 18px 37px;
text-align: center;
margin-bottom: 18px;
border-right: 7px solid #f6882d;
border-bottom: 7px solid #f6882d;
border-radius: 7%;
height: 219px;
}
.sec-counter .counter-box p {
margin: 5px 0 0;
padding: 0;
color: #000;
font-size: 19px;
font-weight: 400;
margin-top: 35px;
}
.sec-counter .counter-box img {
color: #f00;
height: 231px;
padding: 12px;
background: #000000;
border-radius: 50%;
width: 38%;
height: 95px;

}

.sec-counter .counter { 
display: block;
font-size: 61px;
font-weight: 700;
color: #000;
line-height: 28px;
margin-top: 15px;
margin-left: -22px;

}
.sec-counter small{

font-size: 69px;
position: absolute;
right: 64px;
margin-top: -76px;
z-index: 9;
color: #000;
}


/*--------------- sec-amenities end -------------------*/
/*upcoming-section*/
.event-box{

    background: #fff;
    border: 2px solid #ead8bc;
    border-radius: 18px;
    padding: 44px;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    width: 76%;
    margin: auto;


}

.event-header{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:30px;

}

.event-header h2{

    color:#1b2c87;

    font-size:34px;

    font-weight:700;

}

.event-header a{
border:2px solid #e2c68f;
padding:8px 22px;
border-radius:8px;
color:#1b2c87;
text-decoration:none;
font-weight:600;
}
.event-list{
position:relative;
}
.event-row{
display:grid;
grid-template-columns: 287px 40px 1fr 276px;
align-items:center;
margin-bottom:22px;
}
.event-date{
color:#1b2c87;
font-weight:700;
}
.event-line{
position:relative;
height: 35px;
}
.event-line::before{
content: "";
position: absolute;
left: 50%;
top: 0;
width: 2px;
height: 73px;
background: #c9a44d;
}
.event-line span{
position: absolute;
left: 53%;
top: 13px;
width: 15px;
height: 15px;
border-radius: 50%;
transform: translateX(-50%);
background: #fff;
border: 3px solid #c9a44d;
}
.event-title{
color:#444;
font-size:17px;
}
.event-location{
color:#666;
font-size:17px;
}
.event-location i{
color:#d59b1b;
margin-right:8px;
}
/*upcoming-section end*/
/*--------------- sec-mission -------------------*/
.blog .box {
background: #fffdfd;
height: 306px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
margin-top: 28px;
width: 92%;
}
.blog ul li {
font-size: 17px;
color: #000;
/* height: 55px; */
list-style: none;
margin-top: 0px;
padding: 0px;
margin-bottom: 17px;
line-height: 21px;
border-bottom: 2px solid #4c9fc3;
margin-left: 172px;
}
.blog .v-img {
width: 78%;
margin: auto;
display: flex;
}
.blog .v-img2{
padding-top: 145px;
width: 78%;
margin: auto;
display: flex;
}
.blog .m-img{
width: 78%;
margin: auto;
display: flex;
}
.blog .box p{
font-size: 17px;
color: #000;
}
.blog .box h3{
font-size: 20px;
color: #bd2a2d;
font-weight: bold;
padding-top: 49px;
letter-spacing: 0.05em;
text-align: left;
padding-top: 36px;
}
.blog .box img {
width: 100%;
/* float: left; */
height: 305px;
    margin-left: 0px;
    position: absolute;
    /* border-bottom: 28px solid #00afd5; */


}
.blog .box .blog-text span{
font-size: 15px;
font-weight: 600;
    color: #bd2a2d;
padding-top: 49px;
}
.blog .box .blog-text p{
font-size: 15px;
font-weight: 400;
color: #000000ad;
}


.blog .blog-text{
    position: relative;
    left: 267px;
    width: 57%;
    padding: 19px;
    text-align: justify;
    background: #ffff;


}
/*--------------- sec-mission end -------------------*/
/*---------------media-area -------------------*/

  .media-area{
     background: #f6f6d2;
}

.media-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.media-header h2{
    font-size:38px;
    color:#1d2f6f;
    font-weight:700;
    margin:0;
    font-family:Georgia, serif;
}

.view-btn{
    padding:10px 25px;
    border:1px solid #d9c79e;
    border-radius:8px;
    text-decoration:none;
    color:#8c6b2d;
    font-weight:600;
}

.view-btn:hover{
    background:#8c6b2d;
    color:#fff;
}

.media-img{
    width: 100%;
    height: 287px;
    padding: 1px;
    object-fit: cover;
    border-radius: 19px;

}

.media-caption{
    color: #240065;
    font-size: 22px;
    font-weight: bold;
    font-family: Georgia, serif;
}



/*media-area end*/


.blog-detail .box {

    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    margin-top: 40px;
    width: 92%;
        height: 264px;


}


.blog-detail  ul li {
font-size: 17px;
color: #000;
/* height: 55px; */
list-style: none;
margin-top: 0px;
padding: 0px;
margin-bottom: 17px;
line-height: 21px;
border-bottom: 2px solid #4c9fc3;
margin-left: 172px;
}



.blog-detail .v-img {
width: 78%;
margin: auto;
display: flex;
}
.blog-detail .v-img2{
padding-top: 145px;
    width: 78%;
    margin: auto;
    display: flex
;
}



.blog-detail .m-img{


width: 78%;
    margin: auto;
    display: flex;
}

.blog-detail .box p{
    font-size: 17px;
    color: #000;
    

}
.blog-detail .box h3{
font-size: 20px;
color: #bd2a2d;
font-weight: bold;
padding-top: 49px;
letter-spacing: 0.05em;
text-align: left;
padding-top: 23px;
}

.blog-detail .box img {
width: 100%;
    /* float: left; */
    height: 263px;
    margin-left: 0px;
    position: absolute;
    /* border-bottom: 28px solid #00afd5; */


}
.blog-detail .box .blog-text span{
font-size: 15px;
font-weight: 600;
    color: #bd2a2d;
padding-top: 49px;
}
.blog-detail .box .blog-text p{
font-size: 15px;
font-weight: 400;
color: #000000ad;
}


.blog-detail .blog-text{
    position: relative;
    left: 211px;
    width: 66%;
    padding: 15px;
    text-align: justify;
    height: 263px;
    background: #ffff;
        padding-left: 32px;
}
/*--------------- sec-team -------------------*/
.team .box{
background: #ffc455;
padding: 52px;
width: 90%;
border-left: 16px solid #f00;
border-right: 16px solid #75c16b;
border-top-right-radius: 75px;
border-bottom-left-radius: 75px;
}
.team .box p{
font-size: 15px;
color: #000;
}
.team img{
    width: 100%;
    /* height: 265px; */
    border-radius: 20px;
}
/*--------------- .volunteer-section -------------------*/
/**/
.volunteer-section{
    padding:50px 0;
    background:#fff;
}

.volunteer-box{
    border:2px solid #e3d5b5;
    border-radius:20px;
    overflow:hidden;
    background:#fff;
}

.volunteer-content{
    padding:60px 40px;
}

.volunteer-content h2{
    font-size:48px;
    color:#23357b;
    font-weight:700;
    margin-bottom:20px;
    font-family:Georgia, serif;
}

.volunteer-content p{
    font-size:28px;
    color:#23357b;
    line-height:1.5;
    margin-bottom:35px;
    font-family:Georgia, serif;
}

.join-btn{
    display:inline-block;
    background:#d88400;
    color:#fff;
    text-decoration:none;
    padding:15px 45px;
    border-radius:10px;
    font-size:20px;
    font-weight:600;
    transition:.3s;
}

.join-btn:hover{
    background:#b56d00;
    color:#fff;
}

.volunteer-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

/*=============================
 KUMBH SECTION
==============================*/

.kumbh-attractions{
    padding:80px 0;
    background:#f8f5ef;
}

.kumbh-attractions .badge{
    background:#ff6b00 !important;
    color:#fff !important;
    font-size:15px;
    padding:10px 30px;
    border-radius:40px;
    font-weight:600;
}

.kumbh-attractions h2{
    color:#000;
    font-size:42px;
    font-weight:700;
    margin-bottom:15px;
}

.kumbh-attractions .text-muted{
    max-width:850px;
    margin:auto;
    line-height:30px;
    font-size:17px;
}

/*=============================
 MAIN CARD
==============================*/

.kumbh-attractions .card{
    border:none;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
    position:relative;
}

.kumbh-attractions .card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:6px;
    height:100%;
    
}

.kumbh-attractions .card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.kumbh-attractions .card-body{
    padding:35px;
}

/*=============================
 HEADING
==============================*/

.kumbh-attractions h3{
    color:#d84315;
    font-size:34px;
    font-weight:700;
    margin-bottom:20px;
}

.kumbh-attractions h4{
    color:#7b2c00;
    font-size:24px;
    margin-bottom:18px;
    font-weight:700;
    position:relative;
    padding-bottom:10px;    text-align: left;
}

.kumbh-attractions h4:after{
    content:"";
    width:60px;
    height:3px;
    background:#ff9800;
    position:absolute;
    left:0;
    bottom:0;
}

/*=============================
 TEXT
==============================*/

.kumbh-attractions p{
    color:#555;
    font-size:17px;
    line-height:32px;
}

/*=============================
 TABLE
==============================*/

.kumbh-attractions table{
    border-radius:15px;
    overflow:hidden;
}

.kumbh-attractions .table thead{
    background:#f00;
     
}

.kumbh-attractions .table thead th{
    border:none;
    padding:16px;
    text-align:center;
}

.kumbh-attractions .table tbody td{
    padding:18px;
    vertical-align:middle;
}

.kumbh-attractions .table tbody tr:hover{
    background:#fff7ef;
}

/*=============================
 LIST
==============================*/

.kumbh-attractions ul{
    margin:0;
    padding:0;
    list-style:none;
}

.kumbh-attractions ul li{
    position:relative;
    padding-left:38px;
    margin-bottom:18px;
    line-height:28px;
    color:#444;    text-align: left;
}

.kumbh-attractions ul li:before{
    content:"🕉";
    position:absolute;
    left:0;
    top:2px;
    color:#ff7a00;
    font-size:18px;
}

/*=============================
 LIST GROUP
==============================*/

.kumbh-attractions .list-group-item{
    border:none;
    border-bottom:1px solid #eee;
    padding:14px 0;
    background:transparent;
}

.kumbh-attractions .list-group-item:last-child{
    border:none;
}

/*=============================
 SMALL CARDS
==============================*/

.kumbh-attractions .col-md-6 .card{
    background:#fff;
}

.kumbh-attractions .col-md-6 .card h4{
    font-size:22px;
}

/*=============================
 MOBILE
==============================*/

@media(max-width:991px){

.kumbh-attractions h2{
    font-size:34px;
}

.kumbh-attractions h3{
    font-size:28px;
}

.kumbh-attractions h4{
    font-size:22px;
}

}

@media(max-width:767px){

.kumbh-attractions{
    padding:60px 0;
}

.kumbh-attractions h2{
    font-size:28px;
}

.kumbh-attractions h3{
    font-size:24px;
}

.kumbh-attractions .card-body{
    padding:25px;
}

.kumbh-attractions p{
    font-size:15px;
    line-height:28px;
}

.kumbh-attractions .table{
    font-size:14px;
}

.kumbh-attractions .table th,
.kumbh-attractions .table td{
    padding:10px;
}

}
/*.volunteer-section end*/
/*--------------- sec-gallery---------------------------*/
.gallery .card .card-img-top{
height: 259px;
width: 100%;

}
.gallery img{
    width: 100%;
    height: 220px;

    border-right: 6px solid #ffc65c;
    border-bottom: 6px solid #f5cc5a;
    border-radius: 20px;
}
.gallery  .card{
    height: 340px;
    margin-bottom: 20px;
        border-top: 4px solid #f59e0b;
        padding: 26px 16px !important;

}
.gallery  .card h3{
font-size: 23px;
color: #000;
font-weight: bold;
padding-top: 10px;
}
/*--------------- sec-Products end---------------------------*/
/*--------------- sec-Deals -------------------*/
.Deals .box{
background: #70121229;
padding: 21px;
border-radius: 50%;
width: 72%;
height: 115px;

margin: 21px;
text-align: center;
}
.Deals .box h3{
font-weight: bold;
color: #ff6c4a;
font-size: 39px;
}
.Deals img:hover{
transform: rotate(-10deg);
/* -webkit-transform: rotate(-5deg); */
}
.Deals p{
font-size: 19px;
color: #000;
}

/*--------------- sec-Deals end -------------------*/


/*--------------- sec-villa -------------------*/

.villa img{
height: 315px;
width: 100%;
}

/*--------------- sec-villa end-------------------*/


/*--------------- sec-products---------------------------*/
.service img{
    width: 100%;
}
.service p{
color: #000;

font-size:16px;
}
.service h5{
    font-size: 25px;
    color: #000;
}
.service .header-btn21 {
    font-size: 17px;

    padding: 4px 8px 9px 8px;
}

.services h2{
color: #000;
font-weight: 700;
padding-top: 7px;
text-align: center;
font-size:32px;
}
.services .card{
    height: 472px;
    z-index: 2;
    margin-bottom: 12px;
    margin-top: 31px;
border-radius: 15px;
 box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;

}



.services .card a {
       font-size: 17px;
/*    color: #000;*/
  
    margin: auto;
    width: 59%;
    position: relative;
 bottom:-50px;

}

.services .card-body{

 z-index: 9;
}
.services .box1{
width: 90%;
height: 356px;
background: #c6cace;
position: relative;
z-index: 1;
border-radius: 17px;
margin-left: 38px;
margin-top: -372px;
margin-bottom: 24px;
display: none;
}



.services .card .img {
width: 100%;
height: 224px;
margin: auto;
/* padding: 10px; */
padding-left: 0px;
paddinh-right: 22px;
z-index: 9;
/* margin: auto; */
margin-left: 0px;
/* border-bottom: 2px solid #d9a900; */
border-top-left-radius: 15px;
border-right: 15;
}
.services  .card-body .svg-img{
width: 100%;
/* padding: 8px; */
margin: auto !important;
}
.services  .card-body .card-svg{
background: #d9a900;
width: 71px;
height: 65px;
margin: auto;
padding: 10px;
margin-top: -10px;
}
.services .card .card-body h2{
    font-size: 19px;
color: #000 !important;

font-weight: bold;
text-align: center;
}

.services .card .card-body p{
font-size: 15px;
color: #000 !important;
text-align: center;

}
/*--------------- sec-products end ---------------------------*/

.specialties .card{
height: 400;
margin-bottom: 30px;
}
.specialties .card img{
height: 300px;
width: 100%;

}
.specialties .card .card-body h3{
font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;

}

.quality ul li {
    font-size: 17px;
    height: 160px;
    margin-top: 34px;
    background: #fff;
    padding: 20px;
    color: #000;
    border-bottom: 3px solid #39bae6;
    list-style: none;
    border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px;
}
 .patient-nfa img{
    width: 100%;
    border-radius: 20px;
 }
 .conditions h3{
  font-size: 24px !important;
  color: #000;
  font-weight:bold;
 }
  .kumbh-hero .contain-h4{
    font-size: 28px;
    color: #f00;
    font-weight: bold;
    background: #FDC830;  /* fallback for old browsers */
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    background: #FDC830;
    background: -webkit-linear-gradient(to bottom, #F37335, #FDC830);
    padding: 6px;
    width: 50%;
        border-radius: 10px;
    text-align: center;
    background: linear-gradient(to bottom, #1b004b, #FDC830);

 }
  .contain-h4{
    font-size: 28px;
    color: #f00;
    font-weight: bold;
    background: #FDC830;  /* fallback for old browsers */
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    background: #FDC830;
    background: -webkit-linear-gradient(to bottom, #F37335, #FDC830);
    padding: 6px;
    width: 29%;
    border-radius: 10px;
    text-align: center;

    background: linear-gradient(to bottom, #1b004b, #FDC830);

 }
.kumbh-hero ul li {
    color: #000;
    float: left;
    font-weight: bold;
    font-size: 23px;
    color: #262c6a;
    border-bottom: 2px solid;
    width: 134px;
    line-height: 38px;
    list-style: none;
    margin-left: 4px;

  
}
  .kumbh-hero  .img-fluid {
    border-radius: 20px;
  } 
  .kumbh-hero .tag{
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
  .tag{
    font-size: 20px;
    font-weight: bold;
    color: #000;
  }
 .conditions h4{
    font-size: 28px;
    color: #f00;
    font-weight: bold;
    background: #FDC830;  /* fallback for old browsers */
    font-size: 23px;
    color: #fff;
    font-weight: bold;
    background: #FDC830;
    background: -webkit-linear-gradient(to bottom, #F37335, #FDC830);
    padding: 6px;
    width: 17%;
    text-align: center;
    background: linear-gradient(to bottom, #1b004b, #FDC830);

 }
   .conditions strong{
    font-size: 20px;
    color: #000;
  }
     .conditions ul li {
    color: #000;
    font-size: 17px;
    line-height: 33px;
    list-style: none;
    margin-left: -14px;
}
  .conditions p{
    font-size: 17px;
    color: #000;
  }
 .accordion-item {
    margin-bottom: 7px;
    text-align: left;
    color: #000 !important;
    font-size: 16px;
    font-weight: 300 !important;
}
.accordion-item {
    margin-bottom: 7px;
    text-align: left;
    color: #000 !important;
    font-size: 16px;
    font-weight: 300 !important;
}
.accordion-button:not(.collapsed) {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.accordion-button {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    /* background-color: #fff; */
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    /* display: inherit; */
    width: 100%;
    justify-content: center;
    position: none;
    text-align: left;
}
/*------------- sec-People--------------------------------------*/

/*kumbh-section*/
.kumbh-section{

}



.feature-box{
    background:#fff;
    padding:35px;
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    border-top:5px solid #ff9800;
}

.feature-box h3{
    color:#d97706;
    margin-bottom:20px;
}

.feature-box ul{
    list-style:none;
    padding:0;
    margin:0;
}

.feature-box ul li{
    font-size:18px;
    padding:12px 0;
    border-bottom:1px solid #eee;
}

.feature-box ul li:last-child{
    border-bottom:none;
}


/*kumbh-section end*/
/* .travel-section*/
   .travel-section{
 
    background:#f8f9fa;
}


.section-title p{
    color:#666;
    font-size:18px;
}



.card{
    background:#fff;
    padding:35px 25px;
    text-align:center;
    border-radius:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    transition:.3s;
}

.card:hover{
    transform:translateY(-8px);
}

.icon{
    font-size: 38px;
    margin-bottom: 15px;
}

.card h3{
    color:#8b0000;
    margin-bottom:15px;
}

.card p,
.card li{
    color:#000;
    font-size:18px;font-weight: bold;
    line-height:1.8;
}

.card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.tips-box{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.tips-box h3{
    text-align:center;
    color:#d97706;
    margin-bottom:30px;
}

.tips-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:20px;
}

.tip{
    background: #fff7ed;
    padding: 19px;
    border-left: 3px solid #f59e0b;
    border-radius: 10px;
    font-size: 19px;
    color: #444;

}

/* .travel-section end*/
.People .box-4{
background: #a9eda0;
padding: 32px;
width: 60%;
margin-left: 258px;
border-radius: 73px;
height: 391px;
}
.people .back .img {
z-index: 9;
margin: auto;
height: 129px;
position: relative;
width: 122px;
border-radius: 50%;
}
.people .back ul i {
color: #ed8331;
}
.people .back-line2
{
height: 183px;
position: absolute;
width: 158px;
z-index: 2;
margin-top: -224px;
margin-left: 433px;
}
/*

.people .back-line {
    margin: auto;
    height: 291px;
    position: relative;
    width: 276px;
    background: #f6882d;
    z-index: 2;
    margin-top: -137px;
    border-radius: 50%;
}
*/



.people .back{

text-align: center;
padding: 27px;
margin: 4px;
position: relative;
width: 100%;
height: 265px;
padding-right: 73px;
padding-left: 73px;
z-index: 9;
}
.people1 .box-4 p{
color: #000;
text-align: center;
}
.people1 h3{
font-size: 21px;
color: #000;
padding: 45px;
border-radius: 12px;
text-align: center;
margin-top: -34px;
}
.people1 .img{
margin-left: 224px;
height: 313px;
margin-top: 197px;
width: 67%;
}
.people .card{
background: #e6e6e6;
text-align: left;
/* padding: 73px; */
width: 100%;
padding-top: 81px;
height: 500px;
margin-left: 42px;
border: navajowhite;
}
.people1 .card-body{
background: #fff;
height: 434px;
width: 388px;
position: absolute;
z-index: 27;
left: 50;
margin-top: 7px;
border: 1px solid #f00;
border-top-left-radius: 105px;
}
.people .card-body h3{
font-size: 23px;
color: #000;
text-align: left;
line-height: 36px;

}
.people .card-body p{
font-size: 16px;
color: #000;
margin-top: 10px;
}
.people .card h2{ 
font-size: 45px;
color: #000;
font-weight: bold;
}

.people h4{
font-size: 23px;
color: #fff;
}
.people .tex{
float: right;
margin-right: 242px;
margin-top: 20px;
}
.people .back p{
color: #000;
    font-size: 18px;
    font-weight: bold;

}


.people .back h3{
color: #000;
font-size: 27px;
padding-top: 7px;
}
/*--------------- sec-People end--------------------------------------*/


/* testimonials
*/

.testimonials .back {
background: #fff;
text-align: left;
padding: 35px;
width: 100%;
padding-top: 18px;
height: 403px;
margin-left: 42px;
border: navajowhite;
margin-bottom: 30px;
border-radius: 27px;
}

.testimonials  .back .icone{
font-size: 45px;
font-weight: bold;
color: #2b7da7;
}
.testimonials .back .img {
    z-index: 9;
    margin: auto;
    height: 98px;
    position: relative;
    width: 98px;
    border-radius: 50%;
    background: #27527a;

}
.testimonials .back p{
color: #000;
font-size: 18px;


}

.testimonials .back h3{
color: #2d5076;
font-size: 27px;
padding-top: 7px;
}


.testimonials .card {

padding: 43px;
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
border: 1px solid rgba(0, 0, 0, .125);
border-radius: .25rem;
margin-top: 22px;
border-radius: 20px;
}
.testimonials .card h3{
color: #2d5076;
font-size: 27px;
padding-top: 7px;
}
.testimonials img{
    width: 50%;
}

/*--------------- sec-overview--------------------------------------------*/
.overview {
    background: #fff;
}
.overview h3{
font-size: 23px;
color: #000;
font-weight: bold;
}
.overview p{
font-size: 16px;
color: #000;
text-align: center;
}
.overview  .card .card-body:hover{
    background: #fe813d;

}
.overview .btn-danger-2 {
color: #f00;
font-size: 17px;
padding-right: 35px;
padding-left: 35px;
padding-top: 9px;
padding-bottom: 9px;
border-radius: 29px;
}

/*--------------- sec-overview end--------------------------------------*/

/*--------------- sec-download-----------------------------------------*/
.downloads p{
font-size: 20px !important;
color: #000;
} 
.downloads img{
height: 429px;
width: 100%;
margin-bottom: 10px;
}
/*--------------- sec-downloads-end--------------------------------------*/
.sec-client .card:hover +.overlap{
      /* color: #f00; */
    height: 155px;
    width: 235px;
    background: #221b0fbf;
    position: absolute;
    z-index: 9;
    top: 25px;
}
.parallax-contact .img4 {
    position: absolute;
    margin-top: -1px;
    left: 432px;
    /* left: -84px; */
    z-index: 2;
    right: 250px;
    opacity: 0.3;
    width: 177px;
    height: 174px;
    border-radius: 6%;
    animation: spin 10.2s linear infinite;


}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

.parallax-contact h2 {
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}
/*contact-secyion*/
.contact-section{
    padding:80px 0;
    background:#fffaf3;
}

.contact-section h2{
    font-size:38px;
    font-weight:700;
    color:#8B0000;
}

.contact-section p{
    color:#666;
}

/* Contact Cards */
.contact-section .shadow{
    background:#fff;
    border-radius:18px;
    padding:35px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    border:1px solid rgba(255,165,0,.15);
}

.contact-section .shadow:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 45px rgba(0,0,0,.15);
}

/* Left Heading */
.contact-section h3,
.contact-section h4{
    color:#d35400;
    font-weight:700;
    margin-bottom:25px;
}

/* Contact Info */
.contact-section strong{
    color: #8B0000;
    display: block;
    margin-bottom: 0px;
    font-size: 23px;
}

.contact-section .mb-3{
    padding: 2px;
    border-bottom:1px solid #f2f2f2;
}

.contact-section .mb-3:last-child{
    border:none;
}

/* Form */
.contact-section .form-control{
    border:1px solid #ddd;
    border-radius:10px;
    padding:14px 16px;
    font-size:15px;
    transition:.3s;
}

.contact-section .form-control:focus{
    border-color:#ff9800;
    box-shadow:0 0 0 3px rgba(255,152,0,.18);
}

/* Button */
.contact-section .btn-success{
    background:linear-gradient(45deg,#ff9800,#e65100);
    border:none;
    border-radius:50px;
    padding:14px 35px;
    color:#fff;
    font-weight:600;
    transition:.3s;
}

.contact-section .btn-success:hover{
    transform:translateY(-3px);
    background:linear-gradient(45deg,#e65100,#bf360c);
    box-shadow:0 12px 25px rgba(230,81,0,.35);
}

/* Mobile */

/*.contact-section end*/

/*.parallax-contact h2 {
    text-align: center;
    width: 100%;
    padding-top: 90px;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: #142444;
    height: 204px;
    margin-bottom: 0px;
}*/
.contact-btn {
    margin-top: 20px;
}
/*seva-section*/
.seva-section{
  
    background:#faf7f2;
}


.section-title{
    text-align:center;
    margin-bottom:50px;
}



.section-title p{
color:#666;
font-size:18px;
}
.seva-card{
background:#fff;
padding:30px 20px;
text-align:center;
border-radius:16px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
border-top:4px solid #f59e0b;
margin-bottom: 22px;
}
.seva-card:hover{
transform:translateY(-8px);
background:#fff7ed;
}
.seva-section .seva-card img{
    width: 100%;
    height: 258px;
    border-radius: 20px;

}
.seva-card h3{
    font-size: 20px;
    color: #8b4513;
    font-size: 22px;
    margin-top: 13px;
    font-weight: bold;
}

/*seva-section*/
.btn {
color: #fff;
border: none;
padding-right: 35px;
padding-left: 35px;
padding-top: 15px;
padding-bottom: 15px;
background-color: #e66d39;
border-radius: 29px;
box-shadow: rgb(0 0 0 / 25%) 0px 25px 50px -12px;
}
.bg-green {
background: #4caf50 !important;
}
/*--------------- sec-products ------------------------------------*/
.products.card-body{
text-align: center;
background: #86b778;
height: 75px;
width: 100%;
}
.products .card-body h3{
color: #000;
font-size: 21px;
font-weight: bold;
text-align: center;
}
.products .card-body p{
cursor: pointer;
color: #000;
text-align: center;
font-size: 14px !important;
}

/*history-section*/
.history-section{



}



.history-item{

    display:flex;
    align-items:flex-start;

    margin-bottom:30px;

    background:#fff;

       padding: 13px;

    border-radius:15px;

    transition:.5s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);

}

.history-item:hover{

    transform:translateX(12px);

    box-shadow:0 20px 45px rgba(0,0,0,.12);

}

.history-icon{

    width:70px;
    height:auto;

    border-radius:50%;

    background:#163269;

    color:#fff;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:24px;

    margin-right:20px;

    transition:.5s;

}

.history-item:hover .history-icon{

    background:#c9961a;

    transform:rotate(360deg);

}

.history-content h4{

    color:#163269;
    margin-bottom:10px;

}

.history-content p{

    color:#000;
    line-height:28px;

}

.history-card{

    position:relative;

    overflow:hidden;

    border-radius:20px;

}

.history-card img{

    width:100%;
    height:650px;

    object-fit:cover;

    transition:.8s;

}

.history-card:hover img{

    transform:scale(1.1);

}

.history-overlay{

    position:absolute;

    left:0;
    bottom:0;

    width:100%;

    padding:40px;

    color:#fff;

    background:linear-gradient(to top,
    rgba(5,20,40,.95),
    rgba(5,20,40,.15));

}

.history-overlay span{

    background:#c9961a;

    padding:8px 18px;

    border-radius:30px;

    display:inline-block;

    margin-bottom:15px;

}

.history-overlay h3{

    margin-bottom:15px;

    font-size:32px;

}

.history-overlay p{
    line-height: 30px;
    color: #fff;
    font-size: 17px;
}
/*history-section end*/

/*--------------- sec-products end---------------------------*/


.box5 {
padding: 80px;
text-align: left;
}
.box5 h4{
color: #fff;
}
.box5 img{
width: 64px;
height: 64px;
margin-bottom: 35px; 
border-radius: 69px;
}
.box5 h2{ 
color: #275834;
text-align: left;
margin-top: -45px;
padding: top;

}
.box5 p{
color: #0e0202;
font-size: 18px;
}
.counter {
font-family: 'Open Sans', sans-serif;
color: #000;

text-align: center;
width: 100%;
padding: 25px 30px 10px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.text-white {
color: #fff!important;
}

.cart-img{
width: 61px !important;
margin-left: 70px;
}
.navbar-expand-lg .navbar-nav {
flex-direction: row;
float: right;
    right: 67px;
position: absolute;
}
.navbar-nav .nav-item{
    margin:0 10px;
}

.navbar-nav .nav-link{

    position:relative;

    color:#163269;

    font-weight:600;

    font-size:16px;

    padding:10px 0;

    transition:.4s;

}

.navbar-nav .nav-link::after{

    content:'';

    position:absolute;

    left:50%;
    bottom:0;

    width:0;

    height:3px;

    background:#d49b26;

    border-radius:20px;

    transform:translateX(-50%);

    transition:.4s;

}

.navbar-nav .nav-link:hover{

    color:#d49b26;

    transform:translateY(-3px);

}

.navbar-nav .nav-link:hover::after{

    width:100%;

}

.navbar-nav .nav-link.active{

    color:#d49b26;

}

.navbar-nav .nav-link.active::after{

    width:100%;

}
.box4{
background: #ADA996;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.box4 img{
width: 86px;
}
.box-active{
height: 262px !important;
background: #296a46 !important;
}
.box4 h2{
font-size: 23px;
text-transform: uppercase;
color: #4caf50;
font-weight: bold;
margin-top: 12px;
}
.box-active h2{
color: #fff;
}
.box-active p{
color: #fff !important;
padding-top:10px;
} 
.box4{
margin-right: 3.3%;
height: 297px;
margin-top: -78px;
background: #eee;
padding: 40px;
border-radius: 25px;
float: left;
width: 21.6%;
box-shadow: rgb(0 0 0 / 35%) 0px -50px 36px -28px inset;
text-align: center;
transition: transform 250ms;
}
.parallax-about .box4:hover{
transform: translateY(-20px);
}
.enquiry{
height: 600px;
}
.enquiry-box{
background: #fff;
margin-top: 10%;
padding-left: 25px;
padding-right: 25px;
padding-top: 50px;
padding-bottom: 50px; 
box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.enquiry-box input{
background: #eee;
border: none;
margin-bottom: 15px;
height:50px;
border-radius: 5px !important; 
}
.enquiry-box .btn{
width: 100%
}
.color1{
background:  #fff;
}

.color2{
background:  #fff;
}
.color3{
background:  #fff;
}
.color4{
background: #fdf7d1;
}
.price{
color: #000;
font-size: 18px;
}
.sec-enquiry h2{
color: #000;
font-weight: bold;
padding-top: 96px;
}
.sec-enquiry p{
    color: #000;
    font-size: 19px;


}

/*.parallax-contact h2 {
 
    width: 100%;
    text-transform: capitalize;
    font-weight: bold;
    text-align: left;
    margin-left: 189px;
}*/

.sec-enquiry {
    height: 298px;
}
.exp {
float: right;
right: 9%;
margin-top: -137px;
background: #fff;
height: 100px;
position: absolute;
padding-left: 30px;
padding-right: 24px;
padding-top: 12px;
border-bottom: 7px solid #379d62;
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
animation: dzMove1 12s linear infinite;
}
.exp h2{
float: left;
font-size: 60px;
color: #379e63;
font-weight: bold;
margin-right: 20px;
}
.exp p
{
float: left;
font-size: 23px;
color: #000;
font-weight: bold;
width: 100px;
line-height: 24px;
margin-top: 10px;
margin-right: 20px;
}
.home-box{
margin-top: 100px;
}
.carousel-caption {
position: absolute !important;
right: 15%  !important;
bottom: 1.25rem  !important;
left: 10%  !important;
padding-top: 1.25rem  !important;
padding-bottom: 1.25rem  !important;
color: #fff  !important;
text-align: left !important; 
top: 20%  !important;
}
.contact .card{
    height: 192px;
    width: 100%;
    padding-top: 24px;
    text-align: center;
    border-radius: 29px;
    border: 2px solid #247ca8;


}
.sec-contact .img{
    width: 85%;
margin: auto !important;
display: flex !important;
}
.contact .card h3{
font-size: 20px;
color: #000;
}
.contact .card i{
    font-size: 50px;
    color: orange;
        margin-bottom: 11px;


}
.contact-area{
color: #fff;
font-size: 17px;
line-height: 30px;
background: #ff5e14;
padding: 
}
.carousel-caption h5{
font-size: 46px;
text-transform: uppercase;
font-weight: bold;
color: #fff !important;
}
.carousel-caption p{
font-size: 20px;
color: #fff;
}
.footer a{
text-decoration: none;
}
.footer .box .icone {
    font-size: 17px;
    border-radius: 50%;
    margin-top: 21px;
    margin: 19px;
    padding: 10px;
    margin-left: 109px;
    background: #000;
    border: 2px solid #f0003f;
}
.footer h3 {
    color: #000;
    font-size: 24px;
    text-align: center;
}
.footer .icone {
    font-size: 40px;
    color: #f00;
    margin: auto;
}
.footer .box .p-text{
    color: #000;
    font-size: 18px;
    text-align: center;
}
.p-title{
margin-top: -10px;
margin-top: -36px;
font-size: 16px;
}
.navbar-nav .nav-link {
    font-size: 13px !important;
}
.footer ul li:before{
content: "\f101";
font-family: FontAwesome;
top: 0;
left: 0;
bottom: 0;
font-size: 13px;
    color: #ffd968;
margin-left: -14px;
margin-right: 8px;
font-weight: 400;
}
.w-100 {
width: 100%!important;
    width: 100%!important;
    height: 628px;
    on: relative;
    margin-top: 0px;
}

.sec-client img{
height: 115px;
border-bottom: 2px solid #ffd360;
}
.sec-client .card{
margin-bottom: 60px !important;
    /* margin-top: 42px; */
    margin: 6px;
    margin-top: 49px;

}
.sec-project img{
height: 94px;
}
.sec-client {
background: #fff;
}

.text-p{
color: #9d9aaa;
}
.no-bottom-margin{
padding-bottom: 0px !important;
}
.title span{
color: #f02b3a;
}
.sec-brands{
background: linear-gradient(125deg, #f3f3f3 54%, #fff2e6 26%);
}

.card a{
/*color: #000;*/
font-size: 15px;
list-style: none;
text-decoration: none;
text-transform: capitalize;
}
body {
background-color: #fff;
}
.list li {
display: inline;
width: 100%;
list-style: disc;
float: left;
color: #000;
line-height: 22px;
text-align: left;
font-size: 15px;
background: #fff;
padding: 16px;
margin-top: 21px;
border-left: 4px solid #275834;
border-right: 4px solid #275834;
box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
border-top-left-radius: 25px;
border-bottom-right-radius: 25px;
}
.list li {
display: inline;
width: 100%;
list-style: disc;
float: left;
color: #000;
line-height: 35px;
font-size: 15px;
margin-left: -30px;
margin-right: 50px;
}
.box2 img{
width: 100%;
margin: auto;
padding: 36px;
-webkit-transform: scale(0.8);
-moz-transform: scale(0.8);
-o-transform: scale(0.8);
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition: all 300ms ease-out 0s;
}
.box3{
height: 100px;
width: 100%;
background: #fff;
margin-bottom: 30px;
border-radius: 5px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.box3 img:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
 opacity: 1;
 border:none;
}
.parallax-vission{
background-image: url(../images/vission.jpg);
    min-height: 525px;
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    background-size: cover;
}
a {
color: #ffffff;
text-decoration: underline;
}


.parallax-key {
background-image: url("../images/key.jpg");
/* Set a specific height */
min-height: 240px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-contact{
background-image: url("../images/contact-us.jpg");
/* Set a specific height */
min-height: 240px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.parallax-service{
background-image: url(../images/service.jpg);

background-position: center;
background-repeat: no-repeat;
background-size: cover;
    min-height: 682px;

}
.parallax-why{
background-image: url(../images/before_after_bg_1.svg);
min-height: 490px;
background-repeat: no-repeat;
background-size: cover;

}
.parallax-contact {
background-image: url(../images/contact-us.jpg);
min-height: 300px;
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
    height: 495px;
}

.parallax-about {
background-image: url(../images/about-back.png);
min-height: 200px;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.sec-clients img {
width: 100%;
height: 100px;
}
.contact-btn{
margin-top: 20px;
}
.parallax-contact h2{
text-align: center;
width: 100%;
text-transform: uppercase;
font-weight: bold;
}
.sec-time{
padding: 15px;
text-align: center;
}
.sec-time h2{
font-size: 18px;
margin-top: 10px;
}
.sec-time img{
width: 26px;
margin-right: 15px;
margin-top: -5px;
}
.parallax {
/* The image used */
background-image: url("../images/bg.jpg");
background-image: url(../images/bg.jpg);
min-height: 215px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;


}
.parallax2 {
    background-image: url(../images/bg2.jpg);
    min-height: 272px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 356px;


}

.parallax-title {
/* The image used */
background-image: url("../images/13.jpg");
* Set a specific height */
min-height: 120px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.People .box-4 .carousel-indicators [data-bs-target] {
box-sizing: content-box;
flex: 0 1 auto;
width: 17px;
height: 14px;
padding: 0;
margin-right: 3px;
margin-left: 3px;
text-indent: -999px;
cursor: pointer;
background: #fede2a;
background-clip: padding-box;
border: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
opacity: .5;
transition: opacity .6s ease;
}
.People .box-4 i {
color: #ffcd5d;
font-size: 16px;
}
.People .box-4 p{
padding: 20px;
font-size: 14px;
}
.form {
position: absolute;
border: 5px: pad;
right: 0;
width: 668px;
margin-right: 57px;
background: #eee;
right: 0;
margin-top: 69px;
padding: 28px;
margin-right: 57px;
box-shadow: rgb(0 0 0 / 56%) 0px 22px 70px 4px;
}

.btn{
color: #fff;
    border: none;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #39bae6;
    border-radius: 8px;



}
/*.btn-primary {
color: #fff;
background-color: #f35930;
border-color: #0d6efd;
}*/
.card-text:hover{
color: orange;
}
.section3{
background: linear-gradient(125deg, #f17507 54%, #cccccc 26%);
}
.btn-white2{
background: #fff;
color: #000;
}
.section3 img{
width: 104%;
height: 467px;
margin-top: -70px;
margin-left:-82px;
margin-bottom:-80px;
}
.section3 p{
font-size:24px; 
color: #000;
}
.section4{
background: #eee;
}
.section4 img{
width: 100%;
height: 450px;
}
.section4 .card-body{
margin-bottom: 20px !important
}
.section5{
background: #fff;
}
.section5 h2{
text-align: center;
color: #fff;
font-size: 45px;
position: absolute;z-index: 9;
margin-top: 15%;
font-weight: bold;
}

.contact {
    padding-left: 45px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    border-top-left-radius: -10px !important;
    border-bottom-right-radius: 20px !important;
    padding-right: 52px !important;
    background-color: #f69e4d !important;
    font-size: 25px !important;
}
.contact .btn-outline {
    padding: -6px -67px;
    border-radius: 10px;
    background: transparent;
    border: 2px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(135deg, #6366f1, #8b5cf6);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    color: #6366f1;
    font-weight: 600;
    transition: 0.3s;

    margin: auto;
    text-decoration: none;
}


.contact3 h3{
color: #000;
text-align: right;
font-weight: bold;
}
.contact3 p{
color: #000;
text-align: right;
}
.contact3 a{
    text-decoration: none;
}

.contact3 .line {
     /* border: 1px solid; */
    height: 39px;
    background: #bd2a2d;
    width: 4px;
    margin: 35px;
}


.contact3 input {
line-height: 60px !important;
    width: 100%;
    margin-top: 25px;
    border: none;
    border-radius: 7px;
    box-shadow: 0px 0px 7.5px rgba(var(--black), 0.1) !important;
}
.contact3 .btn{
margin-top: -50px;
    text-align: right;
    float: right;
    position: relative;
    z-index: 9;
    right: 18px;
    padding: 8px 20px 8px 20px;
}
.contact2{
background: #fff;
padding-left:55px !important;
padding-right: 55px  !important;
padding-top: 20px  !important;
padding-bottom:20px  !important;
}
input{
line-height: 44px !important;
}
.why-list{
margin-top: 20px;
margin-left: -30px;
}
/*.btn-primary{

padding-top: 12px;
padding-bottom: 12px;
color: #fff;
padding-left: 35px;
padding-right: 35px;
background-color: #ffd74a;
border-color: #009fdd;
margin-top: 6px;

}*/


.footer{
background: #14074a;

}
.villa .w-100 {
width: 100%!important;
height: 465px;
background: #fff;
margin-top: 30px;
}
.footer a{
color: #260e09 !importan;
text-decoration:none !important;
font-weight: normal;
}
.footer h2{     
    color: #ffd968;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: bold;

}
.footer ol, ul {
padding-left: 1rem;

}
.footer ul li{
color: #fff;
    list-style: none;
    /* text-align: center; */
    font-size: 17px;
    margin-bottom: 4px;
    /* text-align: justify; */
    text-align: left;
}



.footer p{
color: #fff;
font-size: 16px; 
font-weight: normal;  
text-align: justify;

}
.footer .fa{
    color: #000;
}

.footer a {
color: #fff !important;
font-size: 16px;
}
/*.footer img{
float: left;
margin-top: 23px;
width: 50%;
width: 100px;
height: 71px;
border-radius: 10px;

*/

.footer .img-flag
    /* float: left; */
    /* margin-top: 23px; */
    width: 50%;
    width: 30px;
    height: 30px;
    border-radius: 10px;
}
.help{
font-size: 40px !important;
margin-top: 20px;
margin-bottom: 3px !important;
}
.sec-title{
position: relative;
padding: 40px;
font-size: 66px;
color: #000;
font-weight: 600;
height: 356px;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}


.sec-title h2 {
    /* position: absolute; */
    text-transform: capitalize;
    font-size: 53px;
    color: #;
    font-weight: bold;
    margin-top: 76px;
    text-align: center;
    z-index: 9;

}
.sec-title:before {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
 background: #06bee42b;

    opacity: .70;
    position: absolute;

}
.btn-white{
background: #fff;
color: #000;
margin-top: 32px;
}
.social i{
padding: 8px;
background: #fff;
border: 1px solid #bd2a2d;
}
.career-ul{
color: red;
}
.social-head{
margin: auto;
padding-top: 2px;
padding-bottom: 0px;
}
.social-head i{
padding: 7px;
background:none
}
.section7{
padding-top: 32px;
margin-top: -8px;
    background: #dbd177;
}
.section7 p{
color: #000;
}
.section7 .navbar-nav2 {
    display: flex;
    /* flex-direction: column; */
    margin-bottom: 0;
    list-style: none;
    margin: auto;
    position: absolute;
    /* right: 72px; */
    /* padding-left: 35px; */
    gap: 31px;
    margin-left: -22px;
}
.section7 li {
    color: #1b004b;
    text-decoration: none;
    font-size: 16px !important;
    border-left: 2px solid;
    padding-left: 5px;
    margin-top: -6px;
}


}
.section7 a {
    color: #fff;
    text-decoration: none;
}
.section7 a:hover {
    color: #ffffff;
    text-decoration: none;
}
.section7 .navbar-nav2 a {

    text-decoration: none;
    color: #000;
}


.section-testimonials{
background:#ffecf4;
}

.map .card {
background: #fff;
height: 316px;
width: 76%;
position: relative;
bottom: 33px;
z-index: 9;
left: 76px;
padding: 10px;
}
.footer .img-flag{
    width: 50%;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin-left: 6px;
    margin-right: 2px;
}


.map .card spin{
font-size: 15px;
color: #eee;
}
.map .card h3{
font-size: 29px;
color: #000;
font-weight: bold;
padding-top: 6px;
font-family: "Montserrat", sans-serif;
}
.map .card h5{
font-size: 34px;
color: #bd2a2d;
font-weight: bold;
padding-top: 21px;
}
.map .card p{
font-size: 16px;
color: #000;
padding-top: 13px;
}
.map .card a {
    /* color: #000; */
    font-size: 14px;
    list-style: none;
    text-decoration: none;
    text-transform: capitalize;
    width: 44%;
    margin-top: 9px;
}
.testimonials h5{
margin: 0;
font-size: 20px;
font-style: italic;
margin-bottom: 25px;
color: #000;
font-weight: 400;
}
.testimonials p{
color: #000
} 
.testimonials .carousel-caption{
top: 0px;
}
.test-item{
height: 260px !important;  
}
.test-item img{
display: none
}
.social-head a {
color: #000;
}