@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import 'https://fonts.googleapis.com/css?family=Roboto:400,500';
:root {
  /**
  @font family declaration
  */
  --rs-ff-body: 'Outfit', sans-serif;
  --rs-ff-heading: 'Outfit', sans-serif;
  --rs-ff-fontawesome: "Font Awesome 6 Pro";
  /**
  @color declaration
  */
  --rs-common-white: #FFFFFF;
  --rs-common-black: #000000;
  --rs-common-placeholder: #484949;
  --rs-common-selection: #1745B3;
  --rs-body-primary: #f6f6f6;
  --rs-theme-primary: #361701;
  --rs-theme-primary-two: #ab7105;
  --rs-theme-secondary: #fbc223;
  --rs-heading-primary: #00160A;
  --rs-text-body: #484949;
  --rs-text-primary: #fff;
  --rs-gray-900: #00160A;
  --rs-gray-800: #484949;
  --rs-gray-700: #0D2216;
  --rs-gray-200: #E3E8F4;
  --rs-gray-100: #F9F9F9;
  --rs-shadow-xl: #fff;
  --rs-shadow-l: #fff;
  --rs-shadow-m: #fff;
  --rs-shadow-s: #fff;
  --rs-border-primary: #00D563;
  --rs-border-secondary: rgba(72, 73, 73, 0.4);
  /**
  @font weight declaration
  */
  --rs-fw-normal: normal;
  --rs-fw-thin: 100;
  --rs-fw-elight: 200;
  --rs-fw-light: 300;
  --rs-fw-regular: 400;
  --rs-fw-medium: 500;
  --rs-fw-sbold: 600;
  --rs-fw-bold: 700;
  --rs-fw-ebold: 800;
  --rs-fw-black: 900;
  /**
  @font size declaration
  */
  --rs-fs-body: 16px;
  --rs-fs-body2: 14px;
  --rs-fs-p: 16px;
  --rs-fs-h1: 60px;
  --rs-fs-h2: 48px;
  --rs-fs-h3: 27px;
  --rs-fs-h4: 24px;
  --rs-fs-h5: 18px;
  --rs-fs-h6: 16px;
  --rs-lh-body: 26px;
  --rs-lh-body2: 17px;
  --rs-lh-p: 26px;
  --rs-lh-h1: 70px;
  --rs-lh-h2: 58px;
  --rs-lh-h3: 37px;
  --rs-lh-h4: 34px;
  --rs-lh-h5: 22px;
  --rs-lh-h6: 24px;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html {
  /*font-size: 10px;*/
}

/*---------------------------------
    Typography css start 
---------------------------------*/
body {
  font-family: var(--rs-ff-body);
  font-size: var(--rs-fs-body);
  font-weight: normal;
  color: var(--rs-text-body);
  line-height: 26px;
  background: var(--rs-body-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

h1, .h1 h2,
.h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--rs-ff-heading);
  color: var(--rs-heading-primary);
  margin-top: 0px;
  margin-bottom: 0;
  font-weight: var(--rs-fw-medium);
  word-break: break-word;
}
 .brown-title{
 color: var(--rs-theme-primary);
 }
 .btnr {
  background: #1d1d1d;
  border: none;
  font-size: 10px;
  font-size: 1rem;
  font-weight: 500;
  background-color: #1d1d1d;
  color: var(--rs-theme-primary);
  padding: .6rem 2.1rem;
  border: 1px solid var(--rs-theme-primary);
  transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
  display: inline-block;
  cursor: pointer;
  width: 100%;
  min-width: 100px;
  min-width: 10rem;
  outline: none;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 50px;
}
@media (min-width: 400px) {
  .btnr {
    width: auto;
  }
}
@media (min-width: 800px) {
  .btnr {
    font-size: 1.1rem;
    padding: .6rem 2.4rem;
  }
}
.btnr:hover {
  background: var(--rs-theme-primary);
  border-color: var(--rs-theme-primary);
  color: #fff;
}
.btnr a{
color: var(--rs-theme-primary);
}
.btnr a:hover{
color: #fff;
}
.btn-reverse {
  background-color: var(--rs-theme-secondary);
  border: 0;
}
.btn-border {
  background-color: transparent;
  color: var(--rs-theme-primary);
}
.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}
.btn-arrow span {
  display: inline-block;
  position: relative;
  transition: all 300ms ease-out;
  will-change: transform;
}
.btn-arrow:hover span {
  transform: translate3d(-1rem, 0, 0);
}
.btn-arrow svg {
  position: absolute;
  width: 1.1em;
  right: 0px;
  right: 0rem;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 300ms ease-out;
  will-change: right, opacity;
}
.btn-arrow svg * {
  stroke-width: 5;
  stroke-color: transparent;
}
.btn-arrow:hover svg {
  opacity: 1;
  right: -2rem;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  /*padding: 15px 0;*/
  background-color: rgba(255, 255, 255, 1);
  transition: background-color 0.5s, padding 1s;
}

