 
      .main-menu-logo img {
      width:180px !important;
      }
      .text-primary-color {
      /*color: #cf2329 !important;*/
      }
 
       
         header {
         background: #fff8e1;
         padding: 40px 0 20px 0;
         text-align: center;
         }
         header h1 {
         font-size: 2.5rem;
         font-weight: 700;
         color: #ffb300;
         margin-bottom: 10px;
         }
         header h2 {
         font-size: 2rem;
         color: #333;
         font-weight: 600;
         margin-top: 0;
         }
         header p {
         font-size: 1.1rem;
         margin: 10px auto 0 auto;
         max-width: 700px;
         color: #666;
         }
         section.benefits {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         gap: 32px;
         padding: 40px 10px;
         background: #fff;
         }
         .benefit-card {
         background: #ffffff;
         border-radius: 12px;
         box-shadow: 0 2px 16px rgba(0,0,0,0.08);
         padding: 28px 22px;
         max-width: 100%;
         min-width: 260px;
         flex: 1 1 260px;
         border-left: 6px solid #ffb300;
         }
         .benefit-card h3 {
         margin-top: 12px;
         font-size: 1.2rem;
         color: #333;
         font-weight: 600;
         }
         .benefit-card p {
         font-size: 1rem;
         color: #666;
         margin-top: 10px;
         }
         .benefit-card .icon {
         font-size: 2.4rem;
         display: block;
         margin-bottom: 8px;
         color: #ffe082;
         }
         @media (max-width: 900px) {
         section.benefits {
         flex-direction: column;
         gap: 18px;
         padding: 20px 6px;
         }
         .benefit-card {
         max-width: 100%;
         }
         }
         footer {
         background: #ffecb3;
         text-align: center;
         padding: 20px 0;
         font-size: 1rem;
         color: #555;
         margin-top: 20px;
         }
         /* Custom icon styles */
         .icon img {
         height: 40px;
         vertical-align: middle;
         }
      

      /*glass effect*/
      /* ===========================
   Ganpati Interior Glass Cards
=========================== */

#gi-feature-glass-section{
    position:relative;
    padding:40px 0;
    background:linear-gradient(
    135deg,
    #182C2A 0%,
    #213A37 100%);
}

#gi-feature-glass-section .gi-glass-wrapper{
    position:relative;
}

#gi-feature-glass-section .gi-glass-card{
    height:100%;
    text-align:center;
    padding:35px 25px;
    
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,0.15);
    border-radius:25px;

    box-shadow:
    0 8px 32px rgba(0,0,0,.15);

    transition:all .4s ease;
    overflow:hidden;
    position:relative;
}

#gi-feature-glass-section .gi-glass-card::before{
    content:'';
    position:absolute;
    top:-100%;
    left:-100%;
    width:200%;
    height:200%;
    background:linear-gradient(
    45deg,
    transparent,
    rgba(255,255,255,.08),
    transparent);
    transform:rotate(25deg);
    transition:.8s;
}

#gi-feature-glass-section .gi-glass-card:hover::before{
    top:100%;
    left:100%;
}

#gi-feature-glass-section .gi-glass-card:hover{
    transform:translateY(-12px);
    border-color:#D6B36A;

    box-shadow:
    0 20px 40px rgba(0,0,0,.25),
    0 0 20px rgba(214,179,106,.25);
}

#gi-feature-glass-section .gi-icon{
    width:85px;
    height:85px;
    margin:auto;
    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.15);

    margin-bottom:20px;
}

#gi-feature-glass-section .gi-icon span{
    font-size:42px;
    color:#D6B36A;
}

#gi-feature-glass-section h5{
    color:#fff;
    font-size:22px;
    font-weight:700;
    margin-bottom:10px;
}

#gi-feature-glass-section p{
    color:rgba(255,255,255,.75);
    font-size:15px;
    line-height:1.8;
    margin:0;
}

/* Mobile */
@media(max-width:767px){

    #gi-feature-glass-section{
        padding:60px 0;
    }

    #gi-feature-glass-section .gi-glass-card{
        padding:25px 20px;
    }

}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* ===========================
   GANPATI INTERIOR ABOUT
