/*!
Theme Name: Sai Shradha Cabs
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sai-shradha-cabs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sai Shradha Cabs is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */


@charset "utf-8";
/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/

/*@font-face {
    font-family: "Metropolis";
    src: url('../fonts/Metropolis-Bold.otf');
}
@font-face {
    font-family: "Metropolis Light";
    src: url('../fonts/Metropolis-Light.otf');
}
@font-face {
    font-family: "Metropolis";
    src: url('../fonts/Metropolis-Regular.otf');
}
@font-face {
    font-family: "Metropolis Black";
    src: url('../fonts/Metropolis-Black.otf');
}
@font-face {
    font-family: "Avenir LT Std 45 Book";
    src: url('../fonts/Avenir-LT-Std-45-Book_5171.ttf');
}
@font-face {
    font-family: "Avenir LT Std 65 Medium";
    src: url('../fonts/Avenir-LT-Std-65-Medium_5175.ttf');
}*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 50px;
    font-weight: 800;
}

h2 {
    font-size: 35px;
    font-weight: 800;
}

h3 {
    font-size: 24px;
    font-weight: 800;
}

h4 {
    font-size: 22px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

h6 {
    font-size: 14px;
    font-weight: 300;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

/*containerWrapper*/

.containerWrapper {
    display: block;
    padding: 0 100px;
    position: relative;
    z-index: 2;
}

.navigationBar {
    display: block;
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 95px;
    padding: 0;
    transition: all 500ms;
    background: #fff;
    width: 100%;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    transition: all 500ms;
}

.navbar-brand img {
    height: 85px;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    top: 0px;
    left: 0;
}

.navbar-nav {
    margin-top: 0;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #000;
    height: 90px;
    line-height: 90px;
    padding: 0;
    position: relative;
    transition: all 500ms;
    font-family: 'Montserrat', sans-serif;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 90px !important;
    left: 0;
    right: 0;
    height: 5px;
    background: #ffc700;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    width: 100%;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    color: #000 !important;
    background: transparent !important;
    /*color: #ffc700 !important;*/
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*callbackBtn*/

.navbar-collapse>ul>li.callbackBtn {
    color: #fff;
}

.navbar-collapse>ul>li.callbackBtn>a {
    background: #ffc700;
    color: inherit;
    text-transform: none;
}

.navbar-collapse>ul>li.callbackBtn:hover {
    background: #404041;
    color: #fff !important;
}

.navbar-collapse>ul>li.callbackBtn:hover>a {
    color: inherit !important;
}

.navbar-collapse>ul>li.callbackBtn:before {
    display: none;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 200px;
    height: auto;
    position: absolute;
    top: 100%;
    /*top: 87px;*/
    left: 0;
    margin: 0;
    background: #fff;
    /*visibility: hidden;
opacity: 0;*/
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
    border-top: 5px solid #ffc700;
}

/* .navbar-collapse>ul>li>ul:before {
    content: '';
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    top: -5px;
    left: 20px;
    transform: rotate(45deg);
} */

/* .navbar-collapse>ul>li:hover>ul {
    left: 0;
    visibility: visible;
    opacity: 1;
} */

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 15px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px;
    color: #222;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #ffc700;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #ffc700;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
}

.navigationBarScroll .navbar-brand {
    margin-top: 5px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.6);
    top: -18px;
    left: -44px;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 60px;
    line-height: 60px;
}

/*bannerSection*/

.bannersection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
}

.banner-img::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 35%);
}

.banner-txt {
    width: 100%;
    border: 10px;
    position: absolute;
    top: 40%;
    /* left: 155px; */
    text-shadow: 1px 1px 6px black;
    text-align: center;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    font-family: Poppins, sans-serif;
}

