*{
    padding: 0;
1    margin: 0;
    box-sizing: border-box;
}
body{
    padding: 0;
    margin: 0;
    font-family: 'Goodly';
    font-weight: 400;
    overflow-x: hidden !important;
}

h1,h2,h3,h4,h5,h6,p{
    padding: 0;
    margin: 0;
}
a,a:hover,a:focus{
    text-decoration: none;
}
ul,ol,li{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
}

.bg-gray{
    background: #D9D9D933;
}

.reverse-panel .row{
    flex-direction: row-reverse;
}

/*========== Font Face Start =============*/
@font-face {
    font-family: 'Goodly';
    src: url('../fonts/GoodlyRegular.eot');
    src: url('../fonts/GoodlyRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoodlyRegular.woff2') format('woff2'),
        url('../fonts/GoodlyRegular.woff') format('woff'),
        url('../fonts/GoodlyRegular.ttf') format('truetype'),
        url('../fonts/GoodlyRegular.svg#GoodlyRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goodly';
    src: url('../fonts/GoodlyBold.eot');
    src: url('../fonts/GoodlyBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoodlyBold.woff2') format('woff2'),
        url('../fonts/GoodlyBold.woff') format('woff'),
        url('../fonts/GoodlyBold.ttf') format('truetype'),
        url('../fonts/GoodlyBold.svg#GoodlyBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goodly';
    src: url('../fonts/GoodlyMedium.eot');
    src: url('../fonts/GoodlyMedium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoodlyMedium.woff2') format('woff2'),
        url('../fonts/GoodlyMedium.woff') format('woff'),
        url('../fonts/GoodlyMedium.ttf') format('truetype'),
        url('../fonts/GoodlyMedium.svg#GoodlyMedium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Goodly';
    src: url('../fonts/GoodlyLight.eot');
    src: url('../fonts/GoodlyLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoodlyLight.woff2') format('woff2'),
        url('../fonts/GoodlyLight.woff') format('woff'),
        url('../fonts/GoodlyLight.ttf') format('truetype'),
        url('../fonts/GoodlyLight.svg#GoodlyLight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/*========== Font Face End =============*/

.header{
    padding: 20px 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 88;
    transition: all 300ms ease-in-out;
}
.header.sticky{
    padding: 15px 0;
    background: #fff;
}
.header .header-wrap{
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    align-items: center;
}
.navigation .stellarnav.light{
    background: transparent;
}

.navigation .stellarnav{
    width: auto;
}
.navigation .stellarnav ul > li{
    padding: 0;
    margin: 0 20px 0 0;
}
.navigation .stellarnav ul > li:last-child{
    margin-right: 0;
}


.navigation .stellarnav ul > li > a {
    font-family: 'Goodly';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #343434;
    text-transform: uppercase;
    padding: 0 20px 0 10px;
    margin: 0;
    position: relative;
}
.navigation .stellarnav ul > li > a::after {
    content: '';
    width: 80px;
    height: 18px;
    background: url(../images/menu-after-img.png) no-repeat bottom center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: 0 auto;
    opacity: 0;
}
.navigation .stellarnav ul > li > a:hover,
.navigation .stellarnav ul > li.active > a{
    color: #d4c31d;
}
.navigation .stellarnav ul > li > a:hover::after,
.navigation .stellarnav ul > li.active > a::after{
    opacity: 1;
}

.navigation .stellarnav ul > li > ul{
    padding: 10px;
    border-radius: 5px;
}
.navigation .stellarnav ul > li > ul li{
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.navigation .stellarnav ul > li > ul li a{
    font-size: 14px;
    padding: 8px 0;
    margin:0;
    display: block;
    color: #000;
}
.navigation .stellarnav ul > li > ul li:first-child a{
    padding-top: 0;
}
.navigation .stellarnav ul > li > ul li:last-child a{
    padding-bottom: 0;
}

.navigation .stellarnav ul > li > ul li:last-child{
    border-bottom: none;
}

.header .logo{
    max-width: 204px;
    transition: all 300ms ease-in-out;
}
.header .logo img{
    max-width: 100%;
}
.header.sticky .logo{
    max-width: 180px;
}
.header .header-wrap .rt-side{
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}
.header .header-wrap .hd-right-side{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0 0 0 40px;
}
.header .header-wrap .hd-right-side ul{
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}
.header .header-wrap .hd-right-side ul li a{
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #343434;
}
.header .header-wrap .hd-right-side ul li a:hover{
    color: #fff;
    background: #d4c31d;
}


.banner{
    min-height: 100vh;
    background: url(../images/banner-bg.png) no-repeat top center;
    background-size: cover;
    padding: 0;
    margin: 0;
    display: flex;
}

.banner .banner-box {
    width: 50%;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.banner .main-img {
    position: relative;
    z-index: 1;
    max-width: 69%;
    width: 100%;
}
.banner .main-afetr-img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 76%;
    width: 100%;
}
.banner .main-img img,
.banner .main-afetr-img img{
    width: 100%;
}




.button-arrow-comm img {
    width: 36px;
    height: 36px;
    transform: rotate(180deg);
    border-radius: 50%;
}

.site-btn {
    background: #343434;
    border-radius: 35px;
    padding: 19px 73px 16px 36px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    transition: all 300ms ease-in-out;
}
.button-arrow-comm {
    position: absolute;
    top: 0;
    right: 7px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    display: flex !important;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    outline: 2px solid #000;
    outline-offset: -6px;
    bottom: 0;
    margin: auto 0;
}
.site-btn:hover{
    background: #d4c31d;
    color: #fff;
}

.banner .banner-box .text-block-wrap .text-block {
    max-width: 650px;
    padding: 0 0 100px 30px;
}
.banner .banner-box .text-block-wrap .text-block h1 {
    font-size: 59px;
    font-weight: 700;
    line-height: 1;
    padding: 0;
    margin: 0 0 30px;
    text-transform: capitalize;
}
.banner .banner-box .text-block-wrap .text-block span{
    color: #CDBB11;
    display: block;
}

.banner .banner-box .text-block-wrap .text-block p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    padding: 0;
    margin: 0 0 30px;
}

.text-with-img-comm-panel{
    padding: 60px 0;
    margin: 0;
}
.text-with-img-comm-panel .text-box{
    padding: 0;
    margin: 0;
}
.text-with-img-comm-panel .text-box h2{ 
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #CDBB11;
    padding: 0 0 0 30px;
    margin: 0 0 20px;
    position: relative;
}

.text-with-img-comm-panel .text-box h2::after{
    content: '';
    width: 7px;
    height: 100%;
    background: #343434;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}
.text-with-img-comm-panel .text-box h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: left;
    color: #343434;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 30px;
}
.text-with-img-comm-panel .text-box p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #616161;
    padding: 0;
    margin: 0 0 30px;
}
.text-with-img-comm-panel .text-box ul {
    padding-left: 15px;
}
.text-with-img-comm-panel .text-box ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #616161;
    padding: 0;
    margin: 0 0 15px;
    list-style: disc;
}
.text-with-img-comm-panel .img-tham img{
    border-radius: 35px;
    width: 100%;
}


.after-banner-sec{
    padding: 60px 0 40px;
    margin: 0;
    position: relative;
}

.after-banner-sec .animation-img{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 19%;
}
.step-box{
    background: #FAFAFA;
    border-radius: 15px;
    padding: 20px;
    margin:0 0 20px;
    position: relative;
    z-index: 1;
}
.step-box .numbre{
    font-family: "Montserrat", sans-serif;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: #CDBB11;
    font-weight: 800;
}

.step-box h4{
    font-size: 26px;
    line-height: 1.2;
    color: #000;
    font-weight: 600;
    padding: 0;
    margin: 10px 0;
}
.step-box p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
}
.step-box p:last-child{
    margin-bottom: 0;
}
.step-box ul{
    padding-left: 15px;
}
.step-box ul li{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    color: #000;
    padding: 0;
    margin: 0 0 10px;
    list-style: disc;
}

.cab-slider-box{
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}
.cab-slider-box h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    padding: 0;
    margin: 0 0 40px;
}

.work-sec .work-step .step-box h4 {
    font-size: 22px;
}

#cab-slider .owl-dots {
    display: flex;
    justify-content: center;
    padding: 60px 0 0;
}

