/*
Theme Name: tiss-theme
*/


@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-xlig.otf);
	font-weight: 200;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-thick.otf);
	font-weight: 300;
}
@font-face {
	font-family: gothic;
	src: url(../tiss-theme/assets/gothic/Fontspring-DEMO-allroundgothic-text.otf);
	font-weight: 400;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
    width:345px !important;
}


h1,h2,h3,h4,h5,h6{
      font-family: 'SF Pro Display', sans-serif;
}
p, a{
    font-family: 'SF Pro Display', sans-serif;
    color: #110229;  
    font-size: 16px;                                         
}
span{
  font-family: 'SF Pro Display', sans-serif;
                                                  
}
a:hover{
   
    text-decoration: none !important;
}
  .container, .container-lg, .container-md, .container-sm, .container-xl {
      max-width: 1255px !important;
  }
.custom-container{
    padding:60px 4% 0;
}
.error-404 img{
    width: 100%;
    height: 485px;
    object-fit: contain;
    margin: 106px 0;
}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #1D1D1D;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #FEDD56;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
  html {
    scroll-behavior: smooth;
  }

/* top header starts */

.top-header{
    background: #222D32;
    padding: 8px 0;
    display: flex;
    justify-content: center;
    gap: 60px;
}

.top-header div,
.top-header a {
    color: #ffffffa4;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 400 !important;
}

.top-header i {
    font-size: 14px;
}

/* top header ends */

/* main header starts */
.header-wrapper {
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 99;
}
.brand-name{
  display: flex;
      align-items: center;
}

.menu-logoheader {
    padding: 15px 0;
    background: #172023;
}
img.header-logo.wp-post-image {
    width: fit-content;
    height: 90px;
    object-fit: contain;
}

.menu-logoheader p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #00000094;
}

.mainheader-logo {
	display: none;
}

.header-logo img {
    width: 88px;
    height: auto;
    display: block;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-menu ul {
    display: flex;
    gap: 26px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-menu ul li a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-decoration: none;
    padding: 6px 0;
    position: relative;
}

/* underline hover */
.header-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background: #1f6aa5;
    transition: .3s;
}

.header-menu ul li a:hover::after {
    width: 100%;
}

.header-social-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
}

.header-social-links a {
    color: #f9a11b;
    font-size: 15px;
    transition: .3s;
}

.header-social-links a:hover {
    color: #000;
}
.head-social {
    display: none;
    justify-content: flex-end;
    align-items: center;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px;
    color: #fff;
    text-align: left;
    font-size: 20px !important;
    font-weight: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    color: #000000;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #f9a11b;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(51, 51, 51, 0);
    color: #f9a11b;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #f9a11b;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
    background: rgba(51, 51, 51, 0);
    color: #f9a11b;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
}

.f-nav .header-wrapper {
    top: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    transition: .3s ease;
}

.f-nav .menu-logoheader {
    padding: 16px 0;
    background: #172023;
    backdrop-filter: blur(19px);
}

.f-nav .header-logo img {
    width: 78px;
}



@media (max-width: 991.5px) {
    .top-header {
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    .header-menu ul {
        flex-wrap: wrap;
        gap: 16px;
    }

    .header-social-links {
        justify-content: center;
        margin-top: 10px;
    }
}

/* main header ends */


/* banner starts */

.home-caption-wrap {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.home-caption-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0%);
    z-index: 1;
}
.home-caption-wrap .banner-content-wrap {
    position: relative;
    z-index: 2;
    width: fit-content;
    backdrop-filter: blur(3px);
    background: rgb(0 0 0 / 36%);
    padding: 10px 43px 30px;
    border-radius: 20px;
    margin: auto;
}
.banner-item {
    margin: auto;
    display: block;
    text-align: center;
}
.banner-item img {
    width: 390px;
    height: 250px;
    object-fit: contain;
}
.main-logo p{
  color: #fff;
}
.banner-subheading p {
    color: #fff;
    width: 100%;
    font-size: 20px;
    margin: auto;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    text-shadow: 0 2px 3px #000;
}
.banner-head {
    color: #fff;
    font-size: 47px;
    font-weight: 500;
        text-shadow: 0 2px 3px #000;
}
.banner-btn-grp a {
    color: #fff;
    font-weight: 400;
    padding: 6px 16px;
    border-radius: 20px;
    margin: 10px 5px;
}
.btn1 {
    background: #f9a11b;
}
.btn2{
    border:1px solid #fff;
}
.banner-btn-grp:hover .btn1{
    background:none;
    border:1px solid #fff;
    color:#fff;
    
}
.banner-btn-grp:hover .btn2{
    background:#f9a11b;
    border:none;
    color:#fff;
    
}

.banner-contact-info {
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 1.5;
}

.banner-contact-info p {
    margin: 5px 0;
}

.banner-contact-info .banner-address a,
.banner-contact-info .banner-email a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.banner-contact-info .banner-address a:hover,
.banner-contact-info .banner-email a:hover {
    color: #ffd700;
}

/* banner ends */

/*about section starts*/

.about-wrapper{
    padding:100px 0;
}

.about-main-img-wrap {
    position: relative;
    max-width: 520px;
    margin: 0 auto 15px;
}

.about-main-img,
.floating-about-img{
    transition:all .9s cubic-bezier(.25,.8,.25,1);
}

.about-main-img img{
    width:200px;
    height:200px;
    border-radius:16px;
    border:5px solid #fff;
    position:absolute;
    right:0;
    bottom: -45px;
    z-index:2;
/*     animation:aboutFloat 4s ease-in-out infinite; */
}

.floating-about-img {
    width: 90%;
    height: 350px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    animation: none;
}

.about-main-img-wrap.swap-active .about-main-img img{
    width:90%;
    height:400px;
    position:relative;
    right:auto;
    bottom:auto;
    border:none;
    border-radius:20px;
    z-index:1;
    animation: none !important;
}

.about-main-img-wrap.swap-active .floating-about-img{
    width:200px;
    height:200px;
    position:absolute;
    right:0;
    bottom:-60px;
    border:5px solid #fff;
    border-radius:16px;
    z-index:2;
/*     animation:aboutFloat 4s ease-in-out infinite; */
}

@keyframes aboutFloat{
    0%{transform:translateY(0)}
    50%{transform:translateY(-14px)}
    100%{transform:translateY(0)}
}

.about-content-wrap a{
    font-size:15px;
    color:#f9a11b;
    font-weight:500;
    border:1px solid #fff;
    border-radius:15px;
    padding:6px 14px;
}

.about-content-wrap a:hover{
    border:1px solid #f9a11b;
    border-radius:15px;
    color: #f9a11b;
    padding:6px 14px;
    transition:.3s ease;
}



/*about section ends*/

/*speciality starts*/
.specialities-content a {
    color: #fff;
    background: #f9a11b;
    border-radius: 15px;
    padding: 6px 15px;
}
.specialities-content a:hover{
    color: #fff;
}
.specialities-section {
    background: #F0F0F0;
    padding: 80px 0;
}
.specialities-desc {
    color: rgb(0 0 0 / 43%);
    padding-bottom: 20px;
}
.specialities-title {
    font-weight: 600;
    padding: 4px 0 10px;
}

/*speciality section ends*/

/*counter section starts*/

.counter-section {
    background: #f9a11b;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px;
    color: #fff;
}

.counter-box {
    text-align: left;
    padding: 0 30px;
    min-width: 310px;
}

.counter-box h2 {
    font-size: 48px;
    margin: 0;
    font-weight: 400;
    color: #000;
}

.counter-box p {
    margin-top: 5px;
    font-size: 18px;
    color:#fff;
}

.divider {
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.6);
}

/*counter section ends*/

/* service section starts */

.services-section {
    padding: 100px 0;
    background: #ffffff;
}

.services-header {

    margin: 0 auto 60px;
    text-align: center;
}

.services-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #f9a11b;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.services-title {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    line-height: 1.3;
}

.services-subtitle {
    font-size: 16px;
    color: #64748b;
    line-height: 1.7;
}

.service-card {
    position: relative;
    padding: 15px;
    background: #ffffff;
    border: 1px solid #fde7d3;
    border-radius: 16px;
    transition: box-shadow 0.35s ease, transform 0.35s ease;
    margin-bottom:22px;
}