.banner-img img {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.banner-txt p {
    font-size: 28px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    margin: 0;
}

.banner-txt h1 {
    font-family: Poppins, sans-serif;
    font-size: 45px;
    color: #ffffff;
    /* margin: 0; */
}

.banner-txt a {
    color: #fff;
    background-color: #edbf0e;
    font-weight: 500;
    padding: 12px 30px;
    line-height: normal;
    font-size: 18px;
    text-shadow: 0 0 BLACK;
    border-radius: 100px !important;
}

.banner-txt a:hover {
    background-color: #fff;
    color: #000;
}


.bannersection .owl-pagination {
    margin-top: -46px;
    text-align: center;
    position: relative;
    bottom: 20px;
}

.bannersection .owl-theme .owl-controls .owl-page span {
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin: 4px 5px !important;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #edbf0e !important;
}


/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-style: italic;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.down-arrow-box a {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 2;
    border-radius: 100%;
    animation: scrollAnim 1s linear infinite;
    -webkit-animation: scrollAnim 1s linear infinite;
    -moz-animation: scrollAnim 1s linear infinite;
    -ms-animation: scrollAnim 1s linear infinite;
    -o-animation: scrollAnim 1s linear infinite;
}

.down-arrow-box span {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    top: 0;
    transition: all 300ms;
}

.down-arrow-box a:hover span {
    color: #fff;
}

.down-arrow-box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    /*background: #bb1f42;*/
    opacity: 0.5;
    z-index: -2;
    animation: downarrowBubbles 1.2s ease-in-out infinite;
    -webkit-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -moz-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -o-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -ms-animation: downarrowBubbles 1.2s ease-in-out infinite;
}

.down-arrow-box a:after {
    /*background: #bb1f42;*/
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    transition: all 400ms;
}

.down-arrow-box a:hover:after {
    background: #caa752;
}

@-webkit-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-ms-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

/* End Banner */



/* aboutus */
.aboutus {
    width: 100%;
    position: relative;
    overflow: hidden;
    clear: both;
    padding: 50px 00px;
    background-color: #ffc700;
}

.about-boxx {
    display: flex;
    align-items: center;
}



.about-boxx p {
    text-align: justify;
}

/* end aboutus */





/* Why Us */

.whyUs {
    background: #ffc700;
    background-size: cover;
    width: 100%;
    padding: 50px 0px 50px 0;
    position: relative;
    border-bottom: solid 10px #333;
}

.whyUs:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    border-bottom: dashed 2px #fff;
    bottom: -6px;
    display: block;
}

.whyUs .heading {
    color: #000;
}

.whyUs .whyUsBlock {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    /* box-shadow: 0px 0px 9px 0px #e0c95f; */
}

.whyUs .whyUsBlock i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    line-height: 77px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 2px solid #cbcbcb;
    color: #ffc700;
    font-size: 40px;
}

.WhyusBlock {
    margin-bottom: 50px;
}

.whyUs .whyUsBlock h3 {
    color: #000;
    font-weight: 600;
}

.whyUs .whyUsBlock h4 {
    color: #000;
    font-size: 18px;
    margin-bottom: 0px;
}

#object {
    position: absolute;
    left: 0;
    bottom: 0%;
    height: 98px;
    width: 140px;
    border-radius: 5px;
}

/* whay us */

.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #333;
}

.pointlist li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    font-weight: normal;
}

.pointlist li::before {
    content: "\f0da";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #81d661;
    font-size: 16px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}



/*product blick*/

.productBlock {
    width: 100%;
    height: auto;
    padding: 20px 0;
    overflow: hidden;
    clear: both;
    /* border-bottom: 2px solid #d8d8d8; */
    margin: 0 auto;
}

.NoBorder {
    border-bottom: 0px
}

.productBlock h3 {
    font-size: 26px;
    color: #ffc700;
}

.prodDarkleft {
    padding: 30px 0px;
}

.prodDarkleft .btn-primary {
    width: max-content;
    border-radius: 20px !important;
    margin-bottom: 10px;
    display: block;
}

.productBlock .pointlist {
    list-style: none;
    padding-left: 10px;
    margin: 5px 0 30px;
    position: relative;
    color: #222;
}

.productBlock .pointlist li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
}

.productBlock .pointlist li::before {
    content: "\f21c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffc700;
    font-size: 18px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}

/* -------------------------- */


/* key indicators */

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    height: auto;
    padding: 60px 0px;
    background: url('../images/slide2.jpg') fixed no-repeat 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
}

.keyIndicatorsSection .heading-center {
    color: #fff !important;
}

.keyIndicatorsSection .project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
}


/* .keyIndicatorsSection .project-fig i {
    padding: 12px;
    border-radius: 50%;
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    line-height: 57px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
    background-color: #5F924F;
    color: #fff;
    font-size: 40px;
} */

.project-fig figure {
    display: block;
    margin: 0 auto 30px auto;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #ebb704;
    position: relative;
}

