@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Oswald&display=swap);

.abcd p,
.card-body ul li,
.engineering p {
    text-align: start
}

.flip-card-back,
.flip-card-front,
.stop-box {
    box-sizing: border-box
}

.carousel-caption h1,
.serviceBox,
body,
section,
section .section-content p {
    font-family: 'Segoe UI', sans-serif
}

.abcd h1,
.faq-area h5,
.jklm strong,
.klmn h1,
h5 {
    -webkit-text-fill-color: transparent
}

body {
    padding: 5px;
    text-align: center
}

.content-box {
    width: 300px;
    height: 200px;
    background-color: #f0f0f0;
    margin: 0 auto;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.content {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #333;
    transition: opacity .5s, transform .5s
}

.content-box.loaded .content,
.content-box:hover .content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1)
}

body.loaded .content-box {
    animation: .5s forwards revealContent
}

@keyframes revealContent {
    from {
        opacity: 0;
        transform: translate(-50%, -60%) scale(.9)
    }

    to {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
}

.abcd h1,
.jklm strong,
h5 {
    background: -webkit-linear-gradient(105deg, #00ff49 0, #1b3716 80%);
    -webkit-background-clip: text
}

.stop-box:hover,
section .image-box img:hover {
    transform: scale(1.05)
}

#sg-carousel,
#sg-carousel .carousel-inner .item {
    height: 100vh
}

.book-now,
.button--tamaya,
.carousel-caption>a,
.funfact h5,
.serviceBox .title,
.title-flex h2,
.uppr-txt {
    text-transform: uppercase
}

.container {
    width: 100% !important;
    max-width: 1230px !important;
    margin: 0 auto;
    padding: 1px !important
}

#reservation h3,
.accordion-item,
.card-body ul li,
.funfact i,
.stop-subheading,
iframe {
    margin-bottom: 10px
}

.card-header,
.mb-4,
p {
    margin-bottom: 20px
}

@media (max-width:1200px) {
    .container {
        width: 95%
    }
}

.responsive-background {
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 397px
}

@media (max-width:768px) {
    .container {
        width: 90%;
        padding: 10px
    }

    .responsive-background {
        min-height: 101px
    }
}

@media (max-width:320px) {
    .responsive-background {
        min-height: 83px
    }
}

@media (min-width:769px) {
    .responsive-background {
        min-height: 397px
    }
}

#reservation h3,
.book-now,
.card-header,
.carousel-control,
.carousel-slide,
.jklm p,
.jklm strong,
.klmn h1,
.serviceBox,
.text-center,
.whatsAppIcon,
h2,
h5,
p {
    text-align: center
}

h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 18px 0
}

.accordion {
    border: 2px solid #ddd;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 10px
}

.accordion-item.active .accordion-item-header,
.card-header {
    border-radius: 5px
}

.accordion-item {
    background: #fff
}

.accordion-item-header {
    background: #f7f7f7
}

.accordion-item-header:hover {
    background: #e7e7e7
}

.accordion-item-body {
    background: #fff;
    color: #555
}

.accordion-item-body-content {
    padding: 15px 0
}

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
    perspective: 1000px
}

.flip-card-inner {
    transform-style: preserve-3d
}

.flip-card-back,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    backface-visibility: hidden
}

.flip-card-front {
    background: linear-gradient(135deg, #00ff49, #1b3716);
    color: #fff
}

.flip-card-back,
.navbar-nav>li>a,
.sticky li p a,
.widget-title-white {
    color: #fff
}
.flip-card-back h4{
    color: #000;
}

.card-header {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #1b3716
}

.card,
.stop-box,
.testimonial-content {
    padding: 20px
}

.card-body {
    font-size: 14px;
    text-align: left;
    line-height: 1.8
}

.flip-card-back h4,
.flip-card-front h4 {
    font-size: 20px;
    font-weight: 700
}

.flip-card-back i,
.flip-card-front i {
    font-size: 30px;
    margin-bottom: 15px
}

section {
    background-color: #f8f8f8
}

section .section-content p {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 20px
}

section .rankrise {
    font-weight: 700;
    font-size: 18px
}

section .image-box {
    text-align: center;
    position: relative
}

section .image-box img {
    width: 74%;
    height: auto;
    border-radius: 50% !important;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .1);
    margin-top: 2%
}