.service-card:hover {
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
    transform: translateY(-4px);
}

.service-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
}

.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.service-number {
    font-size: 12px;
    font-weight: 600;
    color: #cbd5e1;
}

.service-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

img.service-divider {
    width: 90%;
    margin: auto;
}

.service-title {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.service-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin-bottom: 20px;
}

.service-desc p {
    margin-bottom: 0;
}

.service-link {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #f9a11b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.service-link:hover {
    color: #d97706;
}

.services-cta {
    text-align: center;
    margin-top: 60px;
}

.services-btn {
    display: inline-block;
    padding: 12px 34px;
    background: #f9a11b;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.services-btn:hover {
    background: #d97706;
    transform: translateY(-2px);
    color:#fff;
}



/* service section ends */

/* testimonial section starts */

.testimonial-wrap {
    background: #172023;
    padding: 60px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.testimonial-wrap::before {
    content: "";
    position: absolute;
    top: 100px;
    right: -150px;
    width: 751px;
    height: 530px;
    background-image: url("http://localhost/nouveau/wp-content/themes/tiss-theme/assets/img/footer-bg-icon.png");
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
}

.testimonial-wrap .container {
    max-width: 1000px !important;
    margin: 0 auto;
}

.testimonial-header {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.testimonial-arrows-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.testimonial-btn {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #ffffff;
    background: lch(100 0 0 / 0.10);
    border-radius: 50%;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

h6.testimonial-label {
    display: flex;
    justify-content: space-between;
    align-content: center;
    width: fit-content;
    gap: 5px;
    font-size: 14px;
    margin-bottom: 5px;
}

.testimonial-label .testimonial-icon {
    width: 15px;
    height: auto;
    object-fit: contain;
}

h2.section-title {
    font-size: 32px;
    color: #ffffff;
    margin: 0;
}

.testimonial-slider {
    position: relative;
}

.testimonial-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.testimonial-text-wrap {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}

.testimonial-icon {
    width: 50px;
    height: auto;
    object-fit: contain;
}

.testimonial-text-content p {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

.testimonial-text-content {
    margin-bottom: 25px;
}   

.client-name {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.client-role {
    font-size: 12px;
    color: #ffffff70;
}

.testimonial-image {
    max-width: 300px;
    min-width: 300px;
    height: 300px;
    width: 100%;
    overflow: hidden;
    border-radius: 17px;
}

.testimonial-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.testimonial-reference p {
    text-align: center;
    margin-top: 30px;
    font-size: 22px;
    color: #ffffffcc;
    letter-spacing: 1px;
}

/* testimonial section ends */

/* home video marquee section starts */

.video-marquee-wrap {
    padding: 70px 0;
    background-color: #ffffff;
}

.video-marquee-wrap .container {
    max-width: 1000px !important;
    margin: 0 auto;
}

.video-marquee-wrap .video-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.25);
  background: #000;
}

.video-marquee-wrap .video-bg {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  cursor: pointer;
}

/* Video Overlay */
.video-marquee-wrap .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* Video Play Button */
.video-marquee-wrap .video-play-btn {
  pointer-events: all;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 10;
}

.video-marquee-wrap .video-play-btn:hover {
  transform: scale(1.1);
}

.video-marquee-wrap .video-play-btn i {
  font-size: 80px;
  color: #fff;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.3));
  transition: color 0.3s ease;
}

.video-marquee-wrap .video-play-btn:hover i {
  color: #f9a11b;
}

.video-marquee-wrap .video-play-btn.is-playing {
  opacity: 0.8;
}

/* Video Marquee Section */
.video-marquee-section {
  background: #f9a11b;
  padding: 12px 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.video-marquee-wrap .video-marquee-wrapper {
  display: flex;
  width: 100%;
}

.video-marquee-wrap .video-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: marquee-scroll 20s linear infinite;
}

.video-marquee-wrap .video-marquee-separator {
    height: auto;
    width:  70px;
    object-fit: contain;
    margin: 0 30px;
    flex-shrink: 0;
}

.video-marquee-wrap .video-marquee-item {
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #ffffff;
  flex-shrink: 0;
}

/* Marquee Animation */
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.video-play-btn {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.video-marquee-wrap .video-play-btn.is-playing {
    opacity: 0;
}


/* home video marquee section ends */

/* contact section starts */

.contact-hero {
    position: relative;
    padding: 70px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}

.contact-hero .container {
    position: relative;
    z-index: 2;
    max-width: 1000px !important;
    margin: 0 auto;
}

.contact-hero-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-hero-header h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}

.contact-hero-header p {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

.contact-form-row .cf7-field {
    margin-bottom: 20px;
}

.contact-form-row p {
    margin: 0;
}

.contact-form-row br {
    display: none;
}

.contact-form-row .cf7-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #ffffff96;
    margin-bottom: 6px;
}

.contact-form-row .cf7-field input, .contact-form-row .cf7-field textarea, .contact-form-row .cf7-field select {
    width: 100%;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgb(255 255 255);
    border-radius: 8px;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    transition: all 0.25s ease;
}

.contact-form-row .cf7-field input::placeholder,
.contact-form-row .cf7-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

.contact-form-row .cf7-field input:focus, .contact-form-row .cf7-field textarea:focus, .contact-form-row .cf7-field select:focus {
    outline: none;
    border-color: #fff;
    box-shadow: 0 0 0 1px #f9a11b82;
    border-color: #f9a11b;
    background: rgba(255, 255, 255, 0.05);
}

.contact-form-row .cf7-field textarea {
    max-height: 140px;
    resize: none;
}

.contact-form-row .submit-btn {
  margin-top: 20px;
}

.contact-form-row .submit-btn input {
    background: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    transition: all 0.25s ease;
}

.contact-form-row .submit-btn input:hover {
  background: #f9a11b;
  color: #fff;
}

.contact-hero .wpcf7-response-output {
  margin: 25px auto 0;
  max-width: 500px;
  text-align: center;
  border-radius: 8px;
  padding: 12px 18px;
  font-size: 13px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
}

/* contact section ends */


/* footer section starts */

.footer-wrap {
    background-color: #172023;
    padding: 70px 0 0;
    position: relative;
	z-index: 2;
}

.footer-wrap .custom-container {
    padding: 0 15% !important;
}

.footer-wrap {
    position: relative;
    overflow: hidden;
}

.footer-wrap::before {
    content: "";
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 850px;
    height: 460px;
    background-image: url("../assets/img/footer-bg-icon2.png");
    background-repeat: no-repeat;
    object-fit: contain;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 1;
}

.footer-wrap > * {
    position: relative;
    z-index: 2;
}

.footer-marquee {
    background: #f9a11b;
    padding: 12px 0;
    overflow: hidden;
}

.marquee-wrapper {
    overflow: hidden;
    display: flex;
}

.marquee-content {
    display: flex;
    animation: marquee 30s linear infinite;
    white-space: nowrap;
}

.marquee-separator {
    width: 60px;
    object-fit: contain;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}

.marquee-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-weight: 500;
    color: #ffffff;
    white-space: nowrap;
}

@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.newsletter-section {
    padding-bottom: 30px;
    border-bottom: 1px solid hwb(0deg 100% 0% / 10%);
}

.newsletter-content h3 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #fff;
}

.newsletter-form {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 8px 15px;
    border: 1px solid rgb(255 255 255 / 0%) !important;
    background: hsl(0deg 0% 100% / 10%);
    outline: none;
    border-radius: 50px;
    color: #fff;
    font-size: 12px;
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.newsletter-form button {
    padding: 8px 15px;
    background: #fff;
    color: #000000;
    border: none;
    display: unset;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.newsletter-form button:hover {
    background: #f9a11b;
    color: #fff;
}

.newsletter-disclaimer {
    font-size: 12px;
    color: rgb(255 255 255 / 40%);
    margin: 0;
}

.newsletter-social {
    display: flex;
    gap: 15px;
    align-items: flex-end;
    height: 70px;
}

.newsletter-social a {
    color: #fff;
    font-size: 24px;
    transition: all 0.3s ease;
}

.newsletter-social a:hover {
    color: #f9a11b;
}

.second-footer-row {
    padding: 60px 0;
}

.footer-brand {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.footer-logo img {
    height: auto;
    width: 200px;
    object-fit: contain;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-brand h4 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'SF Pro Display';
    line-height: 1.4;
}

.btn-get-in-touch {
    display: inline-block;
    padding: 10px 20px;
    background: #f9a11b;
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-get-in-touch:hover {
    background: #fff;
    color: #000000;
}

.footer-item h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; /* important for responsive */
    gap: 12px 20px; /* row-gap column-gap */
}

.footer-menu li {
    position: relative;
}

.footer-menu li a {
    text-decoration: none;
    font-size: clamp(12px, 1.2vw, 16px);
    color: #fff;
    line-height: 1;
    margin-bottom: 0 !important;
    transition: 0.3s ease;
}

.footer-menu li a:hover {
    opacity: 0.7;
}

.footer-menu li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    background: rgba(255,255,255,0.3);
    margin-left: 15px;
    vertical-align: middle;
}

.footer-menu li {
    margin-bottom: 5px;
}

.footer-menu li.current-menu-item a {
    margin-bottom: 12px;
    color: #ffffff;
}

.footer-menu a {
    color: #ffffffb3;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

.footer-menu a:hover {
    color: #f9a11b;
}

.contact-details p {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
}

.contact-details a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
}

.contact-details a:hover {
    color: #f9a11b;
}

.location-contacts {
    margin-top: 20px;
}

.contact-person h6 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.contact-person span {
    color: #fff;
    font-weight: 500;
}

.footer-copyright-row {
    padding: 20px 0;
    border-top: 1px solid hwb(0deg 100% 0% / 10%);
}

.footer-copyright-left {
	text-align: left;
	padding-left: 0 !important;
}

.footer-copyright-right {
	text-align: right;
	padding-right: 0 !important;
}

.footer-copyright-row p {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-copyright-row a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-left: 20px;
}

.footer-copyright-row a:hover {
    color: #f9a11b;
}


/* footer section ends */


/*inner pages starts*/


.innerpage-header {
    background: url("../tiss-theme/assets/img/new-york-city-banner.webp") no-repeat bottom/cover;
    background-attachment: fixed;
    height: 430px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

/* Gradient overlay */
.innerpage-header::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:linear-gradient(
        to bottom,
        rgba(255,255,255,0.2) 0%,
        rgba(0,0,0,0.65) 100%
    );
    z-index:1;
}

.innerpage-header h4 {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    color: #fff;
    font-size: 45px;
}

/*about inner starts*/
.inner-abt-image img{
    width:100%;
    height:auto;
}
.about-inner-wrapper{
    padding:80px 0;
}
.about-inner-wrapper p{
    text-align:justify;
}
.inner-abt-image {
    height: 100%;
    display: flex;
    align-items: center;

}
.about-inner-wrapper h4 {
    font-weight: 600;
    font-size: 30px;
    border-left: 5px solid #f9a11b;
    border-radius: 7px;
    padding-left: 10px;
    margin-bottom:14px;
}
.mv-img img{
    width:100%;
    height:350px;
    object-fit:cover;
}
.mv-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    text-align: justify;
    background: #f7f7f7;
}
.mv-content h3 {
    font-weight: 600;
    font-size: 30px;
    border-left: 5px solid #f9a11b;
    border-radius: 7px;
    padding-left: 10px;
    margin-bottom: 14px;
    text-transform: uppercase;
}
.team-wrapper{
    padding:80px 0 80px;
}
.team-header {
    text-align: center;
    margin-bottom: 40px;
}
.team-wrapper h3 {
    font-weight: 600;
    font-size: 30px;
    border-left: 5px solid #f9a11b;
    border-radius: 7px;
    padding-left: 10px;
    text-align: center;
    width: fit-content;
    margin: auto;
    display: block;
    text-transform: uppercase;
}
.team-slide {
    padding: 0 15px;
}
.team-item {
    background: #f8f8f8;
    text-align: center;
    padding: 0 30px 30px;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #f9a11b;
}

/* Black curved top */
.team-item::before {
    content: "";
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%;
    height: 165px;
    background: #f9a11b;
    border-bottom-left-radius: 100% 108%;
    border-bottom-right-radius: 100% 108%;
    z-index: 1;
}
/* Image wrapper */
.team-img {
    position: relative;
    z-index: 2;
    left: 0;
    right: 0;
    text-align: center;
    margin: 30px auto;
}

/* Circular image */
.team-img img
 {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
}

/* Text */
.team-item h4{
    margin-top:20px;
    font-size:18px;
    font-weight:600;
}

.team-item h6{
    font-size:14px;
    color:#777;
}

.team-slider-wrap {
    position: relative;
}

.team-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.team-prev {
    left: -20px;
}

.team-next {
    right: -20px;
}

.team-nav-btn i {
    font-size: 18px;
    color: #333;
    transition: all 0.3s ease;
}

.team-nav-btn:hover {
    background-color: #000;
    border-color: #000;
}

.team-nav-btn:hover i {
    color: #fff;
}

/* core values section start */

.core-values-wrap {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.core-values-header {
    text-align: center;
    margin-bottom: 50px;
}

.core-values-header h2 {
    font-weight: 600;
    font-size: 30px;
    border-left: 5px solid #f9a11b;
    border-radius: 7px;
    padding-left: 10px;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 10px auto 10px;
    text-transform: uppercase;
}

.core-values-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.7;
}

.core-values-wrap .row {
 	justify-content: center;
}

.core-value-col {
	margin-bottom: 20px;
}

.core-value-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 20px;
    height: 100%;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.07);
    border: 1px solid #00000030;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.core-value-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.core-value-item h5 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 10px;
}