header.sticky {
  background-color: rgba(255, 255, 255, 1);
  /*padding: 0;*/
}

/* 
Full screen background image
*/
.hero {
  background: url('https://hd.unsplash.com/photo-1454165804606-c3d57bc86b40');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

/*
Blueish tint overlay
*/
.hero:after {
  content: '';
  background: rgba(0, 0, 64, 0.5);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 
Making sure everything in .hero sits above our :after elements 
*/
.hero * {
  /*position: relative;*/
  z-index: 999;
}

#masthead {
 
 
}

#masthead.is-active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15);
}

/*
Using this method because browsers can transition opacity very cheaply as opposed to using background: rgba
https://www.html5rocks.com/en/tutorials/speed/high-performance-animations/
*/
#masthead:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /*background-color: #fff;*/
  opacity: 0;
  transition: opacity 0.3s ease;
}

#masthead.is-active:after {
  opacity: 1;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  float: left;
  font: inherit;
  margin: 0.8125em 0 0;
  overflow: visible; 
  outline: none;
  padding: 0;
  text-transform: none;
  transition: opacity 0.15s;
  -webkit-appearance: none;
}

.hamburger:hover {
  opacity: 0.7; 
}

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; 
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; 
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
  width: 30px;
  height: 2px;
  background-color: var(--rs-theme-primary);
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; 
}

#masthead.is-active .hamburger-inner, 
#masthead.is-active .hamburger-inner::before, 
#masthead.is-active .hamburger-inner::after {
    background-color: #000;
}

.hamburger-inner::before, 
.hamburger-inner::after {
  content: "";
  display: block; 
}

.hamburger-inner::before {
  top: -6px; 
}

.hamburger-inner::after {
  bottom: -6px; 
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, 
.hamburger--boring .hamburger-inner::before, 
.hamburger--boring .hamburger-inner::after {
  transition-property: none; 
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; 
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg); 
}

.hamburger-label {
  color: var(--rs-theme-primary);
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-left: 0.3125em;
  text-transform: uppercase;
}

#masthead.is-active .hamburger-label {
  color: #000;
}

.hamburger-box,
.hamburger-label {
  display: inline-block;
  vertical-align: middle;
}

#site-nav {
  clear: both;
  display: flex;
  flex-direction: column; 
  height: 0;
  overflow: hidden;
  background-color: var(--rs-theme-primary-two);
  /*padding-top: 2.5em;*/
  
}

#site-nav.is-active {
  height: auto;
  overflow: visible;
}
/*
#site-nav .col { 
  padding-bottom: 2.5em;
} 

@media screen and (min-width: 550px) {
  #site-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  #site-nav .col {
    flex: 0 0 50%;
  } 
}

@media screen and (min-width: 768px) {
  #site-nav .col {
    flex: 0 0 33.333333333%;
  } 
}

@media screen and (min-width: 960px) {
  #site-nav {
    flex-wrap: nowrap;
  }
  
  #site-nav .col {
    flex: 0 0 20%;
  } 
  
  #site-nav .col:last-child {
    display: flex;
    justify-content: flex-end;
  }  
}

#site-nav h4 {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#site-nav ul {
width: 100%;
  list-style-type: none;
  margin-top: 1em;
 
}

#site-nav li {
  margin-bottom: 0.3125em;
  float: left;
  
}

#site-nav li a {
font-size: 16px;
font-weight: 600;
color: #000;
text-transform: uppercase;
padding: 0 15px;
  color: #b4b9ba;
  text-decoration: none;
  transition: color 0.3s ease;
  display: block;
}

#site-nav li a:hover,
#site-nav li a:focus {
  color: #686d6e;
}

#site-nav .social {
  margin: 0;
  overflow: hidden;
}

#site-nav .social li {
  float: left;
  margin: 0 0.3125em;
  width: 32px;
  height: 32px;
}

#site-nav .social li svg {
  display: block;
  fill: #b4b9ba;
  width: 100%;
  height: 100%;
  transition: fill 0.3s ease;
}

#site-nav .social li:hover svg {
  fill: #686d6e;
}
*/
#masthead-search {
  float: right;
  margin-top: 0.625em;
  width: 100%;
  max-width: 14em;
  position: relative;
  -webkit-appearance: none;
}

