
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anek+Kannada:wght@100..800&family=DM+Serif+Display:ital@0;1&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Slabo+27px&display=swap');

* {
    margin: 0;
    padding: 0;
    box-shadow: none;
    box-sizing: border-box;
}

:root {
    --primary-color: #9A5F25;
    --secondry-color: #96613D;
    --third-color: #fbbd74;
    --white-color: #fff;
    --black-color: #141615;
    --black-color2: #202020;
    --black-color3: #212529;
    --lightgray-color: #e7e6e6;
    --gray-color: #a1a1a1;
    --facebook-color: #3B5998;
    --instagram-color: #962fbf;
    --youtube-color: #c4302b;
    --background-color: #fafafa;

}

img {
    max-width: 100% !important;
}

body {
    font-family: 'Poppins', sans-serif;
}

body,
html {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.jeevan-light {
    background-color: #Fff!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.menu-area {
  position: static;
}

.navbar-nav .dropdown-menu a {
  border-bottom: 1px dashed lightgray;
  
}

.jeevan_pro a {
  background-color: transparent !important;
  text-transform: capitalize;
  transition: .3s;
  line-height: 30px;
  font-size: 15px;
  padding: 2px 15px;

  font-size: 13px;
  font-weight: 500;
  transition: 0.4s ease-in-out;
  text-transform: capitalize;
  color: var(--black-color4);

}

.jeevan-menu {
  position: absolute;
  width: 55% !important;
  left: 50% !important;
  transform: translateX(-50%);
  top: 77%;
  overflow-x: hidden;
  border-bottom: 4px solid #00B5DB;
}


.jeevan_pro a i{
  font-size: 13px;
  color:#000;
}

.nav-item .dropdown-menu {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show the dropdown menu on hover */
.nav-item:hover .dropdown-menu {
  display: block;
  opacity: 1;
}

/* about section css start */
/* 
.about_us_sec {
    background-color: #a1a1a10f;
    margin-bottom: 20px;
    padding-bottom:30px;
}
.about_us_sec p{
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 27px;
  text-decoration: none;
  transition: .5s ease-in-out;
  margin-top:10px;
  margin-bottom:10px;
}
.about_left_containt {
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top:40px;
}
.about_left_containt p{
    color: #000;
    padding: 0;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
}

.about_right_img {
    text-align: center;
    background-color: #fff;
    padding: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-top: 10px;
}
.about_left_containt h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.about_left_containt h1{
  font-size: 20px;
    color:#db274a;

    font-weight: 700
} */

/* about btn start */

/* .read_more_btn {
  margin-top: 0;
  float: left;
}

.read_more_btn p a {
  color: white;
  background-color: #b93125;
  padding: 10px 20px 10px 20px;
  font-size: 14px;
} */

/*  */
/* .about_right_img {
    position: relative;
    width: 100%;
    margin-top:40px;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffb00c99;
  }
  
  .about_right_img:hover .overlay {
    opacity: 1;
  }
   */

/* about section css end */

/* explore room start */
.explore_our_rooms {
    background-color: #fff;
    padding: 0;
}
.explor_aline{
    padding: 10px 0;
}
.explor_aline h2{
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    margin-top:10px;
    margin-bottom:0px;
}
.explor_aline h2 span{
    color: #db274a;

   
}
.explor_room_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 1px 1px rgb(255 180 37);
    transition: .3s;
    margin-bottom: 20px;

    background-color: #fff;
    padding: 5px 5px 45px 5px;
}


.over_text {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgb(255 180 37);
    height: 40px;
    transition: .3s;
}
.over_text a {

    /* line-height: 40px; */
    color: #000;
    padding: 0;
    display: block;
    font-size: 15px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-weight: 700;
    margin-top: 5px;
}

.explore_sect {
    padding: 10px 112px 10px 112px;
    margin-bottom: 10px;
}

/* explore css end */

/* header css start */
.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

/* header end */

/* fasility css start */

.demo li{

        color: #000;
        padding: 0;
        font-size: 15px;
        line-height: 27px;
        text-decoration: none;
        transition: .5s ease-in-out;
    }
/*  */
/* queen css start */
.image_queen img{
    border-radius: 5px 5px 5px 5px;
    padding: 0;
}

/* queen css end */






/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
    background-color: var(--floens-black2, #2B1E16);
    position: relative;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .page-header {
      padding-top: 87px;
      padding-bottom: 99px;
    }
  }
  @media (max-width: 575px) {
    .page-header {
      padding-top: 77px;
      padding-bottom: 89px;
    }
  }
  .page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
  }
  .page-header .container {
    position: relative;
    z-index: 1;
    text-align: center;
  }
  .page-header__title {
    margin: 0;
    font-size: 40px;
    color: var(--floens-white, #ffffff);
    letter-spacing: 0.9px;
    text-transform: capitalize;
    margin-bottom: 14px;
  }
  @media (max-width: 1199px) {
    .page-header__title {
      font-size: 50px;
    }
  }
  @media (max-width: 991px) {
    .page-header__title {
      font-size: 45px;
    }
  }
  @media (max-width: 767px) {
    .page-header__title {
      font-size: 40px;
    }
  }
  @media (max-width: 575px) {
    .page-header__title {
      font-size: 35px;
    }
  }
  
  .floens-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 0;
    margin: 0;
    margin-bottom: 0;
  }
  .floens-breadcrumb li {
    font-size: 15px;
    color: var(--floens-white, #ffffff);
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.9px;
    /* text-transform: uppercase; */
    display: flex;
    align-items: center;
  }
  .floens-breadcrumb li:not(:first-of-type) {
    color: var(--floens-base, #685431);
  }
  .floens-breadcrumb li:not(:last-of-type)::after {
    content:  "\276F";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: relative;
    top: 0px;
    margin-left: 11px;
    margin-right: 11px;
  }
  .floens-breadcrumb li i {
    position: relative;
    top: 0px;
    margin-right: 9px;
    font-size: 14px;
    color: #ffffff;
  }
  .floens-breadcrumb li span,
  .floens-breadcrumb li a {
    color: #ffffff;
    display: inline-flex;
  }
  .floens-breadcrumb li span:hover{
      color:#ffb425;
  }
  .floens-breadcrumb li a {
    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
    transition: all 500ms ease;
  }
  .floens-breadcrumb li a:hover {
    background-size: 100% 1px;
  }
  .floens-breadcrumb li a:hover {
    color: var(--floens-base, #ffb425);
  }
  /* header page end  */

  /* Table css start */

  /* table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
   */
  table.center {
    margin-left: auto; 
    margin-right: auto;
    margin-bottom: 20px;
  }
  tbody, td, tfoot, th, thead, tr {
    width: 550px;
    text-align: center;
    padding: 0px !important;
    text-decoration: none;
    transition: .5s ease-in-out;
    line-height: 27px;
}
.room_head {
    font-size: 14px;
    font-weight: 700;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    color: #000;
}
  /* table2  css start */
  .table2 {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  
  th, td {
    text-align: center;
    padding: 8px;
  }
  
  tr:nth-child(even){background-color: #f2f2f2}

  /*  */

  /* table css end */

  /* contact us frm css start */
  .explore_sect2 {
    padding: 10px 112px 10px 112px;
    margin-bottom: 10px;
}
  /* .contact_us_sec {
    background-color: yellow;
  } */

  .left_contact_frm {
    background-color: #2c2723;
    padding: 20px 30px 5px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.right1_contact_frm {
  background-color: #db274a;
  padding: 20px 30px 5px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 20px;
  border: 1px solid #463f68;
}
.left_contact_frm h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}
.left_contact_frm .input-group-text {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  background-color: transparent !important;
  padding-top: 13px;
  /* color: var(--black-color3); */
  color: #db274a;

}
.left_contact_frm .input-group input, textarea {
  margin-bottom: 0px;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
}
.left_contact_frm .input_div input.btn {
  background-color:#db274a;
  padding: 10px 40px 10px 40px;
  color: var(--white-color);
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-bottom: 10px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #fff;
}
.left_contact_frm .input_div input.btn:hover {
  background-color: #000;
}
/* right */

.contact_addrees_right h2 {
  color: #fff;
  font-weight: 700;
  padding-bottom: 5px;
  text-transform: capitalize;
  font-size: 23px;
}
.conatct_main_div_flx {
  margin-bottom: 10px;
}
.contact_page_num_div a {
  font-size: 14px;
  color: #fff;
  line-height: 27px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  display: block;
  transition: .5s ease-in-out;

}
.contact_page_num_div p {
  font-size: 14px;
  color: #fff;
  line-height: 24px;
  letter-spacing: .5px;
  font-weight: 400 !important;
  margin-bottom: 7px !important;
  text-transform: capitalize;
}
.conatct_main_div_flx .flex-shrink-0 .bx {
  text-align: center;
}
.conatct_main_div_flx i{
  color: #fff;
}

/*  */

  /* contact us frm css end */
  



 
/* =================================== */
/* why_book_us end */
.abril-fatface-regular {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
}


/* footer start */
.footer_headline{
    margin-top: 5px;
    margin-bottom: 18px;
   
}
.footer_section {
    background-color: #db274a;
    padding: 10px 20px 2px 20px;
    border-top: 2px solid #2c2723;
}
.footer_headline h5 {
  color: #fff;
  font-weight: 500;
  line-height: 0.9;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.footer_num_div ul{
    list-style: none;
    padding: 0px;
}
.footer_num_div li{
    line-height: 40px;
    border-bottom: 1px dashed #fdfdfd3d;
    padding: 5px;
    letter-spacing: 0.5px;
}
.footer_num_div li a{
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}
.footer_num_div b{
    color: #fff;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}
.follow_icon_div{
    margin-top: 5px;
    display: flex;
   
}
.follow_icon_div a{
  /* background-color: #2c2723; */
  width: 30px;
  height: 27px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin: 1px 2px;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid #fff;
}
.footer_num_div li a span{
    color: #ffffff;

    font-size: 18px;
    letter-spacing: .3px;
    text-decoration: none;
    transition: .5s ease-in-out;
    text-decoration: none;
    text-transform: capitalize;
}

.footer_num_div{
    padding: 5px 5px 5px 5px;
   
}
.footer_num_div p{
  margin-bottom: 0px;
}
.footer_num_div a {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.5px;
}
.footer_num_div a:hover {
    color: #2c2723;
}

.footer_add a{
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    font-family: "Abril Fatface", serif;
    letter-spacing: 1px;
}
.footer_add p{
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    transition: .5s ease-in-out;
    font-family: "Slabo 27px", serif;
    letter-spacing: 0.5px;
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px;
}
}

.copy-right {
  background: #2c2723;
  padding: 15px 0;
  text-align: center;
  border-top: 2px solid #fff;
}
.copyterms a{
  color: #db274a;
  padding: 10px;
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.5px;
}
.copy-right p {
  margin-bottom: 2px;
  color: #fff;
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.5px;
  padding-bottom: 0;
}

.copy-right p span{
  color: red;
  font-weight: 900;
}
/* footer end */

/**/


@media (max-width: 768px){
.desk {
    display: none;
}
}
@media (max-width: 768px){
.mob {
    display: block !important;
}
}

.mob{
  display: none;
}





/* modal css start */

.modal-header {
  border-bottom: 2px solid #db274a;

  background-color: #ffb425;
}
.close {
  color: #db274a;

  text-decoration: none;
  font-size: 27px;
  border: 2px solid #ffb425;
  background-color: #ffb425;
}
input[type="text"] {
  color: #252525 !important;
}
.form_main_div_modal input {
  margin-bottom: 15px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  outline: none !important;
  padding: 10px 0px 10px 10px;
  font-size: 13px;
}
.form_main_div_modal button {
  background-color: #ffb425;
  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
.form_main_div_modal button:hover {
  background-color:#db274a;

  padding: 8px 16px 8px 16px;
  color: #fff !important;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: .5px;
  margin-top: 10px;
}
 .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  color: var(--bs-btn-active-color);
  background-color: #db274a;
  border-color: var(--bs-btn-active-border-color);
}

/*  modal css end*/




/*  owl testimonial index page css start*/
/*  */

.testimonial_section {
  display: block;
  overflow: hidden;
  padding: 20px;
}
.testimonial_section:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content {
    background-color: #2c2723;
    padding-top: 35px;
    padding-right: 210px;
    padding-bottom: 15px;
    position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #2c2723;
  width: auto;
  margin-left: -200px;
  right: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .about_content .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .about_content .layer_content .section_title {
  margin-bottom: 25px;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title:after {
  display: block;
  clear: both;
  content: "";
}
.testimonial_section .about_content .layer_content .section_title h5 {
  color: #fff;
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #818a8f;
  margin-top: -5px;
  margin-bottom: 6px;
}
.testimonial_section .about_content .layer_content .section_title h2 {
  font-family: "Titillium Web";
  font-weight: 300;
  font-size: 45px;
  line-height: 50px;
  padding-bottom: 51px;
  margin-bottom: 0px;
  color: #fff;
}
.testimonial_section .about_content .layer_content .section_title h2 strong {
  width: 100%;
  display: block;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.testimonial_section .about_content .layer_content .section_title .heading_line {
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span {
  transition: all 0.5s ease-in-out 0s;
  position: relative;
}
.testimonial_section .about_content .layer_content .section_title .heading_line span:after {
  content: "";
  right: auto;
  left: 69px;
  position: absolute;
  bottom: 28px;
  width: 17px;
  margin-left: 0;
  border-bottom-width: 3px;
  border-bottom-color: #cacaca;
  border-bottom-style: solid;
}
.testimonial_section .about_content .layer_content .section_title .heading_line:after {
  content: "";
  left: 1%;
  margin-left: 0;
  position: absolute;
  bottom: 28px;
  width: 59px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #db274a;
}
.testimonial_section .about_content .layer_content .section_title p {
  color: #fff;
  margin: 0 0 15px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
}
.testimonial_section .about_content .layer_content a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.testimonial_section .about_content .layer_content a i {
  font-size: 18px;
  vertical-align: middle;
}
.testimonial_section .about_content .layer_content a:hover {
  color: #db274a;
}
.testimonial_section .testimonial_box {
  margin-top: 35px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #db274a;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #db274a;
  width: auto;
  margin-right: -200px;
  right: 0;
  background-image: url(../images/map.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content {
  position: relative;
  z-index: 9;
  height: 100%;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
  display: block;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
  margin: 10px 0 10px 0;
  padding: 30px 0px 30px 60px;
  position: relative;
  text-align: center;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
  margin-left: 150px;
  margin-top: 30px;
  padding: 45px 40px 45px 40px;
  z-index: 1;
  position: relative;
  background-color: #fff;
  transition: all 0.5s ease-in-out 0s;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
  margin-bottom: 15px;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
  content: "";
  width: 30px;
  display: block;
  height: 2px;
  text-align: center;
  left: 46%;
  margin-top: 6px;
  background-color: #db274a;
  position: absolute;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
  padding-top: 0;
  margin-bottom: -5px;
  font-size: 19px;
  line-height: 24px;
  color: #2c2723;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption span {
  font-size: 12px;
  color: #9f9f9f;
  margin: 0;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  line-height: 28px;
  color: #5d6576;
  font-style: italic;
  font-family: "Slabo 27px", serif;
  letter-spacing: 0.5px;
}

.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p b{
  color: #db274a;
}


.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img {
  border: none;
  position: absolute;
  top: 0;
  left: 55px;
  top: 30px;
}
.testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .images_box .testimonial_img img {
  border: 5px solid #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  width: 35%;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
  position: absolute;
  top: 130px;
  right: 42px;
  border-radius: 0;
  background: #db274a;
  display: block;
  outline: 0;
  width: 34px;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
  background: #2c2723;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #db274a;
  outline: 0;
  width: 34px;
  text-align: center;
  line-height: 34px;
  height: 34px;
  color: #fff;
  font-size: 23px;
  margin-top: -20px;
  transition: all 0.3s ease-in-out;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
  background: #2c2723;
}

.testimonial_section .about_content .layer_content .section_title p b{
  color:#da274a;
}

@media all and (max-width: 991px) {
  .testimonial_section .about_content {
    padding-right: 15px !important;
  }
  .testimonial_section .about_content .background_layer {
    width: 200% !important;
  }
  .testimonial_section .testimonial_box {
    margin-top: 0 !important;
  }
  .testimonial_section .testimonial_box .background_layer {
    width: 200% !important;
    margin-left: -200px;
  }
  .testimonial_section .testimonial_box .about_content {
    padding-left: 15px !important;
    padding-right: 15px !important;
    margin-top: 28% !important;
  }
  .testimonial_section .testimonial_box .testimonial_container {
    margin-left: -15px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials {
    margin: 0px 0 20px 0;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
    margin-left: -36px !important;
  }
  .testimonial_section .testimonial_box .testimonial_container .testimonials .images_box {
    display: none;
  }
}

/* testimonial index page css end  */

/* blogs css start */
.blogs_section {
  background-color: #8080801a;
  padding: 10px;
  height: auto;
}

.readcourses {
  margin-top: -12px;
  text-align: left;
}
.readcourses a{
  font-size: 16px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
}
.blogs_heading1 {
  line-height: 17px;
 
}
.blogs_heading1 h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  text-align: left;
}
.blogs_heading1 a{
  color: #db274a;
}
.blogs_heading1 p{
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  margin-bottom: 0;
}
.blogs_heading {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.blogs_heading img{
  border-radius: 10px;
  padding: 0px;
  width: 348px !important;
  height: 266px;
}
.blogs_section h2{
  font-size: 38px;
  color: #000;
  text-align: center;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}

.owl-carousel {

	margin: 0 auto;
	padding: 5px 0;
}
.owl-carousel .item {
	font-size: 30px;
	text-align: center;
	padding: 0px;
	line-height: 2;
	font-weight: 700;
    width: 858px;
    object-fit: cover;
}


/* .courses_section .owl-carousel .owl-nav button.owl-prev,
.courses_section .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #000;
	color:#fff;
	border-radius: 50%;
	position: absolute;
	top: 42%;
	transform: translatey(-50%);
} */

.blogs_section .owl-carousel .owl-nav button.owl-prev,
.blogs_section .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 30px;
	height: 30px;
	background-color: #db274a;
	color:#fff;
	border-radius: 5px;
	position: absolute;
	top: 42%;
	transform: translatey(-50%);
  border: 1px solid #fff;
  line-height: 26px;
}



.owl-nav button span {
	font-size: 20px;
	height: 100%;
	display: block;
	width: 100%;
}
.blogs_section .owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
.blogs_section .owl-carousel .owl-nav button.owl-next {
	right: -20px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}

.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}

/* academic css end  */


/* about-section css start  */

.about_section {
  padding: 15px;
  background-color: #f2f2f2;
}
.about_content h1{
  font-size: 38px;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.about_section p{
  font-size: 16px;
    line-height: 27px;
    color: #000000c4;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
}
.about_read {
  background-color: #db274a;
  padding: 4px;
  width: 105px;
  border-radius: 5px;
  margin-bottom:10px;
  margin-top: 0px;
  
}
.about_read a{
  font-size: 18px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  margin-left: 3px;
}

.about_images {
padding-top: 15px;
}
/* about section css end  */

/*inner page line page-header start */


.page-header {
  background-color: #db274a;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
}

.floens-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0;
  margin-bottom: 0;
  justify-content: flex-start;
}
.floens-breadcrumb li:not(:first-of-type) {
  color: white;
}

.floens-breadcrumb li a {
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95% / 0px 1px no-repeat;
  transition: all 500ms ease;
}
.floens-breadcrumb li:not(:last-of-type)::after {
  content: "\276F";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 13px;
  position: relative;
  top: 0px;
  margin-left: 11px;
  margin-right: 11px;
}
.floens-breadcrumb li span, .floens-breadcrumb li a {
  color: #ffffff;
  display: inline-flex;
}
.floens-breadcrumb li span:hover, .floens-breadcrumb li a:hover {
  color: #fff;
  /* display: inline-flex; */
}
/* inner page line page-header  end */

/* entrance_exam_sec start css */

.entrance_exam_sec {
  padding: 10px;
}

.entrance_images{
  padding: 5px;
  background-color: #f8f6f6;
  border-radius: 10px;
  border: 1px solid #80808059;
  margin-bottom: 10px;
}
.entrance_images img{
  border-radius: 10px;
  padding: 0px;
}
.entrance_heading1 h3{
  font-size: 18px;
  color: #db274a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}
.entrance_heading1 p{
  font-size: 14px;
  line-height: 27px;
  color: #000000c4;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Josefin Sans", sans-serif;
}
.readentrance{
  margin: 0px;
  text-align: center;
}
.readentrance a {
  font-size: 18px;
  color: #463f68;
  font-family: "Josefin Sans", sans-serif;
}
/* entrance_exam_sec css end  */

/* classes_sec start */

.classes_sec {
  padding: 10px;
}

/* classes_sec end  */


/* classe_one_five start css */

.classe_one_five {
  padding: 10px;
}
.tutor {
  background-color: #c7bcbc21;
  /* border: 1px solid gray; */
  padding: 10px;

}

.tutor_images img{
  width: 100%;
  height: auto;
}

/* table s */

div.table{
	display: block;
	margin: auto;
	max-width: 600px;
	padding: 5px;
	width: 100%;
}
.table-title h3{
	color: #fafafa;
	font-size: 30px;
	font-weight: 400px;
	font-style: normal;
	font-family: "Roboto", helvetica, arial, sans-serif;
	text-shadow: -1px -1px -1px rgba(0 0 0 0.1);
	text-transform: uppercase;
}

/**Table Styles **/

.table-fill{
	background: white;
	border-radius: 3px;
	border-collapse: collapse;
	height: auto;
	margin: auto;
	max-width: 600px;
	padding: 5px;
	width: 100%;
	/* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
	animation: float 5s infinite;
  margin-top: 10px;
}

th:last-child{
	border-top-right-radius: 3px;
	border-right: none;
}
tr{
	border-top: 1px solid #C1C3D1;
	border-bottom: 1px solid #C1C3D1;
	color: #666B85;
	font-size: 16px;
	font-weight: normal;
	text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
tr:hover td{
	background: #4E5066;
	color: #FFFFFF;
	border-top: 1px solid #22262e;

}
tr:first-child{
	border-top: none;

}
tr:last-child{
	border-bottom: none;
}
tr:nth-child(odd)td{
	background: #EBEBEB;
}
tr:nth-child(odd):hover td{
	background: #db274a;
}
tr:last-child td:first-child{
	border-top-right-radius: 3px;

}
tr:last-child td:last-child{
	border-top-right-radius: 3px;
}
td{
	background: #FFFFFF;
	padding: 20px;
	text-align: left;
	vertical-align: middle;
	font-weight: 300;
	font-size: 18px;
	border-right: 1px solid #C1C3D1;
}
td:last-child{
	border-right: 0px;
}
th.text-left{
	text-align: left;
}
th.text-center{
	text-align: center;
}
th.text-right{
	text-align: right;
}
td.text-left{
	text-align: left;
  
}
td.text-center{
	text-align: center;
  font-size: 15px;
  color: #000000c4;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
}
td.text-right{
	text-align: right;
}
table, th, td {
  border: 1px solid gray;
  border-collapse: collapse;
}
.tutor_images {
  border: 1px solid gray;
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

th {
  color: #000000c4;
  background: #ffffff;
 
  border-right: 1px solid gray;
  font-size: 17px;
  font-weight: 100;
  padding: 24px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}

.tablebtn {
  width: 254px;
  height: auto;
  background-color: #db274a;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tablebtn a{
  font-size: 15px;
  color: #fff;
}

.tutor_tablebtn {
  width: 234px;
  height: auto;
  background-color: #db274a;
  border-radius: 5px;
  padding: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.tutor_tablebtn a{
  font-size: 15px;
  color: #fff;
}
/* table e */

/* classe_one_five css end  */




/* class's nine start css  */

.classs_nine_sec {
  padding:10px;
  background-color: #80808017;
}


.classs_nine_sec_images {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;

}
.classs_nine_sec_images img {
  width: 100%;
  height: auto;
}

.classs_nine_sec_containet {
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.classs_nine_sec_containet h4 {
  font-size: 23px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-top: 10px;
}
.classs_nine_sec_containet p {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}
.classs_nine_sec_containet h5{
  font-size: 20px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}

.classs_nine_sec_containet1 {
  padding: 2px;
  margin-bottom: 15px;
}

.classs_nine_sec_containet1 p {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}
.classs_nine_sec_containet1 h5{
  font-size: 20px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}
.classs_nine_sec_containet1 strong{
  font-size: 18px;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}
.read_more_classes  {
  color: #463f68;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-size: 16px;
}

/* class's nine end css  */


/* entrance exam inner page s  */
.cuet_coaching {
  padding: 10px;
  background-color: #80808017;
}

.cuet_coaching_images{
    padding: 10px;
    background-color: #fff;
    margin-bottom: 0;
}

.cuet_coaching_images img {
  width: 100%;
  height: auto;
}


.cuet_coaching_containet {
  padding: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}

.cuet_coaching_containet h4 {
  font-size: 23px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
}

.cuet_coaching_containet p {
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}

/* entrance exam inner page e  */


/* expert teacher start */

.expert_teachers{
  padding: 10px;
  background-color: #80808017;
}

.teacher_exprt{
  padding: 10px;
  background-color: #fff;
  margin-bottom: 0;
}
.teacher_exprt img{
  width: 100%;
  height: auto;
}
.expert_teachers_content {
  padding: 10px;
}

.expert_teachers_content p{
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 8px;
  /* margin-top: 15px; */
}

.expert_teachers_content h4{
  font-size: 23px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px; 
}
.expert_teachers_content h5{
  font-size: 17px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px; 
}


.gallery_box a img {
  width: 100%;
  height: auto;
  padding: 2px;
  margin-bottom: 7px;
}
.gallery_box a {
  font-size: 15px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
}
/* expert teacter end  */



/*
Go Top Style*/

#gototop {
  display: inline-block;
  background-color: #db274a;
  border: 1px solid #fff;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#gototop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 41px;
  color: #fff;
}
#gototop:hover {
  cursor: pointer;
  background-color: #333;
}
#gototop:active {
  background-color: #555;
}
#gototop.show {
  opacity: 1;
  visibility: visible;
}

/* gallery s */
.gallery_section {
  background-color: #db274a;
  padding: 10px;
  height: auto;
}
.gallery_section h2 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.gallery_section .owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
/* .gallery_section .owl-carousel .owl-nav button.owl-prev, .gallery_section .owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: red;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 42%;
  transform: translatey(-50%);
  border: 1px solid #fff;
  line-height: 26px;
} */
.gallery_section .owl-carousel .owl-nav button.owl-next {
  right: -20px;
}

.gallery_section .owl-carousel .owl-nav button.owl-prev, .gallery_section .owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #db274a;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 42%;
  transform: translatey(-50%);
  border: 1px solid #fff;
  line-height: 26px;
}

.gallery_section .owl-carousel .owl-nav button.owl-prev:hover, .gallery_section .owl-carousel .owl-nav button.owl-next:hover {
  z-index: 1;
  width: 30px;
  height: 30px;
  background-color: #000;
  color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 42%;
  transform: translatey(-50%);
  border: 1px solid #fff;
  line-height: 26px;
}


.gallery_heading {
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.gallery_heading1 {
  line-height: 17px;
  padding: 0;
}

.gallery_heading1 a {
  font-size: 18px;
  color: #db274a;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}

.gallery_heading img {
  width: 348px !important;
  height: 266px;
}
/* gallery e */



/* products setion s  */

.products_page_section  {
  padding: 10px;
}
.products_page_section h2 {
  font-size: 38px;
  color: #000;
  text-align: center;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.products_images {                                                            
  background-color: #fff;
  padding: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 10px;
}
.products_content h3 {
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #db274a;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}
.products_content p {
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}
.article_blogsread {
  border-top: 1px solid #db274a;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;
}
.read_more a {
  color: #2c2723;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  font-size: 15px;
}


/* product section e  */

/* blogs inner page sec s */

.blog_inner_sec {
padding-top: 25px;
}
.blog_innerimages {
  padding: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: transform 250ms;
  margin-bottom: 25px;
}
.blog_innerimages:hover {
  transform: translateY(-10px);
}
.blog_innerimages img{
  width: 268px;
  height: 256px;
  border-radius: 4px;
}


.bloginner_content {
  line-height: 25px;

}
.bloginner_content h3 {
  font-size: 18px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  margin-top: 10px;
  margin-bottom: 0px;
}
.bloginner_content a{
  color: #db274a;
}
.bloginner_content p{
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}
.bloginner_content p a{
  color: #2c2723;
  font-size: 16px;
  font-weight: 700;
}


.blog_innerimages {
  --c: #db274a;
  --b: 3px;
  --g: 8px;     
  
  padding: calc(var(--g) + var(--b));
  --_g: #0000 25%,var(--c) 0;
  background: 
    conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
     var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
    conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
     0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
  transition: .3s, background-position .3s .3s;
  cursor: pointer;
  border-radius: 15px;
}
.blog_innerimages:hover {
  --_i: 100%;
  transition: .3s, background-size .3s .3s;
}
/*blogs inner page sec e  */

/* innner page css s  */

.inner_pagessec {
  padding-top: 25px;
  padding-bottom: 25px;
}
.inner_pageimages img{
  width: 577px;
  height: 373px;
}
.inner_pagecontaner{
  line-height: 25px;
}
.inner_pagecontaner p{
  font-size: 15px;
  line-height: 22px;
  color: #000;
  margin-bottom: 5px;
  text-align: justify;
  font-family: "Josefin Sans", sans-serif;
}
.inner_pagecontaner h2{
  font-size: 31px;
  color: #2c2723;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.inner_pagecontaner h3{
  font-size: 20px;
  color: #2c2723;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.2px;
}
.inner_pagecontaner h4{
  font-size: 18px;
  color: #da274a;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.2px;
}
.inner_pagecontaner p span{
  color: #db274a;
  font-size: 15px;
  font-weight: 800;
}
/* inner page css e */

/* gallerinner page sec s */

.galleryinner_pages{
  padding-top: 25px;
  padding-bottom: 25px;
}
.gallerypage_images {
  padding: 0;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
      margin-bottom: 15px;
}


.galleryimage_zoom {
  overflow: hidden;
}

.galleryimage_zoom:hover {
  padding: 10px;
}

.galleryimage_zoom:hover img {
  filter: blur(0);
  transform: scale(1.1);
  width: 277px;
  height: 245px;
}

.galleryimage_zoom img {
  transition: transform 1s, filter 2s ease-in-out;
  filter: blur(0);
  transform: scale(1.2);
  width: 277px;
  height: 266px;
}




.gallerypage_images img{
  padding: 10px 10px 0px 10px;
}
.gallerypage_conten {
  line-height: 25px;
}
.gallerypage_conten h3{
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
}

.gallerypage_conten h3 a{
  font-size: 15px;
  color:#db274a;

}

/* galleryinner page sec e */


.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 13px;
  left: 18px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 37px;
  border: 2px solid #fff;
  z-index: 100;
}

.float:hover {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 13px;
    left: 18px;
    background-color: #25D366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 37px;
    border: 2px solid #fff;
    z-index: 100;
}



/* mission and vision css s */


.vision_mission {
  padding-top: 15px;
  padding-bottom: 35px;
}
.vision_mission h2{
  font-size: 32px;
  color: #000;
  text-align: center;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}
.vision_left {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #938a8a2b;
  outline: 5px solid #fff;
}
.vision_left img{
  width: 100px;
  height: 54px;
  margin-bottom: 5px;
}
.vision_left h3{
  font-size: 30px;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.vision_left i {
  color: #db274a;
  font-size: 85px;
}

.vision_left p{
  font-size: 16px;
  line-height: 25px;
  color: #000000c4;
  font-family: "Josefin Sans", sans-serif;
  text-align: justify;
  margin-bottom: 10px;
}


.mission_right {
  padding: 10px;
  background-color: #fff;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #938a8a2b;
  outline: 5px solid #fff;
}
.mission_right img{
  width: 100px;
  height: 54px;
  margin-bottom: 5px;
}
.mission_right h3{
  font-size: 30px;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}
.mission_right i {
  color: #db274a;
  font-size: 85px;
}

.mission_right p{
  font-size: 16px;
  line-height: 25px;
  color: #000000c4;
  font-family: "Josefin Sans", sans-serif;
  text-align: justify;
  margin-bottom: 10px;
}
/* mission and vision css e */

.image-imgk{
        height: 277px;
    width: 100%;
    object-fit: cover;
}

.Video_sec{
          height: 260px;
    width: 100%;
    object-fit: contain;
        /*margin-bottom: 13px;*/
    
}

.Video_sec2{
          height: 246px;
    width: 100%;
    object-fit: contain;
    
}

.inner_pageimages{
      position: relative; /* Ensure positioning context for the button */
    display: inline-block; /* Adjust this as necessary */
}

.enquiry-button {
    position: absolute;
    left: -25px; /* Adjust to move horizontally from the left */
    top: 50%; /* Position in the middle vertically */
    transform: translateY(-50%); /* Center vertically */
    background-color: black; /* Button background color */
    color: #fff; /* Button text color */
    padding: 10px 20px; /* Button padding */
    border: none; /* Remove default border */
    border-radius: 5px; /* Rounded corners */
    text-decoration: none; /* Remove underline from the link */
    text-align: center; /* Center text in the button */
    font-size: 11px; /* Adjust font size */
    z-index: 1; /* Ensure the button appears above the image */
      transform: translateY(-50%) rotate(90deg)
}

.enquiry-button:hover {
    background-color: #d9284a; /* Button hover background color */
    color: #fff; /* Button hover text color */
}