.project-fig figure i {
    filter: drop-shadow(2px 4px 6px #333);
}

.project-fig figure:before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: solid 5px #fff;
    opacity: 0.2;
    border-radius: 50%;
}

.keyIndicatorsSection .project-fig h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.keyIndicatorsSection .project-fig h3 small {
    color: #fff;
    font-size: 16px;
}

.keyIndicatorsSection .project-fig h4 {
    color: #fff;
    font-weight: 600;
}





/*TestimonialSection*/

.TestimonialSection {
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    padding: 50px 0;
    /* min-height: 400px; */
    position: relative;
    overflow: hidden;
    background: #fff;
    background-color: #fdd022;
}

/* .TestimonialSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.8;
} */

.TestimonialSection::before {
    content: '';
    position: absolute;
    top: 102px;
    left: 0;
    height: 10px;
    width: 100%;
    background: #3d4094;
    z-index: -1;

}

.TestimonialSection h1 {
    padding: 9px 30px 10px 30px;
    color: #333;
    text-align: center;
    display: block;
    color: #0e3f8f;
}

.testimonialBlock {
    display: block;
    text-align: center;
    width: 100%;
    height: auto;
    color: #000000;
}

.TestimonialSection .testimonialBlock {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    padding: 20px;
    border: solid 1px #fdd022;
    text-align: left;
    position: relative;
    background-color: white;
}

/* .TestimonialSection .testimonialBlock::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #a3bd08;
    margin: 0 auto;
} */

.TestimonialSection .testimonialBlock p {
    font-size: 16px;
    color: #616a73;
    line-height: 23px;
    padding: 0px 0px;
    text-align: center;
}

.TestimonialSection .testimonialBlock h4 {
    margin-bottom: 10px;
    font-weight: 600;
    /* padding: 50px 0; */
    padding-top: 43px;
}

.testimonialBlock img {
    width: 100px;
    position: absolute;
    left: 124px;
    top: -46px;
    border: 5px solid #000;
    border-radius: 50px;
    background: white;
}