.core-value-item p {
    font-size: 14px;
    color: #00000099;
    line-height: 1.7;
    margin: 0;
}

/* core values section ends */

/* company overview section start */

.company-overview-wrap {
    padding: 60px 0;
}

.company-overview-content {
	padding: 20px;
}

.company-overview-content h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
    text-align: center;
}

.company-overview-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #00000099;
    text-align: center;
    margin-bottom: 15px;
}

.company-overview-content strong {
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
}


/* company overview section ends */


/* inner service page start */

.inner-services-wrap {
  padding: 80px 0;
  background: #f8f9fa;
  position: relative;
}

.inner-services-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.inner-services-header .section-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.3;
}

.inner-services-header .section-description {
  font-size: 16px;
  color: #00000099;
  line-height: 1.6;
}

.inner-services-grid {
  margin-bottom: 40px;
}

.inner-service-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.inner-service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.inner-service-image-wrapper {
  position: relative;
}

.inner-service-image-wrap {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.inner-service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.inner-service-card:hover .inner-service-image {
  transform: scale(1.1);
}

.inner-service-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #f9a11b 0%, #e67e22 100%);
}

.inner-service-placeholder i {
  font-size: 60px;
  color: rgba(255, 255, 255, 0.6);
}

.inner-service-icon-overlay {
  position: absolute;
  bottom: -25px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.inner-service-icon-overlay img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.inner-service-content {
    padding: 40px 15px 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.inner-service-title-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 10px;
}

.inner-service-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  flex: 1;
}

.inner-service-title a {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.inner-service-title a:hover {
  color: #e67e22;
}

.inner-service-number {
  font-size: 24px;
  font-weight: 700;
  color: #e67e22;
  line-height: 1;
  opacity: 0.3;
  flex-shrink: 0;
}

.inner-service-excerpt {
  color: #00000099;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.inner-service-divider {
  width: 90%;
  height: auto;
  float: left;
  margin-bottom: 10px;
  display: block;
}

.inner-service-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #e67e22;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.inner-service-link:hover {
  gap: 10px;
  color: #d35400;
}

.inner-service-link svg {
  transition: transform 0.3s ease;
}

.inner-service-link:hover svg {
  transform: translateX(4px);
}

.inner-services-cta {
  text-align: center;
  margin-top: 20px;
}

.inner-services-btn {
  display: inline-block;
  padding: 16px 40px;
  background: #e67e22;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(230, 126, 34, 0.3);
}

.inner-services-btn:hover {
  background: #d35400;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(230, 126, 34, 0.4);
  color: #fff;
}

/* inner service page end */

/* single service page start */

.single-service-wrap {
  padding: 60px 0;
  background: #fafafa;
}

