@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&amp;family=Khand:wght@300;400;500;600;700&amp;family=Mukta:wght@200;300;400;500;600;700;800&amp;display=swap');
 @font-face {
    font-family: 'Nouvelle Vague Nouvelle Vague Black';
    font-style: normal;
    font-weight: normal;
    src: local('Nouvelle Vague Nouvelle Vague Black'), url('nouvelle_vague_final.html') format('woff');
    }

@import url('http://fonts.cdnfonts.com/css/nouvelle-vague?styles=38250');

                
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #000000;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
 font-family: 'Barlow', sans-serif;
    font-style: normal;
    color: #fff;
    font-weight: 400;
	font-size: 40px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1977cc;
  border-top-color: #d1e6f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #b98d24;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #9cbfdd !important;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #1977cc;
}

#topbar .contact-info i {
  color: #1977cc;
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}
.social1 img{
width: 15%;
    margin-left: 5px;
    float: right;
}
.social2 img{
width: 15%;
    margin-left: 5px;
    float: right;
	margin-top: 18px;
    margin-bottom: 18px;
}
#topbar .social-links a {
  color: #437099;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #1977cc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px 0;
  top: 0px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #2c4964;
}

/* #header .logo img { */
  /* max-height: 100%; */
/* } */
#header .logo {
  border-radius: 100%;
  box-shadow: 0 0 0 0px #fff;
}

/* (1920x1080) Full HD Display */
@media (min-width: 1367px) and (max-width: 1920px) {
    #header .logo {
    font-size: 32px;
    /*margin: auto;*/
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-family: "Poppins", sans-serif;
}
/*.big-screen{*/
/*	margin: auto;*/
/*}*/
.social1 img {
    width: 11% !important;
    margin-left: 5px;
    float: right;
}
.nav-menu a {
    display: block;
    position: relative;
    color: #5b5b5b;
    transition: 0.3s;
    font-size: 17px;
    /* font-family: "Open Sans", sans-serif; */
    padding: 0px 7px !important;
    border-bottom: 2px solid #fff;
    font-family: 'Barlow', sans-serif;
}
.icons-rhythm {
    text-align: center !important;
    font-family: 'Barlow', sans-serif;
    color: #000 !important;
    font-size: 12px;
    padding: 2px;
    height: 220px !important;
}
.gallery-top {
    margin-top: -87px !important;
}
.carousel-control-next1, .carousel-control-prev1 {
    position: absolute;
    top: 743px !important;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.appointment-btn {
    margin-left: 4px;
    background: #b98d24;
    color: #fff;
    border-radius: 50px;
    padding: 7px 14px !important;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
}
.icons-rhythm img {
    margin-top: 43px !important;
    width: 47% !important;
}
}





@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
   #header .logo img{
        width: 110px;
  }
  #header .logo {
    border-radius: 100%;
    box-shadow: 0 0 0 0px #fff;
}

.josser-madhuvan-arrow-1{

	display: block;
    position: absolute;
    top: 248.831px !important;
    left: 486px !important;
    width: 81.6344px;
    height: 54.6344px;
	color:green;
}
.josser-madhuvan-arrow-2{
	width:55px;height:55px;top:0px;right:25px;
}
.josser-madhuvan-arrow-2-1{
	
	display: block;
    position: absolute;
    top: 248.831px !important;
    right: 486px !important;
    width: 81.6344px;
    height: 54.6344px;
}

}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: normal;
    border-right: 2px solid #00000030;
}

.pri-menu li:last-child {
  border: none;
}







.nav-menu a {
    display: block;
    position: relative;
    color: #5b5b5b;
    transition: 0.3s;   
    letter-spacing: 0.3px;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 8px;
    font-family: 'Barlow', sans-serif;
}

.nav-bold a{
	    font-size: 18px;
    margin-top: -1px;
    font-weight: 600;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #b98d24;
    /* border-color: #a92928; */
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1977cc;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}
/*@media (min-width: 992px){*/
/*.d-lg-block {*/
/*    display: block!important;*/
/*    margin-left: 30px;*/
/*}*/
/*}*/
/* Get Startet Button */
.appointment-btn {
     margin-left: 4px;
    background: #b98d24;
    color: #fff;
    border-radius: 50px;
    padding: 3px 7px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 12px;
    display: inline-block;
}

.appointment-btn:hover {
  background: #fcc200;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
	margin: 0 32px 0 0;
    padding: 2px 8px;
  }
  .social1 img {
    width: 16%;
    margin-left: 5px;
    float: right;
}
/*.appointment-btn {
    margin-left: 11px;
    background: #b98d24;
    color: #fff;
    border-radius: 50px;
    padding: 5px 8px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 9px;
    display: inline-block;
}*/

.appointment-btn{
	    margin-left: -72px;
    margin-top: 46px;
    background: #b98d24;
    color: #fff;
    border-radius: 50px;
    padding: 3px 6px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 9px;
    display: inline-block;
}
}



}
.welcome-right2 {
    padding: 0px 0 !important;
	    margin-top: 15px;
}
}

@media (max-width: 320px) {
  .appointment-btn {
	margin: 0 32px 0 0;
    padding: 2px 8px;
  }
  .social1 img {
    width: 17%;
    margin-left: 1px; 
    float: unset;
margin-top: -30px;	
}
.appointment-btn {
   margin-left: -65px ;
    margin-top: 17px;
    margin-right: 54px;
    background: #ba0000;
    color: #fff;
    border-radius: 50px;
    padding: 5px 8px ;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 9px ;
    display: inline-block;
}
.welcome-right2 {
    padding: 0px 0 !important;
	    margin-top: 15px;
}
.nanded-logo img{
	    width: 107px;
    margin-left: -3px;
    margin-right: 24px;
}
}


/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 9px;
    top: 39px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 21px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #b98d24;
}

.mobile-nav {
  position: fixed;
  top: 64px;
  right: 15px;
  /* bottom: 241px; */
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #b98d24;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  /* padding: 10px 0; */
  text-align:center;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  border-bottom: 1px solid #ffffff59;
  font-family: 'Barlow', sans-serif;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #333333;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
  background: #333333;
    padding: 7px;
	    border-radius: 10px 10px 0px 0px;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/


#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {
  position: absolute;
  top: 33px;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: '';
  /* background-color: rgba(30, 35, 40, 0.6); */
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
      top: 121px;
    left: 878px;
    right: 50px;
}


.slide-font, h1{
	color: #fff;
	font-size:54px !important;
	 margin-bottom: 5px;
  font-weight: 900;
    text-transform: uppercase;
	font-family: 'Nouvelle Vague', sans-serif;
}


}
.slide-h4font, h4{
	   color: #fff;
    font-size: 35px;
    margin-bottom: 24px;
    /* font-weight: 600; */
}

.head-h4{
	color: #fff;
   font-size: 42px;
    margin-bottom: 24px;
    font-weight: 600;
}


#hero h2 {
  color: #fecc00;
  margin-bottom: 7px;
    font-size: 45px !important;
    font-weight: 700;
    margin-top: -63px;
}



#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0px auto 11px auto;
    color: #fff;
    font-size: 25px;
    font-family: 'Mukta', sans-serif;
}

.section-heading{
    position:relative;
    padding:15px 0;
	margin-top: -14px;
}
.section-heading:before {
    content: ' ';
    background: linear-gradient(to right,#e67817,#e67817,#e67817);
    width: 437px;
    height: 1px;
    position: absolute;
    bottom: 0;
}


#hero .btn-get-started {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 19px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 62px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #fff0;
    margin-top: 15px;
    border: 1px solid #fff;
}

#hero .btn-get-started:hover {
  background: #e6b745;
}







/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 31px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd; 
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/