section .row {
    display: flex;
    justify-content: space-between
}

@media (max-width:767px) {
    h5 {
        font-size: 24px
    }

    .accordion-item-header {
        font-size: 14px;
        padding: 12px
    }

    .accordion-item-body {
        font-size: 14px;
        text-align: justify
    }

    .accordion {
        padding: 15px
    }

    section .section-content p {
        font-size: 14px;
        padding: 3%;
    }

    section .image-box img {
        border-radius: 10px
    }
    .image-box img{
        margin-top: 10%;
    }
}

.card {
    border: 2px solid #007bff;
    border-radius: 8px
}

.rankrise {
    color: initial;
    transition: color .3s
}

.rankrise:hover {
    color: #28850b
}

@media (min-width:992px) {
    .custom-margin {
        margin-left: -24px
    }

    .custom-margin-2 {
        margin-left: 6px
    }

    .custom-margin-3 {
        margin-left: 72px
    }
}

.carousel-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px
}

.stop-box {
    width: 100%;
    max-width: calc(33.33% - 20px);
    background: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.stop-box:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .2)
}

.list-inline,
.stop-description {
    margin-top: 10px
}

@media (max-width:1024px) {
    .stop-box {
        max-width: calc(50% - 20px)
    }
}

.stop-image {
    object-fit: contain;
    display: block;
    margin: 0 auto;
    object-fit: cover
}

.cards-carousel {
    margin: 2em 0
}

.slick-slide {
    display: flex;
    justify-content: center;
    align-items: center
}

.slick-dots {
    bottom: 0
}

.slick-dots li button:before,
.stop-box:hover .stop-heading {
    color: #3f9f96
}

.accordion-item-body-content,
.stop-box:hover .stop-description,
.stop-heading,
h2 {
    color: #333
}

#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right,
.aos-animate,
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right,
.control-round:hover .carousel-control,
.fade,
.slick-center .stop-image {
    opacity: 1
}

.slick-slide .stop-image {
    transition: opacity .5s
}

.page-wrapper {
    margin: 2em
}

.title-flex {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em
}

.title-flex h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    letter-spacing: 2px;
    animation: 1s ease-in-out fadeInUp
}

.cards-grid {
    font-size: 1.5em;
    display: grid;
    grid-gap: 1.5em;
    grid-template-columns: repeat(5, 1fr)
}

.icon-box,
.stop-box {
    display: flex;
    text-align: center
}

@media (max-width:50em) {
    .cards-grid {
        grid-template-columns: repeat(4, 1fr)
    }
}

@media (max-width:40em) {
    .cards-grid {
        grid-template-columns: repeat(3, 1fr)
    }
}

@media (max-width:30em) {
    .cards-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:20em) {
    .cards-grid {
        grid-template-columns: 1fr
    }
}

.stop-box {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    flex-direction: column;
    justify-content: space-between;
    height: 467px;
    transition: transform .3s, box-shadow .3s;
    animation: 1s ease-in-out fadeIn
}

.btn-call,
.icon-box {
    justify-content: center
}

.icon-box {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    background-color: #f4f7fa;
    transition: background-color .3s;
    margin-left: 38%
}

.icon-box:hover,
.read-more {
    background-color: #3f9f96
}

.stop-image {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.stop-heading {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    margin: 10px 0;
    transition: color .3s
}

.contact_icon,
.stop-subheading {
    font-weight: 400;
    text-align: center
}

.stop-subheading {
    font-size: 1.2rem;
    color: #3f9f96
}

.floating_btn {
    position: fixed;
    bottom: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0)
    }
}

.contact_icon {
    background-color: #1dbc36;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    margin-top: -33px;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0);
    animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    box-shadow: 0 0 0 0 #1dbc36;
    -webkit-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -moz-animation: 1.25s cubic-bezier(.66, 0, 0, 1) infinite pulsing;
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-family: sans-serif;
    transition: .3s ease-in-out
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px
}

.card-body ul li {
    font-size: 17px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 300px;
    transition: transform .5s;
    transform-style: preserve-3d
}

.flip-card:hover.flip-card-inner {
    transform: rotateY(180deg)
}

.flip-card-back,
.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px
}

.flip-card-front {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px
}