#masthead-search input {
  background: transparent;
  border: none;
  border-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-radius: 50px;
  outline: none;
  width: 100%;
  padding: 0.75em 1.125em;
  transition: border-color 0.3s ease;
  -webkit-appearance: none;
}

#masthead-search button {
  background: none;
  border: none;
  color: #fff;
  font-size: 1em;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0.75em;
  transform: translateY(-50%);
  -webkit-appearance: none;
}

#masthead.is-active #masthead-search button {
  color: #b4b9ba;
}

#masthead.is-active #masthead-search input {
  border-color: #b4b9ba;
}

#masthead-search ::-webkit-input-placeholder {
    color:    #fff;
}

#masthead-search :-moz-placeholder {
   color:    #fff;
   opacity:  1;
}

#masthead-search ::-moz-placeholder {
   color:    #fff;
   opacity:  1;
}

#masthead-search :-ms-input-placeholder {
   color:    #fff;
}

#masthead.is-active #masthead-search ::-webkit-input-placeholder {
    color:    #b4b9ba;
}

#masthead.is-active #masthead-search :-moz-placeholder {
   color:    #b4b9ba;
   opacity:  1;
}

#masthead.is-active #masthead-search ::-moz-placeholder {
   color:    #b4b9ba;
   opacity:  1;
}

#masthead.is-active #masthead-search :-ms-input-placeholder {
   color: #b4b9ba
}

#masthead .col {
  opacity: 0;
}

#masthead.is-active .col {
  transform: translateY(40px);
  transition: opacity 0.3s ease;
  animation: fade-in-stagger 0.8s ease forwards;
}

#masthead.is-active .col:nth-child(1) {
    -webkit-animation-delay: 0;
}

#masthead.is-active .col:nth-child(2) {
    -webkit-animation-delay: 0.1s;
}

#masthead.is-active .col:nth-child(3) {
    -webkit-animation-delay: 0.2s;
}

#masthead.is-active .col:nth-child(4) {
    -webkit-animation-delay: 0.3s;
}

#masthead.is-active .col:nth-child(5) {
    -webkit-animation-delay: 0.4s;
}

@keyframes fade-in-stagger {
  to {
    opacity: 1;
    transform: translateY(0); 
  }
}


.sticky-nav ul {
  padding: 0;
  margin: 0;
}

.sticky-nav {
 background-color:var(--rs-theme-primary);  /*Deepak Change Css*/
  position: fixed;
  right: 5px;
  top: 52%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 10px 10px 10px 10px;
  box-shadow: -3px 0px 15px #0000001a;
}
.sticky-nav li {
  text-align: center;
  border-bottom: 0.5px solid rgba(227, 206, 118, 0.2);
  padding: 0 8px;
  width: 70px;
  height: 70px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.sticky-nav li:last-child{
border-bottom: 0;
}

.sticky-nav ul li a {
  font-size: 10px;
  color: #fff;
  text-decoration: none;
}

.sticky-nav li:before {
  content: "";
  background-color: var(--rs-theme-primary);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.2s all ease;
}

.sticky-nav li:hover:before {
  background-color: #de8850;
}
.sticky-nav li:first-child:before {
  border-radius: 10px 10px 0px 0px;
}
.sticky-nav li:last-child:before {
  border-radius: 0px 0px 10px 10px;
}

.sticky-nav li span {
  display: block;
}

.sticky-nav li span i {
  font-size: 20px;
 
  margin-bottom: 5px;
}

.sticky-nav ul li a svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
.sticky-nav {
width: 100%;
height: auto;

  position: fixed;
  right: auto;
  top: auto;
  bottom:0;
  transform: translateY(-0%);
  z-index: 2;
  border-radius: 0px;
  box-shadow: -3px 0px 15px #0000001a;
}
.sticky-nav li {
  text-align: center;
  border-right: 0.5px solid rgba(227, 206, 118, 0.2);
  border-bottom: 0;
  padding: 8px 8px 8px 8px;
  width: 33.3333%;
  height: auto;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  float: left;
}
.sticky-nav ul li a {
  font-size: 14px;

}
.sticky-nav li span {
  display: inline;
}
.sticky-nav li:first-child:before {
  border-radius: 0px;
}
.sticky-nav li:last-child:before {
  border-radius: 0px;
}
.sticky-nav ul li a svg {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-bottom: 0px;
}
}