=========================== */

#gi-about-section{
    position:relative;
    padding:40px 0;
    background:
    radial-gradient(circle at top left,
    rgba(214,179,106,.12),
    transparent 40%),
    #182C2A;
    overflow:hidden;
}

/* IMAGE AREA */

.gi-image-wrapper{
    position:relative;
    padding:30px;
}

.gi-main-image{
    width:100%;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
}

.gi-small-image{
    width:220px;
    border-radius:20px;
    position:absolute;
    right:0;
    bottom:20px;
    border:8px solid #fff;
    box-shadow:0 20px 40px rgba(0,0,0,.2);
}

/* FLOATING EXPERIENCE */

.gi-exp-badge{
    position:absolute;
    top:20px;
    right:20px;

    width:160px;
    height:160px;

    border-radius:50%;

    background:linear-gradient(
    135deg,
    #D6B36A,
    #F2D99C);

    color:#182C2A;

    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;

    font-weight:700;

    box-shadow:
    0 20px 50px rgba(0,0,0,.25);

    animation:giFloat 4s ease-in-out infinite;
}

.gi-exp-badge span{
    font-size:55px;
    line-height:1;
}

.gi-exp-badge small{
    font-size:14px;
}

@keyframes giFloat{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-12px);
    }
}

/* GLASS CARD */

.gi-about-glass{

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:
    1px solid rgba(255,255,255,.12);

    border-radius:30px;

    padding:50px;

    box-shadow:
    0 20px 60px rgba(0,0,0,.15);
}

.gi-subtitle{
    color:#D6B36A;
    font-weight:600;
    margin-bottom:15px;
    text-transform:uppercase;
    letter-spacing:1px;
}

.gi-title{
    color:#fff;
    font-size:42px;
    line-height:1.3;
    font-weight:700;
    margin-bottom:20px;
}

.gi-desc{
    color:rgba(255,255,255,.75);
    line-height:1.9;
    margin-bottom:10px;
}

/* FEATURES */

.gi-feature-box{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.gi-feature-icon{
    min-width:60px;
    width:60px;
    height:60px;
    border-radius:15px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(255,255,255,.08);

    border:1px solid rgba(255,255,255,.12);
}

.gi-feature-icon i{
    color:#D6B36A;
    font-size:28px;
}

.gi-feature-box h4{
    color:#fff;
    font-size:20px;
    margin-bottom:8px;
}

.gi-feature-box p{
    color:rgba(255,255,255,.75);
    font-size:14px;
    margin:0;
}

/* STATS */

.gi-stats-row{
    margin-top:40px;
    margin-bottom:35px;
}

.gi-stat-box{
    text-align:center;
}

.gi-stat-box h3{
    color:#D6B36A;
    font-size:38px;
    font-weight:700;
    margin-bottom:5px;
}

.gi-stat-box p{
    color:#fff;
    margin:0;
}

/* BUTTON */

.gi-btn{
    display:inline-block;

    background:
    linear-gradient(
    135deg,
    #D6B36A,
    #F2D99C);

    color:#182C2A;

    padding:14px 35px;

    border-radius:50px;

    font-weight:700;

    transition:.4s;
}

.gi-btn:hover{
    transform:translateY(-4px);
    color:#182C2A;
    text-decoration:none;
}

/* MOBILE */

@media(max-width:991px){

    .gi-title{
        font-size:32px;
    }

    .gi-small-image{
        display:none;
    }

    .gi-exp-badge{
        width:120px;
        height:120px;
    }

    .gi-exp-badge span{
        font-size:38px;
    }

    .gi-about-glass{
        padding:35px;
    }
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

#gi-package-section{
    padding:40px 0;
    background:#1d3633fa;
}

#gi-package-section .gi-subtitle{
    color:#D6B36A;
    text-transform:uppercase;
    font-weight:600;
}

#gi-package-section .gi-title{
    color:#fff;
    font-size:42px;
    font-weight:700;
}