.card-header,
.flip-card-back {
    background-color: #f8f9fa;
   
}

.card-header {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    align-items: center
}

.card-header h4 {
    margin-left: 15px;
    font-size: 1.5rem;
    color: #fff!important;
}

.card-body {
    padding: 10px
}

.card-body ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.card-body ul li i {
    color: #fff;
    margin-right: 10px
}

.flip-card-back {
    transform: rotateY(180deg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px
}

.fas {
    font-size: 1.5rem;
    color: #fff;
}

@media(max-width:767px) {
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .owl-carousel.owl-dots {
        margin-top: -90px
    }
    .card-body ul li {
        font-size: 15px;
        font-weight: 600;
    }
}

.aos-init {
  
    transition: opacity .5s ease-out
}

.btn-call {
    background: #49c231;
    border-radius: 50%;
    box-shadow: 0 8px 10px #0f6327;
    cursor: pointer;
    height: 60px;
    width: 60px;
    text-align: center;
    position: fixed;
    right: 12px;
    bottom: 70px;
    z-index: 999;
    transition: .3s;
    -webkit-animation: 1s linear infinite hoverWave;
    animation: 1s linear infinite hoverWave;
    display: flex;
    align-items: center;
    text-decoration: none
}

.btn-call__ico img {
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1.2s infinite shake;
    -webkit-animation: 1.2s infinite shake;
    color: #fff;
    font-size: 30px;
    padding-top: 5px;
    transition: .3s
}

.btn-call:hover .btn-call__ico {
    color: #0f6327
}

@-webkit-keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 0 rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 15px rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, .067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0)
    }
}

@keyframes hoverWave {
    0% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 0 rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    40% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 15px rgba(56, 163, 253, .2), 0 0 0 0 rgba(56, 163, 253, .2)
    }

    80% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, .067)
    }

    100% {
        box-shadow: 0 8px 10px rgba(56, 163, 253, .3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0)
    }
}

@keyframes shake {

    0%,
    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }
}

@-webkit-keyframes shake {

    0%,
    100% {
        transform: rotateZ(0);
        -ms-transform: rotateZ(0);
        -webkit-transform: rotateZ(0)
    }

    10% {
        transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg)
    }

    20% {
        transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg)
    }

    30% {
        transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg)
    }

    40% {
        transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg)
    }

    50% {
        transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg)
    }

    60% {
        transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg)
    }

    70% {
        transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg)
    }

    80% {
        transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg)
    }

    90% {
        transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg)
    }
}


.stop-description {
    font-size: 1rem;
    flex-grow: 1;
    transition: color .3s
}

.read-more,
button#knowMoreBtn {
    transition: background-color .3s;
    cursor: pointer
}

.read-more {
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 5px
}

.funfact,
iframe {
    border-radius: 8px
}

.read-more:hover {
    background-color: #338f80
}

.more-text {
    display: none;
    font-size: .9rem;
    color: #555;
    margin-top: 10px;
    line-height: 1.6
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

#reservation h3 {
    font-size: 20px;
    font-weight: 800;
 
}

#reservation p {
    font-size: 12px;
    font-weight: 600;
    color:white !important;
}

.funfact {
    background: #fff82c;
   
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.funfact:hover {
    transform: translateY(-10px)
}

.funfact i {
    font-size: 40px;
    color: #4caf50
}

.funfact .count {
    font-size: 38px;
    font-weight: 600;
    color: #2b6c05
}

.funfact h5 {
    font-size: 35px;
    color: #777;
    margin-top: 10px;
    letter-spacing: 1px
}

.abcd h1,
.jklm strong,
.klmn h1 {
    font-size: 31px
}

.jklm p {
    font-size: 10px
}

.carousel-slide {
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0
}

p {
    font-size: 18px;
    line-height: 1.7
}

.klmn h1 {
    background: -webkit-linear-gradient(105deg, #00ff49 0, #1b3716 80%);
    -webkit-background-clip: text;
    padding: 2%
}

.carousel-container {
    margin-top: 30px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2)
}

.carousel-track {
    display: flex;
    transition: transform .5s ease-in-out
}

.carousel-slide {
    min-width: 296px;
    margin: 10px;
    flex-shrink: 0;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    padding: 10px
}

.carousel-slide iframe {
    width: 100%;
    height: 180px;
    border: none;
    border-radius: 10px
}

.carousel-slide h2 {
    font-size: 1.1em;
    margin: 10px 0
}

.carousel-slide p {
    font-size: .9em;
    color: #555
}

.carousel-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%)
}