.single-service-featured {
  position: relative;
  width: 100%;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 35px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.single-service-featured img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-service-icon-badge {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.single-service-icon-badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.single-service-header {
  margin-bottom: 30px;
}

.single-service-title {
  font-size: 40px;
  color: #000000;
  margin: 0;
  line-height: 1.3;
}

.single-service-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #00000099;
  margin-bottom: 20px;
}

.single-service-content h2 {
  font-size: 28px;
  font-weight: 700;
  color: #000000;
  margin: 35px 0 20px;
}

.single-service-content h3 {
  font-size: 22px;
  font-weight: 700;
  color: #000000b3;
  margin: 30px 0 15px;
}

.single-service-content ul {
  margin: 20px 0;
  padding-left: 25px;
}

.single-service-content ul li {
  margin-bottom: 12px;
  color: #00000099;
  line-height: 1.7;
}

.single-service-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.sidebar-widget {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 25px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
}

.widget-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin: 0 0 15px 0;
}

.sidebar-service-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-service-list li {
  margin-bottom: 12px;
}

.sidebar-service-list li:last-child {
  margin-bottom: 0;
}

.sidebar-service-list a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px;
    background: #ffffff;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #eeeeee;
}

.sidebar-service-list a:hover {
    background: #eeeeee70;
    border-color: #e67e2285;
}

.sidebar-service-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.sidebar-service-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sidebar-service-name {
  font-size: 15px;
  font-weight: 600;
  color: #000000b3;
  line-height: 1.4;
  transition: color 0.3s ease;
  flex: 1;
}

.sidebar-service-list a:hover .sidebar-service-name {
  color: #e67e22;
}

/* single service page end */


/* contact us page start */

.inner-getintouch-wrap {
  padding: 80px 0;
  position: relative;
}

.inner-getintouch-wrap .custom-container {
  max-width: 1300px !important;
  margin: auto;
}

.inner-getintouch-wrap .inner-getintouch-header p {
  max-width: 700px;
  margin: 0 auto 30px;
}

.inner-getintouch-wrap .inner-getintouch-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
/*   font-family: 'Yu Gothic SemiBold', 'Yu Gothic', 'Gothic Semi Bold'; */
}

.inner-getintouch-wrap .inner-getintouch-header p {
    color: #000;
    line-height: 1.8;
    font-size: 16px;
    text-align: center;
}

.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 28px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 25px;
}
.inner-getintouch-wrap .inner-getintouch-content {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 7px 8px rgb(0 0 0 / 8%);
  transition: transform 0.3s ease;
}

.inner-getintouch-wrap .inner-getintouch-content:hover {
  transform: translateY(-4px);
}

.inner-getintouch-wrap .inner-getintouch-info {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
  box-shadow:0 7px 8px rgb(0 0 0 / 8%);
}

.inner-getintouch-wrap .contact-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.inner-getintouch-wrap .contact-item:hover {
  transform: translateX(5px);
}

.inner-getintouch-wrap .contact-icon i {
  font-size: 28px;
  color: #f9a82b;
  background: #fdfaf8;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);
}

.inner-getintouch-wrap .contact-detail h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 6px;
}

.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    color: #000000b3;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    text-decoration: none;
}

.inner-getintouch-wrap .contact-detail a:hover {
  color: #a76a3c;
}

.inner-getintouch-wrap .inner-getintouch-map iframe {
    border-radius: 10px;
    margin-top: 20px;
    width: 100%;
    height: 230px;
    border: 2px solid #f9a82b !important;
}

.inner-getintouch-content p, .inner-getintouch-map p {
  margin-bottom: 0 !important;
}

.inner-getintouch-wrap label {
    font-weight: 500;
    color: #00000099 !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
    font-family: 'Gothic Regular';
}