#gi-package-section .gi-title span{
    color:#D6B36A;
}

#gi-package-section .gi-desc{
    color:rgba(255,255,255,.7);
}

.gi-package-card{

    background:rgba(255,255,255,.06);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.12);

    border-radius:25px;

    overflow:hidden;

    position:relative;

    transition:.4s;
}

.gi-package-card:hover{
    transform:translateY(-10px);

    box-shadow:
    0 25px 50px rgba(0,0,0,.25);
}

.gi-package-card img{
    width:100%;
}

.gi-package-content{
    padding:30px;
}

.gi-package-content h3{
    color:#fff;
    margin-bottom:15px;
}

.gi-price{
    color:#D6B36A;
    margin-bottom:20px;
}

.gi-price span{
    display:block;
    font-size:34px;
    font-weight:700;
}

.gi-package-content ul{
    padding:0;
    list-style:none;
}

.gi-package-content ul li{
    color:#ddd;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.gi-package-btn{
    margin-top:20px;
    display:inline-block;
    background:linear-gradient(135deg,#D6B36A,#F2D99C);
    color:#182C2A;
    padding:12px 28px;
    border-radius:40px;
    font-weight:700;
}

.gi-package-tag{

    position:absolute;

    top:15px;
    right:-35px;

    background:#D6B36A;

    color:#182C2A;

    padding:8px 40px;

    transform:rotate(45deg);

    font-size:12px;

    font-weight:700;
}

.gi-package-featured{
    transform:scale(1.05);
    border:2px solid #D6B36A;
}

/* ==================================
   GANPATI INTERIOR PACKAGE SECTION
================================== */

#gi-pricing-section{
    position:relative;
    padding:40px 0;

    background-image:
    linear-gradient(
    rgba(24,44,42,.88),
    rgba(24,44,42,.92)),
    url('images/bg/interior-luxury-bg.jpg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;

    overflow:hidden;
}

/* Floating Gold Circle */

#gi-pricing-section::before{
    content:'';

    position:absolute;

    width:450px;
    height:450px;

    top:-150px;
    left:-150px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.20),
    transparent 70%);

    animation:floatCircle 12s ease-in-out infinite;
}

/* Right Glow */

#gi-pricing-section::after{
    content:'';

    position:absolute;

    width:500px;
    height:500px;

    bottom:-250px;
    right:-200px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.15),
    transparent 70%);
}

@keyframes floatCircle{

    0%,100%{
        transform:translateY(0px);
    }

    50%{
        transform:translateY(40px);
    }

}

/* Heading */

#gi-pricing-section .title-box-center{
    position:relative;
    z-index:2;
}

#gi-pricing-section h2{
    color:#fff;
    font-size:52px;
    font-weight:700;
    line-height:1.3;
}

#gi-pricing-section h5{
    color:#D6B36A;
    text-transform:uppercase;
    letter-spacing:2px;
}

#gi-pricing-section p{
    color:rgba(255,255,255,.75);
}

/* ==================================
   PACKAGE CARD
================================== */

#gi-pricing-section .service-card{

    position:relative;

    border:none;

    overflow:hidden;

    border-radius:25px;

    background:
    rgba(255,255,255,.08);

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:
    1px solid rgba(255,255,255,.12);

    transition:.5s;

    height:100%;

    box-shadow:
    0 15px 40px rgba(0,0,0,.20);
}

/* Top Gold Border Animation */

#gi-pricing-section .service-card::before{

    content:'';

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:4px;

    background:
    linear-gradient(
    90deg,
    transparent,
    #D6B36A,
    transparent);

    transition:.8s;
}

#gi-pricing-section .service-card:hover::before{
    left:100%;
}

/* Hover */

#gi-pricing-section .service-card:hover{

    transform:
    translateY(-15px)
    scale(1.02);

    box-shadow:
    0 30px 60px rgba(0,0,0,.35);

    border-color:#D6B36A;
}

/* Image */

#gi-pricing-section .service-card img{

    height:280px;
    object-fit:cover;

    transition:.6s;
}