.why-us .content h3 {
  font-weight: 600;
  font-size: 34px;
    letter-spacing: 0.7px;margin-bottom: 20px;
}

.why-us .content p, .content p {
  margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    padding: 0px 100px 0px 100px;
	font-family: 'Barlow', sans-serif;
	    /*text-align: center !important;
		font-weight: 500 !important;*/
    text-align: justify !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: none;
}

.contenth5 h5 {
    color: #000;
	font-family: 'Barlow', sans-serif;
	    /*text-align: center !important;
		font-weight: 500 !important;*/
    text-align: justify !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: none;
}

.why-us .content .more-btn {
  display: inline-block;
    background: rgb(186 0 0);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
	margin:10px;
}
.section-bg-about .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: 28px;
    margin-left: -435px;
	margin-bottom: -8px;
}
.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: #2c4964;
  margin-bottom: 15px;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  background: #f1f7fd;
  padding: 70px 0 60px;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #1977cc;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #1977cc;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.services .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #badaf7;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}

.appointment .php-email-form .form-group {
  padding-bottom: 0px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form input, .appointment .php-email-form select {
  height: 44px;
       max-width: 100%;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment .php-email-form button[type="submit"] {
 background: #b98d24;
    border: 0;
    padding: 19px 14px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

/*--------------------------------------------------------------
# Departments
--------------------------------------------------------------*/
.departments {
  overflow: hidden;
}

.departments .nav-tabs {
  border: 0;
}

.departments .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.departments .nav-link:hover {
  color: #1977cc;
}

.departments .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.departments .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.departments .details p {
  color: #777777;
}

.departments .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .departments .nav-link {
    border: 0;
    padding: 15px;
  }
  .departments .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
}

/*--------------------------------------------------------------
# Doctors
--------------------------------------------------------------*/
.doctors {
  background: #fff;
}

.doctors .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  border-radius: 10px;
}

.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}

.doctors .member .pic img {
  transition: ease-in-out 0.3s;
}

.doctors .member:hover img {
  transform: scale(1.1);
}

.doctors .member .member-info {
  padding-left: 30px;
}

.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2c4964;
}

.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.doctors .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.doctors .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.doctors .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.doctors .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.doctors .member .social a:hover {
  background: #1977cc;
}