.carousel-button {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 5px;
    outline: 0
}

.carousel-button:hover {
    background-color: rgba(0, 0, 0, .8)
}

.container.abcd {
    padding: 0 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

h2.welcome-heading {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-top: 30px
}

button#knowMoreBtn {
    background-color: #148b14;
    color: #fff;
    padding: 12px 25px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    border-radius: 5px
}

button#knowMoreBtn:hover {
    background-color: #0f5e0f
}

#moreContent {
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px
}

.cctv .col-lg-8 {
    max-width: 65%;
    flex: 1
}

.cctv .col-lg-4 {
    max-width: 30%;
    flex: 1
}

.slide-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
}

.cctv p {
    text-align: justify !important
}

.cctv img {
    width: 350px;
    height: 350px;
    box-shadow: 10px 6px 10px rgb(113 203 79 / 20%);
    margin-top: -58px
}

.phone {
    display: inline-block !important;
    text-decoration: none !important;
    position: fixed !important;
    right: 10px !important;
    bottom: 65px !important;
    z-index: 999 !important
}

.fade .item,
.phone-img {
    display: block !important
}

.phone-img {
    border-radius: 50% !important;
    width: 100% !important;
    max-width: 54px !important;
    height: auto !important
}

.section-title-1 h5 {
    color: #091e3e !important
}

.section-title-1::before,
.section-title-2::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #040404;
    border-radius: 2px
}

.section-title-2.section-title-sm::before,
.section-title-2::before {
    height: 1px
}

.section-title-1.text-center::before,
.section-title-2.text-center::before {
    left: 50%;
    margin-left: -75px
}

.section-title-1.section-title-sm::before,
.section-title-2.section-title-sm::before {
    width: 90px;
    height: 3px
}

.section-title-1::after,
.section-title-2::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 5px;
    bottom: 0;
    background: #fff;
    -webkit-animation: 5s linear infinite section-title-run;
    animation: 5s linear infinite section-title-run
}

.section-title-2::after {
    bottom: -2px;
    background: var(--primary)
}

.section-title-2.section-title-sm::after {
    bottom: -1px
}

.section-title-1.text-center::after,
.section-title-2.text-center::after {
    -webkit-animation: 5s linear infinite section-title-run-center;
    animation: 5s linear infinite section-title-run-center
}

.section-title-1.section-title-sm::after,
.section-title-2.section-title-sm::after {
    width: 4px;
    height: 3px;
    -webkit-animation: 5s linear infinite section-title-run-sm;
    animation: 5s linear infinite section-title-run-sm
}

@-webkit-keyframes section-title-run {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 145px
    }
}

@-webkit-keyframes section-title-run-center {

    0%,
    100% {
        left: 50%;
        margin-left: -75px
    }

    50% {
        left: 50%;
        margin-left: 70px
    }
}

@-webkit-keyframes section-title-run-sm {

    0%,
    100% {
        left: 0
    }

    50% {
        left: 85px
    }
}

.carousel-inner img {
    width: 100%;
    height: auto
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-color: #000
}

#sg-carousel {
    position: relative
}

.carousel-caption {
    top: 50%
}

.carousel-caption h1 {
    margin: 0;
    padding: 0;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px
}

#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    top: 48%;
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: .8s
}

.uppr-txt {
    color: #fff;
    font-size: 35px
}

.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    top: 0;
    width: auto;
    transition: .8s
}

.fa-angle-left,
.fa-angle-right {
    font-size: 80px
}

#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: .2s 0
}

#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: .2s 0
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    height: 540px !important;
    max-width: 100%;
    width: 100%
}

.modal,
.popup-modal {
    width: 100%;
    height: 100%
}

.item.active img {
    transition: transform 5s linear;
    transform: scale(1.05, 1.05)
}

.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px
}

.carousel-caption {
    left: 60%;
    padding-bottom: 5%;
    right: 0;
    text-align: left
}

.carousel-caption>p {
    font-size: 30px;
    color: #fff
}