#gi-pricing-section .service-card:hover img{
    transform:scale(1.08);
}

/* Body */

#gi-pricing-section .card-body{
    padding:30px;
}

#gi-pricing-section .card-title{

    color:#fff;
    font-size:24px;
    font-weight:700;
}

#gi-pricing-section .price{

    font-size:34px;
    color:#D6B36A !important;
    margin:15px 0;
}

#gi-pricing-section .card-text{
    color:rgba(255,255,255,.75);
    line-height:1.8;
}

/* Badge */

#gi-pricing-section .badge{

    background:
    linear-gradient(
    135deg,
    #D6B36A,
    #F4D58D) !important;

    color:#182C2A !important;

    padding:10px 18px;

    border-radius:30px;

    font-size:12px;
}

/* ==================================
   MOBILE
================================== */

@media(max-width:991px){

    #gi-pricing-section{
        background-attachment:scroll;
        padding:80px 0;
    }

    #gi-pricing-section h2{
        font-size:34px;
    }

    #gi-pricing-section .service-card img{
        height:220px;
    }

}

.gi-section-tag{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(214,179,106,.15);
    color:#D6B36A;
    font-weight:600;
    margin-bottom:20px;
}

.gi-main-title{
    color:#fff;
    font-size:52px;
    font-weight:700;
    line-height:1.3;
}

.gi-main-desc{
    max-width:750px;
    margin:auto;
    color:rgba(255,255,255,.75);
}

.package-image{
    overflow:hidden;
}

.package-ribbon{
    position:absolute;
    top:20px;
    left:-35px;
    background:#D6B36A;
    color:#182C2A;
    font-size:11px;
    font-weight:700;
    padding:10px 45px;
    transform:rotate(-45deg);
    z-index:9;
}

.featured-package{
    border:2px solid #D6B36A !important;
}

.package-features{
    list-style:none;
    padding:0;
    margin:25px 0;
}

.package-features li{
    color:#ddd;
    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.08);
}

.price span{
    font-size:16px;
    color:#ddd;
}

.package-btn{
    display:inline-block;
    background:linear-gradient(135deg,#D6B36A,#F2D99C);
    color:#182C2A;
    padding:14px 30px;
    border-radius:50px;
    font-weight:700;
    transition:.4s;
}

.package-btn:hover{
    transform:translateY(-4px);
    color:#182C2A;
}


/*::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/* ==================================================
   GANPATI INTERIOR - PREMIUM SERVICES SECTION
================================================== */

.service-title-section{
    position: relative;
    overflow: hidden;

    background:
    linear-gradient(
    rgba(24,44,42,.92),
    rgba(24,44,42,.95)),
    url('../images/bg/abs-bg2.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.service-title-section::before{
    content:'';
    position:absolute;
    top:-200px;
    left:-200px;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.15),
    transparent 70%);
}

.service-title-section::after{
    content:'';
    position:absolute;
    right:-250px;
    bottom:-250px;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.10),
    transparent 70%);
}

/* Heading */

.gi-service-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:rgba(214,179,106,.12);

    border:1px solid rgba(214,179,106,.25);

    color:#D6B36A;

    font-size:13px;
    font-weight:600;

    letter-spacing:2px;

    margin-bottom:20px;
}

.gi-service-title{

color:#fff;

font-size: 42px;

font-weight:700;

line-height:1.3;

margin-bottom: 85px;
}

.gi-service-title span{
    color:#D6B36A;
}

.service-title-section p{
    color:rgba(255,255,255,.80) !important;
    line-height:1.9;
}

/* ==================================================
   SERVICES SECTION
================================================== */

.service-section-style1{

position:relative;

background:
    linear-gradient(
    rgba(24,44,42,.95),
    rgba(24,44,42,.98)),
    url('../images/bg/abs-bg7.png');

background-size:cover;

background-position:center;

background-repeat:no-repeat;

background-attachment:fixed;

padding-bottom: 40px;

overflow:hidden;
}

.service-section-style1::before{

    content:'';

    position:absolute;

    width:400px;
    height:400px;

    top:-150px;
    left:-150px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.12),
    transparent 70%);
}

