* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	font-family: 'Inter', sans-serif;
	color: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}

.nav-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

a.logo {
    position: absolute;
    left: 50%;
    display: flex;
    width: fit-content;
    transform: translateX(-50%);
}

a.logo img {
    width: 130px;
}

nav 
{
    padding: 20px 0;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: #f3eee7; */
	background-color: #0d273e;
}

.container
{
	max-width:1480px;
}

nav a {
    display: flex;
    column-gap: 15px;
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-weight: 500;
}

section.vid-sect 
{
    padding: 0;
    background-color: #f3eee7;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

video.slide-video 
{
    width: 100%;
}

.vid-wrap 
{
    width: 100%;
    margin: 0 auto;
}

.booking-form {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    background: rgb(255 255 255);
    backdrop-filter: blur(20px);
    padding: 20px 30px;
    border-radius: 16px;
    z-index: 9;
    width: 60%;
	box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
}

.booking-form .form-group {
    flex: 1 1 22%;
    display: flex;
    flex-direction: column;
}

.booking-form label {
    font-size: 0.9rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
}

.date-input {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
}

.date-input i {
	position: absolute;
    left: 12px;
    color: #000000;
    font-size: 18px;
    pointer-events: none;
}

.date-input input[type="date"] {
    padding-left: 36px;
    padding-right: 14px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.15);
    color: #000;
    height: 40px;
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.search-btn {
    display: inline-block;
    text-align: center;
    padding: 12px 24px;
    background-color: #98c555;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 6px;
    transition: 0.3s ease;
    width: 100%;
}

.search-btn:hover {
	background-color: #85bb35;
	transform: translateY(-2px);
}

.date-input input[type="date"] {
  padding-left: 36px;
  padding-right: 14px;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.15);
  color: #000000;
  height: 40px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
  cursor: pointer;
  opacity: 0.8;
}

.booking-form input::placeholder, .booking-form select {
    color: #ddd;
}

.booking-form input, .booking-form select {
	padding: 10px 14px;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.15);
    color: #000000;
    outline: none;
	border: 1px solid #000;
}

.arrival-form 
{
    padding: 10px 0;
    top: -50px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    position: relative;
}

a.contact-us {
    background-color: #98c456;
    padding: 8px 25px;
    box-sizing: border-box;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    column-gap: 9px;
    align-items: center;
}

a.contact-us i {
    font-size: 22px;
    position: relative;
    top: 1px;
}

section.summer-sect 
{
	/*   padding: 70px 0; */
    height: 820px;
    padding: 50px 0;
    background-color: #fdfdfd;	
}

.common-header {
    color: #000;
}

.common-header p {
    width: 59%;
    line-height: 27px;
    margin-bottom: 0;
}

.summer-sect {
  background: #fefefe;
  position: relative;
}

.slider-right 
{
    width: 85%;
    z-index: 999999;
    position: relative;
    left: 120px;
}

@media (max-width: 1024px) {
  .slider-right {
    position: static;
    width: 100%;
    transform: none;
    padding: 0 15px;
    margin-top: 30px;
  }

  .hotel-wrap-grid {
    max-width: 100%;
  }
}

.summer-flex {
  display: flex;
}

.slider-right img {
    object-fit: cover;
    height: 500px;
}

.slider-right h4 {
    color: #000;
    margin-top: 16px;
    font-size: 19px;
}

.detail-section {
    margin-top: 12px;
    padding: 20px 20px;
}

.small-heading {
  text-transform: uppercase;
  font-size: 14px;
  color: #888;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.main-heading {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
    line-height: 28px;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.detail-section a {
    color: #c79f48;
}

.custom-arrow {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.arrow-btn {
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(199 159 72);
    border-image: initial;
    transition: 0.5s;
}

.custom-arrow svg {
    width: 20px;
    height: 20px;
}

.arrow-btn:hover {
    transition: .5s all ease;
    background-color: rgb(199 159 72);
}

.arrow-btn:hover svg path {
    fill: #fff;
    transition: .5s all ease;
}

.rating-owl-caro 
{
	z-index: 99999;
}

.hotel-wrap-grid .common-header h1 {
    width: 40%;
    margin-bottom: 20px;
}

.hotel-wrap-grid .common-header p {
    width: 30%;
}

.short-info-wrap {
    color: #000;
    width: 70%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
}

.short-info-wrap h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-family: "Playfair", serif;
    font-size: 57px;
	margin-bottom: 50px;
}

.short-info-wrap p {
    text-align: left;
    line-height: 32px;
}

section.short-info-sect {
    padding: 20px 0 70px 0;
}

.short-info-wrap p a {
    color: #98c555;
    font-weight: 500;
}

.short-info-wrap p {
    letter-spacing: 1px;
}

section.room-type .room-box {
    color: #000;
}

section.room-type {
    padding: 70px 0;
}

section.room-type .common-heading {
    color: #000;
    text-align: center;
}

section.room-type .common-heading small {
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-flex;
}

.room-type-grid 
{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 60px;
    gap: 30px;
}

.room-box {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 25%);
    overflow: hidden;
    border: 1px solid #3333332B;
}

.room-box img {
    width: 100%;
}

.rt-content 
{
    padding: 0 20px 20px 20px;
}

.rt-content h4 
{
    font-size: 24px;
    font-weight: 500;
    font-family: "Playfair", serif;
}

.room-img {
    position: relative;
}

.room-img:before 
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
    background: transparent linear-gradient(180deg, #00000000 0%, #000000de 100%) 0 0 no-repeat padding-box;
}

.bottom-room-info
{
    color: #fff;
    bottom: 10px;
    z-index: 999999;
    padding: 5px 20px;
    position: absolute;
}

