* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth
}

@font-face {
    font-family: Poppins-Regular;
    src: url(../fonts/Poppins-Regular.ttf)
}

@font-face {
    font-family: Poppins-SemiBold;
    src: url(../fonts/Poppins-SemiBold.ttf)
}
a{
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #fff;
}

 body {
    letter-spacing: .5px;
    overflow-x: hidden;
    
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins-SemiBold;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 1.2;
    margin-bottom: 1rem
}
a,
li,
p,
span {
    font-family: Poppins-Regular;
    font-size: 15px;
    text-align: justify
}
.sec-padd1{
    padding-top: 2rem;
 }
 .sec-padd2{
     padding-bottom: 2rem;
 }
 .sec-padd3{
     padding: 2rem 0 ;
 }
 .sec-padd4{
     padding-top: 3rem;
 }
 .sec-padd5{
     padding: 3rem 0 ;
 }
 .sec-padd6{
     padding: 4rem 0 ;
 }
 .sec-padd7{
     padding: 6rem 0;
 }
 .sec-padd8{
     padding-bottom: 3rem;
 }
 .sec-padd9{
    padding-top: 9rem;
}
.sec-padd10{
    padding-top: 1rem;
}


/* common banner start */
/* .skiptranslate iframe{
    display: none;
} */


.banner-text h2{
    font-size: 45px;
}
.breadcrumb{
    justify-content: center;
    
}
.breadcrumb a{
    color: #fff;
    text-decoration: none;
}

.sub-banner{
    width: 100%;
    background-size: cover;
    position: relative;
    height: 400px;
    background-repeat:no-repeat;
    background-position: center;

}
.sub-banner .banner {
    position: relative;
    z-index: 5;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}
.sub-banner::after {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
}
.sub-banner .breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
}
/* common banner end */


/* main banner start */
.main-baner{
   width: 100%;
   height: auto;
}
/* main banner end */