#cab-slider .owl-dots{
    display: flex;
    align-items: center;
    gap: 4px;
}

#cab-slider .owl-dots .owl-dot{
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
}
#cab-slider .owl-dots .owl-dot span{
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #B9B9B9;
    transition: all 300ms ease-in-out;
}
#cab-slider .owl-dots .owl-dot.active span{
    width: 38px;
    background: #CDBB11;
    border-radius: 10px;
}


.download-app-sec{
    padding: 0 0 60px;
    margin: 0;
}
.download-app-sec .download-app-wrap{
    padding: 30px;
    border-radius: 35px;
    background: #F7F7F7;
    padding: 0;
    margin: 0;
}
.download-app-sec .download-app-box{
    padding: 40px 30px 40px 20px;
    margin: 0;
}

.download-app-sec .download-app-box h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 30px;
}
.download-app-sec .download-app-box h3 span{
    color: #CDBB11;
}

.download-app-sec .download-btn-box{
    padding: 0;
    margin: 0;
}
.download-app-sec .download-btn-box .dwn-btn {
    border: 1px solid #7F8081;
    padding: 8px 65px 8px 20px;
    width: 100%;
    display: block;
    border-radius: 50px;
}
.download-app-sec .download-btn-box .dwn-btn.app {
    padding: 8px 78px 8px 20px;
    border: 1px solid #CDBB11;
    background: #fff;
}