.room-img h4 
{
	margin-bottom: 0;
    font-size: 25px;
    font-family: "Playfair", serif;
}

.bottom-room-info {
    display: flex;
    width: 100%;
    justify-content: space-between;
	align-items: center;
}

span.room-caps {
    background-color: #fff;
    padding: 8px 15px;
    color: #000;
    border-radius: 7px;
    font-size: 14px;
}

.rt-content h6 {
    font-weight: 600;
    margin-top: 20px;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    text-shadow: unset;
    box-shadow: unset;
    color: #000;
	margin-bottom: 12px;
}

.rt-content p {
    font-size: 17px;
    margin-bottom: 0;
}

.rt-content a {
    text-align: right;
    color: #97c455;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    column-gap: 10px;
    text-decoration: none;
    font-size: 16px;
}

.rt-content ul 
{
    padding-left: 18px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

section.vid-sect:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
	z-index: 1;
	background: rgb(0 0 0 / 0%);	
}

a.menu i {
    font-size: 28px;
}

.nav-wrap ul {
	display: flex;
    list-style-type: none;
    grid-column-gap: 30px;
    height: fit-content;
    margin-bottom: 0;
    align-items: center;
}

.nav-wrap ul li a {
    font-size: 20px;
	color: #ffffff;
}

section.vid-sect {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: center;
}

/* section.vid-sect:before {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40%;
    background: #c79f48;
    z-index: 1;
} */

section.vid-sect:after 
{
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #263947bf;
}

.nav-wrap img {
    width: 100%;
    height: 100px;
}

.hb-content 
{
    position: absolute;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    padding: 0 100px;
    width: 51%;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    align-items: center;	
}

.hb-content p {
    line-height: 31px;
    font-size: 20px;
	margin-bottom: 35px;
	color: #fff;
}

.hb-content h2 {
    font-size: 50px;
    font-weight: 600;
    height: 120px;
    margin-bottom: 20px;
	margin-top: 50px;
	color: #fff;	
	width: 90%;
}

.hb-content a {
	width: fit-content;
    padding: 20px 30px;
    background-color: #0d273e;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
}


/* design 2 */

.hero-slider {
  width: 100%;
  height: 100vh;
  position: relative;
}

.hero-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  color: #fff;
  text-align: center;
  max-width: 600px;
  z-index: 10;
}

.hero-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.btn {
  padding: 10px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

section.vid-sect:after {
    z-index: 9999;
}

section.vid-sect:before {
    z-index: 99999;
}

nav 
{
    z-index: 9999999;
}

.custom-nav {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 999999;
    display: flex;
    gap: 10px;
    transform: translateY(-50%);
}

.custom-nav button {
    height: 40px;
    width: 40px;
    background-color: #383636;
    border: 1px solid #383636;
    border-radius: 50px;
    font-size: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
	    opacity: 0.8;
}

.custom-nav button:hover
{
	opacity:1;
}

.section-heading {
  margin-bottom: 2rem;
}
.subtitle {
  text-transform: uppercase;
  font-weight: 600;
  color: #888;
  font-size: 0.9rem;
}
.icon-arrow {
  color: #bada55;
  margin-right: 0.4rem;
}
.main-title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3;
    color: #362f1f;
}
.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin-top: 65px;
    padding: 2rem;
    border: 1px dashed #ccc;
    border-radius: 12px;
    background-color: #ffffff;
    z-index: 99999;
    position: relative;
}

.feature-box {
  flex: 1 1 22%;
}

.feature-number {
	font-size: 2rem;
    font-weight: 700;
    color: #c79f48;
}

.feature-number.outline {
  color: transparent;
  -webkit-text-stroke: 1px #c79f48;
}

.feature-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 10px;
    color: #362f1f;
    margin-bottom: 10px;
}
.feature-desc {
  color: #555;
  font-size: 0.95rem;
  margin-top: 0.4rem;
  line-height: 1.4;
}
.cta-text {
  margin-top: 2rem;
}
.cta-link {
  font-weight: 600;
  color: #015f3f;
  text-decoration: underline;
}

section.service-sect {
    padding: 70px 0;
}

.biz-about {
    padding: 100px 0;
    overflow: hidden;
    margin-bottom: 100px;
}

.biz-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 50px;
  color: #000;
}

.biz-image-column .biz-image-main {
  position: relative;
  max-width: 590px;
}

.biz-photo {
  border-radius: 12px;
  border: 10px solid #fff;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.biz-photo img {
  width: 100%;
  display: block;
}

.biz-photo.primary {
  max-width: 500px;
}

.biz-photo.primary:hover img,
.biz-photo.secondary:hover img {
  filter: grayscale(100%);
}

.biz-photo.secondary {
	position: absolute;
    max-width: 295px;
    bottom: -94px;
    left: -110px;
}

.biz-experience-box {
    position: absolute;
    top: 44px;
    right: -13%;
    max-width: 272px;
    background: #c79f48;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 30px 30px;
    text-align: center;
}

.experience-title {
  font-size: 22px;
  font-weight: 600;
}

.customer-stats {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.biz-heading .tagline {
	color: #c79f48;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 0px;
}

.biz-heading .main-title {
  font-size: 45px;
  font-weight: 600;
  margin: 20px 0 30px;
  line-height: 55px;
}

.biz-heading .description {
  color: #595b62;
  font-size: 18px;
  line-height: 28px;
}

.biz-service-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 50px 0 30px;
}

.stat-box .stat-number {
  font-size: 36px;
  color: #000;
}

.stat-box .stat-title {
  font-size: 18px;
  margin: 10px 0;
}

.stat-box .stat-desc {
  font-size: 15px;
  color: #666;
}