.inner-getintouch-wrap input[type="text"], .inner-getintouch-wrap input[type="email"], .inner-getintouch-wrap input[type="tel"] {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    font-family: 'Gothic Regular';
    margin-bottom: 10px;
    font-weight: 600;
    color: #00000099;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

 .inner-getintouch-wrap textarea {
    width: 100%;
    background: #fff !important;
    border: 1px solid #ddd  !important;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    font-family: 'Gothic Regular';
    margin-bottom: 10px;
    font-weight: 600;
    color: #00000099  !important;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.inner-getintouch-wrap input:focus,
.inner-getintouch-wrap textarea:focus {
  border-color: #a76a3c;
  box-shadow: 0 0 0 3px rgba(167,106,60,0.15);
  outline: none;
}

.inner-getintouch-wrap textarea {
  max-height: 150px;
  resize: vertical;
}

.inner-getintouch-wrap br {
  display: none !important;
}

.inner-getintouch-wrap .btn {
  background: #a76a3c;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  border: none;
  width: 100%;
  transition: background 0.3s ease, transform 0.2s ease;
}

.inner-getintouch-wrap .btn:hover {
  background: #8c5830;
  transform: translateY(-2px);
}

.inner-getintouch-wrap .wpcf7-spinner {
  display: none !important;
}
.new-enq-form {
    background: #f3f3f3a6;
    padding: 40px;
    border-radius: 15px;
    width: 75%;
    margin: auto;
    box-shadow: 0px 6px 20px 0 #00000021;
}
.new-enq--wrapper {
    padding: 80px 0;
}
.new-enq--wrapper h4 {
    font-weight: 600;
    padding-bottom: 30px;
    font-size: 25px;
}
.new-enq--wrapper h2{
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
}
.new-enq--wrapper p a{
    color:#000;
}

.new-enq--wrapper label {
    font-weight: 500;
    color: #00000099 !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.new-enq--wrapper .new-enq-form input[type="text"],
.new-enq--wrapper .new-enq-form input[type="email"],
.new-enq--wrapper .new-enq-form input[type="tel"],
.new-enq--wrapper .new-enq-form select {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd !important;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 6px;
    font-family: 'Gothic Regular';
    margin-bottom: 10px;
    font-weight: 600;
    color: #00000099;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.new-enq--wrapper .contact-form-row .cf7-field input,
.new-enq--wrapper .contact-form-row .cf7-field textarea,
.new-enq--wrapper .contact-form-row .cf7-field select {
    background: #fff;
    border: 1px solid #ddd;
    color: #00000099;
    border-radius: 6px;
    box-shadow: none;
}

.new-enq--wrapper textarea {
  width: 100%;
  background: #fff !important;
  border: 1px solid #ddd !important;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 6px;
  font-family: 'Gothic Regular';
  margin-bottom: 10px;
  font-weight: 600;
  color: #00000099 !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.new-enq--wrapper input:focus,
.new-enq--wrapper textarea:focus {
  border-color: #a76a3c;
  box-shadow: 0 0 0 3px rgba(167,106,60,0.15);
  outline: none;
}

.new-enq--wrapper textarea {
  max-height: 150px;
  resize: vertical;
}

.new-enq--wrapper br {
  display: none !important;
}

.new-enq--wrapper .btn {
  background: #a76a3c;
  color: #fff;
  font-weight: 600;
  padding: 12px 25px;
  border-radius: 6px;
  border: none;
  width: 100%;
  transition: background 0.3s ease, transform 0.2s ease;
}

.new-enq--wrapper .btn:hover {
  background: #8c5830;
  transform: translateY(-2px);
}


/* contact us page ends */



@media only screen and (min-width: 300px) and (max-width: 575.5px) {
	
/* home page start */
	
/* header section start */
	
.container {
    padding: 0 6% !important;
    max-width: unset !important;
    margin: auto;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out;
    z-index: 9999999999;
	overflow: hidden;
    background: #ffffff;
    overscroll-behavior: contain;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #f9a11b;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: rgb(0 0 0 / 95%);
    text-align: left;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 15px !important;
    line-height: 1;
    height: unset;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #f9a11b;
    background: #ffffff;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
    padding-left: 20px;
    background: #ffffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    max-width: 260px;
    padding: 8px 10px;
    line-height: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #f9a11b;
    background: none;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffffff;
    font-weight: normal;
    text-decoration: none;
    color: #f9a11bd6;
}
/* .header-menu{
    order:3;
}
.head-social{
display:none;
} */
	
.menu-logoheader {
    padding: 10px 0;
}
	
.mainheader-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.f-nav .mainheader-logo,
.f-nav .header-menu {
/*   flex: 0 0 50%;
  max-width: 50%; */
}
.f-nav .menu-logoheader {
    padding: 10px 0;
}
	
.mainheader-link-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainheader-logo img {
    width: 190px;
    object-fit: contain;
    height: auto;
    display: block;
}
	
.head-social {
    display: flex;
}
	
.header-social-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
	
.f-nav .mainheader-logo img {
    width: 160px;
    object-fit: contain;
    height: auto;
    display: block;
}

	
/* header section ends */
	
/* banner section start */
	
.home-caption-wrap {
    min-height: 600px;
    height: 100vh;
    max-height: 700px !important;
    overflow: hidden;
}
.home-caption-wrap .banner-item {
    margin-top: 50px;
}
.banner-item img {
/*     width: fit-content;
    height: clamp(100px, 14vh, 150px);
    object-fit: contain; */
	display: none;
}
.main-logo p {
    font-size: 14px;
}
.banner-head {
    font-size: 32px;
}
.banner-subheading p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-subheading span {
    font-size: 18px !important;
}
.banner-contact-info {
    margin-top: 10px;
	margin-bottom: 15px;
}
.banner-contact-info p {
    margin: 0px 0 5px;
}
.banner-contact-info .banner-address a, .banner-contact-info .banner-email a {
    font-size: 14px;
    line-height: 1.5;
}
.banner-btn-grp a {
    padding: 6px 14px;
    font-size: 14px;
}
.home-caption-wrap .banner-content-wrap {
    backdrop-filter: none;
    background: rgb(0 0 0 / 30%);
    padding: 10px 10px 20px;
    border-radius: 20px;
    margin: auto;
}
	
/* banner section ends */
	
/* about section start */
	
.about-wrapper {
    padding: 50px 0;
}	
.about-main-img-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 50px;
}
.floating-about-img, .about-main-img-wrap.swap-active .about-main-img img {
    height: 250px;
}
.about-main-img img, .about-main-img-wrap.swap-active .floating-about-img {
    width: 150px;
    height: 150px;
    right: 0;
    bottom: -40px;
}
.about-content-wrap h3 {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.about-content-wrap p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}
.about-content-wrap a {
    font-size: 14px;
}
.about-content-wrap.about-bottom-content-wrap.mt-5 {
	margin-top: 0 !important;	
}
	
/* about section ends */
	
/* specialities section start */
	
.specialities-section {
    padding: 50px 0;
}
h6.testimonial-label {
    font-size: 12px;
    margin-bottom: 5px;
}
.specialities-title {
    font-weight: 600;
    padding: 4px 0 10px;
    font-size: 24px;
}
.specialities-desc {
    font-size: 14px;
}
.specialities-content {
    margin-bottom: 30px;
}
	
/* specialities section ends */
	
/* counter section start */
	
.counter-section {
    padding: 40px 6%;
	gap: 15px;
}
.counter-box {
    text-align: left;
    width: 33.33%;
    min-width: unset;
    padding: 0;
}
.counter-box h2 {
    font-size: 24px;
}
.counter-box p {
    margin-top: 5px;
    font-size: 10px;
    color: #fff;
}
	
/* counter section ends */
	
/* services section start */
	
.services-section {
    padding: 50px 0;
}	
.services-header {
    margin: 0 auto 40px;
}
.services-title {
    font-size: 24px;
}
.services-subtitle {
    font-size: 14px;
}
	
/* services section ends */

/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0;
}
h2.testimonial-title {
    font-size: 24px;
    margin-bottom: 0;
}
.testimonial-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
.testimonial-icon {
    width: 30px;
}
.testimonial-text-content p {
    color: #ffffff;
    font-size: 14px;
}
.video-marquee-wrap {
    padding: 50px 0;
}
.video-marquee-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 350px;
}
.video-marquee-wrap .video-play-btn i {
    font-size: 60px;
}
.video-marquee-section {
    background: #f9a11b;
    padding: 10px 0;
}

/* testimonial section ends */
	
/* contact section start */
	
.contact-hero {
    padding: 50px 0;
}
.contact-hero-header h2 {
    font-size: 24px;
}
.contact-hero-header p {
    font-size: 14px;
}
.marquee-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 12px;
}
	
/* contact section ends */
	
/* footer section start */
	
.footer-wrap {
    padding: 50px 0 0;
}
.footer-wrap .custom-container {
    padding: 0 6% !important;
}
.newsletter-form button {
    padding: 8px 12px;
    font-size: 12px;
}
.footer-brand {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    flex-direction: column;
}
.footer-logo img {
    height: auto;
    width: 140px;
}
.footer-brand h4 {
    color: #ffffff;
    font-size: 18px;
}
.footer-copyright-row p {
    text-align: center;
    font-size: 14px;
}	
.footer-copyright-row a {
    margin-left: 10px;
}
.footer-menu li {
    margin-bottom: 5px;
    line-height: 1;
}
.footer-menu {
    margin-top: 20px;
    gap: 10px 15px;
}

/* footer section ends */
	
/* home page ends */
	
/* inner about us page start */
	
.about-inner-wrapper {
    padding: 50px 0;
}
.about-inner-wrapper h4 {
    font-size: 24px;
}
.about-inner-wrapper p {
    font-size: 14px;
}
.mv-img img {
    width: 100%;
    height: 250px;
}
.mv-content {
    padding: 30px;
	font-size: 14px;
}
.mv-content h3 {
    font-size: 24px;
}
.team-wrapper {
    padding: 50px 0;
}
.team-wrapper h3 {
    font-size: 24px;
}
.team-img img {
    width: 170px;
    height: 170px;
}
.team-prev {
    left: -10px;
}
.team-next {
    right: -10px;
}
.core-values-wrap {
    padding: 50px 0;
}
.core-values-header h2 {
    font-size: 24px;
}
.core-values-header p {
    font-size: 14px;
}
.company-overview-content p {
    font-size: 14px;
}
.core-value-item h5 {
    font-size: 18px;
}
	
/* inner about us page ends */
	
/* inner page header start */
	
.innerpage-header {
    height: 400px;
	object-position:top;
	background-attachment:unset;
}
.innerpage-header h4 {
    bottom: 15px;
    font-size: 28px;
    left: 50%;
    transform: translateX(-50%);
}
	
/* inner page header ends */
	
/* inner service page start */
	
.inner-services-wrap {
    padding: 50px 0;
}
.inner-services-header .section-title {
    font-size: 24px;
}
.inner-services-header .section-description {
    font-size: 14px;
}
.inner-service-image-wrap {
    position: relative;
    height: 230px;
    overflow: hidden;
}
	
/* inner service page ends */
	
/* inner contact us page start */
	
.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .custom-container {
    padding: 0 6%;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 24px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px;
    margin-top: 20px;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 16px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 12px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.inner-getintouch-header-subtitle {
    font-size: 14px;
    line-height: 1.6;
}
.new-enq-form {
    padding: 20px;
    width: 100%;
}
.new-enq--wrapper h4 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
}
	
/* inner contact us page ends */
	
/* single services page start */
	
.single-service-featured {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.single-service-title {
    font-size: 28px;
}
.single-service-header {
    margin-bottom: 15px;
}
.single-service-content p {
    font-size: 14px;
}
.single-service-content ul li {
    font-size: 14px;
}
.single-service-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
	
/* single services page ends */

}



@media only screen and (min-width: 576px) and (max-width: 768.5px) {
	
/* home page start */
	
/* header section start */
	
.container {
    padding: 0 6% !important;
    max-width: unset !important;
    margin: auto;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out;
    z-index: 9999999999;
    background: #ffffff;
	overflow: hidden;
    overscroll-behavior: contain;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #f9a11b;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: rgb(0 0 0 / 95%);
    text-align: left;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 15px !important;
    line-height: 1;
    height: unset;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #f9a11b;
    background: #ffffff;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
    padding-left: 20px;
    background: #ffffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    max-width: 260px;
    padding: 8px 10px;
    line-height: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #f9a11b;
    background: none;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffffff;
    font-weight: normal;
    text-decoration: none;
    color: #f9a11bd6;
}
/* .header-menu{
    order:3;
}
.head-social{
display:none;
} */
	
.mainheader-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
	
.f-nav .mainheader-logo,
.f-nav .header-menu {
  flex: 0 0 50%;
  max-width: 50%;
}
	
.mainheader-link-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainheader-logo img {
    width: 190px;
    object-fit: contain;
    height: auto;
    display: block;
}
	
.header-social-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
	
.f-nav .header-social-links {
	display: none;
}

	
/* header section ends */
	
/* banner section start */
	
.home-caption-wrap {
    min-height: 600px;
    height: 100vh;
    max-height: 700px !important;
    overflow: hidden;
}
.home-caption-wrap .banner-item {
    margin-top: 50px;
}
.banner-item img {
/*     width: fit-content;
    height: clamp(100px, 14vh, 150px);
    object-fit: contain; */
	display: none;
}
.main-logo p {
    font-size: 14px;
}
.banner-head {
    font-size: 36px;
}
.banner-subheading p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-subheading span {
    font-size: 18px !important;
}
.banner-contact-info {
    margin-top: 10px;
	margin-bottom: 15px;
}
.banner-contact-info p {
    margin: 0px 0 5px;
}
.banner-contact-info .banner-address a, .banner-contact-info .banner-email a {
    font-size: 14px;
    line-height: 1.5;
}
.banner-btn-grp a {
    padding: 6px 14px;
    font-size: 14px;
}
.home-caption-wrap .banner-content-wrap {
    backdrop-filter: none;
    background: rgb(0 0 0 / 35%);
    padding: 10px 10px 20px;
    border-radius: 20px;
    margin: auto;
}
	
/* banner section ends */
	
/* about section start */
	
.about-wrapper {
    padding: 50px 0;
}	
.about-main-img-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 50px;
}
.floating-about-img, .about-main-img-wrap.swap-active .about-main-img img {
    height: 350px;
}
.about-main-img img, .about-main-img-wrap.swap-active .floating-about-img {
    width: 225px;
    height: 225px;
    right: 0;
    bottom: -40px;
}
.about-content-wrap h3 {
    font-size: 28px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.about-content-wrap p {
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}
.about-content-wrap a {
    font-size: 14px;
}
.about-content-wrap.about-bottom-content-wrap.mt-5 {
	margin-top: 0 !important;	
}
	
/* about section ends */
	
/* specialities section start */
	
.specialities-section {
    padding: 50px 0;
}
h6.testimonial-label {
    font-size: 12px;
    margin-bottom: 5px;
}
.specialities-title {
    font-weight: 600;
    padding: 4px 0 10px;
    font-size: 28px;
}
.specialities-desc {
    font-size: 14px;
}
.specialities-content {
    margin-bottom: 30px;
}
	
/* specialities section ends */
	
/* counter section start */
	
.counter-section {
    padding: 40px 6%;
	gap: 15px;
}
.counter-box {
    text-align: left;
    width: 33.33%;
    min-width: unset;
    padding: 0;
}
.counter-box h2 {
    font-size: 26px;
}
.counter-box p {
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
}
	
/* counter section ends */
	
/* services section start */
	
.services-section {
    padding: 50px 0;
}	
.services-header {
    margin: 0 auto 40px;
}
.services-title {
    font-size: 28px;
}
.services-subtitle {
    font-size: 14px;
}
	
/* services section ends */

/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0;
}
h2.testimonial-title {
    font-size: 28px;
    margin-bottom: 0;
}
.testimonial-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
.testimonial-icon {
    width: 30px;
}
.testimonial-text-content p {
    color: #ffffff;
    font-size: 14px;
}
.video-marquee-wrap {
    padding: 50px 0;
}
.video-marquee-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.video-marquee-wrap .video-play-btn i {
    font-size: 60px;
}
.video-marquee-section {
    background: #f9a11b;
    padding: 10px 0;
}

/* testimonial section ends */
	
/* contact section start */
	
.contact-hero {
    padding: 50px 0;
}
.contact-hero-header h2 {
    font-size: 24px;
}
.contact-hero-header p {
    font-size: 14px;
}
.marquee-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 12px;
}
	
/* contact section ends */
	
/* footer section start */
	
.footer-wrap {
    padding: 50px 0 0;
}
.footer-wrap .custom-container {
    padding: 0 6% !important;
}
.newsletter-form button {
    padding: 8px 12px;
    font-size: 12px;
}
.footer-brand {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    flex-direction: column;
}
.footer-logo img {
    height: auto;
    width: 150px;
}
.footer-brand h4 {
    color: #ffffff;
    font-size: 18px;
}
.footer-copyright-row p {
    text-align: center;
    font-size: 14px;
}	
.footer-copyright-row a {
    margin-left: 10px;
}
.contact-details p, .contact-details a {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-menu a {
    font-size: 16px;
}


/* footer section ends */
	
/* home page ends */
	
/* inner about us page start */
	
.about-inner-wrapper {
    padding: 50px 0;
}
.about-inner-wrapper h4 {
    font-size: 26px;
}
.about-inner-wrapper p {
    font-size: 14px;
}
.mv-content {
    padding: 30px;
	font-size: 14px;
}
.mv-content h3 {
    font-size: 26px;
}
.team-wrapper {
    padding: 50px 0;
}
.team-wrapper h3 {
    font-size: 26px;
}
.team-img img {
    width: 200px;
    height: 200px;
}
.core-values-wrap {
    padding: 50px 0;
}
.core-values-header h2 {
    font-size: 26px;
}
.core-values-header p {
    font-size: 14px;
}
.company-overview-content p {
    font-size: 14px;
}
.core-value-item h5 {
    font-size: 18px;
}
	
/* inner about us page ends */
	
/* inner page header start */
	
.innerpage-header {
    height: 400px;
	object-position:top;
	background-attachment:unset;
}
.innerpage-header h4 {
    bottom: 15px;
    font-size: 34px;
}
	
/* inner page header ends */
	
/* inner service page start */
	
.inner-services-wrap {
    padding: 50px 0;
}
.inner-services-header .section-title {
    font-size: 26px;
}
.inner-services-header .section-description {
    font-size: 14px;
}
.inner-service-image-wrap {
    position: relative;
    height: 300px;
    overflow: hidden;
}
	
/* inner service page ends */
	
/* inner contact us page start */
	
.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .custom-container {
    padding: 0 6%;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 26px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px;
    margin-top: 20px;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 16px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 14px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.inner-getintouch-header-subtitle {
    font-size: 14px;
    line-height: 1.6;
}
.new-enq-form {
    padding: 20px;
    width: 100%;
}
.new-enq--wrapper h4 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
}
	
/* inner contact us page ends */
	
/* single services page start */
	
.single-service-featured {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.single-service-title {
    font-size: 28px;
}
.single-service-header {
    margin-bottom: 15px;
}
.single-service-content p {
    font-size: 14px;
}
.single-service-content ul li {
    font-size: 14px;
}
.single-service-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
	
/* single services page ends */

}


@media only screen and (min-width: 769px) and (max-width: 991.5px) {
	
/* home page start */
	
/* header section start */
	
.container {
    padding: 0 6% !important;
    max-width: unset !important;
    margin: auto;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out;
    z-index: 9999999999;
	overflow: hidden;
    background: #ffffff;
    overscroll-behavior: contain;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #f9a11b;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: rgb(0 0 0 / 95%);
    text-align: left;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 15px !important;
    line-height: 1;
    height: unset;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #f9a11b;
    background: #ffffff;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
    padding-left: 20px;
    background: #ffffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    max-width: 260px;
    padding: 8px 10px;
    line-height: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #f9a11b;
    background: none;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffffff;
    font-weight: normal;
    text-decoration: none;
    color: #f9a11bd6;
}
/* .header-menu{
    order:3;
}
.head-social{
display:none;
} */
	
.mainheader-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
	
.f-nav .mainheader-logo,
.f-nav .header-menu {
  flex: 0 0 50%;
  max-width: 50%;
}
	
.mainheader-link-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainheader-logo img {
    width: 220px;
    object-fit: contain;
    height: auto;
    display: block;
}
	
.header-social-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
	
.f-nav .header-social-links {
	display: none;
}

	
/* header section ends */
	
/* banner section start */
	
.home-caption-wrap {
    min-height: 600px;
    height: 100vh;
    max-height: 700px !important;
    overflow: hidden;
}
.home-caption-wrap .banner-item {
    margin-top: 50px;
}
.banner-item img {
/*     width: fit-content;
    height: clamp(100px, 14vh, 150px);
    object-fit: contain; */
	display: none;
}
.main-logo p {
    font-size: 14px;
}
.banner-head {
    font-size: 38px;
}
.banner-subheading p {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}
.banner-subheading span {
    font-size: 20px !important;
}
.banner-contact-info {
    margin-top: 10px;
	margin-bottom: 15px;
}
.banner-contact-info p {
    margin: 0px 0 5px;
}
.banner-contact-info .banner-address a, .banner-contact-info .banner-email a {
    font-size: 14px;
    line-height: 1.5;
}
.banner-btn-grp a {
    padding: 6px 14px;
    font-size: 16px;
}
.home-caption-wrap .banner-content-wrap {
    backdrop-filter: none;
    background: rgb(0 0 0 / 35%);
    padding: 10px 10px 20px;
    border-radius: 20px;
    margin: auto;
}
	
/* banner section ends */
	
/* about section start */
	
.about-wrapper {
    padding: 50px 0;
}	
.about-main-img-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 50px;
}
.floating-about-img, .about-main-img-wrap.swap-active .about-main-img img {
    height: 350px;
}
.about-main-img img, .about-main-img-wrap.swap-active .floating-about-img {
    width: 225px;
    height: 225px;
    right: 0;
    bottom: -40px;
}
.about-content-wrap h3 {
    font-size: 30px;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}
.about-content-wrap p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}
.about-content-wrap a {
    font-size: 16px;
}
.about-content-wrap.about-bottom-content-wrap.mt-5 {
	margin-top: 0 !important;	
}
	
/* about section ends */
	
/* specialities section start */
	
.specialities-section {
    padding: 50px 0;
}
h6.testimonial-label {
    font-size: 16px;
    margin-bottom: 5px;
    align-items: center;
}
.testimonial-label .testimonial-icon {
    width: 25px;
    height: auto;
    object-fit: contain;
}
.specialities-title {
    font-weight: 600;
    padding: 4px 0 10px;
    font-size: 28px;
}
.specialities-desc {
    font-size: 14px;
}
.specialities-content {
    margin-bottom: 30px;
}
	
/* specialities section ends */
	
/* counter section start */
	
.counter-section {
    padding: 40px 6%;
	gap: 30px;
}
.counter-box {
    text-align: left;
    width: 33.33%;
    min-width: unset;
    padding: 0;
}
.counter-box h2 {
    font-size: 30px;
}
.counter-box p {
    margin-top: 5px;
    font-size: 16px;
    color: #fff;
}

	
/* counter section ends */
	
/* services section start */
	
.services-section {
    padding: 50px 0;
}	
.services-header {
    margin: 0 auto 40px;
}
.services-title {
    font-size: 28px;
}
.services-subtitle {
    font-size: 14px;
}
	
/* services section ends */

/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0;
}
h2.testimonial-title {
    font-size: 28px;
    margin-bottom: 0;
}
.testimonial-icon {
    width: 40px;
}
.testimonial-text-content p {
    color: #ffffff;
    font-size: 16px;
}
.video-marquee-wrap {
    padding: 50px 0;
}
.video-marquee-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.video-marquee-wrap .video-play-btn i {
    font-size: 60px;
}
.video-marquee-section {
    background: #f9a11b;
    padding: 10px 0;
}