/*sharing section start  */
.sharing {
    background-color: #7e1716;
    padding: 32px 28px;
    color: #fff;
    width: 620px;
    position: relative;
    bottom: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    left: 0;
}
.sharing-img{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.sharing h3 {
    text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
    font-size: 22px;
    line-height: 33px;
}
.sharing h5{
    font-size: 19px;
}
.sharing p{
    line-height: 25px;
}
.btn{
    background-color: #ec691f;
    color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* .god-img {
    position: relative;
    bottom: 9%;
} */
.god-img ul{
    display: flex;
    list-style: none;
    justify-content: center;
   
}
.god-img ul li{
    margin-right: 20px;
}

/*sharing section end  */

/* anemities secton start */
.anemities-sec{
    background-image: url("../images/home/anemities-bg1.webp");
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}
.head-text{
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 38px;
    text-shadow: 0px 2px 1px rgba(0,0,0,0.6);
}
.head-text::after{
    content: url("../images/home/bg-bottom-img1.webp");
    position: absolute;
    left: 0;
    top: 77%;
    width: 100%;height: auto;
}
.anemities-img{
    text-align: center;
    color: #fff;
}
.anemities-img h5 {
   font-size: 1.4rem;
    margin-top: 10px;
}
.anem1{
    margin-top: 20px;
}
/* anemities secton end */

/* anemities secton start */
.room .card{
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.room .card-body {
    padding: 1.4rem 1rem;
    background-color: #7e1716;
    color: #fff;
    text-align: center;
    border-radius: 0 0 4px 4px;
}
.room .card-text{
    text-align: center;
}
.room .card-title {
    margin-bottom: 1rem;
    font-size: 23px;
}
.head-text1, .head-text2{
    position: relative;
    color: #781615;
    text-align: center;
    margin-bottom: 3rem;
    font-size: 38px;
}
.head-text1::after{
    content: url("../images/home/rooms-bottom-img1.webp");
    position: absolute;
    left: 0;
    top: 77%;
    width: 100%;height: auto;
}
.dormitory{
    margin-top: 3rem;
}
.dor-img img{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.dormitory h3, .local-video h3{
    font-size: 2.1rem;
    letter-spacing: 0;
    color: #7e1716;
}
.local-video video{
    border-top: 13px solid;
    border-bottom: 14px solid;
}
.dormitory p{
    /* font-size: 17px; */
    margin: 1rem 0;
    
}
.dor-text{
    /* margin-top: 30px; */
    padding-left: 30px;
}
/* anemities secton end */

/* our gallery section start */
.head-text2::after{
    content: url("../images/home/bg-gallery-bottom-img1.webp");
    position: absolute;
    left: 0;
    top: 77%;
    width: 100%;height: auto;
}

/* gallery-slider section start */

   .gallery-slider-sec .container-fluid{
    width: 95%;
   }
 
  .testimonial .slick-track{
    padding-top: 41px;
   }
 
   .gallery-testimonial .slick-prev:before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    color: #7e1716;
 }
 .gallery-testimonial .slick-next:before{
    font-family: "Font Awesome 5 Free" !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    color: #7e1716;
 }
 .gallery-testimonial .slick-prev:before  {
    content: '\f053' !important;
 }
 .gallery-testimonial .slick-next:before  {
    content: '\f054' !important;
 }
 .gallery-testimonial .slick-next {
    right: -11px;
    z-index: 8;
 }
 
 .gallery-testimonial .slick-prev {
    left: -35px;
    /* top: 11rem; */
 }
.testimonial p i {
    font-size: 16px;
    color: #ec691f;
 }
 .testimonial p .fa-quote-left{
    margin-right: 15px;
 }
 .testimonial p .fa-quote-right{
    margin-left: 15px;
 }
 .ms-agra{
    position: relative;
 }

/* our gallery section end */

/* temple section start */
.temple .card{
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px;
    /* margin-bottom: 20px; */
    min-height: 22rem;
}
.temple .card h5{
    text-align: center;
    font-size: 20px;
    color: #7e1716;
    margin-bottom: 17px;
}
.temple .card-body {
    padding: 1rem 0.5rem;
    text-align: center;
}
/* temple section end */
/* testimonial section start */

.testimonial-heading{
    color: #111F33;
    margin-bottom: 2rem;
   }
 
   .testimonial-card{
    padding: 29px;
    background-color: #7e1716;
    border-radius: 4px;
    position: relative;
    min-height: 14.4rem;
   }
 
   .testimonial-card .people-icon{
    position: absolute;
    top: -41px;
    right: 35px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background-color: #7e1716;
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 80px;
    color: #ec691f;
   }
 
   .testimonial-card p{
    margin-top: 2.1rem;
    color: white;
    text-align: left;
   }
 
   .testimonial-card span{
    color: white;
    font-size: 20px;
    position: relative;
    top: 24px;
   }
 
  .testimonial .slick-track{
    padding-top: 41px;
   }
 
   .testimonial .slick-prev:before,.testimonial .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    color: #7e1716;
 }
 .testimonial .slick-prev:before  {
    content: '\f053' !important;
 }
 .testimonial .slick-next:before  {
    content: '\f054' !important;
 }
 .testimonial .slick-next {
    right: -11px;
    top: 11rem;
 }
 
 .testimonial .slick-prev {
    left: -35px;
    top: 11rem;
 }
.testimonial p i {
    font-size: 16px;
    color: #ec691f;
 }
 .testimonial p .fa-quote-left{
    margin-right: 15px;
 }
 .testimonial p .fa-quote-right{
    margin-left: 15px;
 }
 .ms-agra{
    position: relative;
 }




/* video section start */
.video iframe{
    width: 100%;
    height: 450px;
}
.video_wrap {
    width: 100%;
    height: auto;
}
.video{
    max-width: 100%;
    height: 456px;
}


/* video section end */

/* terms section start */
.terms-container h2{
    font-size: 29px;
}
.terms-container h4{
    font-size: 20px;
}
/* terms section end */

/* **************header start***************** */
/* call to action button start */
.social-sharing{
    position:fixed;
    right:0;
    top:40%;
    z-index:6;
    display:block
}
.offer ul li{
    list-style-type: square;
    line-height: 38px;
}
.offer ul li a{
    font-size: 16px;
    color: #fff;
}
.social-sharing-list>li{
    list-style-type:none;
    overflow:hidden;
    width:44px;
    transition:.8s ease-in-out
}
.sharing-icon{
    display:block;
    color:#fff;
    line-height:1;
    padding:10px;
    display:flex;
    align-items:center;
    justify-content:space-around;
    text-decoration: none;
    
}

.Mob-MailBtn a,.Mob-callBtn a,.Mob-whatsapp a,.read_more a,.sharing-icon:hover{
    color:#fff
}
.whatsapp-icon{
    background-color:#07a040
}
.call-icon,.icons .fab:hover{
    background-color:#e6000a
}
.Mob-MailBtn,.demo-icon{
    background-color:#000
}
.social-sharing-list>li span{
    display:none;
    margin-left:5px
}
.social-sharing-list li:focus span,.social-sharing-list li:hover span{
    display:inline-block
}
.Mob-CallToaction{
    bottom:0;
    display:none;
    position:fixed;
    z-index:10
}
.Mob-callBtn{
    background-color:#034ca7
}
.Mob-whatsapp{
    background-color:#2c9c4a
}
.Mob-MailBtn,.Mob-callBtn,.Mob-whatsapp{
    padding:6px 0;
    text-align:center
}
.Mob-CallToaction .col-md-4{
    padding:0;
    width:33.33%
}
/* call to action button end */

/* top haeder start */
.top-header {
  background-color: #7a1615;
  color: #fff;
  padding: 2px 0;
}
.top-header h6{
  font-size: 14px;
}
.mob-logo{
  display: none;
}
.navbar-toggler-icon i{
  font-size: 27px;
    color: #fff;
}

/* top haeder end */


  .header .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
  a.navbar-brand span{
    color: #fff;
    font-size: 28px;
    font-family: none;
    text-shadow: 2px 2px 4px rgba(113, 19, 15, 1);
    font-weight: 700;
}
a.navbar-brand:hover{
  color: #fff;
}
.top-header i, .top-header a{
  color: #fff;
  text-decoration: none;
}
header .nav-item .nav-link.active {
  background-color: #f15922;
  border-radius: 10px 0 10px 0;
  padding: 8px 19px;
  color: #fff;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}


  header{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background-color: #ec691f;
  }
 
  header .nav-item .nav-link{
    color: #ffffff;
    font-weight: 700;
    
  }
  .nav-item::after{
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background-color: #ffffff;
    bottom: 5px;
    left: 0;
    right: 0;
    transition: all .3s ease-in;
}
.nav-item:hover::after{
    width: 100%;
}
.nav-item:last-child::after{
  width: 0;
}

.nav-item {
  margin: 0 10px;
  position: relative;
}

.nav-item:last-child{
  margin-right: -69px;
}
header .nav-item .nav-link.active{
  background-color: #ffffff;
  border-radius: 10px 0 10px 0;
  padding: 8px 13px;
  color: #ec691f;
  font-size: 15px;
}

header .dropdown-item:focus,
 header .dropdown-item:hover {
  background-color: #f15922;
  color: #000;
  font-weight: 600;
}
header .dropdown-item{
  font-size: 14px;
  margin-bottom: 10px;

}
header .dropdown-menu {
  border: 2px solid #f15922;
  padding: 8px 0;
}
/* language css start */
#google_translate_element span{
  display: none;

}
#google_translate_element select::placeholder{
  margin-left: 20px;
}
#google_translate_element{
  position: relative;
  top: 7px;
}
#google_translate_element::after{
 content: "";
 position: absolute;
 bottom: 0;
 left: 0;
 background-color: #ec691f;
 height: 20px;
 width: 100%;
}
.goog-te-combo{
  font-family: Poppins-Regular;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    color: #fff;
    border: none;
    letter-spacing: .5px;
    width: 82%;

}
body .goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    font-size: 15px;
    font-family: Poppins-Regular;
}
.goog-te-combo option{
  color: #000;
  font-size: 14px;
}
/* language css start */
 