.contact-info {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 40px;
}

.biz-cta .biz-btn {
  background: #c79f48;
  color: #fff;
  padding: 12px 25px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 500;
  display: inline-block;
  transition: background 0.3s ease;
}

.biz-cta .biz-btn:hover {
  background: #a88030;
}

@media (max-width: 991.98px) {
  .biz-image-column .biz-image-main {
    margin-bottom: 100px;
  }
}

@media (max-width: 575.98px) {
  .biz-about-grid {
    grid-template-columns: 1fr;
  }
  .biz-photo.secondary {
    position: static;
    margin-top: 20px;
    max-width: 100%;
  }
}

h2.stat-number span {
    font-weight: 700;
}

h4.stat-title {
    font-weight: 500;
}

h5.contact-info a {
    color: #000000;
    text-decoration: none;
    font-size: 19px;
    border-bottom: 1px solid #000000;
    padding-bottom: 5px;
    margin-right: 15px;
    font-weight: 600;
}

h2.experience-title span {
    font-size: 14px;
    font-weight: 600;
}

h2.experience-title {
    font-size: 30px;
    color: #fff;
    text-align: left;
}

h2.experience-title span span {
    font-size: 30px;
}

.customer-stats svg path {
    fill: #ffffff;
}

.customer-stats svg path {
    fill: #ffffff;
}

.customer-stats img {
    width: 80px;
}

.customer-stats span {
    font-size: 14px;
    color: #fff;
    position: relative;
    top: 5px;
}

section.service-sect {
    padding: 100px 0;
    background-color: #f8f5f2;
    position: relative;
    overflow: hidden;	
}

img.service-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
	pointer-events: none;
}

.all-serv-sect
{
	overflow:hidden;
	position:relative;
}

section.all-serv-sect 
{
    padding: 100px 0 200px;
    background-color: #f8f5f2;
}

.all-serv-sect .service-title-grid {
    z-index: 99999;
    position: relative;
}

.all-serv-sect .service-title-grid {
    z-index: 99999;
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 50px;
}

section.all-serv-sect.powersection {
    background-color: #ffff;
	padding-bottom: 30px !important;
}

.service-carosel 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
	position: relative;
}

.service-title-grid a {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: fit-content;
    padding: 20px 30px;
    background-color: #c79f48;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    align-self: center;
    margin-left: auto;
}

.service-carosel 
{
    margin-top: 40px;
    overflow: hidden;
}

.serv-item-box {
    display: flex;
    width: 500px;
    height: 100%;
	overflow: hidden;
    background-color: #263947;
}

.serv-item-box h2 {
    color: #fff;
}

.serv-item-box p {
    color: #dddddd;
	margin-bottom: 0;
}

.serv-tnumber {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 600;
    font-size: 39px;
    color: #ffffff;
}

.detail-section a {
    font-size: 20px;
    color: #ffffff;
    display: flex;
    text-decoration: none;
    background-color: #c79f48;
    margin-left: auto;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}

.serv-item-box .detail-section {
    margin-top: 12px;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    z-index: 9999;
	width: 100%;
}

.ds-top svg {
    width: 45px;
    height: 45px;
    position: relative;
    top: -9px;
}

.ds-top svg path {
    fill: #ffffff;
}

.comm-head 
{
    display: flex;
    width: fit-content;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.comm-head h6 
{
    padding-bottom: 8px;
}

.comm-head svg path 
{
    fill: #c79f48;
}

section.company-insite-sect {
    margin-top: -150px;
    z-index: 999;
    position: relative;
}

.ci-grid {
    padding: 90px 50px;
    border-radius: 12px;
    background-color: #c79f48;
    display: grid;
    grid-template-columns: 35% 55%;
    grid-column-gap: 10%;
}

.ci-grid svg path {
    fill: #fff;
}

.ci-grid h6 {
    margin-bottom: 0;
}

.ci-grid .ci-heading {
    width: 100%;
}

.ci-grid .comm-head {
    margin-bottom: 20px;
}

.ci-grid h2.main-title {
    color: #fff;
    font-size: 32px;
}

.counter-box i 
{
    font-size: 35px;
}

.counter-box svg {
    width: 45px;
    height: 45px;
    margin-bottom: 7px;
}

.counter-option-wrap 
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.counter-box h2 {
    font-weight: 700;
    font-size: 35px;
}

.our-client-caro .item img 
{
    width: 150px;
	transition: all 0.3s ease;	
}

.our-client-caro .item:hover img 
{
    opacity: 1;
    filter: grayscale(0);
	transition: all 0.3s ease;	
}

section.our-client-sect {
    padding: 80px 0;
}

.our-client-caro {
    margin-top: 60px;
}

.faq-right {
    z-index: 99999;
    position: relative;
}

.accordianContainer li svg {
    width: 13px;
    height: 13px;
}

figure.bannerHeighLow {
    margin-bottom: 100px;
}

.features img {
    width: 130px;
}

.accordianContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.accordianContainer li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.accordianContainer li a {
    text-decoration: none;
}

.accordianContainer li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

#accordion .card-header {
    width: 100%;
    padding: 0;
}

#accordion .card-header .btn {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
    background-color: unset;
    color: #000;
    border-radius: unset;
    box-shadow: unset !important;
    border: unset !important;
}

#accordion [aria-expanded="true"] {
    background-color: #c79f48 !important;
}

#accordion [aria-expanded="true"] span
{
	color:#fff;
}

#accordion {
    width: 64%;
    margin: 0 auto;
}

#accordion .card-body ul {
    padding-left: 21px;
}

#accordion .card-body {
    color: #767676;
}

section.map-sect iframe {
	height: 600px;
    width: 100%;
}