.doctors .member .social a + a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(44, 73, 100, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #1977cc !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #4d4d4d;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}
.footer-para p{
	color:#000;
	text-align:justify;
	font-size: 12px;
    margin-top: 24px;
}
.resource p{
	color:#000;
	font-size: 15px;
    font-weight: 400;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
  text-align:center;
}
.footer-img img{
	width:100%;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #1977cc;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
  text-align:center;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #1977cc;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #1c84e3;
  color: #fff;
  text-decoration: none;
}

.welcome-right2 {
   padding: 38px 0;
}
.para-new p {
    font-size: 11px;
    color: #fff;
    line-height: 1.4;
  margin-top: 10px;
}
.vertical {
            border-left: 1px solid #fff;
            height: 59px;
    margin-top: 67px;
    
        }
		
.vertical2 {
            border-left: 3px solid #fff;
            height: 100px;
    margin-top: 25px;
    
        }
.vertical3 {
               border-left: 1px solid #9a9a9a;
    height: 81px;

        }		
	
.section-bg-home {
  background-color: #a92928;
  margin-top: -28px;
  text-align: center;
  padding-top: 0px;
    padding-bottom: 0px;
}
.section-bg-overview {
  background: url(../img/overview-back.jpg);
  text-align: center;
  padding-top: 50px;
  background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.section-bg-contact1 {
  background: url(../img/contact.jpg);
    text-align: center;
    padding-top: 0px;
    background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    margin-top: -32px;
}
.mcg-heading{
	margin-top: 86px;
	    margin-bottom: 29px;
}
.mcg-heading h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 5px;
    font-weight: 500;

    font-family: 'Barlow', sans-serif;
    border: 2px solid #000;
    padding: 10px;
    width: fit-content;
    text-align: left;  
}

.mcg-heading h4{
	color: #000;
    font-size: 22px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: left;   
}
.mcg-heading h5{
	color: #000;
    font-size: 18px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: justify;
    line-height: 28px;	
	margin-bottom:20px;
}
.mcg-img img{
	width:50%;
	margin-bottom: 52px;
}
.section-bg-magarpatta {
  background: url(../img/magarpatta-bg.png);
    text-align: center;
    padding-top: 0px;
    background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    margin-top: -32px;
}
.section-bg-location {
   text-align: center;
    padding-top: 0px;
    background-size: cover;
    padding-bottom: 27px;
    margin-top: -32px;
}
.section-bg-about{
  background: url(../img/about-back.jpg);
  text-align: center;
  padding-top: 50px;
  background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.section-bg-why{
  background: url(../img/why-back.jpg);
  text-align: center;
  padding-top: 50px;
  background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.section-bg-gallery{
    padding-bottom: 50px;
}
.section-bg-why2{
  text-align: center;
      padding-top: 30px;
    padding-bottom: 30px;
}
.sp-alicenter{
    align-items: center;
}

.section-bg-project-highlights {
  background: url(../img/project-back.png);
  text-align: center;
  padding-top: 50px;
    padding-bottom: 50px;
}
.section-bg-project-gallery {
  background: #fff;
  text-align: center;
  padding-top: 50px;
    padding-bottom: 50px;
}
.section-bg-project-layout {
  background: #fff;
  text-align: center;
  padding-top: 0px;
    padding-bottom: 50px;
}
.section-bg-specifications {
  background: url(../img/specifications-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
  text-align: left;
  padding-top: 34px;
    padding-bottom: 50px;
	margin-top: -69px;
}
.section-bg-contact {
   background: url(../img/contact-bg.html);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
       margin-top: -23px;
    margin-bottom: -23px;
}
.contact-pad{
	    background: #ede8df;
    padding: 51px;
}

.contact-pad h4{
	    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    color: #333333;
}

.contact-pad-left{
	    background: #b98d24;
    padding: 51px;
	color:#fff;
}
.contact-pad-left h3{
    text-align: left;
	margin-top: 135px;
    margin-left: 38px;
	color:#fff;
	font-weight: 500;
    font-family: 'Barlow', sans-serif;
	font-size: 30px;
}
.contact-pad-btm{
	    background: #ede8df;
   margin-bottom: -56px;
	color:#fff;
	  
}
.contact-pad-btm h3{
    text-align: center;
	    margin-top: 24px;
    margin-bottom: 44px;
	color:#b98d24;
	font-weight: 700;
    font-family: 'Barlow', sans-serif;
	font-size: 30px;
}
.contact-pad-btm3 {
     margin-top: 25px;
}
.contact-pad-btm3 h5{
    font-family: 'Barlow', sans-serif;
	font-size: 16px;
    vertical-align: middle;
	color:#333333;
	font-weight:300;
}
.contact-pad-btm3 img{
   width:100% !important;
    vertical-align: middle;
	    margin-bottom: -15px !important;
	
}
.contact-pad-btm2{
   margin-bottom: 44px;
}
/* .contact-pad-btm img{
   width:50%;
   margin-bottom: 39px;
} */

.contact-pad-left h4{
	     text-align: left;
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    font-family: 'Barlow', sans-serif;
	margin-left: 38px;
}
.contact-pad-footer{
	    background: #b98d24;
	color:#fff;
	 font-family: 'Barlow', sans-serif;
    font-size: 16px; 
		
}
.contact-pad-footer h5{
	font-family: 'Barlow', sans-serif;
    font-size: 18px;
	font-weight:400;
	color:#fff;
	margin-top: 20px;
}

.contact-pad-footer h4{
	font-family: 'Barlow', sans-serif;
    font-size: 28px;
	font-weight:500;
	color: #fff;
    margin-top: 14px;
    letter-spacing: 4px;
    vertical-align: middle;

}
.contact-pad-footer a{	
	color:#fff !important;	
}
.contact-pad-footer-img img{	
	width:4%;
margin-top: -6px;	
}
.contact-pad-footer2 h5{
background: #fff;	
font-family: 'Barlow', sans-serif;
    font-size: 12px;
	font-weight:400;
	color:#333333;	  
	text-align:center;
	margin-bottom:50px;
}
.section-bg-contact h4{
  color:#000;
}
.location-img img{
	width: 100%;
  
}
.layout-img img{
	width: 100%;
    margin-top: -60px;
}
.bg-heading {
    margin-top: 10px;
    margin-bottom: 50px;
  text-align: center;
}
.overview-heading h2{
	color: #b98d24;
    font-size: 60px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
}
.overview-heading h3{
	color: #000;
    font-size: 25px;
    margin-bottom: 5px;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    border: 2px solid #b98d24;
    padding: 10px;
    width: fit-content;
    text-align: center;
}
.overview-heading span{
	color: #000;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 600 !important;
    text-transform: uppercase;
   
    width: fit-content;
    text-align: center;
}

.about-heading h2{
	color: #fff;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 400;
   
    font-family: 'Barlow', sans-serif;
	text-align:left;
}
.about-heading h3{	
	color: #fff;
    font-size: 48px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
	text-align:left;
}

.why-heading h2{
	color: #b98d24;
    font-size: 46px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
	text-align:left;
}
.why-heading h3{	
    color: #000;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
	text-align:left;	
}
.project-heading h2{
	color: #b98d24;
    font-size: 34px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
    margin-top: 23px;
}

.project-heading h3 {
    color: #000;
    font-size: 18px !important;
    margin-bottom: 5px;
    letter-spacing: 0.7px;
    font-weight: 600;

    font-family: 'Barlow', sans-serif;
    text-align: center;
}

.about-heading2 h3{	
	color: #fff;
    font-size: 40px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
	text-align:left;
	display: contents;
	padding-right: 177px;
}
.about-heading2-1 h3{	
	color: #fff;
    font-size: 20px !important;
    margin-bottom: 5px;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
	
	/* display: contents; */
	padding-right: 177px;
	border: 2px solid #b98d24;
    padding: 10px;
    width: fit-content;
    text-align: center !important;
}
.about-heading2-1 span{	
	color: #fff;
    font-size: 24px !important;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
	 text-align: center !important;
}
.club-heading2 h3{	
	color: #000;
    font-size: 25px !important;
    margin-bottom: 5px;
    font-weight: 600;

    font-family: 'Barlow', sans-serif;
	text-align:center;
	border: 2px solid #b98d24;
    padding: 10px;
    width: fit-content;
    text-align: center;
}
.club-heading2 span{	
	color: #000;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'Barlow', sans-serif;
	text-align:center;
	
}
.club-heading2 h4{	
	color: #000;
    font-size: 22px !important;
    margin-bottom: 5px;
    font-weight: 500;

    font-family: 'Barlow', sans-serif;
	text-align:center;
	display: contents;
	padding-right: 177px;
}
.club-heading2 h5{	
	color: #000;
    font-size: 22px !important;
    margin-bottom: 5px;
    font-weight: 500;

    font-family: 'Barlow', sans-serif;
	text-align:center !important;
	
	
}
.about-heading1 p{	
	color: #fff !important;
    text-align: justify !important;
    font-family: 'Barlow', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: none;
	 padding-right: 152px; 
}

.ribbon img{
	width:27%;
}
.ribbon1 img{
	width:27%;
	    z-index: 1;
    position: relative;
}
.back-orange p{
	background: #d95422;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#fff;
}
.back-yellow p{
	background: #fecc00;
    padding: 5px;
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#000;
}
.btns-top{
	margin-top:40px;
}
.gallery-top{
	margin-top: -8px;
}
.why-pad {
    padding: 10px;
}
.rhythm-list{
	list-style: none;
    text-align: left;
    line-height: 40px;
     font-weight: 500;
	font-size:18px;
	    padding: 0;
		font-family: 'Barlow', sans-serif;
}

.icons-rhythm{
	background: #e8ddcf;
    text-align: center;
    padding: 10px;
    border-radius: 78px;
    border: 5px solid #fffded;
}
.icons-rhythm, p{
    color: #000;
    font-family: 'Barlow', sans-serif;
    text-align: center !important;
    vertical-align: text-center;
	font-size: 15px !important;
    font-weight: 300 !important;
    text-transform: none;
    padding:0;
}
.icon-center{
	    margin-left: -17px;
}

.icons-rhythm img{
	margin-top: 23px;
    width: 49%;
}
.icons-rhythm{
	    text-align: center !important;
    font-family: 'Barlow', sans-serif;
    color: #000 !important;
    font-size: 12px;
    padding: 2px;
    height: 180px;
}
.section-bg-why .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin: 10px;

}
.section-bg-club  .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin: 10px;
}
.section-bg-facilities .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: 37px;
    margin-bottom: -52px;
}
.rhythm-list span{
	font-size:20px;
	 font-weight: 600;
	color: #b98d24;
	font-family: 'Barlow', sans-serif;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 11px;
    height: 11px;
    border-radius: 50px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators > li {
  border-radius: 50%;
}
.table-left2{
	font-size: 20px;
    font-weight: 200;
    text-align: left;
    font-weight: 700;
    width: 420px;
    vertical-align: text-top;
    font-family: 'Barlow', sans-serif;
	}
	.table-rhythm{
    font-weight: 200;
    text-align: left;
    font-weight: 700;
    width: 420px;
    vertical-align: middle;
    font-family: 'Barlow', sans-serif;
	    padding-left: 23px;
	}
	
	.table-left2-1{
	font-size: 20px;
    font-weight: 200;
    text-align: left;
    font-weight: 700;
    width: 69px;
     vertical-align: text-top;
    font-family: 'Barlow', sans-serif;
	color:#fff;
	}
	.table-left2-2{
font-size: 20px;
    font-weight: 200;
    text-align: left;
    /* font-weight: 700; */
    width: 344px;
    vertical-align: text-top;
    font-family: 'Barlow', sans-serif;
    color: #fff;
	}
	.table-left2-2-h3{
		font-size: 30px;
    text-align: left;
    font-weight: 600;
     margin-bottom: -30px;
	margin-top: 17px;
	}

	.table-left2-3{
	font-size: 20px;
    text-align: right;
    font-weight: 700;
    width: 158px;
    vertical-align: text-top;
    font-family: 'Barlow', sans-serif;
    color: #fff;
	}
	.stylep{
    background: red;
    border-radius: 46px;
    width: 30px;
    height: 30px;
    margin-left: 6px;
    text-align: center !important;
    line-height: -1px;
    vertical-align: center;
    /* letter-spacing: -20px; */
    margin-top: 2px !important;
    margin-bottom: 19px;
    line-height: 29px;
	}
	
	.table-right2{
	font-size: 21px;
    font-weight: 400;
    text-align: left;
    width: 244px;
    font-family: 'Barlow', sans-serif;
	}
	.hrline{
		border-bottom: 1px solid #996633;
	}
	.hrline-top{
		border-top: 1px solid #fff;
	}
	.hrline-btm{
		border-bottom: 1px solid #fff;
	}
   .table-left{
	font-size:14px;
	font-weight:200;
	text-align:left;
	
	}
	.table-right, th img{
	    font-size: 14px;
    font-weight: 200;
    text-align: right;
    float: right;
    margin-top: -17px;
	
	}
	
	.contact-img img{
	    margin-top: -6px;
    margin-bottom: 27px;
    width: 28%;
	}
	
.back-location {
   background-image: url(../img/location-blue.html);
    background-size: cover;
    background-repeat: no-repeat;
}

.noPadding {
padding: -1 !important;
}

.red-sp{
	background:#a92928;
	padding:28px;
}
.orange-sp-img img{
	margin-top: 17px;
}
.orange-sp{
	background:#d95422;
	padding:10px;
}
.yellow-sp{
	background:#f18917;
	padding:10px;
}

.p1{
	padding:0;
}
.p2{
	padding:0;
}

/*.p1, p{
	margin-top: 16px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    text-align: left;
    font-size: 24px;
    font-weight: 600;
	vertical-align: text-center;
}*/
.location-sec{
	margin-top: -61px;
    margin-bottom: -61px;
}

.location-center img{
	text-align: center;
    width: 42%;
}
.pd10{
	padding:100px;
	    margin-top: 99px;
}

.spe-ul, ul{
	margin-top:14px;
}



 /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        /*jssor slider bullet skin 132 css*/
        .jssorb132 {position:absolute;}
        .jssorb132 .i {position:absolute;cursor:pointer;}
        .jssorb132 .i .b {fill:#fff;fill-opacity:0.8;stroke:#000;stroke-width:1600;stroke-miterlimit:10;stroke-opacity:0.7;}
        .jssorb132 .i:hover .b {fill:#000;fill-opacity:.7;stroke:#fff;stroke-width:2000;stroke-opacity:0.8;}
        .jssorb132 .iav .b {fill:#000;stroke:#fff;stroke-width:2400;fill-opacity:0.8;stroke-opacity:1;}
        .jssorb132 .i.idn {opacity:0.3;}

        .jssora051 {display:block;position:absolute;cursor:pointer;}
        .jssora051 .a {fill:none;stroke:#b98d24;stroke-width:360;stroke-miterlimit:10;}
        .jssora051:hover {opacity:.8;}
        .jssora051.jssora051dn {opacity:.5;}
        .jssora051.jssora051ds {opacity:.3;pointer-events:none;}

.josser-madhuvan1{
	position:relative;margin:0 auto;top:49px;left:0px;width:1920px;height:870px;overflow:hidden;visibility:hidden;
}
.josser-madhuvan2{
	cursor:default;position:relative;top:13px;left:0px;width:1920px;height:870px;overflow:hidden;
}
.josser-madhuvan3{
	left:0px;top:0px;width:1920px;height:870px;position:absolute;
}

.josser-madhuvan4{
	    left: 1245px;top: 54px;width:100%;height:131px;position:absolute;opacity:0;max-width:536px;
}
.josser-madhuvan-bullet{
	position:absolute;bottom:24px;right:16px;
}
.josser-madhuvan-bullet-1{
	position:absolute;top:0;left:0;width:100%;height:100%;
}
.josser-madhuvan-arrow{
	width:55px;height:55px;top:0px;left:25px;
}
.josser-madhuvan-arrow-1{

	display: block;
    position: absolute;
    top: 308.831px;
    left: 772px;
    width: 81.6344px;
    height: 54.6344px;
	color:green;
}
.josser-madhuvan-arrow-2{
	width:55px;height:55px;top:0px;right:25px;
}
.josser-madhuvan-arrow-2-1{
	
	display: block;
    position: absolute;
    top: 308.831px;
    right: 802px;
    width: 81.6344px;
    height: 54.6344px;
}


@media(max-width:767px) {
   .vertical2, .vertical3{
    display:none;
  }
  .vertical {
            border-left: 1px solid #fff;
            height: 81px;
    margin-top: 38px;
    
        }
		
	.why-us .content p {
    margin-bottom: 30px;
       font-size: 18px;
    color: #000;
    padding: 10px !important;
    font-family: 'Barlow', sans-serif;
    text-align: justify;
	    margin-top: -35px;
}
.ribbon img {
    width: 80%;
}
.ribbon1 img {
    width: 60% !important;
    z-index: 1;
    position: relative;
}
.bg-heading-1 {
    margin-top: 10px;
    margin-bottom: 94px !important;
    text-align: center;
}
.spe-li{
	margin-top: 5px !important;
}
.spe-li-1{
	margin-top: 24px !important;
}
.orange-sp-img img {
    margin-top: 12px;
}
.pd10 {
    padding: 23px !important;
    margin-top: 14px !important;
}
.table-left2-2-h3 {
    font-size: 20px !important;
    text-align: left;
    font-weight: 600;
    margin-bottom: -15px !important;
    margin-top: 17px;
}
.table-left2-2 {
    font-size: 13px !important;
    font-weight: 200;
    text-align: left;
    /* font-weight: 700; */
    width: 344px;
    vertical-align: text-top;
    font-family: 'Barlow', sans-serif;
    color: #fff;
    margin-top: 13px;
    line-height: 25px;
}
.contact-img img {
    margin-top: -6px;
    margin-bottom: 27px;
    width: 85%;
}
.financial1, h4{
font-size: 25px;	
}
.financial1-1, p{
	font-size:13px !important;
}
.financial1-1, p a{
	font-size:15px;
	color:#000;
}

.resource p {
    color: #000;
    font-size: 11px !important;
    font-weight: 400;
}
#footer .footer-top h4 {
    font-size: 18px;
    font-weight: bold;
    color: #444444;
    position: relative;
    padding-bottom: 12px;
    text-align: center;
}
.footer-para p {
    color: #000;
    text-align: justify;
    font-size: 11px;
    margin-top: 24px;
}
.p1 p {
    margin-top: 16px;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    text-align: left;
    font-size: 17px;
    font-weight: 600;
    vertical-align: text-center;
}
.location-center img {
    text-align: center;
    width: 67%;
}
.back-orange-1 p{
	background: #d95422;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#fff;
    height: 42px !important;
}
.back-yellow-1 p{
	background: #fecc00;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#000;
    height: 42px !important;

}
.tabp p {
    padding-top: 6px !important;
}


}
@media (max-width: 992px) {
.section-bg-why .more-btn {
    font-size: 17px;
    padding: 4px 22px 6px 22px;
}
.txtsp-center{
    text-align:center !important;
}
.head-h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}
.para-new-tab p {
  font-size: 13px;
    color: #fff;
    line-height: 1.4;
    margin-top: 0px;
}
.ribbon img {
    width: 80%;
}
.why-us .content p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    padding: 0px;
    font-family: 'Barlow', sans-serif;
    /* text-align: justify; */
}
.back-orange-1-tab p{
	background: #d95422;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#fff;
	height:69px;
}
.back-yellow-1-tab p{
	background: #fecc00;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#000;
	height:69px;

}
.tabp p{
	padding-top: 18px;
}
.why-us .content .more-btn {
    display: inline-block;
    background: rgb(186 0 0);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 35px 8px 36px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
     margin: 10px; 
	/* margin-top: -10px !important; */
    /* margin-bottom: -10px !important; */
}
.bg-heading {
       margin-top: 0px;
    margin-bottom: 37px;
    text-align: center;
}
.ribbon1 img {
    width: 37%;
    z-index: 1;
    position: relative;
}

.spe-li{
	margin-top: 5px;
}
.spe-li-1{
	margin-top: 24px;
}
.pd10 {
    padding: 83px;
    margin-top: -17px;
}
.resource p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.vertical3 {
    border-left: 1px solid #9a9a9a;
    height: 61px;
}
}




/* Modelpopup */

#mySchedule .modal-header, #EnquireNow #EnquireNow2 .modal-header{background:#fff;border-bottom: 1px solid #fcc200; direction: rtl;}
#mySchedule .modal-header .close, #EnquireNow #EnquireNow2 .modal-header .close {
    /* border: 2px solid #a92928; */
    opacity: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #b98d24;
    line-height: 10px;
    margin: 0;
	direction: rtl;
	padding: 0px !important;
	font-size: 33px;
}
#mySchedule .modal-header h4, #EnquireNow #EnquireNow2 .modal-header h4{color:#a92928;font-size:20px; direction: ltr; margin: 0 auto;}
#mySchedule .modal-body, #EnquireNow #EnquireNow2 .modal-body{
	
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
#mySchedule  .modal-body .request-block p{margin:0 0 12px;text-align:center;color:#949494;}
#mySchedule .modal-content, #EnquireNow #EnquireNow2 .loginmodal-container {
    -webkit-box-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
}
.modal#mySchedule{overflow-y:auto;}
.form-btn {
    background-color: #184669;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    border-radius: 26px;
	letter-spacing: 0;
    margin: 16px 0 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
input[type="submit"], form button {
    background: #b98d24;
    color: #fff;
    border: 0;
    padding: 18px;
    line-height: 4px;
    cursor: pointer;
    
    font-size: 15px;
    
    letter-spacing: 1px;
    border-radius: 50px;
    margin-top: 4px;
    margin-bottom: 24px;
    font-weight: bold;
}

#top-banner {
    position: relative;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}
.form_block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#enquiry_form{
    background: #184669;
    text-align: center;
    padding: 19px;
    border: 0;
    border-radius: 0;
    right: 0;
    z-index: 100;
    border: 0;
}
#enquiry_form h3{
    color: #000000;
    width: 100%;
    margin: 5px auto;
    margin-bottom: 13px;
    line-height: 25px;
    font-size: 19px;
    padding: 0 14px;
    font-family: 'Open Sans';
    font-weight: bold;
}
#enquiry_form label{
    position: relative;
    display: block;
    width: 100%;
}
form button img{
    /* width: 120px; */
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.intro-text{
    margin: 50px auto;
}
.intro-text h3{
    font-size: 45px;
    font-family: 'Open Sans';
    color: #000;
    font-weight: normal;
}
#content h3{
    text-align: center;
    color: #000;
    max-width: none;
}