.carousel-caption>a {
    color: #fff;
    background: #041132;
    padding: 6px 12px
}

.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    letter-spacing: 1px
}

.button--border-thick {
    border: 3px solid
}

.button {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: inherit;
    display: block;
    float: left;
    max-width: 250px;
    min-width: 199px;
    padding: 1em 7em;
    position: relative;
    vertical-align: middle;
    z-index: 1
}

.modal,
.nsatlinks,
.popup-modal {
    display: none
}

.button--tamaya::before {
    padding-top: 1em;
    top: 0
}

.button--tamaya::after,
.button--tamaya::before {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform .3s cubic-bezier(.2, 1, .3, 1);
    width: 100%
}

.button--tamaya::after {
    bottom: 0;
    line-height: 0
}

.button--tamaya:hover::before {
    transform: translate3d(0, -100%, 0)
}

.button--tamaya:hover::after {
    transform: translate3d(0, 100%, 0);
    color: #40a304
}

.button--tamaya:hover {
    color: #40a304;
    font-weight: 600
}

.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0
}

.carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0
}

#sg-carousel h1 {
    animation-delay: 1s;
    margin-bottom: 25px
}

#sg-carousel p {
    animation-delay: 2s
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 25px
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.active.left,
    .carousel-fade .carousel-inner>.item.active.right,
    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.prev {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .carousel-fade .carousel-inner>.item {
        transition: opacity 2s
    }

    .carousel-fade .carousel-inner>.item.active,
    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
@media screen and (max-width: 768px) {
    .popup-content{
        top: 18%;
        max-width: 340px;
    }
}

.popup-modal {
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9999
}

.popup-content {
    position: relative;
    margin: auto;
    top: 18%;
    background-color: #fff;
    max-width: 340px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    border-radius: 8px
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    color: #000;
    font-size: 2px;
    cursor: pointer
}

.modal {
    position: fixed;
    z-index: 99999;
    padding-top: 100px;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 40%
}

.keydownload,
.sticky li {
    background-color: #28850b;
    cursor: pointer
}

.keys {
    background-image: url(images/key-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 5px 0
}

.keydownload {
    padding: 10px;
    color: #fff;
    font-weight: 600;
    border-radius: 20px
}

.testimonial-item img {
    width: 90px;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    margin-left: 10%;
    border: 2px solid #fff
}

.ranks {
    padding-top: 2px;
    font-size: 22px;
    margin-bottom: 0;
    margin-top: 3px
}

.blink1,
.blinkebg {
    margin: 10px
}

.rank-num {
    font-size: 38px;
    color: #f60;
    font-weight: 600
}

.tname {
    font-size: 18px;
    font-weight: 600
}

.blink1 {
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 3px 5px
}

.text-theme-colored2 {
    color: #0a4e1d !important;
    font-size: 20px
}

.cities {
    columns: 6;
    -webkit-columns: 6;
    -moz-columns: 6
}

.city-head {
    padding: 0 30px
}

.blinkebg,
.blinks {
    background-color: #ea5e20;
    padding: 5px;
    border-radius: 20px
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.blinkers {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: .6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate
}

.book-now,
.sticky li p a,
.sticky li p a:hover {
    text-decoration: none
}

.blinks {
    -webkit-animation: .8s step-end infinite blink;
    animation: .8s step-end infinite blink
}

@-webkit-keyframes blinks {
    50% {
        background-color: red
    }
}

@keyframes blinks {
    50% {
        background-color: red
    }
}

@media only screen and (max-width:786px) {
    .cities {
        columns: 1;
        -webkit-columns: 1;
        -moz-columns: 1
    }

    .city-head {
        padding: 5px 0
    }

    .nsatlinks {
        display: block
    }

    .link_style {
        border: 0 solid #fff;
        padding: 0;
        border-radius: 0;
        font-weight: 600;
        font-size: 10px
    }

    .blinkebg {
        background-color: #ea5e20;
        padding: 3px !important;
        border-radius: 5px
    }
}

.sticky-wrapper {
    height: auto !important
}

@media only screen and (min-width:768px) {
    section {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }
}

.navbar-nav>li>.dropdown-menu {
    z-index: 999999
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav>li>a:hover {
    background: #fc9928;
    color: #fff;
    padding: 8px 15px;
    border-radius: 30px;
    margin-top: 8px
}

.nav>li>a {
    margin-top: 2px
}

.dropdown-menu {
    border-radius: 25px !important
}

.serviceBox.blue,
:root {
    --main-color: #28850b
}

.serviceBox {
    color: var(--main-color);
    background-color: #fff;
    padding: 0 25px 30px;
    position: relative;
    z-index: 1
}

.serviceBox:after,
.serviceBox:before {
    content: "";
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: -1
}

.serviceBox:after {
    background-color: var(--main-color);
    height: 50%;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2
}

.serviceBox .service-icon {
    color: #fff;
    background: var(--main-color);
    font-size: 45px;
    width: 75%;
    margin: 0 auto 35px;
    border-radius: 0 0 50px 50px;
    position: relative
}

.serviceBox .service-icon:after,
.serviceBox .service-icon:before {
    content: "";
    background: linear-gradient(to top left, var(--main-color) 49%, transparent 50%);
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: -10px
}

.serviceBox .service-icon:after {
    background: linear-gradient(to top right, var(--main-color) 49%, transparent 50%);
    left: auto;
    right: -10px
}

.serviceBox .title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px
}

.serviceBox .description {
    color: #555;
    font-size: 14px;
    letter-spacing: .5px;
    line-height: 25px
}

.serviceBox.yellow {
    --main-color: #ffb90d
}

.serviceBox.green {
    --main-color: #60b361
}

@media only screen and (max-width:1199px) {
    .serviceBox {
        margin: 0 0 40px
    }
}

.sticky-container {
    padding: 0;
    margin: 0;
    position: fixed;
    right: -96px;
    top: 60%;
    width: 136px;
    z-index: 1100
}

.sticky li {
    list-style-type: none;
    color: #efefef;
    height: 43px;
    padding: 0;
    margin: 0 0 1px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 10px
}

.sticky li:hover {
    margin-left: -90px
}

.sticky li img {
    float: left;
    margin: 5px 5px 5px 4px
}

.sticky li p {
    padding-top: 10px;
    margin: 0;
    line-height: 22px;
    font-size: 14px
}

.book-now {
    border-radius: 5px 5px 0 0;
    display: inline-block;
    font-size: 1rem;
    height: 38px;
    line-height: 50px;
    position: fixed;
    right: 0;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    width: 100px;
    top: 35%;
    background-color: #f37f1d;
    color: #fff;
    font-weight: 600
}

.book-now:hover {
    color: #fff !important
}

.whatsAppIcon {
    position: fixed;
    width: 56px;
    height: 55px;
    bottom: 65px;
    left: 25px;
    background-color: #197b30;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
    z-index: 100
}

@media only screen and (max-width:768px) {
    .keydownload {
        padding: 10px;
        color: #fff;
        font-weight: 600;
        border-radius: 20px;
        cursor: pointer;
        background-color: green
    }

    .stop-box {
        width: 215px;
        height: 421px
    }
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4)
}

.bs-slider>.carousel-inner>.item>a>img,
.bs-slider>.carousel-inner>.item>img {
    margin: auto;
    width: 100% !important
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.fade .item:first-child {
    top: auto;
    position: relative
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.font-24 {
    font-size: 24px
}

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: 400;
    background: 0 0;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.control-round .carousel-control.left {
    left: 1%
}

.control-round .carousel-control.right {
    right: 1%
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, .5);
    border: 0 transparent
}

.control-round .carousel-control.left>span:first-child {
    left: 45%
}

.control-round .carousel-control.right>span:first-child {
    right: 45%
}

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #9e9e9e;
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: #9e9e9e;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: .5s cubic-bezier(.22, .81, .01, .99);
    transition: .5s cubic-bezier(.22, .81, .01, .99);
    z-index: 10;
    cursor: pointer
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s
}

.slide-text>a.btn-default,
.slide-text>a.btn-primary {
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-transform: uppercase;
    border: none
}

.slide_style_left {
    text-align: left !important
}

.slide_style_right {
    text-align: right !important
}

.slide_style_center {
    text-align: center !important
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px 85px;
    position: absolute;
    text-align: left
}

.slide-text>h1 {
    padding: 0;
    color: #fff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.slide-text>p {
    padding: 0;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

.slide-text>a.btn-default {
    color: #000;
    margin-right: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text>a.btn-primary {
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    background: #00bfff;
    text-decoration: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background .3s ease-in-out, color .3s ease-in-out;
    transition: background .3s ease-in-out, color .3s ease-in-out
}

.slide-text>a:active,
.slide-text>a:hover {
    color: #fff;
    background: #222;
    -webkit-transition: background .5s ease-in-out, color .5s ease-in-out;
    transition: background .5s ease-in-out, color .5s ease-in-out;
}

@media (max-width:991px) {
 

 

    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px
    }

    .slide-text>p {
        font-size: 18px
    }
}

@media (max-width:768px) {
    .faq-area {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .flip-card {
        height: auto
    }

    .stop-box {
        max-width: 100%
    }

    .funfact {
        margin-bottom: 20px
    }

    .funfact i {
        font-size: 30px
    }

    .funfact .count {
        font-size: 28px
    }

    .funfact h5 {
        font-size: 12px
    }

    .cctv .col-lg-4,
    .cctv .col-lg-8 {
        max-width: 100%;
        flex: 1
    }

    button#knowMoreBtn {
        width: 100%;
        padding: 12px
    }

    .cctv img {
        margin-top: 0
    }

    .carousel-inner img {
        height: 450px
    }

    .slide-text {
        padding: 10px 50px
    }

    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .slide-text>p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px
    }

    .control-round .carousel-control {
        display: none
    }
}

@media (max-width:480px) {
    .container {
        width: 100%;
        padding: 5px
    }

    .faq-area {
        padding-top: 15px;
        padding-bottom: 100px
    }

    .slide-text {
        padding: 10px 30px
    }

    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px
    }

    .slide-text>p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px
    }

    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px
    }

    .indicators-line>.carousel-indicators {
        display: none
    }
}