.map-grid {
    display: grid;
    grid-template-columns: 60% 40%;
}

.map-left {
    width: 100%;
    height: 100%;
}

.map-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    background-image: url('../images/fin.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

.map-right:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-right ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    margin-bottom: 0;
	    padding-left: 0;
}

.map-right h3 {
    margin-bottom: 30px;
}

.map-right ul li{
    font-size: 16px;
    width: 100%;
    margin: 0 auto;
}

.map-right ul li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
	
}

.contact-map {
    position: relative;
    z-index: 9999;
    font-size: 19px;
}

.contact-map ul li a {
    color: #fff;
    font-size: 19px;
}

.contact-map h3 {
	font-weight: 800;
    margin-bottom: 11px;
    font-size: 23px;
}

.nav-wrap ul li a.filled-btn 
{
    color: #0d273e;
	font-size: 17px;
    padding: 10px 30px;
    border-radius: 50px;
    background-color: #fff;
}

.serv-item-box 
{
    display: flex;
    flex-direction: column;
}

.serv-item-box img 
{
    width: 100%;
}

.serv-item-box:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
	transition: transform .65s cubic-bezier(.05,.2,.1,1), box-shadow .65s cubic-bezier(.05,.2,.1,1);	
}

/* .serv-item-box:hover:before 
{
    background: linear-gradient(to bottom, rgb(0, 0, 0, 0), #c79f48 100%);
} */

/* .serv-item-box:hover 
{
	transform: translateY(-10px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, .22);
} */

.serv-item-box img 
{
	transition: .5s all ease;
}

.serv-item-box:hover img {
    transform: scale(1.1);
	transition: .5s all ease;
}

.ds-bottom {
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;	
}

.ds-top {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.owl-carousel .owl-stage-outer 
{
    overflow-y: unset !important;
    overflow-x: hidden;
}

.owl-carousel .owl-stage-outer::-webkit-scrollbar 
{
	width:0px;
}

section.team-sect {
	    position: relative;
    padding: 100px 0;
	background-color: #f8f5f2;
}

.team-heading h6 {
    color: #c79f48;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
    width: fit-content;
    margin-bottom: 0px;
}

.team-heading .main-title {
    width: 50%;
    margin-top: 20px;
}

.team-carosel {
    display: flex;
    column-gap: 110px;
    margin-top: 50px;
}

section.team-sect .container {
    overflow: hidden;
    z-index: 999999;
    position: relative;
}

.team-item-box {
    position: relative;
    transition: .5s all ease;
    overflow: hidden;
    cursor: pointer;
}

.team-item-box:hover img {
    transform: scale(1.1);
	transition: .5s all ease;
}

.team-detail {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

.team-item-box:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000 100%);
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 150px;
    transition: transform .65s cubic-bezier(.05,.2,.1,1), box-shadow .65s cubic-bezier(.05,.2,.1,1);
	pointer-events: none;
}

.team-detail
{
	z-index: 99999;
    position: absolute;
}

.team-detail h2 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
}

.team-item-box:hover:before {
	background: linear-gradient(to bottom, rgb(0, 0, 0, 0), #c79f48 100%);
}

.team-item-box img {
    transition: .5s all ease;
}

.contact-map {
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0px 20px;
    row-gap: 50px;
}


/* Shadow effect on team card */

/*
.team-slider .owl-stage-outer {
    overflow: visible !important;
}

.team-item-box {
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    transition: transform 0.3s ease;
    position: relative;
}


.team-item-box img {
    transition: transform 0.4s ease;
}

.team-item-box
{
	overflow:hidden;
	padding: 0px !important;
}

.team-item-box:hover
{
    transform: translateY(-20px);
    box-shadow: -5px 0px 22px 2px #00000040;
}

.team-item-box:hover:before {
    bottom: 0px;
}

.team-item-box:hover img {
    transform: unset;
}


.team-right {
    position: relative;
}

.team-right:before {
    content: '';
    background-color: #ffffff;
    left: -220px;
    height: 100%;
    width: 200px;
    position: absolute;
    display: block;
    z-index: 99;
} */

.powerwrap .detail-section .main-heading {
    margin-bottom: 0;
}

.contact-map h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    text-shadow: 0 0 2px black;
}

.address-cover {
    display: grid;
    column-gap: 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.address {
    padding: 30px;
    color: #ffffff;
    background-color: #0000006b;
}

section.inner-hb-sect 
{
    margin-top: 140px;
    height: 300px;
    position: relative;
}

section.inner-hb-sect.careerHB
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 14%;
    background-image: url(../images/career.jpg);
}

section.inner-hb-sect:before
{
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    background: #000000d4;
}

section.inner-hb-sect .container 
{
    height: 100%;
}

.bnr-overlycontent 
{
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
    justify-content: end;
    bottom: 30px;
}

.bnr-overlycontent 
{
	left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    position: absolute;
    align-items: center;
}

.bnr-overlycontent h2 {
    margin-bottom: 10px;
    display: flex;
    text-transform: uppercase;
    font-weight: 600;
}

.bnr-overlycontent p {
    width: 27%;
    text-align: center;
    margin-bottom: 0;
}

section.benefits-sect {
    color: #000;
    padding: 70px 0;
}

.benefit-flexs {
	display: grid;
    grid-template-columns: 35% 60%;
    grid-column-gap: 5%;
}

.benefits-sect label {
    display: inline-flex;
    margin-bottom: 20px;
    color: #ca9e47;
}

.bnf-left h3 {
    margin-bottom: 10px;
    font-size: 27px;
    font-weight: 800;
    color: #ca9e47;
}

.bnf-right p {
    margin-bottom: 0;
    color: #8b8b8b;
    font-size: 16px;
}

