
@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:#1eb2f1;

    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: #1eb2f1;

   
}
.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: #463f68;
    padding: 20px 30px 5px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 20px;
}

.right1_contact_frm {
  background-color: #1eb2f1;
  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: #1eb2f1;

}
.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: var(--black-color);
  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;
}
.left_contact_frm .input_div input.btn:hover {
  background-color: #1eb2f1;
}
/* 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: #453E5C;
    padding: 10px 20px 2px 20px;
    border-top: 2px solid #00B5DB;
}
.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 #b3b1b12b;
    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: #1eb2f1;

    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--white-color);
    margin: 1px 2px;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #fff;
}
.footer_num_div li a i{
    color: #1eb2f1;

    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: #1eb2f1;

}

.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: #1eb2f1;
  padding: 15px 0;
  text-align: center;
  border-top: 2px solid #fff;
}
.copyterms a{
  color: #fff;
  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;

}
.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 #1eb2f1;

  background-color: #ffb425;
}
.close {
  color: #1eb2f1;

  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:#1eb2f1;

  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: #1eb2f1;
  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: #453e68;
    padding-top: 35px;
    padding-right: 210px;
    padding-bottom: 15px;
    position: relative;
}
.testimonial_section .about_content .background_layer {
  background-color: #453e68;
  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: 24px;
  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: #1eb2f1;
}
.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: #1eb2f1;
}
.testimonial_section .testimonial_box {
  margin-top: 35px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container {
  background-color: #1eb2f1;
  margin-left: -170px !important;
  position: relative;
}
.testimonial_section .testimonial_box .testimonial_container .background_layer {
  background-color: #1eb2f1;
  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: #1eb2f1;
  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: #453e68;
  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 .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: #1eb2f1;
  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: #453e68;
}
.testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
  position: absolute;
  top: 130px;
  right: 5px;
  border-radius: 0;
  display: block;
  background: #1eb2f1;
  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: #453e68;
}

@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  */

/* academic css start */
.courses_section {
  background-color: #cfe5ea;
  padding: 10px;
  height: auto;
}

.readcourses {
  margin-top: -13px;
}
.readcourses a{
  font-size: 18px;
  color: #463f68;
  font-family: "Josefin Sans", sans-serif;
}
.courses_heading1 a{
  font-size: 18px;
  color: #1eb2f1;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}
.courses_heading1 p{
  font-size: 14px;
  line-height: 27px;
  color: #000000c4;
  text-align: center;
  margin-bottom: 0px;
  font-family: "Josefin Sans", sans-serif;

}
.courses_heading {
  padding: 5px;
  background-color: #fff;
  border-radius: 10px;
}
.courses_heading img{
  border-radius: 10px;
  padding: 0px;
}
.courses_section h2{
  font-size: 38px;
  color: #000;
  text-align: center;
  font-family: "Abril Fatface", serif;
  letter-spacing: 0.5px;
}

.owl-carousel {
	/* max-width: 1200px; */
	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%);
}

.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: #453e68;
	color:#fff;
	border-radius: 5px;
	position: absolute;
	top: 42%;
	transform: translatey(-50%);
  border: 1px solid #fff;
  line-height: 26px;
}

 /* .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none !important;
} */


.owl-nav button span {
	font-size: 20px;
	height: 100%;
	display: block;
	width: 100%;
}
.courses_section .owl-carousel .owl-nav button.owl-prev {
	left: -20px;
}
.courses_section .owl-carousel .owl-nav button.owl-next {
	right: -20px;
}
.owl-carousel .owl-nav {
	margin: 0;
}
.btn-wrap {
	text-align: center;
	width: 100%;
}
/* button {
	background-color: #ddd;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	margin: 10px;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
} */
.owl-theme .owl-nav .disabled,
button.disabled {
	opacity: 0.6;
}

/* academic css end  */


/* about-section css start  */

.about_section {
  padding: 15px;
}
.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: #443e69;
  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 section css end  */

/* subject_classes css start */

.btnclasses{
  background-color: #1eb1ef;
  border: none;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
}
.btnclasses:hover{
  background-color: #1eb1ef;
  border: none;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
 }
 .btnclasses.active{
  background-color: #453e68;
  border: none;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
 }

.btnsubject {
  background-color: #1eb1ef;
  border: none;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
}
.btnsubject:hover {
  background-color: #1eb1ef;
  border: none;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
}
.btnsubject.active{
  background-color: #453e68;
  border: none;
  margin: 10px;
  color: #fff;
  border-radius: 5px;
}

.acdmheading h2{
  font-family: "Abril Fatface", serif;
    letter-spacing: 0.5px;
    font-size: 38px;
    text-align: center;
    padding-bottom: 5px;
}
.acadmic_sec {
  
  margin-bottom: 10px;
  background-color: #8080801c;
}