.testimonialBlock .testimonialBlockImg h2 {
    display: block;
    width: 120px;
    height: 120px;
    line-height: 120px !important;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    background: #788794;
    font-size: 32px;
    position: absolute;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.TestimonialSection .owl-carousel .owl-wrapper-outer {
    overflow: visible;
}

.TestimonialSection .owl-carousel .owl-item {
    transform: scale(0.8);
    transition: all 400ms;
    opacity: 0.6;
}

.TestimonialSection .owl-carousel .owl-item.active {
    transform: scale(1);
    opacity: 1;
}

.TestimonialSection .owl-theme .owl-controls .owl-page span {
    background: #788794 !important;
    margin: 0 2px !important;
}

.star {
    display: flex;
    justify-content: center;
    padding: 0 0 10px 0;
}

.star li {
    padding: 0px 5px;
}

.star i {
    font-size: 16px;
    color: goldenrod;
}






/*footerSection*/

.footerSection {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: url('../images/footerSection.jpg') no-repeat fixed 100% 0 #2f2f2f;
    background-size: cover;
    backface-visibility: hidden;
    color: #fff;
    overflow: hidden;
}

.footerSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.footerSection p {
    margin-bottom: 0;
    font-size: 13px;
    color: inherit;
}

.footerSection p a {
    color: inherit;
}

.footerSection p a:hover {
    text-decoration: underline;
    color: #fbbc05;
}

.footerSection .footerHeading {
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 0 0 10px 0;
    clear: both;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.viewAllBtn {
    display: inline-block;
    clear: both;
    float: left;
    text-transform: uppercase;
    padding-top: 10px;
    letter-spacing: 2px;
}

.viewAllBtn a {
    text-decoration: underline;
}

.viewAllBtn a:hover {
    text-decoration: none !important;
    color: #fbbc05;
}

/*quicklinks*/

.quicklinks {
    display: block;
    clear: both;
}

.quicklinks ul {
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
}

.quicklinks ul>li {
    list-style: disc;
    color: inherit;
    width: 25%;
    float: left;
    margin-bottom: 8px;
}

.quicklinks ul>li>a {
    color: inherit;
    font-size: 13px;
}

.quicklinks ul>li>a:hover {
    text-decoration: underline;
    color: #fbbc05;
}

/*socialLinks*/

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a {
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 31px;
    border-radius: 50%;
    background: #ffc700;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 3px;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.socialLinks ul li a:hover {
    background: #333;
    color: #fff;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

/*ProjectsUl*/

.ProjectsUl {
    margin: 0;
    padding: 0;
}

.ProjectsUl li {
    color: inherit;
    font-size: 13px;
    margin-bottom: 5px;
}

.ProjectsUl li a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
}

.ProjectsUl li a:hover {
    text-decoration: underline;
    color: #fbbc05;
}

/* bike page */

/* ProductSection */

.ProductSection {
    position: relative;
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0px;
}

.ProductSection::before {
    background: url(../images/medicine-img2.png);
    position: absolute;
    content: "";
    left: 10PX;
    top: -55px;
    z-index: 0;
    width: 150px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.pa-product-box {
    box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px 20px 50px;
    text-align: center;
    position: relative;
    transition: 0.3s;
    margin-bottom: 30px;
}

.pa-product-box:hover,
.pa-blog-box:hover,
.pa-counter-box:hover,
.pa-medicine-box:hover {
    transform: translateY(-5px);
}

.pa-product-content {
    padding-top: 5px;
}

.pa-product-content span {
    margin-bottom: 10px;
}

.pa-product-content p {
    margin-bottom: 5px;
}

.pa-product-content p i {
    color: #ffc700;
}

.pa-product-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000;
}

.pa-product-cart {
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    width: fit-content;
}



.pa-product-cart>a {
    width: max-content;
    border: 1px solid #ffc700;
    text-align: center;
    display: block;
    background: #ffc700;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 10px;
    text-align: center;
    color: #000;
    float: left;
}

.pa-product-cart>a:hover {
    background: #fff;
    color: #ffc700;
}

.pa-product-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.pa-product-cart ul li svg {
    width: 16px;
    height: 16px;
    transition: 0.3s;
}

/* enquiry form */

.enquiryPageSection {
    width: 100%;
    display: block;
    position: relative;
    clear: both;
    padding: 100px 0px;
    /* background:#1666ab; */
}

.enquiryRight {
    padding: 20px;
    border: 2px solid #d5d5d5;
    color: #030303;
    border-radius: 10px;
}

.enquiryImg {
    text-align: center;
}

.enquiryImg img {
    width: 80%;
    border-radius: 10px;
}

.enquiry-form {
    position: relative;
}

.enquiry-form label {
    display: none;
    color: #030303;
    font-weight: 600;
}

.enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.enquiry-form .group {
    margin-bottom: 20px;
}

.enquiry-form .group span {
    font-weight: 600;
    color: #ffc700;
}

.enquiry-form .group span p {
    display: inline;
    font-size: 20px;
    padding-left: 3px;
}

.enq-formgroup i {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background: #f9b700;
    border-radius: 30px 0 0 30px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
}

.enquiry-form input {
    display: block;
    width: 100%;
    text-indent: 10px;
    height: 40px;
    background: #fff;
    color: #000;
    border: solid 1px #ffc700;
    border-radius: 10px;
}

.enquiry-form textarea {
    display: block;
    width: 100%;
    text-indent: 8px;
    height: auto;
    padding: 5px 0;
    background: #fff;
    color: #000;
    border: solid 1px rgba(0, 0, 0, 0.3);
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #999;
}

.enquiry-form .textareabox i {
    border-radius: 20px 0 20px 0;
}

.enquiry-form button {
    background: transparent;
}

/* radio check box */

.radio,
.checkbox {
    padding-left: 20px;
    position: relative;
    display: block;
}

.radio input,
.checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-left: -20px;
}

.radio input:checked+label::before,
.checkbox input:checked+label::before {
    border-color: #ffc700;
}

.radio input:checked+label::after,
.checkbox input:checked+label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #ffc700;
    border-radius: 50%;
    background-color: #ffc700;
}

.radio label,
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}

.radio label::before,
.checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 2px;
    margin-left: -22px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

.radio.disabled label,
.checkbox.disabled label {
    color: #ccc;
}

.radio.disabled label::before,
.checkbox.disabled label::before {
    opacity: 0.54;
    border-color: #ccc;
}

.checkbox input:checked+label::before {
    border-color: #ffc700;
    background-color: #ffc700;
}