.auto-container{position:static;max-width:1320px;padding:0 15px;margin:0 auto}
.header-bottom{
/*background-color: #fff;*/
}
.header-logo{
  padding: 10px 0;
}
.logo-img{
  float:left
}
.logo-text{ float:left; text-align: center; padding-left: 15px; color: var(--rs-theme-primary);}
.logo-text h3{font-size: 24px; font-weight: 800; color: var(--rs-theme-primary); text-transform: uppercase; letter-spacing: -1px;}
.logo-text h3 span{font-weight: 400;}
.logo-text .CIN{font-size: 17px; line-height: 22px; padding: 0; margin: 0;}
.logo-text .REG{font-size: 15px; line-height: 20px;padding: 0; margin: 0; letter-spacing: -1px;}

@media (max-width: 767px) {
.logo-text{ float:left; text-align: left; padding-left: 15px;}
.logo-text h3{font-size: 20px; font-weight: 800; text-transform: uppercase; letter-spacing: -1px;}
.logo-text .CIN{font-size: 16px; line-height: 22px; padding: 0; margin: 0;}
.logo-text .REG{font-size: 15px; line-height: 20px;padding: 0; margin: 0; letter-spacing: -1px;}
}

.topbar-right .hotline-area{display:flex;align-items:center;gap:20px}
.topbar-right .hotline-area .content{position:relative;line-height:1}
.topbar-right .hotline-area .content::after{content:"";height:32px;width:1px;background-color:rgba(19,20,26,.2);position:absolute;left:-10px;top:50%;transform:translateY(-50%)}
.topbar-right .hotline-area .content span{font-family:var(--font-open-sans);font-weight:500;font-size:14px;line-height:1;color:var(--rs-theme-primary);  margin-bottom:5px;display:inline-block}
.topbar-right .hotline-area .content h6{margin-bottom:0;line-height:1}
.topbar-right .hotline-area .content h6 a{font-weight:700;font-size:18px;line-height:20px;color:var(--rs-theme-primary-two); text-decoration: none; transition:.5s}
.topbar-right .hotline-area .content h6 a:hover{color:var(--rs-theme-primary)}
.topbar-right ul{margin:0;padding:0;list-style:none;display:flex;align-items:center;gap:30px}
.topbar-right ul li{line-height:1}
.topbar-right ul li .sell-btn{display:flex;align-items:center;gap:5px;font-family:var(--font-open-sans);font-weight:600;font-size:13px;color:#13141a;background-color:transparent;transition:.35s}.top-bar .topbar-right ul li .sell-btn svg{fill:var(--primary-color1);transition:.35s}
.topbar-right ul li .sell-btn.primary-btn1 svg{fill:var(--title-color)}
.topbar-right ul li .sell-btn:hover{color:var(--primary-color1)}
.topbar-right ul li .sell-btn:hover svg{fill:var(--primary-color1)}
.topbar-right ul li button{display:flex;align-items:center;gap:5px;font-family:var(--font-open-sans);font-weight:600;font-size:13px;color:#13141a;transition:.35s}
.topbar-right ul li button svg{fill:var(--primary-color1);transition:.35s}
 .topbar-right ul li button.primary-btn1 svg{fill:var(--title-color)}
 .topbar-right ul li button:hover{color:var(--primary-color1)}
 .topbar-right ul li button:hover svg{fill:var(--primary-color1)}
 .topbar-right ul li a{display:flex;align-items:center;gap:5px;font-family:var(--font-open-sans);font-weight:600;font-size:13px;color:#13141a;transition:.35s}
 .topbar-right ul li a svg{fill:var(--primary-color1);transition:.35s}
 .topbar-right ul li a.primary-btn1 svg{fill:var(--title-color)}
 .topbar-right ul li a:hover{color:var(--primary-color1)}
 .topbar-right ul li a:hover svg{fill:var(--primary-color1)}

 .banner{
  margin-top: 120px;
 }

.banner-content{
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;

}
.banner-content h2{
color: #E3CE76;
}
.banner-content span{
color: #fff;
font-weight: 400;
}

@media (max-width: 575px) {
.banner-content{
display: none;

}
}

 .services-card{
 color: var(--rs-text-body);
min-height: 250px;
 background-color: #fff;
 box-shadow: 0 6px 10px hsla(0,0%,56%,.1);
 border: 1px solid rgb(236 236 236);
 border-radius: 1rem;
 padding: 20px 20px;
 overflow: hidden;
 text-decoration: none;
 }
 .services-card h5{
 color: var(--rs-theme-primary);
 }
.services-card .icon{
position: relative;
z-index: 1;
}
 .services-card .icon:before{
 content: "";
 width: 120px;
 height: 120px;
 position: absolute;
 top: -40px;
 left: -40px;
 background-color: #E3CE76;
 border-radius: 50%;
 z-index: -1;
 opacity: 0.5;
 }
.services-card p{
margin-top: 5px;
line-height: 20px;
display: block;
width: 100%;
 display: -webkit-box; 
            -webkit-box-orient: vertical; 
            -webkit-line-clamp: 2; 
            overflow: hidden; 
            text-overflow: ellipsis;
}
 .abt-img{
 border-top-right-radius: 0.5rem;
 border-bottom-right-radius: 0.5rem;
 }
@media (max-width: 767px) {
 .abt-img{
 border-top-right-radius: 0;

  border-bottom-left-radius: 0.5rem;
 border-bottom-right-radius: 0.5rem;
 }
}

 .hme-enquiry{
 background-color: #E3CE76;
 }
 .hme-enquiry input, .hme-enquiry textarea{
 background-color: #fff;
 border: 0px solid #fff;
 border-radius: 3px;
 padding: 5px 10px;
 }

 .abt-nidhi{
 min-height: 400px;
 background-color: #E3CE76;
 }
 .simpleCard{
 height: 100%;
 text-align: center;}
 .simpleCard--typeFour {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 35px 15px 20px;
    background: #f2f2f2;
    border-radius: 16px;
    border: 1px solid #ffcb08;
    position: relative;
}
.simpleCard__title {
    min-width: 165px;
    font-size: 16px;
    
    padding: 10px 15px;
    border-radius: 8px;
    background-color: #ffcb08;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.simpleCard__list{
display: flex;
}
.simpleCard li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 50%;
    border-right: 1px solid #c4c4c4;
    padding: 0 25px;
}
.simpleCard li:first-child{
padding-left: 0;
}
.simpleCard li:last-child {
    border-right: 0;
    padding-right: 0;
}
.simpleCard--typeFour .simpleCard__text {
    font-size: 16px;
}


.ftr-contact__info__list {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
}
.ftr-contact__info__list li {
  display: flex;
  font-size: 16px;
  
  font-weight: 500;
  line-height: normal;
}
.ftr-contact__info__list li + li {
  margin-top: 20px;
}
.ftr-contact__info__list li .sidebar-one__info__icon {
  position: relative;
  font-size: 18px;
  color: var(--rs-theme-secondary);
  margin-right: 12px;
}
.ftr-contact__info__list li .sidebar-one__info__icon svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
}
.ftr-contact__info__list li .sidebar-one__info__icon--location {
  top: 4px;
}
.ftr-contact__info__list li address {
  color: inherit;
  line-height: 1.75;
  text-transform: capitalize;
  margin: 0;
}
.ftr-contact__info__list li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
  text-decoration: none;
}
.ftr-contact__info__list li a:hover {
  background-size: 100% 1px;
}
.ftr-contact__info__list li a:hover {
  color: var(--rs-theme-secondary);
}