/* header animation */
.header .navbar {
  transition: all 0.3s ease-in-out;
}

.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  height: auto;
  animation: goDown 0.5s ease-in-out forwards;
  width: 100%;
  z-index: 10;
  
}

.sticky .navbar {
  max-height: 100%;
 
}

@keyframes goDown {
  0%{
    top:-60px;
  }
  100% {
    transform: translateY(60px);
  }
}

section .fx-header {
  height: 100%;
}
/* header animation */
/* ************header end******************* */

/* ************footer start******************* */
footer{
    background-color: #7e1716;
}
footer a{
    color: #fff;
    text-decoration: none;
    letter-spacing: .5px;
}
.f-first ul, .certificate-img ul {
    display: flex;
}
.f-social-link ul li, .certificate-img ul li{
    list-style: none;
    margin-right: 12px;
}
.f-first i{
    font-size: 25px;
}

.f-location i{
    font-size: 22px;
    color: #fff;
}
footer h4{
    color:#f15922;
    border-bottom: 2px solid #f15922;
    display: inline-block;
    font-size: 21px;
}
.f-menu ul li{
    list-style: square;
    color: #ffffff;
    line-height: 36px;
    text-align: inherit;
}
.f-menu ul li a:hover, .f-location a:hover, .f-con a:hover {
    color: #ec691f;
    
}
.f-menu ul li a, .f-location p a{
    font-size: 15px;
    
}
footer h5{
    color: #f15922;
    font-size: 18px;
    display: flex;
    align-items: center;
}
h5 span{
    font-size: 7px;
}
.f-location p{
    text-align: inherit;
    word-spacing: 5px;
    margin-left: 17px;
    line-height: 26px;
}
.f-bottom .powerby{
    float: right;
}
.bottom-footer{
    background-color: #ec691f;
}
.f-bottom h6, .f-bottom a{
    font-size: 14px;
    padding-top: 8px;
    color: #cdc6c6;
    margin-bottom: 9px;
    font-weight: normal;
    text-decoration: none;
}
body .map iframe {
    border: 3px solid #939393 !important;
    border-radius: 4px;
}

/* ************footer end******************* */