.download-app-sec .download-btn-box .qr-thma{
    margin-top: 30px;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
}
.download-app-sec .download-btn-box .qr-thma p{ 
    font-size: 28px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding: 20px 0 0;
    margin: 0;
    text-align: center;
}

.footer{
    background: #343434;
    padding: 40px 0;
    margin: 0;
}
.footer .ft-logo{
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 0 0 20px;
}
.footer .ft-desc p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #D9D9D9;
    padding: 0;
    margin: 0;
}
.ft-ttl{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    padding: 0;
    margin: 0 0 20px;
}

.ft-menu-box{
    padding: 0;
    margin: 0;
}

.ft-menu-box ul li{
    padding: 0;
    margin: 0 0 10px;
}
.ft-menu-box ul li:last-child{
    margin-bottom: 0;
}
.ft-menu-box ul li a{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
 }
 .ft-menu-box ul li a:hover{
    color: #d4c31d;
 }
.news-letter-box .news-letter-wrap{
    position: relative;
    padding: 0;
    margin: 0;
}
.news-letter-box .news-letter-wrap .ft-ttl{

}

.news-letter-box .news-letter-wrap .form-control{
    height: 60px;
    border: 1px solid #EFEFF0;
    background: transparent;
    border-radius: 30px;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.news-letter-box .news-letter-wrap .btn {
    background: none;
    border: none;
    box-shadow: none;
    width: auto;
    position: absolute;
    top: 3px;
    right: 3px;
}
.news-letter-box .news-letter-wrap .btn .button-arrow-comm {
    position: inherit;
    top: inherit;
    bottom: inherit;
    right: inherit;
}

.download-app-slider-wrap .tham-box{
    margin: 15px 0;
}
.download-app-slider-wrap{
    padding: 0 20px 0 40px;
}

.socialMedia-icon{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0;
    margin: 0;
}
.socialMedia-icon li a{
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF40;
}
.socialMedia-icon li a:hover{
    color: #fff;
    background: #d4c31d;
}
.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 0;
    margin: 0;
}
.copyright p{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #CDBB11;
    padding: 0;
    margin: 0;
}
.download-app-slider-wrap #slider-2{
    transform: rotate(180deg);
}



.inner-banner{
    position: relative;
    padding: 0;
    margin: 0;
    height: 100vh;
    overflow-x: hidden;
}
.inner-banner > img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}

.inner-banner .desc{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
}

.inner-banner .desc .text-box h2{
    font-size: 60px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
}
.inner-banner .desc .text-box p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
}
.inner-banner .ani-car{
    position: absolute;
    right: 0;
    bottom: 0px;
    max-width: 46%;
}