.benefit-boxes-sect {
    margin-top: 60px;
    display: flex;
    column-gap: 50px;
}

.bboxes {
    border: 1px solid #ceceea;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);
    padding: 30px;
    border-radius: 10px;
}

.bboxes p {
    margin-bottom: 0;
}

.bboxes h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.bboxes svg {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

section.openposition-sect 
{
    color: #000;
	position: relative;
    padding: 100px 0 100px;
    background-color: #f8f5f2;
	overflow: hidden;
}

.op-wrap p {
    width: 28%;
    line-height: 25px;
}

.jd-wrap {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #ffffff;
}

.opps-wrapper {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    z-index: 999999;
    position: relative;
    margin-top: 40px;
}

.jd-wrap ul {
    padding-left: 0px;
    display: flex;
    column-gap: 35px;
    margin-bottom: 0;
    align-items: center;
}

.jd-wrap h4 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 12px;
}

.jd-wrap ul li:first-child 
{
	list-style-type: none;
	background-color: #dfdf9b;
	padding: 5px 15px;
	border-radius: 50px;
}

.contact-section {
  margin: 60px auto;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.contact-left {
  flex: 1;
}

.contact-left h5 {
  color: #c79f48;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  border-top: 2px solid #c79f48;
  display: inline-block;
  padding-top: 5px;
}

.contact-left h2 {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 15px;
  color: #0d2242;
}

.contact-left p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 25px;
  color: #555;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  outline: none;
  font-size: 15px;
}

.contact-form textarea {
  resize: none;
  height: 150px;
}

.contact-form button {
    border:1px solid #c79f48;
	background: #c79f48;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: background 0.3s ease;
}

.contact-form button:hover {
    background: #a88030;
	border:1px solid #a88030;
}

.contact-right {
  flex: 1;
}

.contact-right h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #0d2242;
}

.contact-right p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #555;
}

.info-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.info-box i {
  background: #c79f48;
  color: #fff;
  font-size: 20px;
  padding: 15px;
  border-radius: 3px;
  margin-right: 15px;
	width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;

}

.info-box h4 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  color: #0d2242;
}

.info-box p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

.social-links {
  margin-top: 20px;
}

.social-links h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #0d2242;
}

.social-links a {
    display: inline-flex;
    margin-right: 10px;
    color: #c79f48;
    font-size: 18px;
    border: 1px solid #c79f48;
    text-align: center;
    width: 35px;
    height: 35px;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}

.social-links a:hover {
  background: #c79f48;
  color: #fff;
}

@media (max-width: 992px) {
  .contact-section {
	flex-direction: column;
  }
}

.connect-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 120px;
}

section.contact-section {
    position: relative;
    z-index: 99999;
}


.contact-form .upload-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px dashed #555;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.contact-form .upload-box:hover {
  background: rgba(255, 255, 255, 0.08);
}

.contact-form .upload-icon {
  font-size: 28px;
  margin-right: 20px;
}

.contact-form .upload-text {
  flex: 1;
}

.contact-form .upload-text p {
  margin: 0;
  line-height: 1.4;
}

.contact-form .upload-text strong 
{
    display: block;
    color: #000000;
    font-weight: 600;
}

.contact-form input[type="file"] 
{
	display: none;
}

.contact-form .preview 
{
	margin-top: 20px;
	text-align: left;
}

.contact-form .preview img 
{
	max-width: 200px;
	border-radius: 10px;
	margin-top: 10px;
}

.contact-form .form-group 
{
    display: flex;
    flex-direction: column;
}

.contact-form form 
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
}

.upload-icon svg {
    width: 35px;
    height: 35px;
}

.crc-img
{
    height: 480px;
    border-radius: 20px;
    overflow: hidden;	
}

.crc-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card img 
{
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 3px;
}

.meta 
{
	font-size: 13px;
	text-transform: uppercase;
	margin: 15px 0 10px;
	color: #1f1f1f;
}

.tag 
{
    display: inline-block;
    background: #e7e3e3;
    color: #000000;
    font-size: 12px;
    padding: 5px 7px;
    margin-right: 5px;
    border-radius: 2px;
    font-weight: 600;
	transition: .5s all ease;
}

.card h2 
{
	font-size: 26px;
	font-weight: 700;
	margin: 22px 0 15px;
	line-height: 1.4;
	color: #1f1f1f;
}

.card p 
{
	font-size: 18px;
	line-height: 1.7;
	color: #1f1f1f;
}

.resource-card-grid {
    margin: 50px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.res-card-wrap {
    padding: 15px;
}

.date-postedby {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.date-postedby {
    font-size: 15px;
    font-weight: 500;
}

.rm-wrap {
    display: flex;
    justify-content: flex-end;
}

.rm-wrap a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.resource-card-grid .card {
    border: none;
	transition: .5s all ease;
    box-shadow: 0px 0px 7px 0px #cccccc78;
}


.resource-card-grid .card:hover 
{
    background-color: #c79f48;
	transition: .5s all ease;
}

.resource-card-grid .card:hover h2, 
.resource-card-grid .card:hover span, 
.resource-card-grid .card:hover i, 
.resource-card-grid .card:hover p, 
.resource-card-grid .card:hover a 
{
    color:#fff;
	transition: .5s all ease;
}

.resource-card-grid .card:hover .tag 
{
    color: #fff;
    background: #000000;
    border: 1px solid #000;
	transition: .5s all ease;
}

/* blog details start */

.sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.widget {
  background: #f1f3ff;
  padding: 20px;
  border-radius: 10px;
}

.widget h3 {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}

.recent-posts .post {
	color: #000;
	background: #fff;
	padding: 12px;
	margin-bottom: 10px;
	border-radius: 8px;
	border-left: 4px solid #c79f48;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.3s;
}

.recent-posts .post:hover {
    color: #ffffff;
    background: #000000;
	transition: background 0.3s;
}

.tags span {
  display: inline-block;
  background: #000000;
  border: 1px solid #ddd;
  padding: 6px 12px;
  margin: 5px 5px 0 0;
  border-radius: 6px;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s;
}

.tags span:hover {
  background: #4b5fff;
  color: #fff;
  border-color: #4b5fff;
}

.main-content img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

.meta {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}

.meta span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.category {
	background: #c79f48;
	color: #ffffff;
	font-size: 13px;
	padding: 4px 10px;
	border-radius: 6px;
}

.meta h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 10px 0 20px;
  line-height: 1.4;
}

.main-content p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .container {
	grid-template-columns: 1fr;
  }
}

