/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/* ============================================
   COMPLETE MOBILE FIX - FINAL
   ============================================ */

html, body {
    overflow-x: hidden;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

/* Fix absolute navbar width */
.top-bar_sub {
    width: 100%;
    left: 0;
    right: 0;
}

/* ── LOGO IMAGE ── */
.custom-logo {
    width: 150px !important;
    height: auto !important;
    max-width: 100% !important;
    display: block;
}

/* ── NAVBAR BRAND ── */
a.navbar-brand {
    padding: 0 !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    background: none !important;
    display: flex;
    align-items: center;
}

/* ============================================
   MOBILE ONLY
   ============================================ */
@media (max-width: 768px) {

    /* Logo size on mobile */
    .custom-logo {
        width: 310px !important;
        height: auto !important;
    }

    /* Navbar layout */
    .navbar {
        width: 100%;
        padding: 0.5rem 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .navbar-toggler {
        flex-shrink: 0;
    }

    ul.navbar-nav {
        width: 100%;
    }

    /* ── BANNER SLIDE HEIGHT ── */
    .bg1, .bg2, .bg3, .bg4 {
        height: auto !important;
        min-height: 85vw;
        width: 100%;
    }

    /* ── BANNER TEXT POSITION ── */
    .bs-slider-overlay {
        display: flex;
        align-items: center;       /* vertically centre text */
        padding: 80px 0 30px;      /* top clears the navbar */
    }

    .banner-text.container {
        padding-left: 20px !important;
        padding-right: 20px !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    /* ── BANNER HEADING ── */
    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 1.5em !important;
        letter-spacing: 1px !important;
        word-break: break-word !important;
        white-space: normal !important;
        line-height: 1.3 !important;
        color: #fff !important;
    }

    h5.tag {
        font-size: 11px !important;
        letter-spacing: 2px !important;
    }

    p.sub-para,
    .banner-text p {
        font-size: 13px !important;
        letter-spacing: 1px !important;
        margin-top: 6px !important;
        color: #eee !important;
    }

    /* ── SLIDER DOTS ── */
    .callbacks_tabs {
        position: relative !important;
        left: auto !important;
        bottom: auto !important;
        display: block !important;
        text-align: center !important;
        width: 100% !important;
        padding: 10px 0 !important;
        margin-top: 0 !important;
    }
}

/* ── Very small phones ── */
@media (max-width: 414px) {
    .custom-logo {
        width: 90px !important;
    }

    .bs-slider-overlay {
        padding: 70px 0 20px;
    }

    h4.agile-title,
    h1.agile-title,
    h2.agile-title {
        font-size: 1.25em !important;
    }
}
/* ── DESKTOP / LAPTOP LOGO ── */
.custom-logo {
    width: 550px !important;   /* increased from 450px */
    height: auto !important;
}

/* ── POSITION LOGO ABOVE HERO TEXT (laptop/desktop only) ── */
@media (min-width: 769px) {
    .hero-content,
    .elementor-widget-wrap,   /* adjust to your actual hero wrapper class */
    .hero-text-wrapper {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .custom-logo {
        order: -1;             /* pulls logo above the heading */
        margin-bottom: 20px;
    }
}

/* ── TABLET ── */
@media (max-width: 1024px) and (min-width: 769px) {
    .custom-logo {
        width: 380px !important;   /* was presumably smaller before */
        height: auto !important;
    }
}

/* ── MOBILE (up to 768px) ── */
@media (max-width: 768px) {
    .custom-logo {
        width: 280px !important;   /* increased from 210px */
        height: auto !important;
    }
}

/* ── SMALL MOBILE ── */
@media (max-width: 414px) {
    .custom-logo {
        width: 240px !important;   /* increased from 190px */
        height: auto !important;
    }
}

/* ── DESKTOP / LAPTOP ── */
@media (min-width: 769px) {
    .bs-slider-overlay {
        display: flex;
        flex-direction: column;        /* stack logo above text */
        align-items: flex-start;
        justify-content: center;       /* vertically centred — away from dots */
        padding: 80px 60px !important;
    }

    .custom-logo {
        width: 550px !important;
        height: auto !important;
        max-width: 60vw !important;
        display: block;
        margin-bottom: 24px;           /* gap between logo and heading */
        order: -1;
    }

    .banner-text.container {
        padding: 0 !important;
        margin: 0 !important;
        width: auto !important;
        max-width: 700px !important;
    }
}

/* ── TABLET ── */
@media (max-width: 1024px) and (min-width: 769px) {
    .custom-logo {
        width: 380px !important;
        height: auto !important;
    }

    .bs-slider-overlay {
        padding: 60px 40px !important;
    }
}

/* ── TABLET ── */
@media (max-width: 1024px) and (min-width: 769px) {
    .custom-logo {
        width: 550px !important;
        height: auto !important;
    }

    .bs-slider-overlay {
        padding-bottom: 80px !important;
    }
}
/* ── FOOTER LOGO ── */
.footer-logo {
    display: block;
    margin: 0 auto 24px auto;  
    width: 320px;
    height: auto;
    max-width: 90%;            
}

body{
	padding:0;
	margin:0;
	background:#fff;
	position:relative;
	font-family: 'Courier Prime';
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
	text-decoration:none;
}
input[type="button"],input[type="submit"],.contact-form input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
img{
	width:100%;
}

/*-- header --*/
.top-bar_sub {
    position: absolute;
    z-index: 9;
}
a.navbar-brand {
	font-size: 3em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
     border-bottom: 3px solid #fff;
    border-radius: 50%;
    padding: 0px 30px 20px 30px;
	margin: 0;
}
a.navbar-brand  span {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
	letter-spacing: 4.2px;
    margin-top: -10px;

}
li.nav-item {
    padding: 0 20px;
}
.logo i {
	color: #fff;
	text-shadow: none;
    font-size: .9em;
}
.custom-logo {
  width: 150px;
  height: 130px;
}
.logo a,
.navbar-brand {
    text-decoration: none !important;
    border-bottom: none !important;
}

.logo a:hover,
.navbar-brand:hover {
    text-decoration: none !important;
    border-bottom: none !important;
}
.bg-light {
    background-color: transparent !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
    letter-spacing: 2px;
    font-size: 16px;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    text-decoration: line-through;
}
/*-- //header --*/

/*-- banner --*/
.bg1 {
    background: url("/static/images/banner1.png")no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}

.bg2 {
    background: url("/static/images/banner2.png")no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}

.bg3 {
    background: url("/static/images/banner3.png")no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}
.bg4 {
    background: url("/static/images/banner4.png")no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    height: 48vw;
}

.banner-text {
    padding: 18vw 0 0;
}

.movetxt {
    font-family: 'Courier Prime';
}
/*-- text Slider --*/

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_tabs li {
    display: block;
    margin: 0.5em 0;
}

.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}

.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.callbacks_tabs li {
    display: inline-block;
    margin: 0 0.5em;
}

.callbacks_tabs a {
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: relative;
    font-size: 0;
}

.callbacks_tabs a:after {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    top: -5px;
    left: -5px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}

.callbacks_here a:after {
    border-color: #fff;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-transform: scale(1);
}

p.sub-para {
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 300;
}

.callbacks_tabs {
    list-style: none;
    position: absolute;
    left: 46.5%;
    bottom: 20px;
    z-index: 2;
    border-radius: 5px;
}

.slider-top span {
    font-weight: 600;
}

.home h3 {
    font-size: 2em;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.15em;
}

.slider-info p {
    color: #e8e8e8;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 1em;
    text-transform: capitalize;
}

.slider-info a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    border-bottom: 1px solid #fff;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

/* //text slider */

.bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; 
    background: rgba(0, 0, 0, 0.6);
}
.bs-slider-overlay1 {
    width: 100%;
    height: 100%; 
	background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
}
h4.agile-title,h1.agile-title,h2.agile-title {
    letter-spacing: 2px;
    line-height: 1.4em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
    font-size: 3.5em;
    font-weight: 700;
	color: #fff;
}
h5.tag {
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 4.2px;
}
/*-- //banner --*/

/*-- about --*/
.about {
    position: relative; /* add this if not already */
    overflow: hidden;   /* add this if not already */
}

#grain-canvas-about {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}

/* Make sure about's inner content sits above the grain */
.about .container,
.section-heading,
.about-layout {
    position: relative;
    z-index: 1;
}

    /* ── HEADING ── */
    .section-heading {
      text-align: center;
      margin-bottom: 60px;
    }
    .section-heading h2 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(2rem, 5vw, 3rem);
      font-weight: 900;
      letter-spacing: 6px;
      text-transform: uppercase;
      color: #111;
      position: relative;
      display: inline-block;
      padding-bottom: 16px;
    }
    .section-heading h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 60px;
      height: 3px;
      background: #5467ff;
    }

    /* ── THREE-COLUMN LAYOUT ── */
    .about-layout {
      display: grid;
      grid-template-columns: 1fr 1.6fr 1fr;
      gap: 0;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      align-items: stretch;
    }

    /* ── SIDE COLUMNS ── */
    .side-col {
      padding: 40px 36px;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 28px;
    }
    .side-col.left  { border-right: 1px solid #eee; }
    .side-col.right { border-left:  1px solid #eee; }

    .side-col .badge {
      display: inline-block;
      font-size: 11px;
      font-weight: 600;
      letter-spacing: 3px;
      text-transform: uppercase;
      color: #5467ff;
      background: #eef0ff;
      padding: 5px 12px;
      border-radius: 20px;
      width: fit-content;
    }
    .side-col h3 {
      font-family: 'Playfair Display', serif;
      font-size: clamp(1.2rem, 2vw, 1.5rem);
      color: #111;
      font-weight: 700;
      line-height: 1.35;
    }
    .side-col p {
      font-size: 14.5px;
      color: #666;
      line-height: 1.8;
    }

    /* stat rows */
    .stat-row {
      display: flex;
      align-items: center;
      gap: 18px;
      padding: 14px 0;
      border-top: 1px solid #f0f0f0;
    }
    .stat-row:last-child { border-bottom: 1px solid #f0f0f0; }
    .stat-num {
      font-family: 'Playfair Display', serif;
      font-size: 2rem;
      font-weight: 900;
      color: #5467ff;
      line-height: 1;
      min-width: 60px;
    }
    .stat-label {
      font-size: 13px;
      color: #555;
      line-height: 1.5;
      text-transform: uppercase;
      letter-spacing: 1px;
    }

    /* service list */
    .service-list { list-style: none; }
    .service-list li {
      font-size: 14px;
      color: #444;
      padding: 10px 0;
      border-bottom: 1px dashed #e8e8e8;
      display: flex;
      justify-content: space-between;
      align-items: center;
      letter-spacing: .3px;
    }
    .service-list li:first-child { padding-top: 0; }
    .service-list li span {
      font-size: 13px;
      color: #5467ff;
      font-weight: 600;
    }

    .read-link {
      color: #111;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-decoration: none;
      border-bottom: 1.5px solid #111;
      padding-bottom: 2px;
      transition: color .2s, border-color .2s;
      width: fit-content;
    }
    .read-link:hover { color: #5467ff; border-color: #5467ff; }

    /* ── FULL-WIDTH CENTRE IMAGE ── */
    .about-image {
      position: relative;
      overflow: hidden;
      min-height: 480px;
    }
    .about-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform .6s ease;
    }
    .about-image:hover img { transform: scale(1.04); }

    .about-image .img-caption {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      padding: 32px 28px 24px;
      background: linear-gradient(to top, rgba(0,0,0,.72) 0%, transparent 100%);
      color: #fff;
    }
    .img-caption h4 {
      font-family: 'Playfair Display', serif;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.3;
      margin-bottom: 6px;
    }
    .img-caption p { font-size: 13px; opacity: .8; letter-spacing: .5px; }

    /* ── TABLET (≤ 1024px) ── */
    @media (max-width: 1024px) {
      .about-layout {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
      }
      /* image spans full width as first row */
      .about-image {
        grid-column: 1 / -1;
        grid-row: 1;
        min-height: 340px;
      }
      .side-col.left  { grid-column: 1; grid-row: 2; border-right: 1px solid #eee; border-top: none; }
      .side-col.right { grid-column: 2; grid-row: 2; border-left: 1px solid #eee; border-top: none; }
    }

    /* ── MOBILE (≤ 640px) ── */
    @media (max-width: 640px) {
      .about { padding: 56px 0 48px; }
      .about-layout {
        grid-template-columns: 1fr;
        padding: 0 16px;
      }
      .about-image {
        grid-column: 1;
        grid-row: 1;
        min-height: 240px;
      }
      .side-col.left  { grid-column: 1; grid-row: 2; border: none; border-top: 1px solid #eee; padding: 30px 20px; }
      .side-col.right { grid-column: 1; grid-row: 3; border: none; border-top: 1px solid #eee; padding: 30px 20px; }
    }
/*-- //about --*/
/*-- services --*/
#services {
    position: relative;
    overflow: hidden;
}

/* Film grain canvas - full section background */
#grain-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35; /* ← adjust this value: 0.1 subtle | 0.35 medium | 0.6 strong */
}

#services .container {
    width: 95%;
    max-width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
}

.service-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

.service-img {
    width: 290px;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.service-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

.serviceimage1 {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.serviceimage2 {
    background: url(../images/banner2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.serviceimage3 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.serviceimage1:before, .serviceimage2:before, .serviceimage3:before {
    border-bottom: 3px solid #eee;
    border-right: 3px solid #eee;
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.serviceimage1:after, .serviceimage2:after, .serviceimage3:after {
    border-top: 3px solid #eee;
    border-left: 3px solid #eee;
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
}

.servicetext h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #ccc;
}

.servicetext p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: .2px;
}

.servicetext a {
    color: #5467ff;
    font-size: 15px;
    letter-spacing: 2px;
    border-bottom: 1px solid #5467ff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

.servicetext a:hover {
    border-bottom: 1px solid #eee;
    color: #eee;
}

.servicetext {
    background: #222;
}

/* SERVICE BOX */
.service-box {
    display: flex;
    align-items: center;
    gap: 18px;
}

/* IMAGE */
.service-img {
    width: 220px;
    height: 170px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

/* TEXT */
.service-box h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
}

.service-box p {
    font-size: 15px;
    color: #666;
    margin: 0;
}

/* ============================= */
/* TABLET FIX */
/* ============================= */
@media (max-width: 991px) {
    .service-img {
        width: 180px;
        height: 140px;
    }
    .service-box h4 {
        font-size: 18px;
    }
    .service-box p {
        font-size: 14px;
    }
}

/* ============================= */
/* MOBILE FIX */
/* ============================= */
@media (max-width: 576px) {
    .service-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .service-img {
        width: 100%;
        height: 200px;
    }
    .service-box h4 {
        margin-top: 10px;
    }
}
/*-- //services --*/

/*-- Testimonials --*/
.testimonials {
    background: url(../images/banner1.jpg)no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.wthree_testimonials_grid_pos img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
    margin: 0em auto 0;
    width: 12%;
    border: 2px dashed #fff;
    padding: 5px;
}
.wthree_testimonials_grid {
    position: relative;
    margin: 2em auto 0;
    padding: 2em 5em 2em;
    text-align: center;
	border: 3px solid #ccc;
}
.wthree_testimonials_grid1,.wthree_testimonials_grid{
	width: 90%;
}
.wthree_testimonials_grid p {
    color: #fff;
    line-height: 2.3em;
    margin: 1em 0;
    font-size: 1em;
    letter-spacing: 1px;
     font-weight: 300;
}
.wthree_testimonials_grid1{
	text-align:right;
	margin: 0 auto;
}
.wthree_testimonials_grid h5 {
    color: #5467ff;
    margin: 1em 0 1em;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.wthree_testimonials_grid1 p{
	color:#212121;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:36px;
	height:48px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	top: 72% !important;
}
.nbs-flexisel-nav-left {
	left: 37.5%;
    background:url(../images/left.png) no-repeat no-repeat 3px 6px transparent;
}
.nbs-flexisel-nav-right {
	right: 38%;
	background:url(../images/right.png) no-repeat no-repeat 3px 6px transparent;
}
.test_agile_info {
    background:rgba(0, 0, 0, 0.63);
}
/*-- //flexisel --*/

/*-- contact --*/
.contact-map iframe {
    width: 100%;
    height: 450px;
    border: none;
    outline: none;
    border: 2px dotted #666;
}
.contact-info h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #eee;
}
.contact-info p,.contact-info p a {
    font-size: 15px;
    color: #888;
    line-height: 30px;
    letter-spacing: .2px;
}
.contact-info p a:hover{
    color: #eee;
}
.contact-info p span{
    color: #5467ff;
}
.contact-main-grid {
    position: relative;
}
.contact-info {
    position: absolute;
    background: #222;
    padding: 4em 3em;
    border: 1px dashed #222;
    right: 0.2%;
    bottom: 2.1%;
    top: 0.6%;
    width: 40%;
}

/*-- //contact --*/

/*-- team --*/
.barber-grid1{
	position: relative;
}
.barber-grid1:before {
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    z-index: 1;
}
.barber-grid1:after {
    content: "";
    display: inline-block;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    bottom: 15px;
    z-index: 1;
}
.barber-grids h4 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #222;
}
.barber-grids p {
    font-size: 15px;
    color: #777;
    letter-spacing: 1px;
}

.barbers ul li a {
    font-size: 13px;
    display: block;
    color: #5467ff;
    border: 1px solid #5467ff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 3px;
}
.barbers ul li a:hover {
    background: #5467ff;
    border: 1px solid #5467ff;
    color: #fff;
}
#team {
    position: relative;
    overflow: hidden;
}

#team-grain-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35;
}

#team .container {
    position: relative;
    z-index: 1;
}
/*-- team --*/

/*-- footer --*/
.newsletter {
    background: #111;
}
.newsletter form {
    width: 100%;
    position: relative;
}
.newsletter input[type="email"] {
    width: 100%;
    padding: 1em 1.2em;
    width: 100%;
    font-size: 15px;
    color: #666;
    outline: none;
    background: rgba(241, 245, 249, 0.08);
    -webkit-appearance: none;
    border: none;
    -webkit-appearance: none;
    letter-spacing: 2px;
    border-radius: 3px;
    box-sizing: border-box;
}
.newsletter input[type="email"]:focus {
    background: #fff;
}
.form-control:focus {
    box-shadow: 0 0 0 0.025rem rgba(255, 255, 255, 0.25);
}
.newsletter button.btn1 {
    color: #666;
    border: none;
    padding: 10px 0;
    outline: none;
    text-align: center;
    text-decoration: none;
    background: none;
    background: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    position: absolute;
     right: 4%;
    bottom: 7%;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
}
.newsletter form {
    width: 40%;
    margin: 0 auto;
}
.subscribe_inner p{
    font-size: 18px;
    letter-spacing: 2px;
    color: #aaa;
    font-weight: 300;
}

.newsletter ul li a {
    font-size: 13px;
    display: block;
    color: #888;
    background: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.newsletter ul li a:hover {
    background: #eee;
}
.social  ul {
    list-style-type: none;
}
.subscribe_inner h4 {
    color: #888;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.subscribe_inner i {
    color: #666;
}
.copyright p {
    font-size: 15px;
    letter-spacing: 2px;
    color: #aaa;
    font-weight: 300;
     line-height: 28px;
}
.copyright a {
    color: #eee;
}
.copyright a:hover {
    color: #5467ff;
}
/*-- //footer --*/

/*-- pricing --*/
#pricing {
    position: relative;
    overflow: hidden;
}

/* Film grain canvas - full section background */
#pricing-grain-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.35; /* ← adjust: 0.1 subtle | 0.35 medium | 0.6 strong */
}

#pricing .container {
    width: 95%;
    max-width: 95%;
    margin: auto;
    position: relative;
    z-index: 1;
}

/* Increase pricing box height */
.resp-tabs-container {
    padding: 50px 60px;
    min-height: 420px;
}

/* More spacing between service rows */
.tab-grids .col-md-6 {
    margin-bottom: 50px;
}

/* Make sure tab has relative position */
.resp-tabs-list li {
    position: relative;
}

/* Active tab background */
.resp-tabs-list li.resp-tab-active {
    background: #5467ff !important;
    color: #fff !important;
    border-color: #5467ff !important;
}

/* Remove old green triangle */
.resp-tabs-list li.resp-tab-active:after,
.resp-tabs-list li.resp-tab-active:before {
    border: none !important;
}

/* Create new blue triangle */
.resp-tabs-list li.resp-tab-active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5467ff !important;
}

/* Price color */
.price {
    color: #5467ff;
    font-weight: 600;
}

/* Optional: active tab border */
.resp-tabs-list li.resp-tab-active {
    border-color: #5467ff !important;
}

span.price {
    float: right;
    padding-right: 40px;
    color: #5467ff !important;
}

.tab-grids h3 {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #222;
    position: relative;
    padding-right: 70px;
}

.tab-grids h3 .price {
    position: absolute;
    right: 0;
    top: 0;
    color: #5467ff;
    font-weight: 700;
}

.tab-grids p {
    font-size: 15px;
    color: #777;
    line-height: 28px;
    letter-spacing: .2px;
    margin-top: 10px;
}

.tab-grids .col-md-6 {
    margin-bottom: 35px;
}

/* ===== TAB ACTIVE COLOR (DESKTOP) ===== */
.resp-tabs-list li.resp-tab-active {
    background: #5467ff !important;
    color: #fff !important;
    border-color: #5467ff !important;
}

/* Arrow under active tab */
.resp-tabs-list li.resp-tab-active::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5467ff;
}