/* testimonial section ends */
	
/* contact section start */
	
.contact-hero {
    padding: 50px 0;
}
.contact-hero-header h2 {
    font-size: 24px;
}
.contact-hero-header p {
    font-size: 14px;
}
.marquee-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 12px;
}
.contact-form-row .cf7-field {
    margin-bottom: 10px;
}
	
/* contact section ends */
	
/* footer section start */
	
.footer-wrap {
    padding: 50px 0 0;
}
.footer-wrap .custom-container {
    padding: 0 6% !important;
}
.newsletter-form button {
    padding: 8px 12px;
    font-size: 12px;
}
.footer-brand {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    flex-direction: column;
}
.footer-logo img {
    height: auto;
    width: 170px;
}
.footer-brand h4 {
    color: #ffffff;
    font-size: 18px;
}
.footer-copyright-row p {
    text-align: center;
    font-size: 14px;
}	
.footer-copyright-row a {
    margin-left: 10px;
}
.contact-details p, .contact-details a {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-menu a {
    font-size: 16px;
}


/* footer section ends */
	
/* home page ends */
	
/* inner about us page start */
	
.about-inner-wrapper {
    padding: 50px 0;
}
.about-inner-wrapper h4 {
    font-size: 28px;
}
.about-inner-wrapper p {
    font-size: 16px;
}
.mv-content {
    padding: 30px;
    font-size: 16px;
}
.mv-content h3 {
    font-size: 28px;
}
.team-wrapper {
    padding: 50px 0;
}
.team-wrapper h3 {
    font-size: 26px;
}
.team-img img {
    width: 200px;
    height: 200px;
}
.core-values-wrap {
    padding: 50px 0;
}
.core-values-header h2 {
    font-size: 26px;
}
.core-values-header p {
    font-size: 14px;
}
.company-overview-content p {
    font-size: 14px;
}
.core-value-item h5 {
    font-size: 18px;
}
	
/* inner about us page ends */
	
/* inner page header start */
	
.innerpage-header {
    height: 400px;
}
.innerpage-header h4 {
    bottom: 15px;
    font-size: 34px;
}
	
/* inner page header ends */
	
/* inner service page start */
	
.inner-services-wrap {
    padding: 50px 0;
}
.inner-services-header .section-title {
    font-size: 26px;
}
.inner-services-header .section-description {
    font-size: 14px;
}
.inner-service-image-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
}
	