.ftr-section h5{
position: relative;
margin-bottom: 30px;
}
.ftr-section h5::after{
content: "";
position: absolute;
left: 0;
bottom: -7px;
width: 50px;
height: 2px;
background-color: var(--rs-theme-secondary);
}

.ftr-links ul{
list-style: none;
margin: 15px 0 0 0;
padding: 0;
}
.ftr-links ul li{
margin-bottom: 10px;
}
.ftr-links ul li a{
color: var(--rs-text-body);
text-decoration: none;
}
.ftr-bottom{
border-top: 1px solid #c4c4c4;
}

.ftr-social ul li {
  display: inline-block;
}
.ftr-social ul li a {
font-size: 20px;
  height: 30px;
  width: 30px;
  border: 0px solid var(--rs-text-body);
  color: var(--rs-text-body);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 0px;
  transition: all linear 0.3s;
  text-decoration: none;
}
.ftr-social ul li a:hover {
  /*background: var(--rs-theme-secondary);
  color: #ffffff;
  border-color: var(--rs-theme-secondary);*/
}
/*.ftr-social ul li:nth-child(2) a {
  font-size: 22px;
}*/








.nav-btn {
 justify-content: space-between;
  display: flex;
}

.nav-links {
  padding: 0 15px;
}

.log-sign {
  display: flex;
  justify-content: center;
  align-items: center;
  
}