.service-section-style1::after{

    content:'';

    position:absolute;

    width:450px;
    height:450px;

    bottom:-200px;
    right:-200px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.10),
    transparent 70%);
}

/* ==================================================
   SERVICE CARD
================================================== */

.service-card{

    position:relative;

    height:100%;

    overflow:hidden;

    border:none !important;

    border-radius:28px;

    background:
    rgba(255,255,255,.07) !important;

    backdrop-filter:blur(18px);
    -webkit-backdrop-filter:blur(18px);

    border:
    1px solid rgba(255,255,255,.12) !important;

    transition:all .5s ease;

    box-shadow:
    0 15px 40px rgba(0,0,0,.20);
}

/* Gold Top Line */

.service-card::before{

    content:'';

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:4px;

    background:
    linear-gradient(
    90deg,
    transparent,
    #D6B36A,
    transparent);

    transition:.8s;
}

.service-card:hover::before{
    left:100%;
}

/* Hover */

.service-card:hover{

    transform:
    translateY(-15px);

    border-color:#D6B36A !important;

    box-shadow:
    0 0 30px rgba(214,179,106,.15),
    0 30px 60px rgba(0,0,0,.35);
}

/* ==================================================
   IMAGE
================================================== */

.service-card figure{
    margin:0;
    overflow:hidden;
}

.service-card img{

    width:100%;

    height:260px;

    object-fit:cover;

    transition:.8s ease;
}

.service-card:hover img{

    transform:scale(1.10);
}

/* ==================================================
   CARD BODY
================================================== */

.service-card .card-body{

    padding:35px;
}

.service-number{

    display:block;

    font-size:60px;

    font-weight:700;

    line-height:1;

    color:
    rgba(214,179,106,.15);

    margin-bottom:12px;
}

.service-card .card-title{

    color:#fff;

    font-size:26px;

    font-weight:700;

    margin-bottom:15px;
}

.service-card .card-text{

    color:
    rgba(255,255,255,.78);

    font-size:15px;

    line-height:1.9;

    margin-bottom:0;
}

/* ==================================================
   OPTIONAL BUTTON
================================================== */

.service-read-more{

    display:inline-block;

    margin-top:20px;

    color:#D6B36A;

    font-weight:600;

    transition:.3s;
}

.service-read-more:hover{

    color:#fff;

    text-decoration:none;

    padding-left:8px;
}

/* ==================================================
   FLOATING ANIMATION
================================================== */

@keyframes floatGold{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-20px);
    }
}

/* ==================================================
   RESPONSIVE
================================================== */

@media(max-width:1199px){

    .gi-service-title{
        font-size:46px;
    }

}

@media(max-width:991px){

    .gi-service-title{
        font-size:34px;
    }

    .service-card img{
        height:220px;
    }

    .service-number{
        font-size:42px;
    }

    .service-card .card-body{
        padding:25px;
    }

    .service-title-section,
    .service-section-style1{
        background-attachment:scroll;
    }

}

@media(max-width:576px){

    .gi-service-title{
        font-size:28px;
    }

    .service-card .card-title{
        font-size:22px;
    }

}

/* =========================================
   GANPATI INTERIOR TESTIMONIAL SECTION
========================================= */

.testimonial-section{
    position:relative;
    overflow:hidden;

    background:
    linear-gradient(
    rgba(24,44,42,.92),
    rgba(24,44,42,.97)),
    url('../images/bg/abs-bg5.png');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
    background-attachment:fixed;
}

/* Floating Glow */

.testimonial-section::before{
    content:'';

    position:absolute;

    top:-200px;
    left:-200px;

    width:500px;
    height:500px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.15),
    transparent 70%);
}

.testimonial-section::after{
    content:'';

    position:absolute;

    right:-250px;
    bottom:-250px;

    width:550px;
    height:550px;

    border-radius:50%;

    background:
    radial-gradient(
    circle,
    rgba(214,179,106,.10),
    transparent 70%);
}

/* =========================================
   HEADING
========================================= */