/* inner service page ends */
	
/* inner contact us page start */
	
.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .custom-container {
    padding: 0 6%;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 26px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px;
    margin-top: 20px;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 16px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 14px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.inner-getintouch-header-subtitle {
    font-size: 14px;
    line-height: 1.6;
}
.new-enq-form {
    padding: 20px;
    width: 100%;
}
.new-enq--wrapper h4 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
}
	
/* inner contact us page ends */
	
/* single services page start */
	
.single-service-featured {
    position: relative;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.single-service-title {
    font-size: 28px;
}
.single-service-header {
    margin-bottom: 15px;
}
.single-service-content p {
    font-size: 14px;
}
.single-service-content ul li {
    font-size: 14px;
}
.single-service-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
}
	
/* single services page ends */

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
/* home page start */
	
/* header section start */
	
.container {
    padding: 0 6% !important;
    max-width: unset !important;
    margin: auto;
}
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    position: fixed;
    display: block;
    width: 300px;
    max-width: 90%;
    height: 100vh;
    max-height: 100vh;
    top: 0;
    box-sizing: border-box;
    transition: left 400ms ease-in-out, right 400ms ease-in-out;
    z-index: 9999999999;
    background: #ffffff;
	overflow: hidden;
    overscroll-behavior: contain;
}
	
#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #f9a11b;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: rgb(0 0 0 / 95%);
    text-align: left;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 10px 15px !important;
    line-height: 1;
    height: unset;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #f9a11b;
    background: #ffffff;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
    padding-left: 20px;
    background: #ffffffff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    max-width: 260px;
    padding: 8px 10px;
    line-height: 1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    color: #f9a11b;
    background: none;
    font-weight: 600;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #ffffff;
    font-weight: normal;
    text-decoration: none;
    color: #f9a11bd6;
}
/* .header-menu{
    order:3;
}
.head-social{
display:none;
} */

.mainheader-logo img {
    width: 170px;
    object-fit: contain;
    height: auto;
    display: block;
}

.header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
	
/* header section ends */
	
/* banner section start */
	