.checkbox input:checked+label::after {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    top: 0;
    left: 1px;
    border-color: transparent;
    background-color: transparent;
}

/* .checkbox label::before {
    border-radius: 2px;
} */

/* infoSection */

.infoSection {
    margin-top: 30px;
    padding: 20px;
}

.infoMainBlock {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    display: block;
    padding: 20px;
    border-radius: 20px;
}

.infoList li {
    font-size: 18px;
    padding: 5px 0px;
    font-weight: 600;
}

.infoList li i {
    color: #ffc700;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #eeeeee78;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    margin-right: 10px;
    box-shadow: 0px 0px 6px;
}

.infoList li span {
    font-size: 16px;
    display: block;
    font-weight: normal;
    margin-left: 58px;
}

.infoBlock {
    /* border-right: 2px dashed #ffc700; */
    padding-top: 50px;
}

.paymentInfo {
    text-align: center;
}

.paymentInfo img {
    width: 80%;
    margin: 0 auto;
}

/*misc*/

.divTable {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}

.divTableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    font-weight: 600;
    padding-bottom: 12px;
}

.heading-center strong {
    font-weight: 800;
}

.heading {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    font-weight: 600;
}

.heading small {
    font-size: 18px;
    color: #58595b;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #524e40;
    position: absolute;
    bottom: 0;
}

.heading:after {
    left: 0%;
}