/* ===== MOBILE ACCORDION TAB ===== */
h2.resp-accordion.resp-tab-active {
    background: #5467ff !important;
    color: #fff !important;
    border-color: #5467ff !important;
}

/* Mobile arrow color */
h2.resp-accordion.resp-tab-active span.resp-arrow {
    border-top: 5px solid #fff !important;
}

/* Remove template green color completely */
.resp-tab-active {
    background: #5467ff !important;
}

/* Remove bottom scroll arrow in mobile/tab view */
.resp-tabs-container::after,
.resp-tabs-container > .clearfix + *,
#horizontalTab .resp-arrow,
.resp-tab-content .clearfix ~ *,
[class*="resp-tab"] .arrow,
.resp-tabs-container > div:last-child:not([class*="tab"]) {
    display: none !important;
}

/* Hide the bottom arrow indicator in mobile responsive tabs */
.resp-tab-content-active::after {
    display: none !important;
}

/* Fix for the bottom triangle/arrow shown in mobile view */
.resp-tabs-list li:not(.resp-tab-active)::after {
    display: none !important;
}

/* Remove any pseudo-element arrows at bottom of content */
#horizontalTab::after,
.responsive_tabs::after {
    display: none !important;
    content: none !important;
}

/* Remove empty white box below Beard Style tab in mobile view */
.resp-tabs-container .clearfix {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide any empty div after the last tab item */
.resp-tabs-list ~ div:empty,
#horizontalTab > div:empty {
    display: none !important;
    height: 0 !important;
}