.gi-review-tag{

    display:inline-block;

    padding:10px 24px;

    border-radius:50px;

    background:
    rgba(214,179,106,.12);

    border:
    1px solid rgba(214,179,106,.25);

    color:#D6B36A;

    font-size:13px;
    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

.gi-review-title{

color: #182C2A;

font-size:52px;

font-weight:700;

line-height:1.3;

margin-bottom:10px;
}

.gi-review-title span{
    color:#D6B36A;
}

.gi-review-desc{

    color:
    rgba(255,255,255,.75);

    max-width:700px;

    margin:auto;

    line-height:1.8;
}

/* =========================================
   TESTIMONIAL CARD
========================================= */

.testimonial-item{

position:relative;

padding:40px;

border-radius:30px;

/* background:
    rgba(255,255,255,.07); */

backdrop-filter:blur(18px);

-webkit-backdrop-filter:blur(18px);

border:
    1px solid rgba(255,255,255,.12);

transition:.5s;

overflow:hidden;

margin:15px;
}

/* Gold Border Animation */

.testimonial-item::before{

    content:'';

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:4px;

    background:
    linear-gradient(
    90deg,
    transparent,
    #D6B36A,
    transparent);

    transition:.8s;
}

.testimonial-item:hover::before{
    left:100%;
}

.testimonial-item:hover{

    transform:translateY(-12px);

    border-color:#D6B36A;

    box-shadow:
    0 0 25px rgba(214,179,106,.18),
    0 25px 60px rgba(0,0,0,.35);
}

/* =========================================
   QUOTE ICON
========================================= */

.quote-icon{

    position:absolute;

    top:20px;
    right:25px;

    font-size:42px;

    color:
    rgba(214,179,106,.18);
}

/* =========================================
   STAR RATING
========================================= */

.rating{

    color:#FFD700;

    font-size:20px;

    letter-spacing:4px;

    margin-bottom:20px;
}

/* =========================================
   REVIEW TEXT
========================================= */

.comments{

color: #072A1E;

font-size:16px;

font-weight: 600;

line-height:1.9;

min-height:160px;
}

/* =========================================
   CLIENT INFO
========================================= */

.client-name{

    color:#D6B36A;

    font-size:22px;

    font-weight:700;

    margin-top:25px;

    margin-bottom:5px;
}

.client-designation{

    color:
    rgba(255,255,255,.65);

    font-size:14px;

    text-transform:uppercase;

    letter-spacing:1px;
}

/* =========================================
   OWL NAVIGATION
========================================= */

.owl-nav{

    text-align:center;

    margin-top:40px;
}

.owl-nav button{

    width:55px;
    height:55px;

    border-radius:50% !important;

    background:
    rgba(255,255,255,.08) !important;

    border:
    1px solid rgba(255,255,255,.12) !important;

    color:#D6B36A !important;

    margin:0 10px;

    transition:.4s;
}

.owl-nav button:hover{

    background:#D6B36A !important;

    color:#182C2A !important;
}

/* =========================================
   OWL DOTS
========================================= */

.owl-dots{

    margin-top:25px;

    text-align:center;
}

.owl-dot span{

    width:12px !important;
    height:12px !important;

    background:
    rgba(255,255,255,.25) !important;

    margin:5px;
}

.owl-dot.active span{

    background:#D6B36A !important;
}

/* =========================================
   FLOAT ANIMATION
========================================= */

@keyframes reviewFloat{

    0%,100%{
        transform:translateY(0);
    }

    50%{
        transform:translateY(-8px);
    }
}

/* =========================================
   MOBILE
========================================= */

@media(max-width:991px){

    .testimonial-section{
        background-attachment:scroll;
    }

    .gi-review-title{
        font-size:34px;
    }

    .testimonial-item{
        padding:30px;
    }

    .comments{
        min-height:auto;
    }

}

@media(max-width:576px){

    .gi-review-title{
        font-size:28px;
    }

    .client-name{
        font-size:20px;
    }

    .testimonial-item{
        padding:25px;
    }

}