.inner-banner .ani-car img{
    animation: moveRightToLeft 4s linear forwards;
    transition: all 4S ease-in-out;
}
@keyframes moveRightToLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0%);
    }
}

.main-about-sec{
    padding: 60px 0;
    margin: 0;
}

.main-about-sec .big-tham {
    padding: 0 0 16% 19%;
    margin: 0;
    position: relative;
}
.main-about-sec .big-tham .small-tham {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
}
.main-about-sec .text-box h3{
    font-size: 22.72px;
    font-weight: 500;
    line-height: 1.2;
    color: #CDBB11;
    padding: 0;
    margin: 0;
}
.main-about-sec .text-box h2{
    font-size: 46px;
    font-weight: 600;
    line-height:1.2;
    padding: 0;
    margin: 0 0 30px;
}

.main-about-sec .text-box p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    color: #666666;
    padding: 0;
    margin: 0 0 30px;
}
.main-about-sec .text-box ul{
    padding-left: 20px;
}
.main-about-sec .text-box ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #666666;
    padding: 0;
    margin: 0 0 15px;
    list-style: disc;
}
.about-video-sec {
    padding: 0;
    margin: 0;
    position: relative;
}
.about-video-sec img{
    width: 100%;
}
.about-video-sec .video-desc{
    position: absolute;
    width: 100%;
    left: 0;
    top:50%;
    transform: translateY(-50%);
    text-align: center;
}
.about-video-sec .video-desc .text{
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}
.about-video-sec .video-desc .text .btn {
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    padding: 0;
    margin: 0 auto 30px;
    width: 93px;
    height: 93px;
    position: relative;
}
.about-video-sec .video-desc .text .btn .payIc-btn{
    width: 26px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
.about-video-sec .video-desc .text .btn .textimg{
    -webkit-animation: rotate 5s normal linear infinite;
  animation: rotate 5s normal linear infinite;
}
@keyframes rotate {
    0% {
      -webkit-transform: rotate3d(0, 0, 1, 0deg);
      transform: rotate3d(0, 0, 1, 0deg);
    }
    25% {
      -webkit-transform: rotate3d(0, 0, 1, 90deg);
      transform: rotate3d(0, 0, 1, 90deg);
    }
    50% {
      -webkit-transform: rotate3d(0, 0, 1, 180deg);
      transform: rotate3d(0, 0, 1, 180deg);
    }
    75% {
      -webkit-transform: rotate3d(0, 0, 1, 270deg);
      transform: rotate3d(0, 0, 1, 270deg);
    }
    100% {
      -webkit-transform: rotate3d(0, 0, 1, 360deg);
      transform: rotate3d(0, 0, 1, 360deg);
    }
  }
.about-video-sec .video-desc .text h3{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
    padding: 0;
    margin: 0;
}
.work-sec {
    padding: 60px 0;
    margin: 0;

}
.work-sec .work-info{
    text-align: center;
}
.work-sec h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    color: #343434;
    margin: 0;
    padding: 0 0 30px;
}
.work-sec h2 span img{
    display: inline;
    max-width: 40px;
}
.work-sec .work-info p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #666666;
    padding: 0;
    margin: 0;
}
.work-sec .work-step{
    padding: 40px 0 0;
    margin: 0;
}


.main-about-sec.reverse-panel .big-tham{
    padding: 16% 19% 0 0;
}
.main-about-sec.reverse-panel .big-tham .small-tham{
    bottom: inherit;
    left: inherit;
    width: 70%;
    top: 0;
    right: 0;
}

.freedom-sec{
    padding: 60px 0;
    margin: 0;
    position: relative;
}
.aniBg-img{
    position: absolute;
    top: 0;
    right: 0;
    max-width: 16%;
}
.freedom-sec .top-panel{
    padding: 0;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}