/* Fix extra spacing/white box in mobile responsive tabs */
#horizontalTab .resp-tabs-container > .clearfix,
.responsive_tabs .clearfix {
    display: none !important;
    clear: none !important;
}
/*-- //pricing --*/

/*-- Appointment --*/
.btn-appointment{
  background-color:#5467ff;
  color:#fff;
  padding:12px 28px;
  font-family: 'Courier Prime';
  font-weight:bold;
  text-decoration:none;
  border-radius:50px;
  display:inline-flex;        /* change from inline-block */
  align-items:center;
  justify-content:center;     /* center text */
  text-align:center;
  transition:all .3s ease;
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.6);
}

.btn-appointment:hover{
  background-color:#3d4ecc;
  transform:translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 255, 255, 0.6);
}

/* Mobile menu fix */
@media (max-width:768px){

  .btn-appointment{
    width:100%;           /* full width */
    justify-content:center;
    text-align:center;
  }

}
.appointment{
	background: url(../images/appointment.jpg) no-repeat 0px 0px;
	background-size: cover;
}
.appointment h3.heading,.testimonials h3.heading{
	color: #fff;
}
.appointment h3.heading:after,.testimonials h3.heading:after {
    background: #fff;
}
.appointment .heading i,.testimonials .heading i{
	color: #fff;
}
.contact_grid_right input[type="text"], .contact_grid_right input[type="email"], .contact_grid_right textarea {
    outline: none;
    padding: 15px 15px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    width: 100%;
    letter-spacing: 1px;
    border: 1px solid #ebeeef;
    box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    -webkit-box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    -o-box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    -moz-box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    border-radius: 0;
}
.contact_grid_right textarea {
    min-height: 150px;
    margin: 1em 0em;
    resize: none;
}
.contact_left_grid {
    width: 50%;
    margin: 0 auto;
}
.contact_left_grid ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #eee;
}
.contact_left_grid ::-moz-placeholder { /* Firefox 19+ */
  color: #eee;
}
.contact_left_grid :-ms-input-placeholder { /* IE 10+ */
  color: #eee;
}
.contact_left_grid :-moz-placeholder { /* Firefox 18- */
  color: #eee;
}
.contact_grid_right input[type="submit"] {
    outline: none;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
    background: #5467ff;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    -webkit-box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    -o-box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
    -moz-box-shadow: 4px 4px rgba(187, 188, 189, 0.5);
}
.contact_grid_right input[type="submit"]:hover {
    background: #fff;
    color: #333;
}
/* Ensure the container doesn't restrict the button */
.form-group.text-center {
    width: 100%;
    padding: 0;
    margin: 0;
}

