* {
    box-sizing: border-box;
}

body {
    background: #edeff0;
    font-family: 'Montserrat', sans-serif !important;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h2, h1, h3, h4, h5 {
    font-family: "Roboto Slab",sans-serif !important;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat, sans-serif";
    font-size: var(--global--font-size-base);
    font-weight: normal;
    color: var(--global--color-primary);
    text-align: left;
    background-color: var(--global--color-background);
}

:focus-visible{
    outline:none!important;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px!important;
}
  .button:focus {
        outline: none;
      }
.h4, h4 {
    font-size: 18px!important;
}
button, select{
      outline: none!important
}
.small, small {
    font-size: 70%!important;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.second-title {
    font-size: 13px!important;
    letter-spacing: 0.5px;
    font-weight: 800;
    margin-left: 5px;
}
/* Start Navigation Bar */

.navbar {
    background-color: #25283D;
    color: #ffffff;
    border-radius: 4px;
    width: 100vw;
    max-width: 1200px;
   
}
.dropdown-item.active, .dropdown-item:active{
    background:none!important;
}
a {
    color: #000!important;
    font-weight: 600;
}

.navbar .menu {
    display: flex;
    position: relative;
}

@media (max-width: 820px) {
    .navbar .menu {
        display: block;
        position: relative;
    }
}

.navbar .menu li {
    flex: 1;
    display: flex;
    text-align: center;
    transition: background-color 0.5s ease;
}

.navbar .menu a {
    flex: 1;
    justify-content: center;
    display: inline-flex;
    color: #ffffff;
    text-decoration: none;
    padding: 20px;
    position: relative;
}

.navbar .menu a > .fa {
    font-weight: bold;
    margin-left: 8px;
}

.navbar .menu li:hover {
    background-color: #8F3985;
}

.navbar .menu li:hover .container {
    display: flex;
}

@media (max-width: 820px) {
    .navbar .menu li:hover .container {
        display: none;
    }

    .fa-angle-down {
        display: none;
    }
}

.navbar-toggler-icon {
    height: 0.5em!important;
}

a.hasDropdown:after {
    position: relative;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-top-color: #25283d;
    z-index: 2;
}

@media (max-width: 820px) {
    li:hover a.hasDropdown:after {
        display: none;
    }
}

li:hover a.hasDropdown:after {
    content: '';
    border-top-color: #8F3985;
}

.dropdown-menu {
    top: 95%!important;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 4rem!important;
        padding-left: 1rem;
    }
}

.dropdown-item:hover {
    background-color: lightsalmon;
    color: #fff;
}

.dropdown .dropdown-menu {
    display: none;
}

.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        top: 0;
        left: 100%;
    }

    .dropend .dropdown-toggle {
        margin-left: 0.5em;
    }
}
/* End Navigation Bar */

.hero {
    height: 520px;
    background: url("images/Home-header-2.jpeg") center center no-repeat;
    background-size: cover!important;
}

.hero:before {
    content: "";
    position:relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hero-content {
    position: absolute;
    bottom: 15px;
    color: #fff;
}

.heading-title {
    color: #000000;
    font-size: 45px;
    font-weight: 800;
    line-height: 55px;
    margin-left: -7%;
    margin-top: -35%;
}

.heading-para {
    color: #000000;
    font-size: 15px;
    margin-left: -5.5%;
    margin-top: -25%;
    font-weight: 400;
}

.heading-paratwo {
    color: #000000;
    font-size: 15px;
    margin-left: -17%;
    margin-top: -23%;
    font-weight: 400;
    line-height:24px;
}

main {
    position: relative;
    width: calc(min(90rem, 90%));
    margin: 0 auto;
    min-height: 100vh;
    column-gap: 3rem;
    padding-block: min(20vh, 3rem);
}

.bg {
    position: fixed;
    top: -4rem;
    left: -12rem;
    z-index: -1;
    opacity: 0;
}

.bg2 {
    position: fixed;
    bottom: -2rem;
    right: -3rem;
    z-index: -1;
    width: 9.375rem;
    opacity: 0;
}

a:hover {
    color: red!important;
}

 
}
.feedback {
    background: none;
    color: white;
    padding: 10px 0px;
    border-radius: 4px;
    border-color: #46b8da;
    border: none;
}