.heading-center:after {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.heading span,
.heading-center span {
    color: #58595b;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #404040 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    border: none;
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn-default {
    border: solid 1px #ddd !important;
}

.btn-rounded {
    border-radius: 100px !important;
}

.btn-primary {
    background: #151314 !important;
    color: #fff;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #58595b !important;
    color: #fff;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

.copyright {
    text-align: center;

    width: 100%;
}

.copyright p {
    background-color: #000000;
    padding: 12px 0px;
    width: 100%;
    color: white;
}

.footerSection img {

    background-color: white;
    border-radius: 52px;
    width: 70%;

}

.footerpara {
    padding-right: 55px;
    padding-top: 10px;
    padding-left: 6px;
}

.quick {
    padding-left: 60px;
}

/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #ffc700;
    z-index: 200;
}

.scrollup:hover {
    background: #404040;
    opacity: 1;
    color: #fff;
}


/* destination */
.Destination {
    padding: 50px 0px 80px 0px;
    clear: both;
    position: relative;
    width: 100%;
}

.Destinationtitle span {
    margin: 0px;
    padding: 0px;
    color: #ffc700;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
}

.Destinationtitle h2 {
    /* margin-bottom: 23px; */
    padding: 0px;
    color: #000000;
    text-align: center;

    padding: 10px;
}

.destinations {
    padding: 50px 0px;
}

.Maindestination {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: black;
    box-shadow: 0px 0px 5px 1px;
    height: 370px;
}

.Maindestination img {
    width: 100%;
}

.Destinationtext {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-left: 15px;
    padding-bottom: 65px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.Maindestination:hover .Destinationtext {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.Destinationtext h3,

.Destinationtext h3,
.destinationhovertext h3 {

    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 600;
}

.Destinationtext h3 a,
.destinationhovertext h3 a {
    color: inherit;
    -webkit-transition: .5s;
    transition: .5s
}

.Destinationtext h3 a:hover,
.destinationhovertext h3 a:hover {
    color: #3877a5
}

.arrowbutton:hover i {
    color: #fff
}

.Maindestination::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 49%, rgba(0, 0, 0, .98) 99%, #000 100%);
    opacity: 1;
}

.arrowbutton:hover {
    background-color: #3877a5
}

.destinationhovertext {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    padding-left: 15px;
    padding-bottom: 55px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s;
}

.Maindestination:hover .destinationhovertext {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.Destinationtitle {
    text-align: center;
    padding-bottom: 40px;
}

.Destinationtitle p {
    margin: 0;
    text-transform: uppercase;
    color: #3877a5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2em;

}

.destinationhovertext p {
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    color: yellow;
    /* line-height: 2; */
    padding-top: 10px;

}

.arrowbutton {
    width: 50px;
    display: block;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffcc19;
    position: absolute;
    right: 20px;
    bottom: 25px;
    -webkit-transition: .5s;
    transition: .5s;
}

.arrowbutton i {
    line-height: 50px;
    color: black !important;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px
}

.arrowbutton i:hover {
    line-height: 50px;
    color: rgb(255, 255, 255) !important;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 18px
}

.Maindestination::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.5;
}


/*Media queries*/

@media (max-width: 1440px) {
}

@media (max-width: 1366px) {
    .navbar-nav>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 991px) {
}

@media (max-width: 768px) {



    .banner-txt {
        width: 100%;
        border: 10px;
        top: 15%;
        text-align: center;
        line-height: 1.7;
        font-family: Poppins, sans-serif !important;
    }

    .navbar-brand img {
        height: 68px;
        transition: all 1000ms;
        transform: scale(1);
        position: relative;
        top: 0px;
        left: 0;
    }

    .banner-txt .space15 {
        display: none;
    }

    .banner-txt a {
        color: #252525;
        background-color: #ffffff;
        font-weight: 500;
        font-family: Poppins, sans-serif !important;
        border-radius: 0;
        padding: 3px 11px;
        line-height: normal;
        font-size: 11px;
        margin-top: 11PX;
    }

    .bannersection {
        position: relative;
        width: 100%;
        height: auto;
        clear: both;
        /* display: grid;
align-items: center;
align-content: center;
justify-content: center;
justify-items: center;
text-align: center; */
    }

    .bannersection .owl-pagination {
        margin-top: -40px;
        text-align: center;
        position: relative;
        left: 0;
        bottom: 0px;
    }

    .bannersection .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 15px !important;
        height: 15px !important;
        margin: 3px 4px !important;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #ffc700 !important;
    }



    .banner-txt h1 {
        font-family: Poppins, sans-serif !important;
        font-size: 18px;
        color: #ffffff;
        margin: 0;
    }

    .banner-txt p {
        font-size: 13px;
        margin-bottom: 10px;
        font-family: Poppins, sans-serif !important;
        margin: 0;
    }

    .about-boxx {
        display: grid;
    }

    .socialLinks {
        padding: 10px 0;
    }

    .innerBannerSection {

        height: 220PX !important;
    }

    .innerBannerSection .head {

        top: 110px !important;
    }


}


@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: none;
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
}

@media (max-width: 768px) {
    .navigationBarContent {
        padding-bottom: 0;
    }

    .down-arrow-box {
        display: none;
    }

    .ProjectsSliderSection .innerItem {
        height: auto;
    }

    .quick {
        padding-left: 20px;
    }

    .footerSection {
        display: block;
        position: relative;
        width: 100%;
        height: auto;
        padding: 45px 0;
        background: url(../images/footerSection.jpg) no-repeat fixed 100% 0 #2f2f2f;
        background-size: cover;
        backface-visibility: hidden;
        color: #fff;
        overflow: hidden;
        padding-bottom: 20px;
    }

    .footerSection .col-md-4 {
        margin-bottom: 20px;
    }

    .navbar-brand img {
        height: 68px;
        transition: all 1000ms;
        transform: scale(1);
        position: relative;
        top: 0px;
        left: 0;
    }

}

@media (max-width: 767px) {
    .navigationBar {
        background: #ffffff;
        position: relative;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 30px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .navbar-collapse>ul>li>a:hover,
    .navbar-collapse>ul>li>a:focus,
    .navbar-collapse>ul>li>a:active {
        background: #ffc700 !important;
        color: #ffc700 !important;
    }

    .navbar-collapse>ul>li>ul {
        background: #fff !important;
    }

    .navbar-collapse>ul>li>ul:before {
        display: none;
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 10px 15px 10px 25px;
    }

    .whyUs {
        overflow: hidden;
    }

    .slideshow {
        width: 100%;
        height: 60vh !important;
    }

    .slide__title {
        position: relative;
        font-size: 34px !important;
        color: #fff;
        text-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
        padding: 20px !important;
    }

}

@media (max-width: 650px) {
}

@media (max-width: 500px) {
}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}
/*innerPageSection */


.contact-fixed-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.contact-fixed-container a {
    width: 55px;
    height: 55px;
    background-color: #25D366; /* WhatsApp green by default */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: background-color 0.3s ease;
}

.contact-fixed-container a.phone {
    background-color: #f6b824; /* Phone icon blue */
}

.contact-fixed-container a:hover {
    opacity: 0.9;
}