.appointment-btn {
    background: #5467ff;
    color: #fff;
    font-size: 22px;
    
    /* Change padding: 60px wide padding can cause overflow issues */
    padding: 20px 0; 
    
    border: none;
    border-radius: 8px;
    cursor: pointer;
    
    /* Force full width */
    display: block;
    width: 100%;
    box-sizing: border-box; /* Crucial: ensures padding stays inside the 100% */
    
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: background 0.3s ease;
}

.appointment-btn:hover {
    background: #5467ff;
}
/*-- //Appointment --*/

/*-- to-top --*/
/* #toTop {
    background: #5467ff !important;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#toTop::after {
    content: "▲";  
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
} */
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	/* background: url(../images/arr.png) no-repeat 0px 0px; */
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- Responsive Design --*/

@media(max-width: 1440px){
	.servicetext h4 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.callbacks_tabs {
		left: 46%;
	}
}
@media(max-width: 1280px){
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 3em;
	}
	.callbacks_tabs {
		left: 45%;
	}
}
@media(max-width: 1080px){
	li.nav-item {
		padding: 0 10px;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 2.5em;
	}
	a.navbar-brand {
		font-size: 2.5em;
		padding: 0px 25px 15px 25px;
	}
	h3.heading {
		letter-spacing: 3px;
		font-size: 40px;
	}
	.about-grid2 h3, .about-grid3 h3 {
		font-size: 2em;
	}
}
@media(max-width: 1024px){
	.bg1,.bg2,.bg3,.bg4 {
		height: 55vw;
	}
	.banner-text {
		padding: 20vw 0vw 0;
	}
}
@media(max-width: 991px){
	.wthree_testimonials_grid1, .wthree_testimonials_grid {
		width: 100%;
	}
	.wthree_testimonials_grid {
		margin: 1em auto 0;
		padding: 2em 2em 2em;
	}
	.wthree_testimonials_grid p {
		margin: 0em 0;
		font-size: .9em;
	}
	.contact-info {
		width: 55%;
	}
	.contact_left_grid {
		width: 70%;
		margin: 0 auto;
	}
	.banner-text {
		padding: 22vw 0vw 0;
	}
	.callbacks_tabs {
		left: 44%;
	}
	.navbar-light .navbar-toggler {
		color: rgba(0, 0, 0, 0.5);
		border-color: #5467ff;
		background: #5467ff;
	}
	.navbar-toggler {
		border-radius: 0rem;
	}
	ul.navbar-nav {
		background: rgba(0, 0, 0, 0.7);
		background: #222;
		padding: 2em;
	}
	.navbar{
		padding: 0.5rem 0;
	}
	
}
@media(max-width: 900px){
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 2em;
	}
}
@media(max-width: 768px){
	.tab-grids {
		padding: 2em;
	}
	span.price {
		padding-right: 0px;
	}
	.tab-grids h3 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.subscribe_inner p {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.newsletter form {
		width: 60%;
		margin: 0 auto;
	}
	.about-grid1 h3 {
		font-size: 22px;
	}
	.bg1,.bg2,.bg3,.bg4 {
		height: 62vw;
	}
	.banner-text {
		padding: 25vw 0vw 0;
	}
}
@media(max-width: 736px){
	.contact-info {
		padding: 3em;
		width: 100%;
		position: static;
	}
	.contact-map iframe {
		height: 300px;
	}
	h3.heading {
		letter-spacing: 3px;
		font-size: 35px;
	}
	.contact_left_grid {
		width: 80%;
		margin: 0 auto;
	}
	.copyright p {
		letter-spacing: 1px;
	}
	.barber-grids h4 {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.wthree_testimonials_grid_pos img {
		width: 18%;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 75% !important;
	}
	.nbs-flexisel-nav-right {
		right: 30%;
	}
	.nbs-flexisel-nav-left {
		left: 29.5%;
	}
	.callbacks_tabs {
		left: 43%;
	}
}
@media(max-width: 667px){
	.slider-info {
		height: 56vw;
	}
	.callbacks_tabs {
		left: 42%;
	}
	.bg1,.bg2,.bg3,.bg4 {
		height: 66vw;
	}
	h5.tag {
		font-size: 13px;
		letter-spacing: 3px;
	}
	.banner-text {
		padding: 28vw 0vw 0;
	}
	a.navbar-brand {
		font-size: 2.2em;
	}
	a.navbar-brand span {
		font-size: 13px;
		letter-spacing: 3px;
	}
}
@media(max-width: 600px){
	.bg1,.bg2,.bg3,.bg4 {
		height: 70vw;
	}
}
@media(max-width: 568px){
	.barber-grids {
		width: 60%;
		margin: 0 auto;
	}
	.serviceimage1,.serviceimage2,.serviceimage3 {
		height: 48vw;
	}
	.banner-text {
		padding: 29vw 5vw 0;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 1.8em;
	}
	.callbacks_tabs {
		left: 40%;
	}
}
@media(max-width: 480px){
	.about-grid1 h3 {
		font-size: 20px;
		letter-spacing: 1px;
	}
	.about-grid2 h3, .about-grid3 h3 {
		font-size: 1.8em;
		margin: 1em 0;
	}
	.barber-grids {
		width: 70%;
		margin: 0 auto;
	}
	.newsletter form {
		width: 90%;
	}
	.wthree_testimonials_grid_pos img {
		width: 25%;
	}
	.bg1,.bg2,.bg3,.bg4 {
		height: 85vw;
	}
	.banner-text {
		padding: 35vw 5vw 0;
	}
	.callbacks_tabs li {
		margin: 0 0.3em;
	}
	
	.navbar-light .navbar-nav .nav-link {
		font-size: 15px;
	}
}
@media(max-width: 414px){
	.about-grid2 h3, .about-grid3 h3 {
		font-size: 1.5em;
		letter-spacing: 1px;
	}
	h3.heading {
		letter-spacing: 1px;
		font-size: 32px;
	}
	.contact-info h4 {
		font-size: 17px;
		letter-spacing: 1px;
	}
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 79% !important;
	}
	h4.agile-title, h1.agile-title, h2.agile-title {
		font-size: 1.5em;
	}
	.bg1,.bg2,.bg3,.bg4 {
		height: 100vw;
	}
	.banner-text {
		padding: 45vw 5vw 0;
	}
	.about-grid1 h3 {
		letter-spacing: 0px;
	}
	.newsletter ul li a {
		font-size: 11px;
		width: 36px;
		height: 36px;
		line-height: 36px;
	}
	.barber-grids {
		width: 80%;
	}
}
@media(max-width: 384px){
	.about-grid2 h3, .about-grid3 h3 {
		font-size: 1.3em;
		letter-spacing: 1px;
	}
	.barber-grids {
		width: 90%;
		margin: 0 auto;
	}
	.contact-info {
		padding: 2em;
	}
	.tab-grids {
		padding: 2em 1em;
	}
	.wthree_testimonials_grid_pos img {
		width: 30%;
	}
	.nbs-flexisel-nav-left {
		left: 18.5%;
	}
	.nbs-flexisel-nav-right {
		right: 19%;
	}
	.callbacks_tabs a {
		height: 10px;
		width: 10px;
	}
	.callbacks_tabs a:after {
		width: 20px;
		height: 20px;
	}
	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}
}
@media(max-width: 375px){
	.about-grid1 h3 {
		font-size: 18px;
		letter-spacing: 0px;
	}
	.contact_left_grid {
		width: 90%;
	}
	.bg1, .bg2, .bg3, .bg4 {
		height: 105vw;
	}
}
@media(max-width: 320px){
	.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
		top: 83% !important;
	}
	.wthree_testimonials_grid {
		padding: 1em 1em 1em;
	}
}
/*-- //Responsive Design --*/