body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: "Inter", sans-serif;
}

/*=====Comman Styling Start Here=====*/
ul {
  list-style: none;
}

a {
  color: #000;
  display: inline-block;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure {
  padding: 0px;
  margin: 0px;
}

.owl-nav {
  margin: 0px !important;
}

.custom-style {
  display: inline-block;
  width: 100%;
  padding: 38px 0px;
}

.comman-title-box {
  margin-bottom: 28px;
  text-align: center;
}

.comman-title {
  color: #000;
  font-size: 32px;
  text-transform: uppercase;
}

.comman-title-box p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.custom-titles{
    display:inline-block;
    margin-bottom:20px;
}

.comman-btn-box {
  margin-top: 5px;
}

.comman-btn {
  color: #fff;
  background-color: #D6B56D;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 22px;
  border-radius: 25px;
  white-space: nowrap;
  border: none;
  outline: none;
  transition: all 0.5s ease-in-out;
}


.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #D6B56D !important;
  box-shadow: 0 2px 5px rgb(0 0 0 / 20%);
  position: absolute;
  top: 39%;
  z-index: 1;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  font-size: 15px;
}

.owl-carousel .owl-nav .owl-prev {
  left: -22px;
}

.owl-carousel .owl-nav .owl-next {
  right: -22px;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #D6B56D;
  ;
}