.info{
	color: red;
    font-size: 12px;
}
.success{
	text-align:center;
	border:1px solid green;
	color:green;
}
.unsuccess{
	text-align:center;
	border:1px solid red;
	color:red;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 13px;
    height: 21px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 571px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon {
    background-image: url(../img/icons/prev-icon.png);
}


.carousel-control-next-icon1, .carousel-control-prev-icon1 {
    display: inline-block;
    width: 20px;
    height: 30px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next1, .carousel-control-prev1 {
 position: absolute;
    top: 571px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon1 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon1 {
    background-image: url(../img/icons/prev-icon.png);
}



.about-img2 img{
	width:85%;
	margin-right: 117px;
}
.about-heading2-1-1{
	color:#fff; 
	text-align: center;
}
.display-facilities{
	 display:none;
}
.display-facilities2{
	 display:block;
}

.popup-btn a{
    top: 200px;
    position: fixed;
    right: -83px;
    z-index: 1000;
    transform: rotate(-90deg);
    padding: 10px 20px 35px;
    height: 0px;
    background-color: #b98d24;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
}
.popup-btn a:hover{
    text-decoration: none;
    color:#fff;
}



.animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

@media (max-width: 992px) {
	.why-us .content p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    padding: 0px;
    font-family: 'Barlow', sans-serif;
    text-align: justify !important;
}
	.overview-heading h2 {
    color: #b98d24;
    font-size: 55px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    margin-top: -39px;
}
.overview-heading h3 {
    color: #000;
    font-size: 24px !important;
    margin-bottom: 5px;
    font-weight: 900;

    font-family: 'Barlow', sans-serif;
}
.section-bg-overview {
    background: url(../img/overview-back.jpg);
    text-align: center;
    padding-top: 50px;
    background-size: cover;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}
.about-img2 img {
    width: 93%;
    margin-top: -50px;
	margin-right: 0px;
}
.section-bg-about {
    background: url(../img/about-back2.jpg);
    text-align: center;
    padding-top: 50px;
    background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.about-heading h3 {
    color: #fff;
    font-size: 48px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
}
.about-heading h2 {
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    text-align: center;
	margin-top: 18px;
}
.about-heading1 p {
    color: #fff !important;
    text-align: justify !important;
    font-family: 'Barlow', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: none;
    padding-right: 30px;
    padding-left: 30px;
}
.about-heading2-1-1 {
    color: #fff;
    text-align: center;
  
}
.why-pad {
    margin-left: 0px;
    margin-top: 13px;
}
.why-heading h3 {
    color: #000;
    font-size: 20px !important;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}
.why-heading h2 {
    color: #b98d24;
    font-size: 34px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
}
.rhythm-list {
    list-style: none;
    text-align: left;
    line-height: 29px;
    font-size: 14px;
    padding: 10px;
    font-family: 'Barlow', sans-serif;
}
.rhythm-list span {
    font-size: 18px;
    color: #b98d24;
    font-family: 'Barlow', sans-serif;
}

.project-heading h2 {
    color: #b98d24;
    font-size: 43px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: capitalize;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
    margin-top: -18px;
}
.display-facilities{
	
	  display:block;
}
.display-facilities2{
	 display:none;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 195px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.club-heading2 h3 {
    color: #000;
    font-size: 25px !important;
    margin-bottom: 5px;
    font-weight: 600;

    font-family: 'Barlow', sans-serif;
    text-align: center;
    border: 2px solid #b98d24;
    padding: 10px;
    width: fit-content;
    text-align: center;
}
.club-heading2 h4 {
    color: #000;
    font-size: 17px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    display: contents;
    padding-right: 177px;
}
.club-heading2 h5 {
    color: #000;
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: justify !important;
}
.section-bg-club .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: -40px;
    margin-bottom: -52px;
}

.carousel-control-next-icon1, .carousel-control-prev-icon1 {
    display: inline-block;
    width: 14px;
    height: 19px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next1, .carousel-control-prev1 {
      position: absolute;
    top: 160px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon1 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon1 {
    background-image: url(../img/icons/prev-icon.png);
}
.carousel-control-next-icon3, .carousel-control-prev-icon3 {
    display: inline-block;
    width: 14px;
    height: 19px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next3, .carousel-control-prev3 {
      position: absolute;
    top: 467px !important;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon3 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon3 {
    background-image: url(../img/icons/prev-icon.png);
}

.contact-pad-left h3 {
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
}
.contact-pad-left h4 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    margin-left: 0px;
}
.contact-pad-btm3 {
    margin-top: -5px;
    padding-bottom: 18px;
}
.social2 img{
width: 11%;
    margin-left: -42px;
    float: right;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 64px;
}
.contact-pad-footer h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
    text-align: center;
}
.contact-pad-footer h4 {
        font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
}
.contact-pad-footer-img img {
    width: 7%;
    margin-top: -6px;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
   
    column-gap: 7px;
    padding: 19px;
	padding-bottom: 0px;
    padding-top: 0px;
}
.contact-pad-footer2 h5 {
    background: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
}
.why-pad br{
	display: none;
}
.project-heading h3 {
    color: #000;
    font-size: 15px !important;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    text-align: center;
    margin-bottom: 27px;
}
.contact-pad-btm3 h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    vertical-align: middle;
    color: #333333;
    font-weight: 300;
}
.slide-font, h1 {
    color: #fff;
    font-size: 71px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
}
.financial1, h4 {
    font-size: 53px;
}
.josser-madhuvan4 {
    left: 1325px;
    top: 54px;
    width: 100%;
    height: 131px;
    position: absolute;
    opacity: 0;
    max-width: 536px;
}	
.contact-pad-btm h3 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 44px;
    color: #b98d24;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
}
}




@media (max-width: 768px){

.head-h4 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 600;
}
.para-new-tab p {
  font-size: 13px;
    color: #fff;
    line-height: 1.4;
    margin-top: 0px;
}
.ribbon img {
    width: 80%;
}
.why-us .content p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    padding: 0px;
    font-family: 'Barlow', sans-serif;
    /* text-align: justify; */
}
.back-orange-1-tab p{
	background: #d95422;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#fff;
	height:69px;
}
.back-yellow-1-tab p{
	background: #fecc00;
    padding: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #fff;
	color:#000;
	height:69px;

}
.tabp p{
	padding-top: 18px;
}
.why-us .content .more-btn {
    display: inline-block;
    background: rgb(186 0 0);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 35px 8px 36px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
     margin: 10px; 
	/* margin-top: -10px !important; */
    /* margin-bottom: -10px !important; */
}
.bg-heading {
       margin-top: 0px;
    margin-bottom: 37px;
    text-align: center;
}
.ribbon1 img {
    width: 37%;
    z-index: 1;
    position: relative;
}

.spe-li{
	margin-top: 5px;
}
.spe-li-1{
	margin-top: 24px;
}
.pd10 {
    padding: 83px;
    margin-top: -17px;
}
.resource p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
}

.vertical3 {
    border-left: 1px solid #9a9a9a;
    height: 61px;
}
}