.faq-area {
    background-color: #f9f9f9;
    padding: 40px 0;
    border-radius: 10px
}

.faq-area h5 {
    font-size: 36px;
    font-weight: 700;
    color: #00ff49;
    background: -webkit-linear-gradient(105deg, #00ff49 0, #1b3716 80%);
    -webkit-background-clip: text;
    text-align: center;
    padding: 20px;
    margin-bottom: 40px
}

.accordion {
    margin: 0 auto;
    max-width: 100%
}

.accordion-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden
}

.accordion-item-header {
    background-color: #359025;
    color: #fff;
    padding: 15px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color .3s;
    font-weight: 600
}

.accordion-item-header:hover,
.accordion-item.active .accordion-item-header {
    background-color: #246b17
}

.accordion-item-body {
    display: none;
    background-color: #f2f2f2;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease-out
}

.accordion-item.active .accordion-item-body {
    display: block;
    max-height: 500px
}

.accordion-item-header::before {
    content: '+';
    margin-right: 10px;
    font-weight: 700;
    font-size: 20px;
    transition: transform .3s
}

.accordion-item.active .accordion-item-header::before {
    transform: rotate(45deg)
}

.faq-area .container {
    max-width: 900px;
    margin: 0 auto
}

@media (max-width:768px) {
    .faq-area h5 {
        font-size: 28px
    }

    .accordion-item-header {
        font-size: 15px;
        font-weight: 700;
    }

    .accordion-item-body-content {
        font-size: 12px
    }
}
/* Default state for cards */
.left-card,
.right-card {
    transform: translateX(0);

    transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}

/* Animated state */
.animate .left-card {
    animation: slideInLeft 1s ease-in-out forwards;
    /* Play animation */
}

.animate .right-card {
    animation: slideInRight 1s ease-in-out forwards;
    /* Play animation */
}

/* Keyframes for animations */
@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive adjustments using media queries */
@media (max-width: 768px) {
 

    .left-card,
    .right-card {
        transform: translateY(0);
    }

    .animate .left-card {
        animation: slideInTop 1s ease-in-out forwards;
        /* Play vertical animation */
    }

    .animate .right-card {
        animation: slideInBottom 1s ease-in-out forwards;
        /* Play vertical animation */
    }

    @keyframes slideInTop {
        from {
            transform: translateY(-100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    @keyframes slideInBottom {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}