.btn {
  display: inline-block;
  padding: .5rem 1.3rem;
  font-size: .8rem;
  border: 2px solid var(--clr-light);
  border-radius: 2rem;
  line-height: 1;
  margin: 0 .2rem;
  transition: .3s;
  text-transform: uppercase;
}

.btn.solid,
.btn.transparent:hover {
  background-color: var(--clr-light);
  color: var(--clr-btn);
}

.btn.transparent,
.btn.solid:hover {
  background-color: transparent;
  color: var(--clr-light);
}

.nav-links > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
 
}

.nav-link {
  position: relative;
}

.nav-link > a {
  line-height: 3rem;
  color: #fff;
  padding: 0 .8rem;
 letter-spacing: .5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  text-decoration: none;
  
}

.nav-link > a > i {
  margin-left: .2rem;
margin-top: 3px;
 
}

.nav-link:hover > a {
  transform: scale(1.1);
  color: #fff;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 10rem;
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition: .5s;
}

.dropdown ul {
  position: relative;
   list-style: none;
   margin: 0;
   padding: 0;
}

.dropdown-link > a {
  display: flex;
  background-color: var(--rs-theme-primary);
  color: #fff;
  padding: .5rem 1rem;
  font-size: .9rem;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  text-decoration: none;
}

.dropdown-link:hover > a {
  background-color: var(--rs-theme-secondary);
  color: var(--rs-theme-primary);
}

.dropdown-link:not(:nth-last-child(2)) {
  border-bottom: 1px solid #FAFAFA;
}

.dropdown-link i {
  transform: rotate(-90deg);
}

.arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 32px;
  background-color: var(--rs-theme-primary);
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow {
  background-color: var(--rs-theme-secondary);
}

.dropdown-link {
  position: relative;
}

.dropdown.second {
  top: 0;
  left: 100%;
  padding-left: .8rem;
  cursor: pointer;
  transform: translateX(10px);
}