.subject_box{
border: 1px solid #1eb1efa1;
padding: 10px;
margin-bottom: 5px;
text-align: center;
}
.subject_box a{
font-size: 18px;
color: #000;
font-family: "Josefin Sans", sans-serif;
letter-spacing: 0.5px;
}
.subject_box h4{
  font-size: 18px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  }
.subject_box img {
  width: 75px;
  height: auto;
  margin-left: 67px;
  margin-right: 67px;
  padding: 10px;
}
/* subject_classes csss end  */

/*inner page line page-header start */


.page-header {
  background-color: #1eb2f1;
  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;
}
/* 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: #1eb2f1;
  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: #1eb2f1;
}
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: #1eb2f1;
  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: #1eb2f1;
  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  */

/* blogs section start */

.blogsec_page {
  padding: 10px;
}
.blogs_images {
  background-color: #fff;
  padding: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog_content h3{
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #1eb2f1;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
}

.blog_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 #1eb2f1;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  overflow: hidden;
  padding-bottom: 5px;
  position: relative;

}
.read_more a {
color: #463f68;
font-weight: 700;
font-family: "Josefin Sans", sans-serif;
font-size: 15px;
}


/* blogs section end  */


/* gallery start */

.gallery_sec {
  margin-top: 10px;
  margin-bottom: 10px;
}
.gallery_heading{
  font-family: "Abril Fatface", serif;
    letter-spacing: 0.5px;
    font-size: 38px;
}
.btnacademic1 {
  background-color:transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnacademic1:hover {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnacademic1.active{
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}


.btnentrance {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnentrance:hover {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnentrance.active{
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}


.btnfeatures {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnfeatures:hover {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnfeatures.active{
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}



.btnsubject1 {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}
.btnsubject1:hover {
  background-color: transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
}
.btnsubject1.active{
  background-color:transparent;
  border: none;
  margin: 10px;
  color: #000;
  border-radius: 5px;
  border: 1px solid #20afed;
}


.gallery_box{
  border: 1px solid #1eb1efa1;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  }
  .gallery_box a{
  font-size: 18px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  }
  .gallery_box h4{
    font-size: 18px;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.5px;
    }
  .gallery_box img {
    width: 280px;
    height: auto;
    padding: 2px;
    margin-bottom: 7px;
  }

  .btnclasses1{
    background-color: transparent;
    border: none;
    margin: 10px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #20afed;
  }
  .btnclasses1:hover{
    background-color: transparent;
    border: none;
    margin: 10px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #20afed;
   }
   .btnclasses1.active{
    background-color: transparent;
    border: none;
    margin: 10px;
    color: #000;
    border-radius: 5px;
    border: 1px solid #20afed;
   }

   .entrance_box {
    border: 1px solid #1eb1efa1;
    padding: 5px;
    text-align: center;
    margin-bottom: 10px;
}

.entrance_box img {
    width: 280px;
    height: auto;
    padding: 2px;
    margin-bottom: 7px;
}
.entrance_box h4 {
    font-size: 16px;
    color: #000;
    font-family: "Josefin Sans", sans-serif;
    letter-spacing: 0.5px;
}

.entrance_box a {
  font-size: 15px;
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
}
/* gallery end  */


/* index page acadmic start css */

.acadmic_sec_images {
  padding: 10px;
  background-color: #fff;
  margin-bottom: 15px;
}
.acadmic_sec_images img{
  width: 100%;
  height: auto;
}
.acadmic_sec_containet {
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  outline: 4px solid white;
  border: 1px solid #80808017;
  margin-top: 5px;
}
.acadmic_sec_containet p{
  font-size: 15px;
  line-height: 25px;
  color: #000;
}
.acadmic_sec_containet h4{
  font-size: 23px;
  font-weight: 700;
  color: #443d68;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  margin-top: 10px;
}
.acadmic_sec_containet p{
  color: #000;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-align: justify;
  margin-bottom: 8px;
}
/* index page acadmic end css */

/* features css s */
.features_section {
  padding: 15px;

}

.features_section h2{
  font-family: "Abril Fatface", serif;
    letter-spacing: 0.5px;
    font-size: 38px;
    text-align: center;
    padding-bottom: 5px;
}

.features_images {
    padding: 5px;
    margin-bottom: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.features_images img{
  padding: 0px;
  width: 100%;
  height: auto;
}
.features_heading1 {
  padding-top: 5px;
  padding-bottom: 0;
}
.features_heading1 a{
  font-size: 15px;
  color: #1eb2f1;
  margin-top: 10px;
  margin-bottom: 3px;
  font-weight: 900;
  font-family: "Josefin Sans", sans-serif;
  
}

.features_heading1 p{
  font-size: 14px;
    line-height: 27px;
    color: #000000c4;
    text-align: center;
    margin-bottom: 0px;
    font-family: "Josefin Sans", sans-serif;

}
/* features css e */

/* 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: #1eb2f1;
  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;
}