#mybutton {
    position: fixed;
    bottom: -4px;
    left: 10px;
}

.feedbacktwo {
    background: none;
    color: white;
    padding: 10px 0px;
    border-radius: 4px;
    border: none;
}

#mybuttontwo {
    position: fixed;
    bottom: -4px;
    right: 5px;
}

#ind-athr{
    line-height: 30px;
    padding: 10px;
    margin-left: 15%;
    margin-top: 20px;
    font-size: 1.35rem;
    font-weight: 700;
}
#ind-athrtwo{
    line-height:20px;
    margin-left:25%;
    margin-bottom:20px;
    font-size: 1.35rem;
    font-weight:700;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://atharvhostels.in/wp-content/uploads/2023/02/Copy-of-ATIXA-CTA.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center!important;
    background-size: cover!important;
}

#content-color {
    background-color: #ED1B24;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    border-radius: 0px 0px 0px 20px;
    padding: 5px 5px 5px 5px;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #015228!important;
}

.nav-pills-custom .nav-link {
    color: #aaa;
    /* background: #fff; */
    position: relative;
    padding:2px 2px 1px 4px!important;
    margin: 0px 0px 25px 0px;
    background-color: #01AEF0;
    color: #FEFEFE!important;
    border-style: solid;
    border-radius: 10px 10px 10px 10px!important;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

#wp-image-1010 {
    border-radius: 11px !important;
    width: 90%;
    margin: 0 30px;
    text-align: center;
}

#text-cont-tab {
    /* background: #dddddd; */
    padding:13px;
    margin-top: 20px;
    border-radius: 10px;
    font-size: 16px;
}
}

#story-banner {
    font-weight: 900;
    margin-left: -1.5%;
    margin-top: 10%;
    color: #000;
    font-size: 35px;
    font-style: normal;
}

#story-para {
    margin-bottom: 0rem!important;
    color: #000;
    font-style: normal;
    margin-left: -1%;
}

#button {
 display: inline-block;

    text-align: center;
    border-radius: 30px;
    position: fixed;
    bottom:1px;
    right: 60px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    line-height: 55px;
    font-size: 35px;
}
#button::after {
/*content: "\f077";
    font-family: FontAwesome;*/
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 40px;
    color: #fff;
}
#button:hover {
  cursor: pointer;
/*  background-color: #999;*/
}
#button:active {
/*  background-color: #999;*/
}

#button.show {
  opacity: 1;
  visibility: visible;
}


section {
  overflow: hidden;
  
}

.section-header h3 {
  font-size: 36px;
 /* color: #413e66;
  text-align: center;*/
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.section-header p {
/*text-align: center; */
    margin: auto;
    font-size: 15px;
    padding-bottom: 20px;
    /* color: #535074; */
    width: 100%;
}
}

@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

#services {
  padding:40px 0 0px 0;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
/*  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);*/
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#services .box:hover {
  transform: scale(1.1);
}


#services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}



#services .box:hover .title a {
  color: #c59c35;
}
#services .box:hover .title a:hover {
  text-decoration: none;
}
#services .description {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
.bg-footer {
    background: #dddddd !important;
    padding:25px 4px 2px 7px;
}

.footer-heading {
    letter-spacing: 2px;
}

.footer-link a {
    color: #acacac;
    line-height: 25px;
    font-size: 14px;
    transition: all 0.5s;
    font-weight: 400!important;
}

.footer-link a:hover {
    color: #1bbc9b;
}

.contact-info {
    color: #acacac;
    font-size: 14px;
    line-height: 24px;
}

.footer-social-icon {
    font-size: 15px;
    height: 34px;
    width: 34px;
    line-height: 34px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
}

.facebook {
    background-color: #4e71a8;
    color: #ffffff;
}

.google {
    background-color: #d6492f;
    color: #ffffff;
}


.footer-alt {
    color: #acacac;
}

.footer-heading {
    position: relative;
    padding-bottom: 12px;
    color: #000!important;
    font-weight: 700;
}

.footer-heading:after {
    content: '';
    width: 25px;
    border-bottom: 1px solid #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid #1bbc9b;
}