.home-caption-wrap {
    min-height: 600px;
    height: 100vh;
    max-height: 700px !important;
    overflow: hidden;
}
.home-caption-wrap .banner-item {
    margin-top: 50px;
}
.banner-item img {
    width: 290px;
    height: auto;
    object-fit: contain;
}
.main-logo p {
    font-size: 16px;
}
.banner-head {
    font-size: 44px;
}
.banner-subheading p {
    width: 100%;
    font-size: 20px;
    margin-bottom: 10px;
}
.banner-subheading span {
    font-size: 20px !important;
}
.banner-contact-info {
    margin-top: 10px;
	margin-bottom: 15px;
}
.banner-contact-info p {
    margin: 0px 0 5px;
}
.banner-contact-info .banner-address a, .banner-contact-info .banner-email a {
    font-size: 16px;
    line-height: 1.5;
}
.banner-btn-grp a {
    padding: 6px 14px;
    font-size: 16px;
}
.home-caption-wrap .banner-content-wrap {
    padding: 10px 30px 30px;
    border-radius: 20px;
    margin: auto;
}
	
/* banner section ends */
	
/* about section start */
	
.about-wrapper {
    padding: 50px 0;
}	
.about-main-img-wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto 50px;
}
.floating-about-img, .about-main-img-wrap.swap-active .about-main-img img {
    height: 350px;
}
.about-main-img img, .about-main-img-wrap.swap-active .floating-about-img {
    width: 225px;
    height: 225px;
    right: 0;
    bottom: -40px;
}
.about-content-wrap h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.about-content-wrap p {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 15px;
}
.about-content-wrap a {
    font-size: 16px;
}
.about-content-wrap.about-bottom-content-wrap.mt-5 {
	margin-top: 0 !important;	
}
	
/* about section ends */
	
/* specialities section start */
	
.specialities-section {
    padding: 50px 0;
}
h6.testimonial-label {
    font-size: 16px;
    margin-bottom: 5px;
    align-items: center;
}
.testimonial-label .testimonial-icon {
    width: 25px;
    height: auto;
    object-fit: contain;
}
.specialities-title {
    font-weight: 600;
    padding: 4px 0 10px;
    font-size: 28px;
}
.specialities-desc {
    font-size: 14px;
}
.specialities-content {
    margin-bottom: 30px;
}
	
/* specialities section ends */
	
/* counter section start */
	
.counter-section {
    padding: 40px 6%;
	gap: 30px;
}
.counter-box {
    text-align: left;
    width: 33.33%;
    min-width: unset;
    padding: 0;
}
.counter-box h2 {
    font-size: 34px;
}

	
/* counter section ends */
	
/* services section start */
	
.services-section {
    padding: 50px 0;
}	
.services-header {
    margin: 0 auto 40px;
}
.services-title {
    font-size: 28px;
}
.services-subtitle {
    font-size: 14px;
}
	
/* services section ends */

/* testimonial section start */
	
.testimonial-wrap {
    padding: 50px 0;
}
h2.testimonial-title {
    font-size: 28px;
    margin-bottom: 0;
}
.testimonial-icon {
    width: 40px;
}
.testimonial-text-content p {
    color: #ffffff;
    font-size: 16px;
}
.video-marquee-wrap {
    padding: 50px 0;
}
.video-marquee-wrap .video-bg {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.video-marquee-wrap .video-play-btn i {
    font-size: 60px;
}
.video-marquee-section {
    background: #f9a11b;
    padding: 10px 0;
}

/* testimonial section ends */
	
/* contact section start */
	
.contact-hero {
    padding: 50px 0;
}
.contact-hero-header h2 {
    font-size: 24px;
}
.contact-hero-header p {
    font-size: 14px;
}
.marquee-item {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 12px;
}
	
/* contact section ends */
	
/* footer section start */
	
.footer-wrap {
    padding: 50px 0 0;
}
.footer-wrap .custom-container {
    padding: 0 6% !important;
}
.newsletter-form button {
    padding: 8px 12px;
    font-size: 12px;
}
.footer-brand {
    display: flex;
    gap: 25px;
    justify-content: flex-end;
    flex-direction: column;
}
.footer-logo img {
    height: auto;
    width: 170px;
}
.footer-brand h4 {
    color: #ffffff;
    font-size: 18px;
}
.footer-copyright-row p {
    text-align: center;
    font-size: 14px;
}	
.footer-copyright-row a {
    margin-left: 10px;
}
.contact-details p, .contact-details a {
    font-size: 14px;
    margin-bottom: 5px;
}
.footer-menu a {
    font-size: 16px;
}


/* footer section ends */
	
/* home page ends */
	
/* inner about us page start */
	
.about-inner-wrapper {
    padding: 50px 0;
}
.about-inner-wrapper h4 {
    font-size: 28px;
}
.about-inner-wrapper p {
    font-size: 16px;
}
.mv-content {
    padding: 30px;
    font-size: 16px;
}
.mv-content h3 {
    font-size: 28px;
}
.team-wrapper {
    padding: 50px 0;
}
.team-wrapper h3 {
    font-size: 26px;
}
.team-img img {
    width: 200px;
    height: 200px;
}
.core-values-wrap {
    padding: 50px 0;
}
.core-values-header h2 {
    font-size: 26px;
}
.core-values-header p {
    font-size: 14px;
}
.company-overview-content p {
    font-size: 14px;
}
.core-value-item h5 {
    font-size: 18px;
}
	
/* inner about us page ends */
	
/* inner page header start */
	
.innerpage-header {
    height: 400px;
}
.innerpage-header h4 {
    bottom: 15px;
    font-size: 34px;
}
	
/* inner page header ends */
	
/* inner service page start */
	
.inner-services-wrap {
    padding: 50px 0;
}
.inner-services-header .section-title {
    font-size: 26px;
}
.inner-services-header .section-description {
    font-size: 14px;
}
.inner-service-image-wrap {
    position: relative;
    height: 300px;
    overflow: hidden;
}
	
/* inner service page ends */
	
/* inner contact us page start */
	
.inner-getintouch-wrap {
    padding: 50px 0;
}
.inner-getintouch-wrap .custom-container {
    padding: 0 6%;
}
.inner-getintouch-wrap .inner-getintouch-header h2 {
    font-size: 26px;
}
.inner-getintouch-wrap .inner-getintouch-header p {
    font-size: 14px;
}
.inner-getintouch-wrap .inner-getintouch-title {
    font-size: 18px;
    margin-bottom: 20px;
}
.inner-getintouch-wrap .inner-getintouch-info {
    padding: 20px;
    margin-top: 20px;
}
.inner-getintouch-wrap .contact-icon i {
    font-size: 16px;
    width: 40px;
    height: 40px;
}
.inner-getintouch-wrap .contact-detail h4 {
    font-size: 16px;
}
.inner-getintouch-wrap .contact-detail p, .inner-getintouch-wrap .contact-detail a {
    font-size: 14px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.new-enq--wrapper h2 {
    font-size: 24px;
}
.inner-getintouch-header-subtitle {
    font-size: 14px;
    line-height: 1.6;
}
.new-enq-form {
    padding: 20px;
    width: 100%;
}
.new-enq--wrapper h4 {
    padding-bottom: 20px;
    margin: 0;
    font-size: 18px;
}
	
/* inner contact us page ends */
	
/* inner service page start	 */

.inner-service-image-wrap {
    position: relative;
    height: 250px;
    overflow: hidden;
}
.inner-service-title a {
    color: #000000;
    font-size: 18px;
}
.inner-service-number {
    font-size: 20px;
}
	
/* inner service page ends */
	
/* single services page start */
	
.single-service-featured {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}
.single-service-title {
    font-size: 32px;
}
.single-service-header {
    margin-bottom: 15px;
}
.single-service-content ul li {
    font-size: 14px;
}
.single-service-content h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
	
/* single services page ends */

}


@media only screen and (min-width: 1199px) and (max-width: 1381.5px) {
	
/* home page start */
	
/* header section start */

.header-menu {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
	
.container {
    padding: 0 6% !important;
    max-width: unset !important;
    margin: auto;
}
	
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px;
    color: #fff;
    text-align: left;
    font-size: 16px !important;
    font-weight: normal;
}

	
/* header section ends */
	
/* home page ends */
	
}

@media only screen and (min-width: 576px) and (max-width: 1199px) {
.mainheader-logo {
    display: flex;
}
.header-menu{
    order:3;
}
.head-social{
	display:none;
}
.main-logo {
    display: none;
}
.footer-menu li {
    margin-bottom: 5px;
    line-height: 1;
}
.footer-menu {
    margin-top: 20px;
    gap: 10px 15px;
}
}