.whatsapp {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.whatsapp img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.header .nav-header {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  display: none;
}

.nav-header .xmark-icon {
  width: 23px;
  height: 23px;
  color: #fff;
  background-color: #000;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out;
}

.nav-header .xmark-icon:hover {
  transform: rotate(-90deg);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background-color: #DDDDDD;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 10px;

}

/*=====Comman Styling End Here=====*/

/*------------------About Page Styling Start Here------------------*/
/*=====Header Styling Start Here=====*/
.header {
  width: 100%;
  display: inline-block;
  background-color: #FBFBFB;
  padding: 0px 24px;
  position: sticky;
  top: 0%;
  left: 0%;
  z-index: 999999999;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.header .navbar-brand img {
  height: 52px;
  object-fit: contain;
}

.header .nav-link {
  color: #000;
  font-size: 16px;
  padding: 15px 12px !important;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}

/*=====Header Styling End Here=====*/

/*=====Banner Styling Start Here=====*/
.banner {
  width: 100%;
  height: 320px;
  align-content: end;
  padding: 50px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.banner::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
}

.banner h1 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.custom-banner {
  text-align: center;
  align-content: center;
}

.custom-banner p {
  color: #fff;
  font-size: 16px;
  margin: 12px 0px;
}

/*=====Banner Styling End Here=====*/

/*=====Breadcrumbs Panel Styling Start Here=====*/
.breadcrumbs-panel {
  padding: 10px 0px;
  background-color: #ebebeb;
}

.breadcrumbs-panel .breadcrumbs {
  display: flex;
  align-items: center;
}

.breadcrumbs-panel li{
  margin:0px !important;
}

.breadcrumbs-panel a {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.breadcrumbs-panel i {
  font-size: 10px;
  padding: 0px 10px 0px 6px;
}

/*=====Breadcrumbs Panel Styling End Here=====*/

/*=====Our Story Panel Styling Start here=====*/
/*=====Our Story panel Styling End Here=====*/

/*=====Phase Panel Styling Start Here=====*/
.phase-panel {
  background-color: #ebebeb47;
}

.phase-panel .phase-box {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 24px;
  border-left: 4px solid #ed1c24;
}

.phase-panel .phase-box:last-child {
  margin-bottom: 0px;
}

.phase-panel h3 {
  color: #000;
  font-size: 18px;
  margin-bottom: 15px;
}

.phase-panel p {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.phase-panel p:last-child {
  margin-bottom: 0px;
}

/*=====Phase Panel Styling End Here=====*/

/*=====Vision Panel Styling Start Here=====*/
.vision-panel {
  background-color: #ebebeb47;
  padding-bottom: 25px;
}

.vision-panel figure {
  width: 100%;
  height: 535px;
  border-radius: 15px;
  margin-bottom: 20px;
}

.vision-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.vision-panel h3 {
  color: #000;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.vision-panel .similar-look {
  margin-bottom: 51px;
}

.vision-panel .similar-look p {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
}

.vision-panel strong {
  display: block;
  margin: 15px 0px 10px;
}

.vision-panel ul {
  list-style: square;
  padding-left: 16px;
}

.vision-panel ul li {
  color: #4b4b4b;
  font-size: 15px;
  margin-bottom: 6px;
}

.vision-panel ul li::marker {
  color: #ed1c24;

}

/*=====Vision Panel Styling End Here=====*/

/*=====Location Panel Styling Start Here=====*/
.location-panel .slide-box {
  padding:20px;
  border-radius: 15px;
  border: 1px solid #4b4b4b;
  /* min-height: 249px; */
}

.location-panel h3 {
  color: #000;
  font-size:25px;
  font-weight:600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.location-panel p {
  color: #4b4b4b;
  font-size: 15px;
}

/*=====Location Panel Styling End Here=====*/

/*=====Key People Panel Styling Start Here=====*/
.key-people-panel .key-slide {
  border: 1px solid #4b4b4b;
  border-radius: 15px;
  padding: 20px;
}

.key-people-panel figure {
  width: 100%;
  height: 310px;
}

.key-people-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.key-people-panel .key-details {
  padding: 20px;
  height: 100%;
  align-content: center;
}

.key-people-panel h3 {
  color: #000;
  font-size: 21px;
  text-transform: capitalize;
  margin-bottom: 7px;
}

.key-people-panel span {
  display: inline-block;
  color: #4b4b4b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.key-people-panel p {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
}


/*=====Key People Panel Styling End Here=====*/

/*=====Certification Panel Styling Start Here=====*/
.certification-panel .inner-box {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.certification-panel figure {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.certification-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
    padding: 20px;
    border: 1px solid #ecec;
}


.certification-panel .overlay-box {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0px 0px 15px 15px;
  text-align: center;
  align-content: center;
  padding: 12px;
  position: absolute;
  bottom: -22%;
  left: 0%;
  transition: all 0.5s ease-in-out;
}

.certification-panel p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.certification-panel .inner-box:hover .overlay-box {
  bottom: 0%;
}

/*=====Certification Panel Styling End Here=====*/

/*=====CSR Panel Styling Start Here=====*/

.csr-panel h3{
  color:#000;
  font-size:30px;
  text-transform:capitalize;
  margin-bottom:15px;
}

.csr-panel p{
  color:#000;
  font-size:16px;
  line-height:24px;
  margin-bottom:10px;
}

.csr-panel .comman-btn{
  margin-top:15px;
}

.custom-imgbox {
    width: 100%;
    height: 340px;
    border-radius: 5px;
}

.custom-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.custome-content-box {
  height: 100%;
  align-content: center;
  padding-left:10px;
}

.custome-content-box .inner-content-box {
  height: 279px;
}

.custome-content-box h3 {
  display: inline-block;
  color: #000;
  font-size: 29px;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.custome-content-box p {
  color: #4b4b4b;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}

.custome-content-box p:last-child {
  margin-bottom: 10px;
}

.custome-content-box .comman-btn {
  margin-top: 12px;
}

/*=====Intro Panel Styling Start Here=====*/
.intro-panel .bg-box {
  width: 100%;
  padding: 35px;
  border-radius: 15px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.intro-panel p {
  color: #000;
  font-size: 22px;
  line-height:32px;
}

.intro-panel .comman-btn-box {
  height: 100%;
  align-content: center;
  text-align: center;
}

/*=====Intro Panel Styling End Here=====*/

/*=====Footer Styling Start Here=====*/
.footer .footer-top {
  background-color: #D6B56D;
  padding: 10px 0px;
}

.footer .social-box {
  display: flex;
  align-items: center;
  height: 100%;
}

.footer h4 {
  color: #fff;
  font-size: 23px;
  text-transform: capitalize;
  margin-right: 15px;
}

.footer .social-box a {
  display: inline-block;
  margin: 0px 3px
}

.footer .social-box img {
  height: 26px;
  object-fit: contain;
}

.footer .input-box {
  position: relative;
  overflow: hidden;
}

.footer input {
  width: 100%;
  border-radius: 25px;
  border: none;
  outline: none;
  padding: 13px 15px;
}

.footer button {
  border: none;
  outline: none;
  color: #D6B56D;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 12px 21px;
  letter-spacing: 2px;
  position: absolute;
  top: 1%;
  right: 0%;
  border-radius: 0px 25px 25px 0px;

}

.footer .comman-btn-box a {
  color: #D6B56D;
  background-color: #fff;
  padding: 13px 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  border-radius: 25px;
}

.footer .footer-bottom {
  padding: 50px 0px 10px;
}

.footer .col-lg-3 {
  max-width: 20%;
}

.footer h3 {
  color: #000;
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.footer .comman-ftr-titles {
  pointer-events: none;
}

.footer ul.collapse {
  display: inline-block;
}

.footer ul li {
  margin-bottom: 6px;
}

.footer ul a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
}

.footer .ftr-about {
  margin-top: 30px;
}

.footer p {
  color: #000;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 23px;
}

.footer p:last-child {
  margin-bottom: 0px;
}

.footer p a {
  color: #D6B56D;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-left: 2px;
}

.footer .copyright-box {
  margin-top: 5px;
}

.footer .copyright-box p {
  margin: 0px;
  font-size: 14px;
}

.footer .quick-links {
  display: flex;
  margin-top: 40px;
}

.footer .quick-links a {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  padding: 0px 6px;
}

/*=====Footer Styling Start Here=====*/
/*------------------About Page Styling End Here------------------*/

/*------------------Gallery Page Styling Start Here------------------*/

/*=====Gallery Panel Styling Start Here=====*/
.comman-tab {
    padding: 10px;
    border: 8px solid #ee2526;
}
.comman-tab .nav {
  flex-direction: column;
  align-items:normal;
  border: none;
  gap:0px;
}

.comman-tab .nav-item {
  margin-bottom: 20px;
  margin-top:0px;
}

.comman-tab .nav-link {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 10px;
  border: 1px solid #D6B56D !important;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}

.comman-tab .nav-link:hover {
    color: #fff;
    background: #003165;
}


.comman-tab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  border-color: #fff;
  background: #D6B56D;
  border-radius: 3px;
}

.gallery-panel figure {
  width: 100%;
  height: 220px;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #ecec;
}

.gallery-panel figure a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position:relative;
  overflow:hidden;
}

.gallery-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition:all 0.5s ease-in-out;
}

.gallery-panel figure p{
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding: 6px 5px;
    background-color: #D6B56D;
    border-radius: 0px 0px 5px 5px;
    white-space: nowrap;
    margin: 0px;
    margin-top: -38px;
}

.gallery-panel figure:hover img{
    transform:scale(1.1);
}

.gallery-panel .overlay-box{
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.5);
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:inherit;
    position:absolute;
    top:0%;
    left:0%;
    opacity:0;
    transition:all 0.5s ease-in-out;
}

.gallery-panel .overlay-box i{
    width:33px;
    height:33px;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#D6B56D;
    border-radius:50%;
    font-size:15px;
}

.gallery-panel figure a:hover .overlay-box{
    opacity:1;
}
/*=====Portfolio Panel Styling End Here=====*/
/*------------------Gallery Page Styling End Here------------------*/

/*------------------Leadership Page Styling Start Here------------------*/
/*=====Journey Panel Styling Start Here=====*/
.journey-panel  figure {
  width: 100%;
  height: 576px;
  border-radius: 15px;
  position: sticky;
  top: 78px;
  left: 0px;
}

.journey-panel  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.journey-panel  .content-box {
  height: 100%;
  align-content: center;
}

.journey-panel  h3 {
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.journey-panel  span {
  display: inline-block;
  color: #6F6F6F;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 15px;
}

.journey-panel  p {
  color: #000;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 10px;
}

.journey-panel  p:last-child {
  margin-bottom: 0px;
}

.journey-panel  .comman-btn {
  margin-top: 15px;
}

.journey-panel  .inner-content-box {
  height: 409px;
  overflow: hidden;
}

.add-height {
  height: auto !important;
}

/*=====Journey Panel Styling End Here=====*/

/*=====Leadership Panel Styling Start Here=====*/
.leadership-panel .leadership-slide {
  padding: 10px 10px 20px;
  text-align: center;
  box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}

.leadership-panel figure {
  width: 100%;
  height: 258px;
}

.leadership-panel figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.leadership-panel h3 {
  color: #000;
  font-size: 19px;
  margin: 14px 0px 7px;
}

.leadership-panel span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: #6F6F6F;
  margin-bottom: 12px;
}

.leadership-panel .comman-btn {
  padding: 8px 21px;
}

.leadership-panel .owl-item {
  padding: 7px;
}

.leadership-panel .owl-dots {
  margin-top: 18px !important;
}

.interesting-panel .card-box {
  padding: 40px;
  height: 315px;
  display: flex;
  flex-direction: column;
  background-color: #D6B56D;
}

.interesting-panel h5 {
  color: #FBFBFB;
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.interesting-panel p {
  color: #fff;
  font-size: 24px;
  line-height: 37px;
}

.interesting-panel .comman-btn-box {
  margin-top: auto;
}

.interesting-panel .comman-btn {
  color: #D6B56D;
  background-color: #fff;
}

.interesting-panel span {
  display: inline-block;
  color: #fff;
  margin-bottom: 10px;
}

.interesting-panel .news-slide p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  height: 134px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}

/*=====Leadership Panel Styling End Here=====*/
/*------------------Leadership Page Styling End Here------------------*/
.about-panel h2 {
    font-size: 35px;
    margin-bottom: 10px;
}
.about-panel h4 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 30px;
    font-weight: 600;
}
.about-panel p {
    font-size: 16px;
    line-height: 25px;
}

.vision-mission-panel .custom-imgbox {
    height: 300px;
}
.vision-mission-panel .custom-content-box {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.portfolio-panel .project-head .list-group-item:nth-child(1) {
    flex: 0 0 100% !important;
    text-align: center;
}
.key-people-panel .owl-dots {
    display: flex;
    padding: 20px;
    justify-content: center;
}

.key-people-panel .owl-dots .owl-dot {
    width: auto;
}


.single-details-box {
    width: 100%;
    display: inline-block;
    padding: 40px 0px;
}

.single-details-box .media-box {
    width: 100%;
    height: 400px;
    border-radius: 15px 0px 0px 15px;
}

.single-details-box .media-box img,
.single-details-box .media-box video,
.single-details-box .media-box iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.single-details-box .inr-content {
    width: 100%;
    height: 100%;
    align-content: center;
    background-color: #D6B56D;
    border-radius: 0px 15px 15px 0px;
    padding: 35px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.single-details-box .inr-content::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 89%;
    height: 71%;
    background-image: url(../images/bg-img.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.1;
}

.single-details-box h4 {
    color: #fff;
    font-size: 27px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.single-details-box p {
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
}

.related-panel {
    width: 100%;
    display: inline-block;
    padding: 40px 0px;
}

.related-panel figure {
    width: 100%;
    height: 220px;
    border-radius: 15px;
    margin-bottom: 8px;
    cursor: pointer;
    border:1px solid #00000047;
    overflow: hidden;
}

.related-panel a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    position: relative;
}


.related-panel figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: all 0.5s ease-in-out;
}

.related-panel figure:hover img {
    transform: scale(1.1);
}

/*---------------------*/
.related-panel .gallery-slider figure {
    height: 260px;
    margin-bottom: 12px;
}

.related-panel .gallery-slider figure:last-child {
    margin-bottom: 0px;
}

.related-panel .owl-prev,
.related-panel .owl-next {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff !important;
    background-color: #D6B56D !important;
}

/*--------------------*/

/*------------------Media Queries Start Here------------------*/
@media (max-width:1200px) {

  /*Comman media queries*/
  .custom-style {
    padding: 35px 0px;
  }

  .comman-btn {
    font-size: 14px;
    padding: 9px 20px;
  }

  .comman-title {
    font-size: 30px;
  }

  .comman-title-box p {
    font-size: 15px;
  }

  /*About page media queries*/
  .header {
    padding: 0px 8px;
  }

  .header .navbar {
    padding: 2px 0px;
  }

  .header .navbar-brand img {
    height: 45px;
  }

  .header .nav-link {
    font-size: 14px;
    padding: 10px 6px !important;
  }

  .banner {
    height: 240px;
  }

  .banner h1 {
    font-size: 26px;
  }

  .custom-banner p {
    font-size: 15px;
  }

  .phase-panel p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 8px;
  }

  .location-panel h3 {
    font-size: 20px;
  }

  .location-panel .slide-box {
    min-height: 226px;
  }

  .comman-title-box p {
    line-height: 22px;
  }

  .vision-panel .similar-look {
    margin-bottom: 0px;
  }

  .vision-panel figure {
    height: 350px;
  }

  .vision-panel figure img {
    object-position: top;
  }

  .vision-panel .similar-look p {
    font-size: 15px;
  }

  .vision-panel ul {
    margin-bottom: 26px;
  }

  .certification-panel .inner-box {
    height: 300px;
  }

  .certification-panel p {
    font-size: 12px;
  }

  .custom-content-box h3 {
    font-size: 27px;
  }

  .custom-content-box p {
    font-size: 15px;
  }

  .key-people-panel .key-slide {
    padding: 10px;
  }

  .key-people-panel figure {
    height: 281px;
  }

  .key-people-panel .key-details {
    padding: 0px;
  }

  .key-people-panel h3 {
    font-size: 20px;
  }

  .key-people-panel span {
    margin-bottom: 10px;
  }

  .key-people-panel p {
    font-size: 15px;
  }


  .footer .footer-top {
    display: none;
  }

  .footer .footer-bottom {
    background-color: #D6B56D;
    padding: 30px 0px;
  }

  .footer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer ul li {
    margin-bottom: 5px;
  }

  .footer ul a {
    color: #fff;
  }

  .footer ul li {
    color: #fff;
  }

  .footer .quick-links,
  .footer .ftr-about {
    margin-top: 20px;
  }

  .footer .quick-links a {
    color: #fff;
  }

  .footer p {
    color: #fff;
  }

  .footer p a {
    color: #000;
    font-size: 14px;

  }

  /*Gallery page media queries*/
  .comman-tab .nav-item {
    margin-bottom: 18px;
  }

  .comman-tab .nav-link {
    font-size: 14px;
  }

  .gallery-panel figure {
    height: 180px;
  }

  .gallery-panel {
    padding-bottom: 20px !important;
  }
  
  .gallery-panel figure p{
      font-size:14px;
  }


  /*Leadership page media queries*/
  .journey-panel  h3 {
    font-size: 24px;
  }

  .journey-panel  p {
    line-height: 23px;
    margin-bottom: 8px;
  }

  .intro-panel .bg-box {
    padding: 30px;

  }

  .intro-panel p {
    font-size: 18px;
    line-height: 27px;
  }

  .leadership-panel figure {
    height: 232px;
  }

  .leadership-panel h3 {
    font-size: 18px;
  }

  .leadership-panel span {
    font-size: 14px;
  }

  .leadership-panel .comman-btn {
    padding: 8px 20px;
  }

  .interesting-panel .card-box {
    padding: 25px;
    height: 260px;
  }

  .interesting-panel h5 {
    font-size: 20px;
  }

  .interesting-panel p {
    font-size: 21px;
    line-height: 31px;
  }

  .interesting-panel .news-slide p {
    height: 68px;
  }

  .interesting-panel .news-slide .comman-btn {
    margin-top: 25px;
  }
  
  
  /*-----------------------*/
  .single-details-box .media-box {
        border-radius: 15px 15px 0px 0px;
    }

    .single-details-box .inr-content {
        border-radius: 0px 0px 15px 15px;
        padding: 30px;
        text-align: center;
    }

    .related-panel .gallery-slider figure {
        height: 240px;
    }
}

@media (max-width:992px) {

  /*Comman media queries*/
  .custom-style {
    padding: 30px 0px;
  }

  .comman-title-box {
    margin-bottom: 25px;
  }

  .comman-title {
    font-size: 28px;
  }

  .comman-title-box p {
    font-size: 14px;
    margin-top: 8px;
  }

  /*About page media queries*/
  .header .navbar-toggler {
    color: #D6B56D;
    font-size: 20px;
    margin-left: 20px;
    order: 1;
    padding: 0px;
    border: none;
  }

  .header .navbar-toggler:focus {
    box-shadow: none;
  }

  .navbar-collapse {
    position: fixed;
    top: 0%;
    left: -100%;
    width: 40%;
    height: 100%;
    background-color: #fff;
    z-index: 99999999;
    transition: all 0.5s ease-in-out;
  }

  .navbar-show {
    left: 0%;
  }

  .header .nav-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .nav-header img {
    height: 45px;
    object-fit: contain;
  }

  .nav-header .xmark-icon {
    width: 23px;
    height: 23px;
    color: #fff;
    background-color: #D6B56D;
    font-size: 13px;
    text-align: center;
    line-height: 23px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
  }

  .nav-header .xmark-icon:hover {
    transform: rotate(-90deg);
  }

  .header .navbar-nav {
    margin-top: 15px;
  }

  .header .nav-item {
    border-bottom: 1px solid #a7a7a730;
  }

  .banner {
    height: 230px;
  }

  .banner h1 {
    font-size: 24px;
  }

  .phase-panel h3 {
    margin-bottom: 12px;
  }

  .location-panel h3 {
    font-size: 18px;
  }

  .location-panel p {
    font-size: 14px;
  }

  .location-panel .slide-box {
    min-height: 253px;
  }


  .vision-panel figure {
    height: 267px;
  }

  .vision-panel h3 {
    font-size: 23px;
  }

  .vision-panel strong {
    margin: 14px 0px 8px;
  }

  .vision-panel ul li {
    font-size: 14px;
  }

  .vision-panel,
  .certification-panel {
    padding-bottom: 10px;
  }

  .certification-panel .inner-box {
    height: 435px;
    margin-bottom: 24px;
  }

  .custom-imgbox {
    height: 300px;
    margin-bottom: 22px;
  }

  .custom-content-box p {
    margin-bottom: 8px;
  }


  .key-people-panel h3 {
    font-size: 18px;
  }

  .key-people-panel p {
    font-size: 14px;
  }

  .key-people-panel span {
    margin-bottom: 8px;
  }

  .footer .col-lg-3 {
    max-width: 100%;
  }

  .footer .ftr-box {
    border-bottom: 1px solid #fff;
  }

  .footer .comman-ftr-titles {
    font-size: 14px;
    pointer-events: painted;
    color: #fff;
    background: transparent;
    padding: 18px 0px;
    margin-bottom: 0px;
  }

  .footer .comman-ftr-titles::after {
    content: "+";
    background-image: none;
    position: absolute;
    right: 45px;
    font-size: 23px;
    transform: rotatex(0deg);
  }

  .footer ul {
    padding-bottom: 10px;
  }

  .footer .comman-ftr-titles:not(.collapsed)::after {
    content: "-";
  }

  .footer ul.collapse {
    display: none;
  }

  .footer ul.collapse.show {
    display: block;
  }

  .footer .ftr-about {
    margin-top: 10px;
  }

  .footer h3 {
    font-size: 18px;
  }

  .footer p {
    margin-bottom: 17px;
  }

  .footer .copyright-box {
    margin-top: 17px;
  }

  /*Gallery page media queries*/
  .comman-tab .nav {
    flex-direction: row;
    justify-content: center;
  }

  .comman-tab .nav-link {
    width: 164px;
  }

  .comman-tab .nav-item {
    margin: 0px 5px 13px;
  }

  .gallery-panel .gallery-container {
    margin-top: 19px;
  }

  .gallery-panel figure {
    height: 200px;
  }

  /*Leadership page media queries*/
  .journey-panel  figure {
    height: 422px;
    margin-bottom: 25px;
    top: 62%;
  }

  .journey-panel  h3 {
    font-size: 22px;
  }

  .journey-panel  .inner-content-box {
    height: 321px;
  }

  .intro-panel .bg-box {
    padding: 25px;
    text-align: center;
  }

  .intro-panel p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 12px;
  }

  .leadership-panel .owl-dots {
    margin-top: 16px !important;
  }

  .interesting-panel {
    padding-bottom:7px;
  }

  .interesting-panel h5 {
    margin-bottom: 18px;
  }

  .interesting-panel p {
    font-size: 19px;
    line-height: 27px;
  }

  .interesting-panel .card-box {
    height: 241px;
    margin-bottom: 24px;
  }

  .interesting-panel span {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .interesting-panel .news-slide p {
    height: 52px;
  }

  .interesting-panel span {
    font-size: 15px;
    margin-bottom: 6px;
  }
  
  
  /*-------------------------------*/
  .single-details-box,
    .related-panel {
        padding: 32px 0px;
    }

    .single-details-box .media-box {
        height: 300px;
    }

    .single-details-box h4 {
        font-size: 24px;
        line-height: 33px;
    }

    .single-details-box p {
        font-size: 15px;
        line-height: 22px;
    }

    .related-panel figure {
        height: 180px;
    }

    .related-panel .gallery-slider figure {
        height: 200px;
    }

}

@media (max-width:768px) {

  /*Comman media queries*/
  .custom-style {
    padding: 25px 0px;
  }

  .comman-title {
    font-size: 23px;
  }

  .comman-title-box p {
    font-size: 13px;
    line-height: 20px;
  }

  .comman-btn {
    font-size: 13px;
    padding: 8px 17px;
    margin-top: 12px;
  }

  /*About page media queries*/
  .header {
    padding: 0px;
  }

  .header .navbar-brand img,
  .nav-header img {
    height: 40px;
  }

  .navbar-collapse {
    width: 100%;
  }

  .header .navbar-nav {
    margin-top: 0px;
  }

  .header .nav-link {
    font-size: 13px;
    padding: 12px 15px !important;
  }

  .banner {
    padding: 0px;
    text-align: center;
    align-content: center;
    height:299px;
  }

  .banner h1 {
    font-size: 22px;
  }

  .custom-banner p {
    font-size: 12px;
    margin: 11px 0px;
  }

  .phase-panel .phase-box {
    border: none;
    border-top: 3px solid #ed1c24;
    padding: 15px;
    margin-bottom: 16px;
  }

  .phase-panel h3 {
    font-size: 16px;
  }

  .phase-panel p {
    font-size: 14px;
  }

  .vision-panel figure {
    height: 200px;
  }

  .vision-panel h3 {
    font-size: 20px;
  }

  .vision-panel .similar-look p {
    font-size: 14px;
    line-height: 23px;
  }

  .vision-panel strong {
    font-size: 15px;
  }

  .certification-panel .inner-box {
    margin-bottom: 16px;
  }

  .vision-panel,
  .certification-panel {
    padding-bottom: 8px;
  }

  .custom-imgbox {
    height: auto;
    margin-bottom: 18px;
  }

  .custom-content-box h3 {
    font-size: 22px;
    margin-bottom: 11px;
  }

  .custom-content-box p {
    font-size: 14px;
    line-height: 23px;
  }

  .custom-content-box .inner-content-box {
    height: auto;
  }

  .custom-content-box .comman-btn {
    margin-top: 19px;
  }

  .key-people-panel figure {
    height: 100px;
    margin-bottom: 16px;
  }

  .key-people-panel figure img {
    object-fit: contain;
  }

  .key-people-panel .key-slide {
    padding: 15px;
    min-height: auto;
    text-align: center;
  }

  .key-people-panel h3 {
    font-size: 16px;
    margin-bottom: 3px;
  }

  .key-people-panel span {
    font-size: 14px;
  }

  .key-people-panel p {
    line-height: 22px;
  }

  .footer .footer-bottom {
    padding: 25px 0px 10px;
  }

  .footer .comman-ftr-titles {
    padding: 16px 0px;
  }

  .footer .comman-ftr-titles::after {
    font-size: 17px;
    right: 17px;
  }

  .footer .quick-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer ul li {
    font-size: 14px;
  }

  .footer h3 {
    font-size: 17px;
  }

  .footer p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  .footer p a {
    font-size: 13px;
    margin: 0px;
    margin-top: 2px;
  }

  .footer .copyright-box {
    text-align: center;
  }

  .footer .copyright-box p {
    font-size: 13px;
  }

  .whatsapp {
    width: 40px;
    height: 40px;
    bottom:14px;
    right:14px;
  }

  /*Portfolio gallery media queries start here*/
  .gallery-panel {
    padding-bottom: 10px !important;
  }
  
  .gallery-panel figure p{
      font-size:13px;
  }

  .comman-tab .nav-item {
    margin: 0px 3px 10px;
  }

  .comman-tab .nav-link {
    width: 152px;
  }

  /*Leadership page media queries*/
  .journey-panel  figure {
    height: 216px;
    margin-bottom: 23px;
  }

  .journey-panel  h3 {
    font-size: 19px;
  }

  .journey-panel  p {
    font-size: 14px;
  }

  .journey-panel  span {
    margin-bottom: 10px;
  }

  .journey-panel  .inner-content-box {
    height: 168px;
  }

  .intro-panel .bg-box {
    padding: 18px;
  }

  .intro-panel p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .leadership-panel figure {
    height: auto;
  }

  .leadership-panel h3 {
    font-size: 16px;
  }

  .leadership-panel span {
    margin-bottom: 6px;
  }

  .interesting-panel {
    padding-bottom: 10px;
  }

  .interesting-panel .card-box {
    padding: 20px;
    height: auto;
    margin-bottom: 16px;
  }

  .interesting-panel h5 {
    font-size: 18px;
    margin-bottom: 13px;
  }

  .interesting-panel p {
    font-size: 16px;
    line-height: 24px;
  }

  .interesting-panel .comman-btn,
  .interesting-panel .news-slide .comman-btn {
    margin-top: 22px;
  }

  .interesting-panel span {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .interesting-panel .news-slide p {
    height: 48px;
  }
  .rts-fs-menu .sub-menus .subitem a {
    font-size: 20px;
    padding: 1px 8px;
    border-left: 3px solid #fff;
}
.heading-head h2 {
    font-size: 25px;
    margin-bottom: 10px;
}

.gallery-panel figure {
    height:200px;
}
.journey-panel figure {
    height: auto;
}
.about-panel h4 {
    font-size: 18px;
    line-height: 25px;
}
.about-panel h2 {
    font-size: 30px;
    margin-bottom: 0px;
}
.vision-mission-panel .custom-content-box {
    height: auto;
    padding: 10px;
    border: 1px solid #ecec;
    margin-bottom: 15px;
}
.key-sliders .key-slide:nth-child(2n) .row {
    flex-direction: column-reverse;
}
.certification-panel .inner-box {
        height: auto;
}
.certification-panel .overlay-box {
    padding: 12px 12px 0;
    left: 0%;
}


.single-details-box,
    .related-panel {
        padding: 25px 0px;
    }

    .single-details-box .media-box {
        height: 220px;
    }

    .single-details-box .inr-content {
        padding: 15px;
    }

    .single-details-box h4 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 13px;
    }

    .single-details-box p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 8px;
    }

    .single-details-box .inr-content::before {
        width: 100%;
        height: 59%;
    }

    .related-panel figure {
        height: 140px;
    }

    .related-panel .gallery-slider figure {
        height: 180px;
    }
}

/*------------------Media Queries Start Here------------------*/