/* Modelpopup */

#mySchedule .modal-header, #EnquireNow .modal-header{background:#fff;border-bottom: 1px solid #fcc200; direction: rtl;}
#mySchedule .modal-header .close, #EnquireNow .modal-header .close {
    /* border: 2px solid #a92928; */
    opacity: 1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #b98d24;
    line-height: 10px;
    margin: 0;
	direction: rtl;
	padding: 0px !important;
	font-size: 33px;
}
#mySchedule .modal-header h4, #EnquireNow .modal-header h4{color:#a92928;font-size:20px; direction: ltr; margin: 0 auto;}
#mySchedule .modal-body, #EnquireNow .modal-body{
	
	background-size: cover;
	background-position: center;
	background-color: #fff;
}
#mySchedule .modal-body .request-block p{margin:0 0 12px;text-align:center;color:#949494;}
#mySchedule .modal-content, #EnquireNow .loginmodal-container {
    -webkit-box-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 18px rgba(255, 255, 255, 0.5);
}
.modal#mySchedule{overflow-y:auto;}
.form-btn {
    background-color: #184669;
    border: none;
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    border-radius: 26px;
	letter-spacing: 0;
    margin: 16px 0 0;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
input[type="submit"], form button {
    background: #b98d24;
    color: #fff;
    border: 0;
    padding: 18px;
    line-height: 4px;
    cursor: pointer;
    
    font-size: 15px;
    
    letter-spacing: 1px;
    border-radius: 50px;
    margin-top: 4px;
    margin-bottom: 24px;
    font-weight: bold;
}

#top-banner {
    position: relative;
    margin-top: 0px;
    text-align: center;
    overflow: hidden;
}
.form_block{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
#enquiry_form{
    background: #184669;
    text-align: center;
    padding: 19px;
    border: 0;
    border-radius: 0;
    right: 0;
    z-index: 100;
    border: 0;
}
#enquiry_form h3{
    color: #000000;
    width: 100%;
    margin: 5px auto;
    margin-bottom: 13px;
    line-height: 25px;
    font-size: 19px;
    padding: 0 14px;
    font-family: 'Open Sans';
    font-weight: bold;
}
#enquiry_form label{
    position: relative;
    display: block;
    width: 100%;
}
form button img{
    /* width: 120px; */
}
.text-center{
    text-align: center;
}
.text-justify{
    text-align: justify;
}
.intro-text{
    margin: 50px auto;
}
.intro-text h3{
    font-size: 45px;
    font-family: 'Open Sans';
    color: #000;
    font-weight: normal;
}
#content h3{
    text-align: center;
    color: #000;
    max-width: none;
}