.back-to-top{
    font-weight: bold;
    text-decoration: none;
    color: #fff!important;
    background: #7f8c8d;
    height: 40px;
    width: 40px;
    display: inline-block;
    text-align: center;
    line-height:50px;
    font-size:25px;
    font-family: Times New Roman;
    position: fixed;
    bottom: 3px;
    right: 50px;
    border-radius: 30px;
}



 .site-footer
{
background: #dddddd !important;
  padding:5px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5;
  margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
 color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    text-align: center;
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:5px;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373;
  font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
/*  background-color:#33353d*/
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center;
    font-size: 12px!important;
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
/*  background-color:#eceeef;*/
/*  color:#818a91;*/
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#3b5998
}
.social-icons a.twitter:hover
{
  background-color:#00aced
}
.social-icons a.linkedin:hover
{
  background-color:#007bb6
}
.social-icons a.dribbble:hover
{
  background-color:#ea4c89
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}


#color {
    background-color: rgba(50, 150, 200, 0.6);
    padding: 20px;
    border-radius: 4px;
    height:370px
}


 #myInput {
       background-size: 17px;
    background-image: url(https://dxe316.n3cdn1.secureserver.net/wp-content/uploads/2023/04/loupe.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    width: 20%;
    font-size: 13px;
    padding: 6px 10px 3px 10px;
    border: 2px solid #000;
    margin-bottom: 0px;
    border-radius: 26px;
    position: absolute;
    right: 25px;
    top: -6px;
    color: #000;
}

#myUL {
    list-style-type: none;
    padding: 0;
    margin: 15px 7px;
    position: absolute;
    width: 20%;
    right: 1%;
    margin-top: 100px;
}

    #myUL li a {
    border: 1px solid #ddd;
     margin-top: -1px; 
    background-color: #ffffff;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

#myUL li a:hover:not(.header) {
  background-color: #eee;
    }
    
@media(max-width:768px){
        #myInput {
   background-size: 11px;
    width: 36%;
    font-size: 11px;
    padding: 3px 10px 3px 10px;
    right: 60%;
    top: 73%;
    margin-bottom: 30px;
    position: initial;
}
        #myUL li a {
    padding: 3px 5px;
    font-size: 10px;
    color: black;
    display: block;
    margin-top:40px;
}
        #myUL {
    list-style-type: none;
    padding: 0;
    margin: -12px 7px;
    position: absolute;
    width: 30%;
    z-index: 9;
    right: 60%;
}
    }



     #myIn {
       background-size: 17px;
    background-image: url(https://dxe316.n3cdn1.secureserver.net/wp-content/uploads/2023/04/loupe.png);
    background-position: 96% 50%;
    background-repeat: no-repeat;
    width: 20%;
    font-size: 13px;
    padding: 6px 10px 3px 10px;
    border: 2px solid #000;
    margin-bottom: 0px;
    border-radius: 26px;
    position: absolute;
    right: 25px;
    top: -6px;
    color: #000;
}

#myU {
    list-style-type: none;
    padding: 0;
    margin: 15px 7px;
    position: absolute;
    width: 20%;
    right: 1%;
    margin-top: 100px;
}

    #myU li a {
    border: 1px solid #ddd;
     margin-top: -1px; 
    background-color: #ffffff;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
}

#myU li a:hover:not(.header) {
  background-color: #eee;
    }
    
@media(max-width:768px){
        #myIn {
   background-size: 11px;
    width: 36%;
    font-size: 11px;
    padding: 3px 10px 3px 10px;
    right: 60%;
    top: 73%;
    margin-bottom: 30px;
    position: initial;
}
        #myU li a {
    padding: 3px 5px;
    font-size: 10px;
    color: black;
    display: block;
    margin-top:250%;
}
        #myU {
    list-style-type: none;
    padding: 0;
    margin: -12px 7px;
    position: absolute;
    width: 30%;
    z-index: 9;
    right: 60%;
}
    }


    .buttonx {
    display: inline-block;
    border-radius: 5px;
    background-color:#ED1C24!important;
    color: #FFFFFF;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    width:200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    font-weight: bold;
    border:1px solid #fff;
  }
  
  .buttonx span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
    color: #fff; 
  }
  
  .buttonx:hover span {
    letter-spacing: 1rem;
    padding-left: 15px;
  }
  


/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}