.freedom-sec .top-panel .app-info-details{ 
    position: relative;
    padding: 0;
    margin: 0;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap{
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    position: absolute;
    width: 100%;
    bottom: -102px;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .info-details-box{
    box-shadow: 3px 5.2px 50px 0px #2525250D;
    background: #fff;
    padding: 15px;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .col-md-6:first-child .info-details-box{
    margin-bottom: 30px;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .col-md-6:nth-child(2) .info-details-box{
    margin-top: 60px;
    margin-bottom: 30px;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .col-md-6:nth-child(3) .info-details-box{
    margin-top: -60px;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .info-details-box .icon {
    margin-bottom: 15px;
    max-width: 60px;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .info-details-box .text-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #747E8C;
    padding: 0;
    margin: 0;
}
.freedom-sec .top-panel .app-info-details .app-info-details-wrap .info-details-box .text-box strong {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #1D2A3B;
    padding: 0;
    margin: 0;
}
.freedom-sec .freedom-info  {
    display: flex;
    align-items: flex-end;
}

.freedom-sec .freedom-info .info-text {
    padding: 0;
    margin: 0;
    max-width: calc(100% - 241px);
}
.freedom-sec .freedom-info .info-text h3 {
    font-size: 20.72px;
    font-weight: 500;
    line-height: 1.2;
    color: #CDBB11;
    padding: 0 0 10px;
    margin: 0;
}
.freedom-sec .freedom-info .info-text h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.2;
    color: #343434;
    padding: 0;
    margin: 0;
}
.freedom-sec .freedom-info .btn-box{
    padding: 0 0 10px;
}
.freedom-sec .freedom-desc p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #666666;
    padding: 0;
    margin: 0;
}


.faq-sec{
    padding: 60px 0;
    margin: 0;
}
.faq-sec .faq-desc{
    text-align: center;
    padding: 0;
    margin: 0 0 50px;
}
.faq-sec .faq-desc h2{
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    color: #222222;
    padding: 0;
    margin: 0 0 20px;
}
.faq-sec .faq-desc p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}
.faq-accordion-wrap .accordion-item{
    border: none;
    box-shadow: 0px 30px 80px 0px #00000005;
    margin: 0 0 30px;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
}

.faq-accordion-wrap .accordion-item .accordion-header .accordion-button{
    box-shadow: none;
    outline: none;
    border: none;
    background: #F6F6F6;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #222222;
    /* padding: 0;
    margin: 0; */
    position: relative;
}
.faq-accordion-wrap .accordion-item .accordion-header .accordion-button[aria-expanded="true"]{
    background: #fff;
}
.faq-accordion-wrap .accordion-item .accordion-body{
    padding-top: 0;
    padding-bottom: 0;
}
.faq-accordion-wrap .accordion-item .accordion-body .accordion-desc {
    border-top: 1px solid #DDDDDD80;
    padding: 1rem 0;
}
.faq-accordion-wrap .accordion-item .accordion-body .accordion-desc p{
    font-size: 16px;
    font-weight: 500;
    line-height: 19.2px;
    color: #434244;
    padding: 0;
    margin: 0 0 10px;
}
.faq-accordion-wrap .accordion-item .accordion-body .accordion-desc p:last-child{
    margin-bottom: 0;
}

.faq-accordion-wrap .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}

.faq-accordion-wrap .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}

.faq-accordion-wrap .accordion-button::after {
    transition: all 0.5s;
}
  

.contact-sec{
    padding: 60px 0;
    margin: 0;
}
.contact-sec .con-desc{ 
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}
.contact-sec .con-desc h3{ 
    font-size: 30px;
    font-weight: 600;
    line-height:1.2;
    text-align: center;
    color: #000;
    padding: 0;
    margin: 0;
}
.contact-sec .con-desc p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    text-align: left;
    color: #666666;
    padding: 0;
    margin: 0 0 15px;
    text-align: center;
}

.contact-card{
    background: #F8F8F8;
    border-radius: 20px;
    padding: 30px;
}
.contact-card .form-group{
    padding: 0;
    margin: 0 0 20px;
}
.contact-card .form-group .form-control{
    border: none;
    outline: none;
    box-shadow: 0px 30px 80px 0px #0000000F;
    background: #fff;
    height: 60px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #222222;
    border-radius: 15px;
    padding: 15px 20px;
}
.contact-card .form-group textarea.form-control{
    height: 136px;
    resize: none;
}