.info{
	color: red;
    font-size: 12px;
}
.success{
	text-align:center;
	border:1px solid green;
	color:green;
}
.unsuccess{
	text-align:center;
	border:1px solid red;
	color:red;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 24px;
    height: 30px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 571px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon {
    background-image: url(../img/icons/prev-icon.png);
}


.carousel-control-next-icon1, .carousel-control-prev-icon1 {
    display: inline-block;
    width: 20px;
    height: 30px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next1, .carousel-control-prev1 {
 position: absolute;
    top: 571px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 97%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon1 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon1 {
    background-image: url(../img/icons/prev-icon.png);
}



.about-img2 img{
	width:85%;
	margin-right: 117px;
}
.about-heading2-1-1{
	color:#fff; 
	text-align: left;
}
.display-facilities{
	 display:none;
}
.display-facilities2{
	 display:block;
}

#more {display: none;}
.rhythm-butn {
   font-size: 21px;
    margin-top: -6px;
    color: #130000;
    font-weight: 500;
    padding: 0;
    position: relative;
    display: inline-block;
    border-radius: 16px;
    border: solid 1px #61cfa200;
    background: #00800000;
    line-height: 29px;
    min-width: 100px;
    text-align: left;
    cursor: pointer;
    float: left;
}

@media (max-width: 992px) {
	.why-us .content p {
    margin-bottom: 30px;
    font-size: 18px;
    color: #000;
    padding: 0px;
    font-family: 'Barlow', sans-serif;
    text-align: justify !important;
}
	.overview-heading h2 {
    color: #b98d24;
    font-size: 55px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    margin-top: -39px;
}
.overview-heading h3 {
    color: #000;
    font-size: 24px !important;
    margin-bottom: 5px;
    font-weight: 900;

    font-family: 'Barlow', sans-serif;
}
.section-bg-overview {
    background: url(../img/overview-back.jpg);
    text-align: center;
    padding-top: 50px;
    background-size: cover;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}
.about-img2 img {
    width: 93%;
    margin-top: -50px;
	margin-right: 0px;
}
.section-bg-about {
    background: url(../img/about-back2.jpg);
    text-align: center;
    padding-top: 50px;
    background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.about-heading h3 {
    color: #fff;
    font-size: 48px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
}
.about-heading h2 {
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    text-align: center;
	margin-top: 18px;
}
.about-heading1 p {
    color: #fff !important;
    text-align: justify !important;
    font-family: 'Barlow', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: none;
    padding-right: 30px;
    padding-left: 30px;
}
.about-heading2-1-1 {
    color: #fff;
    text-align: left;
    margin-left: 29px;
    margin-right: 26px;
}
.why-pad {
    margin-left: 0px;
    margin-top: 13px;
}
.why-heading h3 {
    color: #000;
    font-size: 20px !important;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}
.why-heading h2 {
    color: #b98d24;
    font-size: 34px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
}
.rhythm-list {
    list-style: none;
    text-align: left;
    line-height: 29px;
    font-size: 14px;
    padding: 10px;
	padding-left: 209px;
    font-family: 'Barlow', sans-serif;
}
.rhythm-list span {
    font-size: 18px;
    color: #b98d24;
    font-family: 'Barlow', sans-serif;
}
.icons-rhythm img{
	margin-top: 23px;
    width: 49%;
}
.icons-rhythm{
	    text-align: center !important;
    font-family: 'Barlow', sans-serif;
    color: #000 !important;
    font-size: 12px;
    padding: 26px;
    height: 236px;
}

.project-heading h2 {
    color: #b98d24;
    font-size: 43px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: capitalize;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
    margin-top: -18px;
}
.display-facilities{
	
	  display:block;
}
.display-facilities2{
	 display:none;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 364px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.club-heading2 h3 {
    color: #000;
    font-size: 25px !important;
    margin-bottom: 5px;
    font-weight: 600;

    font-family: 'Barlow', sans-serif;
    text-align: center;
    border: 2px solid #b98d24;
    padding: 10px;
    width: fit-content;
    text-align: center;
}
.club-heading2 h4 {
    color: #000;
    font-size: 17px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    display: contents;
    padding-right: 177px;
}
.club-heading2 h5 {
    color: #000;
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: justify !important;
}
.section-bg-club .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: -40px;
    margin-bottom: -52px;
}

.carousel-control-next-icon1, .carousel-control-prev-icon1 {
    display: inline-block;
    width: 14px;
    height: 19px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next1, .carousel-control-prev1 {
      position: absolute;
    top: 160px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon1 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon1 {
    background-image: url(../img/icons/prev-icon.png);
}
.carousel-control-next-icon3, .carousel-control-prev-icon3 {
    display: inline-block;
    width: 14px;
    height: 19px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next3, .carousel-control-prev3 {
      position: absolute;
    top: 1046px !important;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon3 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon3 {
    background-image: url(../img/icons/prev-icon.png);
}

.contact-pad-left h3 {
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
}
.contact-pad-left h4 {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    margin-left: 0px;
}
.contact-pad-btm3 {
    margin-top: -5px;
    padding-bottom: 18px;
}
.contact-pad-left {
    background: #b98d24;
    padding: 51px;
    padding-top: 249px;
    color: #fff;
}
.social2 img {
    width: 23%;
    margin-left: 19px;
    float: right;
    margin-top: 33px;
    margin-bottom: 37px;
    margin-right: -18px;
}
.contact-pad-footer h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-top: 33px;
    text-align: center;
}
.contact-pad-footer h4 {
        font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 30px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
}
.contact-pad-footer-img img {
    width: 7%;
    margin-top: -6px;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
    column-gap: 7px;
    padding: 78px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.contact-pad-footer2 h5 {
    background: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
}
.why-pad br{
	display: none;
}
.project-heading h3 {
    color: #000;
    font-size: 15px !important;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    text-align: center;
    margin-bottom: 27px;
}
.contact-pad-btm3 h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    vertical-align: middle;
    color: #333333;
    font-weight: 300;
}
.slide-font, h1 {
    color: #fff;
    font-size: 71px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
}
.financial1, h4 {
    font-size: 53px;
}
.josser-madhuvan4 {
    left: 1325px;
    top: 54px;
    width: 100%;
    height: 131px;
    position: absolute;
    opacity: 0;
    max-width: 536px;
}	
.contact-pad-btm h3 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 44px;
    color: #b98d24;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
}

.contact-pad-btm h3 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 44px;
    color: #b98d24;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
}
.mcg-heading h4 {
    color: #000;
    font-size: 17px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: left;
}
.mcg-heading {
    margin-top: 43px;
    margin-bottom: 29px;
}
.mcg-heading h5 {
    color: #000;
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 20px;
}

.mcg-img img {
    width: 50%;
    margin-bottom: 27px;
}
.popup-btn a {
   top: 434px;
    position: fixed;
    right: -72px;
    z-index: 1000;
    transform: rotate(
-90deg
);
    padding: 2px 9px 35px;
    height: 0px;
    background-color: #b98d24;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.mob-pad-facilities{
	margin-right: -93px;
    padding-left: 163px;
}
.nanded-logo img {
    width: 171px;
    margin-left: 32px;
    margin-right: 24px;
}
.appointment-btn {
    margin-left: 9px;
    margin-top: 4px;
    background: #b98d24;
    color: #fff;
    border-radius: 50px;
    padding: 9px 13px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 17px;
    display: inline-block;
}
}




@media (max-width: 767px){
	.why-us .content p {
    margin-bottom: 30px;
    font-size: 18px;
        margin-top: unset;
    color: #000;
    padding: 0px;
        margin-bottom: unset;
    font-family: 'Barlow', sans-serif;
    text-align: justify !important;
}
	.overview-heading h2 {
    color: #b98d24;
    font-size: 55px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    margin-top: -39px;
}
.overview-heading h3 {
    color: #000;
    font-size: 17px !important;
    margin-bottom: 5px;
    font-weight: 900;

    font-family: 'Barlow', sans-serif;
}
.overview-heading span {
    color: #000;
    font-size: 17px !important;
    font-family: 'Barlow', sans-serif;
}
.section-bg-overview {
    background: url(../img/overview-back.jpg);
    text-align: center;
    padding-top: 13px;
    background-size: cover;
    padding-bottom: 0px;
    background-repeat: no-repeat;
}
.about-img2 img {
    width: 93%;
    margin-top: -50px;
	margin-right: 0px;
}
.section-bg-about {
    background: url(../img/about-back2.jpg);
    text-align: center;
    padding-top: 50px;
    background-size: cover;
    padding-bottom: 50px;
    background-repeat: no-repeat;
}
.about-heading h3 {
    color: #fff;
    font-size: 48px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
}
.about-heading h2 {
    color: #fff;
    font-size: 30px !important;
    margin-bottom: 5px;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    text-align: center;
	margin-top: 18px;
}
.about-heading1 p {
    color: #fff !important;
    text-align: justify !important;
    font-family: 'Barlow', sans-serif;
    font-size: 18px !important;
    font-weight: 300 !important;
    text-transform: none;
    padding-right: 30px;
    padding-left: 30px;
}
.about-heading2-1-1 {
    color: #fff;
    text-align: center;
   
}
.why-pad {
    margin-left: 0px;
    margin-top: 13px;
}
.why-heading h3 {
    color: #000;
    font-size: 20px !important;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}
.why-heading h2 {
    color: #b98d24;
    font-size: 34px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
}
.rhythm-list {
    list-style: none;
    text-align: left;
    line-height: 29px;
    font-size: 14px;
    padding: 0px 18px;
    font-family: 'Barlow', sans-serif;
}
.rhythm-list span {
    font-size: 18px;
    color: #b98d24;
    font-family: 'Barlow', sans-serif;
}
.icons-rhythm {
    text-align: center !important;
    font-family: 'Barlow', sans-serif;
    color: #000 !important;
    font-size: 12px;
    padding: 2px;
    height: 163px;
}
.icons-rhythm img{
	margin-top: 23px;
    width: 49%;
}

.project-heading h2 {
    color: #b98d24;
    font-size: 43px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
    text-align: center;
    margin-top: -18px;
}

.display-facilities{
	
	  display:block;
}
.display-facilities2{
	 display:none;
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 195px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 86%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.club-heading2 h3 {
    color: #000;
    font-size: 19px !important;
    margin-bottom: 5px;
    font-weight: 600;

    font-family: 'Barlow', sans-serif;
    text-align: center;
    border: 2px solid #b98d24;
    padding: 10px;
    width: fit-content;
    text-align: center;
}
.club-heading2 h4 {
    color: #000;
    font-size: 17px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: center;
    display: contents;
    padding-right: 177px;
}
.club-heading2 h5 {
    color: #000;
    font-size: 16px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: justify !important;
}
.section-bg-club .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: -40px;
    margin-bottom: -52px;
}
.section-bg-facilities .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: 14px;
    margin-bottom: -52px;
}
.section-bg-about .more-btn {
    display: inline-block;
    background: rgb(185 141 36);
    font-size: 20px;
    font-weight: 700;
    padding: 6px 14px 8px 14px;
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.4s;
    margin-top: 28px;
    margin-bottom: -52px;
	margin-left: 0px;
}
.carousel-control-next-icon1, .carousel-control-prev-icon1 {
    display: inline-block;
    width: 14px;
    height: 19px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next1, .carousel-control-prev1 {
      position: absolute;
    top: 160px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon1 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon1 {
    background-image: url(../img/icons/prev-icon.png);
}
.carousel-control-next-icon3, .carousel-control-prev-icon3 {
    display: inline-block;
    width: 14px;
    height: 19px;
    background: 50%/100% 100% no-repeat;
}

.carousel-control-next3, .carousel-control-prev3 {
      position: absolute;
    top: 467px !important;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 52%;
    color: #b98d24 !important;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.carousel-control-next-icon3 {
    background-image: url(../img/icons/next-icon.png);
}
.carousel-control-prev-icon3 {
    background-image: url(../img/icons/prev-icon.png);
}

.contact-pad-left h3 {
    text-align: left;
    margin-top: 0px;
    margin-left: 0px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
}
.contact-pad-left h4 {
    text-align: left;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    font-family: 'Barlow', sans-serif;
    margin-left: 0px;
}
.contact-pad-btm3 {
    margin-top: -5px;
    padding-bottom: 18px;
}
.contact-pad-left {
    background: #b98d24;
    padding: 25px;
    padding-top: 24px;
    color: #fff;
}
.social2 img{
width: 11%;
    margin-left: -42px;
    float: right;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 64px;
}
.contact-pad-footer h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
    text-align: center;
}
.contact-pad-footer h4 {
        font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin-top: 8px;
    letter-spacing: 1px;
    vertical-align: middle;
    text-align: center;
}
.contact-pad-footer-img img {
    width: 7%;
    margin-top: -6px;
}
.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important;
   
    column-gap: 7px;
    padding: 19px;
	padding-bottom: 0px;
    padding-top: 0px;
}
.contact-pad-footer2 h5 {
    background: #fff;
    font-family: 'Barlow', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 15px;
}
.why-pad br{
	display: none;
}
.project-heading h3 {
    color: #000;
    font-size: 15px !important;
    font-weight: 400;

    font-family: 'Barlow', sans-serif;
    text-align: center;
    margin-bottom: 27px;
}
.contact-pad-btm3 h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 11px;
    vertical-align: middle;
    color: #333333;
    font-weight: 300;
}
.slide-font, h1 {
    color: #fff;
    font-size: 61px !important;
    margin-bottom: 5px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Nouvelle Vague', sans-serif;
}
.financial1, h4 {
    font-size: 35px;
}
.josser-madhuvan4 {
    left: 1214px;
    top: 18px;
    width: 100%;
    height: 131px;
    position: absolute;
    opacity: 0;
    max-width: 717px;
}	
.contact-pad-btm h3 {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 44px;
    color: #b98d24;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    font-size: 22px;
}
.mcg-heading h4 {
    color: #000;
    font-size: 18px !important;
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
    text-align: center;
}
.mcg-heading h3 {
    color: #000;
    font-size: 19px !important;
    margin-bottom: 5px;
    font-weight: 400 !important;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif;
    border: 2px solid #000;
    padding: 10px;
    width: fit-content;
    text-align: center;
}
.mcg-img img {
    width: 50%;
    margin-bottom: 27px;
}
.popup-btn a {
    top: 322px;
    position: fixed;
    right: -82px;
    z-index: 1000;
    transform: rotate(-90deg);
    height: 0px;
    background-color: #b98d24;
    color: #fff;
    padding: 2px 9px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 0px 0px;
}
.mob-pad-facilities{
	margin-right: -86px; padding-left: 82px;
}
.nanded-logo img{
	    width: 106px;
    margin-left: -13px;
    margin-right: 32px;

}
.appointment-btn{
	margin-left: 0px !important;
    margin-top: 2px !important;
    background: #b98d24 !important;
    color: #fff;
    border-radius: 50px;
    padding: 3px 6px !important;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 9px;
    display: inline-block;
}
.appointment-btn {
    margin: 0 22px 0 0;
}
#hero .btn-get-started {
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
    font-size: 42px;
    display: inline-block;
    padding: 8px 12px;
    border-radius: 62px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #fff0;
    margin-top: 15px;
    border: 1px solid #fff;
}
.mob-icons{
	display:none;
}

.mob-phone{
	/*width: 162px;*/
 /*   margin-left: -32px;*/
}
.mob-country{
	border: 1px solid rgba(0,0,0,.2);
   width: 100%;
}

.ptsp-15{
    padding-top:15px;
}

}


/* sp code */
.lux-btncontainer {
  text-align: left;
  margin-top: 20px;
}
.lux-btncontainer a{
  background: #b98d24;
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all ease-in-out 0.4s;
}
.lux-btncontainer a:first-child{
margin-right: 18px;
}

@media (max-width: 992px){
  .about-heading2-1 h3{
    width: unset;
  }
  .lux-btncontainer {
    text-align:center;
}
}

@media (max-width: 396px){
  .lux-btncontainer a:first-child {
    margin-right: 6px;
}
.lux-btncontainer a {
  padding: 6px 14px;
  font-size: 16px;
}
}


.mainslide-contrller .carousel-control-prev{
top: 0;
width: 6%;
}

.mainslide-contrller .carousel-control-next{
top: 0;
width: 6%;
}

/*menu new*/
.spheaddis{
        justify-content: space-around;
}


/* sp code */
.mb-dis{
    display:none;
}
#hero {
    padding: 100px 0px 0px 0px;
}
.lux-btncontainer {
  text-align: left;
  margin-top: 20px;
}
.lux-btncontainer a{
  background: #b98d24;
  padding: 10px 22px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  transition: all ease-in-out 0.4s;
}
.lux-btncontainer a:first-child{
margin-right: 18px;
}

@media (max-width: 992px){
  .about-heading2-1 h3{
    width: unset;
  }
  .lux-btncontainer {
    text-align:center;
}
}

@media (max-width: 396px){
  .lux-btncontainer a:first-child {
    margin-right: 6px;
}
.lux-btncontainer a {
  padding: 6px 14px;
  font-size: 16px;
}
}

@media(min-width: 1440px)
{
    .nav-menu a {
    letter-spacing: 0.8px;
    font-size: 18px;    padding: 0px 12px;
    }
    .appointment-btn {
    white-space: nowrap;
    padding: 10px 18px;
    font-size: 16px;
}
.spheaddis {
    justify-content: space-around;
}
}
@media(min-width:992px) and (max-width:1200px){
   .nav-link {
    padding: 0px 4px;
}
.appointment-btn {
    font-size: 12px;
    padding: 6px 8px;
    }
    .logo a img{
        width:100px;
    }
.nanded-logo img{
	    width: 120px;

}
}
@media(max-width:992px){
    .spheaddis {
    justify-content: space-around;
}
.dsk-dis{
    display:none;
}
.mb-dis{
    display:block;
}

}
@media(max-width:600px){
    #hero {
    padding-top: 64px;
}
#header .logo img {
    width: 70px;
}
.nanded-logo img {
    width: 90px;
    margin-right: 40px;
}
.appointment-btn {
    border-radius: 64px;
    padding: 4px 4px;    font-size: 12px;
}
.mobile-nav-toggle {
    right: 2px;
    top: 20px;
    font-size: 28px;
}}
@media(max-width:600px){
    .spheaddis {
    padding: 0;
}
    
}

.sp-hrnewmap {
    padding: 40px 0px;
}







/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
.sp-aligncnter{
    align-items:center;
}
h2.pricerhy {
    font-weight: 600;
    font-size: 36px;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }


/*magnific popup end*/



.blink_text {
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes blinker {  
0% {
    opacity: 1;
    color: #b98d24;
}
100% {
    opacity: 1;
    background: #fff;
    color: #000000;
}
}
.spimg-map{
    width: 80%;
    margin: auto;
}

@media(max-width:768px){
    .spimg-map{
    width: 100%;
}
}

.rhythem-mrn .cards{
    padding: 15px;
    margin-bottom: 60px;
}