.dropdown.second .arrow {
  top: 10px;
  left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover>.dropdown {
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.hamburger-menu-container {
  flex: 1;
  display: none;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.hamburger-menu div {
  width: 1.6rem;
  height: 3px;
  border-radius: 3px;
  background-color: var(--clr-light);
  position: relative;
  z-index: 1001;
  transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after {
  content: '';
  position: absolute;
  width: inherit;
  height: inherit;
  background-color: var(--clr-light);
  border-radius: 3px;
  transition: .5s;
}

.hamburger-menu div:before {
  transform: translateY(-7px);
}

.hamburger-menu div:after {
  transform: translateY(7px);
}

#check {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  z-index: 90000;
  cursor: pointer;
  opacity: 0;
  display: none;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div {
  background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before {
  transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after {
  transform: translateY(0) rotate(45deg);
}

@keyframes animation {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media (max-width: 920px) {
  .hamburger-menu-container {
    display: flex;
  }

  #check {
    display: block;
  }

  .nav-btn {
    /*position: fixed;*/
    height: calc(100vh - 12.8rem);
    top: 0rem;
    left: 0;
    width: 100%;
    
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(0%);
    transition: .65s;
   
  }

  #check:checked ~ .nav-btn {
    transform: translateX(0);
  }

  #check:checked ~ .nav-btn .nav-link,
  #check:checked ~ .nav-btn .log-sign {
    animation: animation .5s ease forwards var(--i);
  }

  .nav-links {
    flex: initial;
    width: 100%;
   
  }

  .nav-links > ul {
    flex-direction: column;
  }

  .nav-link {
    width: 100%;
    /*opacity: 0;*/
    transform: translateY(15px);
   
  }

  .nav-link > a {
    line-height: 1;
    padding: .6rem 2rem;

  }

  .nav-link:hover > a {
    transform: scale(1);
    background-color: var(--rs-theme-secondary);
  }

  .dropdown,
  .dropdown.second {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding: 0;
    background-color: var(--clr-dropdown-hov);
    display: none;
  }

  .nav-link:hover > .dropdown,
  .dropdown-link:hover>.dropdown {
    display: block;
  }

  .nav-link:hover > a > i,
  .dropdown-link:hover>a>i {
    transform: rotate(360deg);
  }

  .dropdown-link > a {
    background-color: transparent;
    color: var(--rs-theme-primary);
    padding: .5rem 2rem;
    line-height: 1;
  }

  .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 3rem;
  }

  .dropdown.second .dropdown.second .dropdown-link > a {
    padding: 1.2rem 2rem 1.2rem 4rem;
  }

  .dropdown-link:not(:nth-last-child(2)) {
    border-bottom: none;
  }

  .arrow {
    z-index: 1;
    background-color: var(--clr-btn);
    left: 10%;
    transform: scale(1.1) rotate(45deg);
    transition: .5s;
  }

  .nav-link:hover .arrow {
    background-color: var(--clr-nav-hover);
  }

  .dropdown .dropdown .arrow {
    display: none;
  }

  .dropdown-link:hover > a {
    background-color: var(--clr-dropdown-link-hov);
  }

  .dropdown-link:first-child:hover ~ .arrow {
    background-color: var(--clr-nav-hover);
  }

  .nav-link > a > i {
    font-size: 1.1rem;
    transform: rotate(-90deg);
    transition: .7s;
  }

  .dropdown i {
    font-size: 1rem;
    transition: .7s;
  }

  .log-sign {
    flex: initial;
    width: 100%;
    padding: 1.5rem 1.9rem;
    justify-content: flex-start;
    opacity: 0;
    transform: translateY(15px);
  }
}



.topbar-one_social{
margin-right: 15px;
}
.topbar-one_social a {
  width: 38px;
  height: 37px;
  border-radius: 3px;
  background-color: transparent;
  /*padding: 5px 5px;*/
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  font-weight: 400;
}
.topbar-one_social a:hover {
  color: var(--grdeen-white, #fff);
  /*background-color: var(--grdeen-green, #1f9a26);*/
}
.topbar-one_social a + a {
  margin-left: 6.5px;
}


.single-doctor-box {
    
   
    background-color: #fff;
     /*border-radius: 15px;
    box-shadow: 0 4px 55px #00000026;*/
}
.single-doctor-box .image {
    z-index: 1;
    overflow: hidden;
    position: relative;
    /*border-radius: 15px 15px 0 20px;*/
}
.single-doctor-box .image:before {
     position: absolute;
  top: 0;
  left: -43%;
  display: block;
  content: '';
  width: 25%;
  height: 100%;
  background: -o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
  background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(0deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-17deg);
z-index: 9;
}
.single-doctor-box:hover .image:before{
-webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
100% {left: 125%;}
}
@keyframes shine {
100% {left: 125%;}
}
.single-doctor-box .image img {
    /*border-radius: 15px 15px 0 20px;*/
    transition: var(--transition);
     -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
}
.single-doctor-box:hover .image img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.single-doctor-box .content {
    padding: 15px 35px;
    text-align: center;
}
.single-doctor-box .content h3 {
    font-size: 18px;
    color: var(--rs-theme-primary-two);
    margin-bottom: 0px;
}
.single-doctor-box .content .designation {
    display: block;
    
    
    
   
    font-size: 15px;
    font-weight: 500;
    color: var(--rs-theme-primary);
    font-family: var(--fontFamily);
}
@media only screen and (max-width: 767px){

.single-doctor-box .content {
    padding: 20px;
}
.single-doctor-box .content h3 {
    font-size: 17px;
   
}
.single-doctor-box .content .designation {
    font-size: 14px;
   
}
}

.about-section{
background: rgb(222,188,81);
background: linear-gradient(90deg, rgba(222,188,81,1) 0%, rgba(222,188,81,1) 50%, rgba(246,246,246,1) 50%, rgba(246,246,246,1) 100%);
}
@media only screen and (max-width: 991px){
.about-section{
background: transparent;
}
}
.chair-bx{background-color: rgb(222,188,81);}
.directors-slider .owl-stage-outer {
  /*overflow: visible !important;*/
}
.directors-slider{padding-bottom: 30px; }.directors-slider .testimonial-card{margin:10px 0}.directors-slider.owl-carousel .owl-dots{margin:20px 0 10px;text-align:center}

.directors-slider.owl-carousel .owl-nav button.owl-prev,.directors-slider.owl-carousel .owl-nav button.owl-next{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:60px;height:60px;background-color:#f9f9f9;border:2px solid #fff;border-radius: 50%;}
.directors-slider.owl-carousel .owl-nav button.owl-prev i,.directors-slider.owl-carousel .owl-nav button.owl-next i{color:#002172;font-size:30px}
.directors-slider.owl-carousel .owl-nav button.owl-prev:hover,.directors-slider.owl-carousel .owl-nav button.owl-next:hover{background-color:#ec3323}
.directors-slider.owl-carousel .owl-nav button.owl-prev:hover i,.directors-slider.owl-carousel .owl-nav button.owl-next:hover i{color:#fff}
.directors-slider.owl-carousel .owl-nav button.owl-prev{left:-40px}
.directors-slider.owl-carousel .owl-nav button.owl-next{right:-40px}
.directors-slider.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 0px;
  }
  .directors-slider.owl-carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin: 0 6px;
    padding: 3px 0;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    background: var(--rs-common-white);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
  }
  .directors-slider.owl-carousel .owl-dots .owl-dot:hover,
  .directors-slider.owl-carousel .owl-dots .owl-dot.active {
    width: 40px;
    background: var(--rs-theme-primary);
    opacity: 1;
  }



  .inner-banner{
  margin-top: 120px;
  height: 200px;
  background-color: var(--rs-theme-primary);
  position: relative;
  }
  .inner-banner .titlebx{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
  .inner-banner .titlebx h1{
  font-size: 50px;
  font-weight: 800;
  color: var(--rs-theme-secondary);
  }


  .inner-about{
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  text-align: center;
  }
  .inner-about h2{
  font-size: 36px;
  font-weight: 600;
  }
  .inner-about h6{
  font-size: 18px;
  font-weight: 400;
  color: var(--rs-text-body);
  line-height: 30px;
  
  }

  .white-bg-round{
  background-color: #fff;
  border-radius: 5px;
  }
  .bg-title{
  background-color: var(--rs-theme-secondary);
  color: #fff;
  padding: 30px 15px;
  border-radius: 5px;
  }


  .contact-one_list{
	position: relative;
  list-style: none;
  padding: 0;
}

.contact-one_list li{
	position: relative;
	font-size: 16px;
	min-height: 50px;
	padding-left: 70px;
	margin-bottom: 30px;
	color: var(--color-four);
}

.contact-one_list li i{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	border-radius: 50px;
	display: inline-block;
	color: var(--rs-common-white);
	background-color: var(--rs-theme-secondary);
}

.contact-one_list li strong{
	position: relative;
	font-weight: 600;
	display: block;
	margin-top: 3px;
	letter-spacing: -0.5px;
	color: var(--color-three);
}

.contact-one_list li strong a{
	position: relative;
	color: var(--color-three);
}

.contact-one_list li strong a:hover{
	color: var(--main-color);
}

.download-bx{
background-color: var(--rs-common-white);
padding: 0px 0px;
border-radius: 5px;
}
.download-bx i{
font-size: 36px;
margin-bottom: 0px;
background-color: #00D563;
padding: 15px 15px;
}
.download-bx h5{
margin: 0 !important;
padding: 0 15px !important;
background-color: #f00;
}


.about-icon-box{
	display: flex;
	align-items: center;
  justify-content: center;
  
}

.about-icon-box .icon-box{
color: #333;
text-decoration: none;
	display: block;
	align-items: center;
	justify-content: start;
	width: calc(25% - 15px);
	margin-right: 0px;
	padding: 20px 20px;
	/*border: 1px solid #DAEDFE;*/
  border-radius: 10px;
  background-color: #fff;
  text-align: center;
}

.about-icon-box .icon-box:nth-of-type(2n + 2){
	padding: 0  0 0 20px;
	margin-right: 0;
	border-right: none;
}

.about-icon-box .icon-box i{
font-size: 30px;
color: #fff;
line-height: 55px;
	width: 60px;
	height: 60px;
  background-color: #f00;
   border-radius: 50%;
  text-align: center;
}

.about-icon-box .icon-box h3{
	font-size: 20px;
	font-weight: 500;
	color: var(--heading-color);
	padding-top: 10px;
}


@media only screen and (max-width: 991px){

    .about-icon-box .icon-box{
        margin-right: 40px;
    }



    .about-icon-box .icon-box h3{
        font-size: 18px;        
    }
}

@media only screen and (max-width: 767px){
  .about-icon-box .icon-box{
        display: block;
        width: 100%;
        margin-right: 0;
        padding: 20px 20px;
        text-align: center;
    }

    .about-icon-box .icon-box:nth-of-type(2n + 2){
        padding: 0 20px;
    }

    .about-icon-box .icon-box h3{
        font-size: 16px;        
        padding-left: 0;
        
    }
}


.accountbx-one{
background-color: #fff;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
.accountbx-two{
background-color: #fff;
border-top-right-radius: 10px;
border-bottom-left-radius: 10px;
}


.bottomMenu {
font-size: 18px;

    position: absolute;
    bottom: -45px;
    color: white;
    width: 100%;
   padding: 10px 15px;
   
    background: red;
    z-index: 1;
    transition: all .5s;
    text-align: center;
}
.hide {
    opacity:0;
   
}
.show {
    opacity:1;
  
}