.con-btn .site-btn{
    outline: none;
    border: none;
    box-shadow: none;
}

.contact-side-bar{
    background: #F8F8F8;
    border-radius: 15px;
    padding:20px 15px;
    margin-bottom: 30px;
}
.contact-side-bar h4{
    font-size: 34px;
    font-weight: 600;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0 0 30px;
}
.contact-side-bar .contact-bar{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
    margin: 0 0 20px;
}
.contact-side-bar .contact-bar:last-child{
    margin-bottom: 0;
}


.contact-side-bar .contact-bar a,
.contact-side-bar .contact-bar p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #000;
    padding: 0;
    margin: 0;
    transition: all 300ms ease-in-out;
    max-width: calc(100% - 20px);
}
.contact-side-bar .contact-bar a:hover{
    color: #CDBB11;
}

.contact-side-bar .contact-bar i{
    font-size: 18px;
    color: #CDBB11;
}


.careear-desc.text-with-img-comm-panel .text-box h2{
    padding-left: 0;
}

.careear-desc.text-with-img-comm-panel .text-box h2:after{
    display: none;
}

.current-opening-sec{
    border-radius: 40px;
    background: #F6F6F6;
    padding: 40px 0;
    margin: 0 0 60px;
}
.current-opening-sec h2{ 
    font-size: 44px;
    font-weight: 700;
    line-height:1.2;
    padding: 0;
    margin: 0 0 30px;
}
.current-opening-sec .desc{
    text-align: center;
    padding: 0;
    margin: 0;
}
.current-opening-sec .desc p{ 
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #616161;
    padding: 0;
    margin: 0 0 30px;
}
.current-opening-sec .desc p:last-child{
    margin-bottom: 0;
}

.current-opening-sec .opening-box{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.current-opening-sec .opening-box h3{
    font-size: 28px;
    font-weight: 500;
    line-height: 1.2;
    color: #CDBB11;
    padding: 0;
    margin: 0 0 10px;
}
.current-opening-sec .opening-box p{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #4B4B4B;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0 0 15px;
    gap: 10px;
}
.current-opening-sec .opening-box a{
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    color: #CDBB11;
    border-radius: 27px;
    background: #272525;
    border:1px solid #272525;
    padding: 10px 30px;
    margin: 0;
    transition: all 300ms ease-in-out;
}
.current-opening-sec .opening-box a:hover{
    background: transparent;
}



.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 100px;
    right: 20px;
    border-radius: 50%;
    background-color: #CDBB11;
    color: #fff;
    z-index: 999;
    width: 40px;
    text-align: center;
    height: 40px;
    border: 1px solid #343434;
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    -webkit-transition: var(--transition);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 42px;
}
.go-top svg{
    max-width: 16px;
    filter: brightness(1) invert(1);
}
.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 25px;
    -webkit-animation: top-bottom 5s infinite linear;
    animation: top-bottom 5s infinite linear;
}




/*================ Menu color css ==============================*/
.stellarnav.mobile.light ul {
    background: #343434;
}



.content-base-page{
    padding: 60px 0;
    margin: 0;
}

.content-base-page .ttlBox{
    text-align: center;
    padding: 0;
    margin: 0 0 30px;
}
.content-base-page .contentTextArea p{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #616161;
    padding: 0;
    margin: 0 0 30px;
}
.content-base-page .contentTextArea ul{
    padding-left: 15px;
    margin-bottom: 30px;
}
.content-base-page .contentTextArea ul li{
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #616161;
    padding: 0;
    margin: 0 0 8px;
    list-style: disc;
}
.content-base-page .contentTextArea ul li:last-child{
    margin-bottom: 0;
}

.content-base-page .ttlBox h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #343434;
    text-transform: capitalize;
    padding: 0;
    margin: 0 0 10px;
}
 .ttlBox p{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    color: #616161;
    padding: 0;
    margin: 0 0 30px;
}
.contentTextArea h3{
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: #CDBB11;
    padding: 0 0 0 0px;
    margin: 0 0 10px;
    position: relative;
}
.contentTextArea p{

}