section.blog-detail-sect {
    padding: 70px 0;
}

.blog-details-wrap {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 30px;
    margin: 40px auto;
    padding: 0 20px;
}

main.main-content h1 {
    color: #000;
    font-weight: 700;
}

.resource-detailHb .bnr-overlycontent p, 
.aboutusHb .bnr-overlycontent p 
{
    width: 34%;
    text-align: center;
    margin-bottom: 0;
}

section.inner-hb-sect.resource-detailHb,
section.inner-hb-sect.aboutusHb 
{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70% 14%;
    background-image: url(../images/career.jpg);
}

.meta span:last-child 
{
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

/* blog details end */

/* about page design start */

.about-section 
{
	display: flex;
	gap: 40px;
	padding: 80px 10%;
}

.about-text 
{
	flex: 1;
	min-width: 300px;
}

.about-text h5 
{
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.about-text h2 
{
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    color: #000;
}

.about-text p 
{
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	color: #555;
}

.about-text .card 
{
	background: #fff;
	border-radius: 15px;
	padding: 5px 25px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0 8px 25px rgba(0,0,0,0.05);
	transition: all 0.3s ease;
}

.about-text .card:hover 
{
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.about-text .card i 
{
	color: #222;
	font-size: 28px;
}

.about-text .card h4 
{
	font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-image 
{
	flex: 1;
	min-width: 300px;
	position: relative;
}

.about-image img 
{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	object-fit: cover;
}

.review-box 
{
	position: absolute;
	bottom: 20px;
	left: 20px;
	background: linear-gradient(145deg, #222, #333);
	color: #fff;
	padding: 15px 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	box-shadow: 0 8px 20px rgba(0,0,0,0.2);
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-8px); }
}

.review-avatars 
{
	display: flex;
	margin-bottom: 10px;
}

.review-avatars img 
{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #fff;
	margin-right: -10px;
}

.review-box p 
{
	margin: 0;
	font-size: 14px;
}

.stars 
{
	color: #FFD700;
	margin-top: 5px;
}

.about-approach 
{
	display: flex;
	align-items: stretch;
	gap: 40px;
}

.about-left 
{
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about-right 
{
	flex: 1;
	display: flex;
	align-items: stretch;
}

.about-right img 
{
	width: 100%;
	height: 100%
	object-fit: cover;
	border-radius: 15px;
}	

@media(max-width: 992px) 
{
	.about-section 
	{
		flex-direction: column;
		text-align: center;
	}

	.card 
	{
		text-align: left;
		justify-content: center;
	}

	.review-box 
	{
		left: 50%;
		transform: translateX(-50%);
	}
}

.team-slider1 
{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.team-right {
    width: 100%;
}

.team-sect.allteamsect
{
	width:100%;
}

.team-slider1 .team-item-box img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-slider1 .team-item-box 
{
    height: 410px;
}

/* about page design end */


/* testimonial design start */

section.testimonial-sect 
{
    padding: 80px 0;
}

.testimonial-grid 
{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 186px;
    border-radius: 20px;
}

.customer-says h2 {
	width: 80%;
    color: #000;
}

.mb21 {
    margin-bottom: 21px;
}

h2 span {
    color: #c79f48;
}

.rating-wrap {
    display: flex;
    grid-column-gap: 60px;
}

.customer-says p {
    width: 82%;
}

.mb29 {
    margin-bottom: 29px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.rating-wrap .flex-col span:first-child {
    font-weight: 800;
    font-size: 22px;
    line-height: 1;
    display: inline-flex;
    margin-bottom: 10px;
	color: #000;
}

.rating-wrap .flex-col span:last-child {
    font-weight: 300;
    font-size: 15px;
    line-height: 1;
	color: #000;
}

.overall-text {
    margin-bottom: 10px;
}

.customer-says img {
    width: 100%;
}

.img-name-wrap {
    display: flex;
    grid-column-gap: 21px;
    margin-bottom: 25px;
}

.img-name-wrap img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 50px;
}

.name-desig-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.name-desig-wrap span:first-child {
    font-size: 18px;
    line-height: 1;
	color: #000;
}

.name-desig-wrap span:last-child {
    font-weight: 300;
    font-size: 15px;
	color: #000;
}

.testimonial-caro .item p {
    margin-bottom: 0;
}

.common-reg-text {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    color: #414141;
    line-height: 24px;
}

.testimonial-caro .owl-dots button span {
    background-color: #d1cece;
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 50px;
}

.testimonial-caro .owl-dots {
    display: flex;
    column-gap: 6px;
}

.testimonial-caro .owl-dot.active span {
    background-color:#c79f48;
}

.testimonial-caro .owl-nav {
    display: none;
}

/*.msg-slider {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    right: -100%;*/
/*    width: 1000px;*/
/*    height: 100vh;*/
/*    background: white;*/
/*    z-index: 999999;*/
/*    transition: right .8s ease;*/
/*    box-shadow: 0 -3px 10px #00000046;*/
/*}*/

/*body.modal-active .msg-slider {*/
/*    right: 0;*/
/*}*/

.msg-slider {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.msg-slider-left {
    padding: 40px;
    height: 100vh;
    overflow-y: scroll;
}

.msg-slider-left h4 {
    color: #000;
    width: 100%;
    margin: 0;
    font-size: 25px;
    line-height: 59px;
    font-weight: 500;
    margin-bottom: 5px;
}

.msg-slider-left p {
    letter-spacing: 1px;
}

h5.msgrName {
    margin-top: 40px;
}

span.msgrDesig {
    opacity: .44;
}

.msg-slider-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

a.sliderCross {
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translateY(-50%);
}

a.sliderCross svg {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    padding: 21px;
    box-shadow: 0 3px 6px #00000029;
}

.team-slider1 .team-item-box a {
    color: #fff;
}

.ceo-msg-wrap p {
    color: #000;
        font-size: 15px !important;
}

.meta .tags .tag {
    background-color: #f1f1f1;
}

/* testimonial design end */

body.dshadow {
    overflow: hidden;
    position: relative;
    height: 100vh;
}


body.dshadow:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
    background: #ffffff39 0 0 no-repeat padding-box;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}

.msg-slider{
    position: fixed;
    top: 0;
    right: -100%;
    width: 1000px;
    height: 100vh;
    background: white;
    z-index: 999999999;
    transition: right .8s ease;
    box-shadow: 0 -3px 10px #00000046;
}

.msg-slider.modal-active {
    right: 0;
}

.msg-slider-left .msgrName {
    color: #000;
}

.msg-slider-left .msgrDesig {
    color: #000;
}

span.small-msg {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
    display: inline-block;
}

.solution-detail.msg-slider 
{
    width: 500px;
    grid-template-columns: 100%;
}

.sol-wrap img 
{
    width: 100%;
    border-radius: 10px;
}

.solution-detail.msg-slider .msg-slider-left 
{
    padding: 20px;
}

.sol-wrap 
{
    margin-bottom: 10px;
}

.solution-detail .msg-slider-left h4 
{
    margin-bottom: 0px;
}

.counter-box span {
    color: #fff;
}

.jdisp ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
    list-style-type: decimal;
    padding-left: 20px;
    row-gap: 10px;
}

.jdisp {
    padding: 0 0px;
    margin-top: 20px;
}

.jdisp ul li:first-child {
    background-color: unset;
    padding: 0;
    list-style-type: decimal;
}

.jd-wrap a {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    margin-bottom: 0;
}

.mShow
{
	display:none;
}

.dShow
{
	display:block;
}

@media only screen and (min-width: 300px) and (max-width: 991px) 
{
	.mShow
	{
		display:block;
	}

	.dShow
	{
		display:none;
	}
	
    .mobile-navig-wrap .logo-wrap a img {
        width: 150px;
    }
    
    .mobile-navig-wrap {
        padding: 20px;
    }
    
    a.hamb-wrap svg {
        width: 40px;
        height: 40px;
    }
    
    a.cross svg {
        width: 20px;
        height: 20px;
    } 
    
    .menushow 
    {
        display: none;
    } 
    
    .msg-slider 
    {
        right: -300%;
    } 
    
    section.inner-hb-sect 
    {
        margin-top: 0;    
    }
    
    .bnr-overlycontent p 
    {
        width: 90%;    
    }
    
    .mobile-menu-wrap 
    {
        display: flex;
        justify-content: space-between;
        align-items: center;
    } 
    
    a.hamb-wrap svg path {
        fill: #000;
    }
    
    .resource-card-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px;
        margin: 30px 5px;
    }
    
    .resource-card-grid {
        grid-template-columns: repeat(1, 1fr);
        padding: 0px;
        margin: 30px 5px;
    }
    
    .map-grid {
        grid-template-columns: 100%;
    }
    
    section.map-sect iframe {
        height: 350px;
    }
    
    .address-cover {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        row-gap: 20px;
    }
    
    .map-right {
        padding: 25px;
    }
    
    .contact-map {
        padding: 30px 20px;
        row-gap: 20px;
    }
    
    .menushow ul {
        font-size: 19px;
        list-style-type: none;
        padding-left: 0;
    }    
    
    .menushow 
    {
        position: absolute;
        top: 0;
        left: -150%;
        display: block;
        height: 100vh;
        background-color: #c79f48;
        width: 100%;
        z-index: 9999999;
        transition: .5s all ease;
    }
    
    body.open-menu 
    {
        height: 100vh;
        overflow: hidden;
    }
    
    body.open-menu .menushow 
    {
       left: 0%; 
       transition: .5s all ease;
    }
    
    .menushow ul li a {
        font-size: 22px;
        text-decoration: none;
        color: #fff;
    }
    
    .menushow ul {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    
    .menushow {
        padding: 40px 20px;
    }
    
    a.cross {
        position: absolute;
        right: 25px;
        top: 25px;
    }
    
    .hb-content {
        padding: 0 10px;
        width: 100%;
        height: 100%;
        justify-content: flex-end;
    }
    
    .hb-content h2 {
        font-size: 30px;
        margin-top: 0;
        margin-bottom: 0;
    }
    
    section.vid-sect {
        height: 100%;
    }
    
    .hb-content p {
        display: none;
    }
    
    .biz-about {
        padding: 50px 15px;
                margin-bottom: 10px;
    }
    
    .biz-heading .main-title {
        font-size: 28px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    
    .biz-service-stats {
        grid-template-columns: repeat(1, 1fr);
    }
    
    .biz-content-column {
        margin-bottom: 30px;
    }    
    
    .biz-photo.primary {
        height: 350px;
        overflow: hidden;
    }
    
    .biz-photo.secondary {
        display: none;
    } 
    
    .biz-image-column .biz-image-main {
        margin-bottom: 0;
    }  
    
    section.all-serv-sect {
        padding: 50px 0 200px;
    }
    
    .all-serv-sect .service-title-grid {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 20px;
    }    
    
    .service-carosel {
        grid-template-columns: repeat(1, 1fr);
    } 
    
    .slider-right {
        padding: 0 0px;
    } 
    
    .serv-item-box {
        height: 370px;
    }
    
    .ci-grid {
        grid-template-columns: 100%;
        padding: 30px;
        row-gap: 35px;
    }
    
    .counter-option-wrap {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 40px;
    }
    
    .counter-box h2 span 
    {
        color: #ffffff;
    }
    
    .team-heading .main-title {
        width: 100%;
        font-size: 30px;
    }
    
    section.team-sect {
        padding: 50px 0;
    } 
    
    .team-carosel {
        flex-direction: column;
        row-gap: 30px;
    }
    
    section.our-client-sect {
        padding: 50px 0;
    } 
    
    .our-client-caro {
        height: 170px;
        margin-top: 0;
        position: relative;
        top: 0px;
    }    
    
    section.service-sect .main-title {
        font-size: 26px;
    }
    
    section.service-sect {
        padding: 50px 0;
    }
    
    #accordion {
        width: 100%;
    } 
    
    .resource-detailHb .bnr-overlycontent p, .aboutusHb .bnr-overlycontent p 
    {
        width: 84%;
    }    
    
    
    .about-section {
        padding: 30px 20px;
    }
    
    .about-text h2 {
        font-size: 29px;
    }
    
    .team-slider1 {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .team-slider1 .team-item-box {
        height: 210px;
    }
    
    .team-detail h2 {
        font-size: 19px;
    }
    
    .team-detail span {
        font-size: 15px;
    } 
    
    .testimonial-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        
    }
    
    section.testimonial-sect {
        padding: 50px 10px;
    }    
    
    .benefit-flexs {
        grid-template-columns: 100%;
    }
    
    section.benefits-sect {
        padding: 50px 0;
    }
    
    .benefit-boxes-sect {
        flex-direction: column;
        row-gap: 30px;
    } 
    
    section.openposition-sect {
        padding: 50px 0 50px;
    }
    
    .op-wrap p {
        width: 100%;
    }
    
    .opps-wrapper {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }    
    
    .connect-grid {
        row-gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
    
    section.contact-section {
        margin: 0px auto;
        padding: 50px 10px;
    }  
    
    section.blog-detail-sect {
        padding: 50px 0;
    }
    
    .blog-details-wrap {
        margin: 0;
        grid-template-columns: 100%;
        padding: 0 10px;
    } 
    
    .contact-left h2 {
        font-size: 28px;
    }
    
    .contact-left p {
        font-size: 17px;
    } 
    
    
    .msg-slider {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .msg-slider-right {
        order: 2;
    }
    
    .msg-slider-left {
        order: 1;
    }    
	
}


@media only screen and (min-width: 1400px) and (max-width: 1499px) 
{
    .container 
    {
        max-width: 1330px;
    }
    
    .hb-content 
    {
        width: 61%;
    }    
    
    section.biz-about {
        padding: 80px 0;
    }
    
    section.vid-sect {
        height: calc(100vh - 200px);
    } 
    
    .biz-about {
        padding: 80px 0;
    }
    
    section.all-serv-sect {
        padding: 80px 0 200px;
    } 
    
    section.all-serv-sect.powersection 
    {
        padding-top: 50px;
    } 
    
    .biz-heading .main-title 
    {
        font-size: 40px;
        line-height: 46px;
    }
    
    .counter-option-wrap 
    {
        column-gap: 50px;
    }    

    section.map-sect iframe {
        height: 420px;
    }    
    
}


@media only screen and (min-width: 1300px) and (max-width: 1399px) 
{
    .container 
    {
        max-width: 1330px;
    }
    
    .hb-content 
    {
        width: 61%;
    }    
    
    section.biz-about {
        padding: 80px 0;
    }
    
    section.vid-sect {
        height: calc(100vh - 200px);
    } 
    
    .biz-about {
        padding: 80px 0;
    }
    
    section.all-serv-sect {
        padding: 80px 0 200px;
    } 
    
    section.all-serv-sect.powersection 
    {
        padding-top: 50px;
    } 
    
    .biz-heading .main-title 
    {
        font-size: 40px;
        line-height: 46px;
    }
    
    .counter-option-wrap 
    {
        column-gap: 50px;
    }
    
    section.map-sect iframe {
        height: 420px;
    }    
}

@media only screen and (min-width: 1280px) and (max-width: 1299px) 
{
    .container 
    {
        max-width: 1330px;
    }
    
    .hb-content 
    {
        width: 61%;
    }    
    
    section.biz-about {
        padding: 80px 0;
    }
    
    section.vid-sect {
        height: calc(100vh - 200px);
    } 
    
    .biz-about {
        padding: 80px 0;
    }
    
    section.all-serv-sect {
        padding: 80px 0 200px;
    } 
    
    section.all-serv-sect.powersection 
    {
        padding-top: 50px;
    } 
    
    .biz-heading .main-title 
    {
        font-size: 40px;
        line-height: 46px;
    }
    
    .counter-option-wrap 
    {
        column-gap: 50px;
    }

    section.map-sect iframe {
        height: 420px;
    }    
    
}
