/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: Themes Industry
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');


.main-font {
    font-family: 'Roboto', sans-serif;
}

.alt-font {
    font-family: 'Poppins', sans-serif;
}


/* ===================================
    General
====================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #696969;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #3e3939;
}

a,
*::before,
*::after,
img,
span,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}

section,
.section-padding {
    position: relative;
    overflow: hidden;
}

.section-top-margin {
    margin-top: 7.5rem;
}

a {
    color: inherit;
    text-decoration: none;
}

.rev_slider_wrapper {
    width: 100% !important;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #30D5C8;
}

blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 25px 0;
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
}

blockquote>cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}

.hidden {
    display: none;
}

/* transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 17px;
    border: 2px solid transparent;
    letter-spacing: .5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 1.8em;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px;
    line-height: 1.8em;
}

.btn.btn-rounded {
    border-radius: 50px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus {
    color: #30D5C8;
    text-decoration: none;
    padding: 0;
}

.btn-link::after {
    content: attr(data-text);
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    color: #86cd88;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.btn-link:hover::after {
    width: 100%;
}

/* button background */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #585858
}

.btn.btn-white:hover,
.btn.btn-white:focus {
    background: transparent !important;
    border-color: #ffffff;
    color: #ffffff !important
}

.btn.btn-transparent-white {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff
}

.btn.btn-transparent-white:hover,
.btn.btn-transparent-white:focus {
    background: #ffffff !important;
    color: #585858 !important
}

.btn.btn-transparent-black {
    background: transparent;
    border-color: #2b2b2b;
    color: #2b2b2b
}

.btn.btn-transparent-black:hover,
.btn.btn-transparent-black:focus {
    background: #2b2b2b !important;
    color: #ffffff !important
}

.btn.btn-black {
    background: #2b2b2b;
    border-color: #2b2b2b;
    color: #ffffff
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    background: transparent !important;
    border-color: #2b2b2b;
    color: #2b2b2b !important
}

.btn.btn-green {
    background: #30D5C8;
    border-color: #30D5C8;
    color: #ffffff
}

.btn.btn-green:hover,
.btn.btn-green:focus {
    background: transparent !important;
    border-color: #30D5C8;
    color: #30D5C8 !important
}

.btn.btn-hvr-white:hover,
.btn.btn-hvr-white:focus {
    background: #ffffff !important;
    border-color: #ffffff;
    color: #585858 !important
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* background color */
.bg-black {
    background: #000000;
}

.bg-dark {
    background-color: #1d1d21 !important;
}

.bg-blue {
    background-color: #03a9f5;
}

.bg-pink {
    background-color: #f033b5;
}

.bg-purple {
    background-color: #9556f5;
}

/* text-color */
.main-color {
    color: #30D5C8;
}
.main-color2 {
    color: #da0000;
}

/*Max Width*/
.mx-570 {
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Bg
====================================== */

.social-icon-bg a i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg a i.fa-twitter {
    background-color: #55ACEE;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg a i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg a i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg a i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg a i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg a i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg a i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg a i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg a i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg a i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg a i.fa-behance {
    background-color: #131418;
}

.social-icon-bg a i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg a i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg a i.fa-xing {
    background-color: #026466;
}

.social-icon-bg a i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg a i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Bg Hover
====================================== */

.social-icon-bg-hvr a:hover i.fa-facebook-f {
    background-color: #3B5998;
}

.social-icon-bg-hvr a:hover i.fa-twitter {
    background-color: #55ACEE;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #DD4B39;
}

.social-icon-bg-hvr a:hover i.fa-linkedin-in {
    background-color: #0976B4;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #c13584;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-pinterest-p {
    background-color: #B7242A;
}

.social-icon-bg-hvr a:hover i.fa-instagram {
    background-color: #e8715c;
}

.social-icon-bg-hvr a:hover i.fa-vimeo {
    background-color: #1ab7ea;
}

.social-icon-bg-hvr a:hover i.fa-vk {
    background-color: #4c75a3;
}

.social-icon-bg-hvr a:hover i.fa-youtube {
    background-color: #cd201f;
}

.social-icon-bg-hvr a:hover i.fa-pinterest {
    background-color: #bd081c;
}

.social-icon-bg-hvr a:hover i.fa-tumblr {
    background-color: #34465d;
}

.social-icon-bg-hvr a:hover i.fa-behance {
    background-color: #131418;
}

.social-icon-bg-hvr a:hover i.fa-dribbble {
    background-color: #ea4c89;
}

.social-icon-bg-hvr a:hover i.fa-google-plus {
    background-color: #dd4b39;
}

.social-icon-bg-hvr a:hover i.fa-xing {
    background-color: #026466;
}

.social-icon-bg-hvr a:hover i.fa-yelp {
    background-color: #af0606;
}

.social-icon-bg-hvr a:hover i.fa-vine {
    background-color: #00b489;
}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook {
    color: #3B5998;
}

.social-icon-clr a i.fa-twitter {
    color: #55ACEE;
}

.social-icon-clr a i.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr a i.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr a i.fa-instagram {
    color: #c13584;
}

.social-icon-clr a i.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr a i.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr a i.fa-instagram {
    color: #e8715c;
}

.social-icon-clr a i.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr a i.fa-vk {
    color: #4c75a3;
}

.social-icon-clr a i.fa-youtube {
    color: #cd201f;
}

.social-icon-clr a i.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr a i.fa-tumblr {
    color: #34465d;
}

.social-icon-clr a i.fa-behance {
    color: #131418;
}

.social-icon-clr a i.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr a i.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr a i.fa-xing {
    color: #026466;
}

.social-icon-clr a i.fa-yelp {
    color: #af0606;
}

.social-icon-clr a i.fa-vine {
    color: #00b489;
}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook {
    color: #3B5998;
}

.social-icon-clr-hvr a i:hover.fa-twitter {
    color: #55ACEE;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #DD4B39;
}

.social-icon-clr-hvr a i:hover.fa-linkedin-in {
    color: #0976B4;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #c13584;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-pinterest-p {
    color: #B7242A;
}

.social-icon-clr-hvr a i:hover.fa-instagram {
    color: #e8715c;
}

.social-icon-clr-hvr a i:hover.fa-vimeo {
    color: #1ab7ea;
}

.social-icon-clr-hvr a i:hover.fa-vk {
    color: #4c75a3;
}

.social-icon-clr-hvr a i:hover.fa-youtube {
    color: #cd201f;
}

.social-icon-clr-hvr a i:hover.fa-pinterest {
    color: #bd081c;
}

.social-icon-clr-hvr a i:hover.fa-tumblr {
    color: #34465d;
}

.social-icon-clr-hvr a i:hover.fa-behance {
    color: #131418;
}

.social-icon-clr-hvr a i:hover.fa-dribbble {
    color: #ea4c89;
}

.social-icon-clr-hvr a i:hover.fa-google-plus {
    color: #dd4b39;
}

.social-icon-clr-hvr a i:hover.fa-xing {
    color: #026466;
}

.social-icon-clr-hvr a i:hover.fa-yelp {
    color: #af0606;
}

.social-icon-clr-hvr a i:hover.fa-vine {
    color: #00b489;
}

/* ========== End Basic Style ========== */


/* ===================================
    Header
====================================== */

.header-left {
    width: 90px;
    height: 100%;
    min-height: 100vh;
    float: left;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: inline-block;
    background-color: #fff;
    box-shadow: 1px 1px 7px #e1e1e1;
}

.signle-layout {
    background: #f3f3f3;
}

.main-left {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-left: 90px;
}

.logo {
    width: 90px;
    height: 90px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    background-color: #30D5C8;
    font-weight: 600;
}

.logo>.logo-text {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
}

.logo>.logo-text img {
    max-width: 35px;
}

/* side menu button */

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    position: relative;
    display: none;
    margin-right: 20px;
}

.sidemenu_btn_inner {
    height: 70px;
    width: 70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

.sidemenu_btn span {
    height: 3px;
    width: 100%;
    background-color: #e30000;
    display: block;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.site-main-menu {
    list-style: none;
    position:static;
    /* bottom: 50%;
    transform: translateY(50%); */
    top: 90px;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    /* padding-top: 50px; */
}

.site-main-menu span {
    display: block;
}

.site-main-menu li>a {
    display: block;
    width: 100%;
    padding: 15px 5px;
    font-size: 14px;
    line-height: 1.2;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.site-main-menu li>a i,
.site-main-menu li>a:hover {
    transition: color .1s ease-in-out;
}

.site-main-menu li>a:hover i,
.site-main-menu li>a:hover span {
    color: #d60202;
    transition: color .1s ease-in-out;
}

.site-main-menu li:first-child>a {
    border-top: 1px solid #eaeaea;
}

.site-main-menu li.active>a {
    color: #de0000
}

.site-main-menu li.active>a:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    top: 0;
    right: 0;
    background-color: #30D5C8;
}

.site-main-menu li>a i {
    font-size: 18px;
    margin-bottom: 7px;
    display: block;
    color: #b3b3b3;
}

.site-main-menu li.active>a i {
    color: #c90000;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
    color: #ffffff;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


/* ===================================
    Page Chanager
  ====================================== */

.pt-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.subpages {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 1500px;
    -moz-perspective: 1500px;
    perspective: 1500px;
}

.pt-page {
    width: 100%;
    height: 0;
    position: absolute;
    opacity: 0;
    top: auto;
    left: 0;
    /* display: flex; */
    overflow: auto;
    min-height: 100vh;
    align-items: center;
    background-color: #fff;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.pt-page.pt-page-scrollable {
    display: block;
    padding: 4rem 0;
    overflow: auto;
    transition: all 0.3s ease;
    scroll-behavior: smooth;
}

.pt-page.pt-page-scrollable:has(.pt-page-title) {
    padding-top: 0;
}

.pt-page-current,
.no-js .pt-page {
    visibility: visible;
    z-index: 90;
    opacity: 1;
}

.pt-page-title {
    width: 100%;
    padding-top: 2.5rem;
    font-weight: 600;
    border-bottom: solid 5px #30D5C8;
}

.pt-page-title h2 {
    font-size: 42px;
    margin-bottom: 16px;
    font-weight: 600;
    text-align: left;
}

.pt-page-title p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 16px !important;
}

.min-height-100vh {
    min-height: 100vh;
}

/* ===================================
    Slider
  ====================================== */

.slider-image {
    position: relative;
    margin: auto;
    /* background-color: #30D5C8;
    border-radius: 100%; */
    top: 150px;
    margin-bottom: -80px;
}

.slider-image img {
    top: -150px;
    width: 100%;
    position: relative;
}

/*Shapes*/

.shape-square {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #30D5C8;
    top: 8%;
    right: 5%;
    opacity: .6;
    border-radius: 3px;
    transform: rotate(45deg);
    transition: all .0s ease-in-out;
    -webkit-animation: rotating 20s linear infinite;
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


.shape-triangle {
    position: absolute;
    width: 0;
    height: 0;
    top: 12%;
    left: 45%;
    opacity: .6;
    transform: rotate(-60deg);
    transition: all .0s;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 50px solid #30D5C8;
    -webkit-animation: right-to-left 20s linear infinite;
}

@-webkit-keyframes right-to-left {
    0% {
        margin-left: 0;
    }

    50% {
        margin-left: -100px;
    }

    100% {
        margin-left: 0;
    }
}

.shape-plus {
    position: absolute;
    top: 15%;
    left: 13%;
    border-radius: 1px;
    background: #30D5C8;
    height: 40px;
    width: 5px;
    opacity: .6;
    transform: rotate(55deg);
    -webkit-animation: rotating 20s linear infinite;
}

.shape-plus:after {
    border-radius: 1px;
    background-color: #30D5C8;
    content: "";
    height: 5px;
    position: absolute;
    top: 17px;
    width: 40px;
    left: -17px;
}

.shape-circle {
    position: absolute;
    bottom: 30px;
    left: 570px;
    width: 60px;
    height: 60px;
    opacity: .6;
    border: 5px solid #30D5C8;
    border-radius: 50%;
    -webkit-animation: heartBeat 10s linear infinite;
}

.heading-box {
    padding-left: 3.5rem;
}

.heading-box h2 {
    font-size: 80px;
    line-height: 90px;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.row h1 {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin: 0.6em 0;
    font-weight: 600;
    color: #070024;
}

.column {
    padding: 1em;
}

.card {
    padding: 3.1em 1.25em;
    text-align: left;
    background: linear-gradient(0deg, #30D5C8 10px, transparent 10px);
    background-repeat: no-repeat;
    background-position: 0 0.62em;
    box-shadow: 0 0 2.5em rgba(0, 0, 0, 0.15);
    border-radius: 0.5em;
    transition: 0.5s;
    cursor: pointer;
    height: 100%;
}

.card .icon {
    font-size: 2.5em;
    height: 2em;
    width: 2em;
    margin: 20px auto;
    background-color: #30D5C8;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
}

.icon:before {
    position: absolute;
    content: "";
    height: 1.5em;
    width: 1.5em;
    border: 0.12em solid #30D5C8;
    border-radius: 50%;
    transition: 0.5s;
}

.card h3 {
    font-size: 1.3em;
    margin: 1em 0 1.4em 0;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #070024;
}

.card p {
    line-height: 2em;
    color: #625a71;
}

.card:hover {
    background-position: 0;
}

.card:hover .icon:before {
    height: 2.25em;
    width: 2.25em;
}

@media screen and (min-width: 768px) {
    section {
        padding: 1em 7em;
    }
}

@media screen and (min-width: 992px) {
    section {
        padding: 1em;
    }

    .card {
        padding: 5em 2em;
    }

    .column {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        padding: 0 1em;
    }
}

/* ===================================
      About Us
  ==================================== */

.heading-area {
    margin-bottom: 3rem;
    text-align: center;
    border-bottom: 5px solid #30d5c8;
}

.heading-area .title {
    font-size: 3rem;
    margin-bottom: 25px;
}

.heading-area .sub-title {
    margin-bottom: 15px;
}

.dot-box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 60px;
    z-index: -1;
    transition: all 0s;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==) !important;
    background-position: 0 0px !important;
    background-repeat: repeat !important;
    background-size: 15px;
    width: 150px;
    height: 150px;
    transform: rotate(45deg);
}

.feature-item {
    margin-right: 20px;
    padding: 30px 25px;
    border-radius: 10px;
    text-align: left;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.feature-item:nth-child(2) {
    margin-top: 23px;
}

.feature-item>i.f-icon {
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #30D5C8;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
}

.feature-item .title {
    margin: 1.5rem 0 .8rem;
}

.feature-item .r-icon {
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}

.feature-item p {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: left;
    margin-left: 0%;
}


/* ===================================
    Services
====================================== */

.services-skill li {
    list-style: none;
    margin-top: 25px;
}

.services-skill .progress {
    border-radius: 50px;
    height: 13px;
}

.services-skill .progress-bar {
    border-radius: 50px;
    background-color: #30D5C8;
}

.progress-item b {
    font-weight: 600;
}

.counter-area {
    margin-top: 3.5rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.counter-area .counters .content {
    display: inline-block;
}

.counter-area .counters .c-icon {
    font-size: 40px;
    margin-right: 15px;
    color: #30D5C8;
}

.services-about {
    height: 550px;
    width: 100%;
    display: block;
    position: relative;
    top: 0;
    padding-top: 10px;
    background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJUlEQVQoU2N8+vTpfwYGBgZpaWlGEI0LMBKtEJ8pyHJ4rRtVCAAd/QgLwKUsAgAAAABJRU5ErkJggg==) !important;
    background-position: 0 0px !important;
    background-repeat: repeat !important;
    right: 0;
    z-index: -1;
    background-size: 15px;
}


.services-about .service-image {
    float: right;
    max-width: 450px;
}

.services-about .content {
    position: absolute;
    background-color: #30D5C8;
    bottom: 0;
    left: 0;
    max-width: 500px;
    color: #fff;
    padding: 50px;
    text-align: left;
}

.services-about .content h5 {
    color: #fff;
}

.services-about .content:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-size: 230px;
    position: absolute;
    font-weight: 700;
    opacity: .1;
    top: 100px;
    left: 30px;
}


/* ===================================
        Portfolio
   ====================================== */

#js-grid-mosaic-flat {
    min-height: 600px;
}

#js-grid-mosaic-flat .p-icon {
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    background-color: #30D5C8;
    font-size: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #fff;
}

#js-grid-mosaic-flat.cbp-caption-zoom .cbp-caption-activeWrap {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    height: auto;
    width: auto;
    background-color: #ffffffd9;
}

#js-grid-mosaic-flat.cbp-caption-zoom .cbp-caption-activeWrap .port-content {
    position: absolute;
    bottom: 10px;
    left: 20px;
}

/* ===================================
      Clients
   ====================================== */

.form-container {
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    width: 100%;
    max-width: 600px;
}

h2 {
    text-align: center;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input,
select,
textarea {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

textarea {
    resize: vertical;
}

button {
    width: 100%;
    padding: 12px;
    background-color: #19c6da;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #1ac1c1;
}

@media (max-width: 768px) {
    .form-container {
        padding: 20px;
    }

    button {
        font-size: 14px;
    }
}




#client-nav {
    margin-top: 50px;
}

.client-box {
    position: relative;
    padding: 30px;
    margin: 5px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
}

.client-box i.q-icon {
    font-size: 30px;
    margin-bottom: 10px;
    color: #30D5C8;
    display: inline-block;
}

.client-box .client-img {
    max-width: 50px;
    border-radius: 50px;
    overflow: hidden;
    background-color: #e8e8e8;
    margin-bottom: 15px;
    display: inline-block;
}

.client-box .client-designation {
    font-size: 14px;
}

#client-nav button {
    padding: 18px 16px;
    line-height: 0;
    border-radius: 50px;
    background: transparent;
    border: 2px solid #30D5C8;
    transition: .3s all ease-in-out;
}

#client-nav button:hover {
    background: #30D5C8;
    transition: .3s all ease-in-out;
}

#client-nav button.owl-prev {
    margin-right: 10px;
}

#client-nav button>span {
    font-size: 40px;
    display: inline-block;
    top: 2px;
    position: relative;
    color: #30D5C8;
}

#client-nav button:hover>span {
    color: #fff;
}

.partners-slider {
    margin-top: 6rem;
}

.partners-slider .logo-item {
    text-align: center;
}

.partners-slider .logo-item img {
    max-width: 170px;
    opacity: .5;
    display: inline-block;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #ffffff;
    z-index: 999;
}

.centrize {
    display: table;
    table-layout: fixed;
    height: 100%;
    position: relative;
}

.full-width {
    max-width: 100%;
    width: 100%;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.preloader .spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #30D5C8;
    opacity: 1;
    -webkit-animation: loader-bounce 2s infinite ease-in-out;
    animation: loader-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: 0.1;
}

@-webkit-keyframes loader-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
    }

}

@keyframes loader-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }

}

/* ===================================
   Contact
====================================== */

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    background: #fff;
    letter-spacing: .5px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    min-height: 35px;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 140px;
    resize: none;
    margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1) {
    margin-bottom: 0;
}

.map-half {
    height: 650px;
    width: 100%;
    margin: 0 auto;
}

.bg-map {
    background: url("../img/map.jpg");
}

.address-item {
    list-style: none;
    padding: 30px;
    margin: 0;
    margin-top: 40px;
    text-align: left;
    background-color: #f9f9f9;
    position: relative;
    display: inline-block;
    width: 110%;
}

.address-item li {
    width: 50%;
    
    display: flex;
    float: left;
    align-items: center;
}

.address-item i {
    font-size: 35px;
    margin-right: 10px;
}


/* ===================================
    Media Queries
   ====================================== */


   @media screen and (max-width: 991px) {
    .site-main-menu {
        padding-top: 70px;
        overflow-y: auto; /* Enables vertical scrolling */
        max-height: calc(100vh - 70px); /* Prevents overflow beyond screen height */
    }

    .shape-plus {
        display: none;
    }

    .shape-circle {
        display: none;
    }

    .heading-box h2 {
        font-size: 70px;
        line-height: 80px;
    }

    .slider-image img {
        top: -100px;
    }
}

/* Safari-specific styles */
@supports (-webkit-touch-callout: none) {
    @media screen and (max-width: 991px) {
        .site-main-menu {
            overflow-y: scroll; /* Ensures scroll works on Safari */
            -webkit-overflow-scrolling: touch; /* Adds smooth scrolling for iOS Safari */
        }
    }
}

@media screen and (max-width:1199px) {
    .heading-box h2 {
        font-size: 60px;
        line-height: 60px;
    }

    .slider-image img {
        top: 0;
    }

    .slider-image {
        top: 0;
        overflow: hidden;
    }
}


@media screen and (min-width:991px) {
    .slider-container {
        max-width: 100%;
    }
}


@media screen and (max-width:991px) {

    body {
        text-align: center;
    }

    .heading-box {
        padding: 0;
    }

    .slider-image {
        max-width: 200px;
        margin: 0 auto 50px;
    }

    .shape-triangle,
    .shape-square,
    .shape-circle {
        display: none;
    }


    .feature-item {
        margin: 10px;
    }

    .dot-box:after {
        display: none;
    }

    .pt-page {
        padding: 8rem 0 4rem;
    }

    .heading-box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .feature-item {
        text-align: center;
    }

    .heading-area {
        margin-top: 2rem;
    }

    .heading-area .title {
        font-size: 2.5rem;
        margin-bottom: 25px;
    }

    .heading-area .sub-title {
        margin-bottom: 10px;
    }

    .counter-area {
        margin: 3.5rem 0;
    }

    #client-nav {
        margin: 30px 0;
    }

    .address-item {
        margin: 3rem 0;
    }

    .map-half {
        height: 450px;
    }

    .main-left {
        padding: 0;
    }

    .header-left {
        width: 100%;
        height: 70px;
        min-height: auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 1px 1px 7px #e1e1e1;
    }

    .logo {
        width: 90px;
        height: 70px;
        z-index: 9;
    }

    .site-nav {
        position:fixed;
        width: 90px;
        top: 0;
        left: -90px;
        height: 100vh;
        background-color: #fff;
        box-shadow: 1px 1px 7px #e1e1e1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;

    }

    .site-nav.active {
        left: 0;

    }

    .sidemenu_btn {
        display: inline-block;
    }

}

@media screen and (max-width:767px) {

    .heading-box h2 {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .heading-area .title {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .feature-item:nth-child(2) {
        margin-top: 20px;
    }

    .services-about .service-image {
        max-width: 100%;
    }

    .side-menu {
        width: 380px;
    }

}

@media screen and (max-width:567px) {

    .address-item li {
        width: 100%;
    }

    .address-item li:nth-child(2) {
        margin-bottom: 1.5rem;
    }

}


@media screen and (max-width: 991px) {
    .pt-page {
        display: block;
    }

    section,
    .section-padding {
        overflow-y: auto;
    }
}


@media screen and (max-width:567px) {

    .header-left {
        z-index: 91;
        overflow: visible;
    }

}


/* Pricing  Card CSS */

.pricing-card {
    border: solid 3px #de0303;
    border-radius: 20px;
    padding: 1.5rem;
    text-align: center;
    position: relative;
    margin-top: 50px;
}

.pricing-card .pricing-card__title {
    position: absolute;
    background-color: #de0303;
    border-radius: 10px;
    color: #ffffff;
    padding: 5px 20px;
    font-size: 16px;
    width: 50%;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.pricing-card .pricing-card__label {
    font-weight: 500;
    margin: 20px 0 30px 0;
}

.pricing-card .pricing-card__price {
    font-weight: 600;
    font-size: 32px;
    color: #19c6da;
    margin-bottom: 30px;
}

.pricing-card .pricing-card__book-now {
    display: block;
    width: auto;
    margin: auto;
    padding: 7px 20px;
    border-radius: 8px;
    background-color: #19c6da;
}

/* Menu Table CSS */

.menu-table {
    border: none;
    width: 100%;
    font-size: 14px;
}

.menu-table thead th {
    background-color: #19c6da;
    color: #ffffff;
    /* background-color: #f20000; */
}

.menu-table.non-veg thead th {
    background-color: #f20000;
}

.menu-table.veg thead th {
    background-color: #00a20d;
}

.menu-table thead th,
.menu-table tbody td {
    padding: 7px 16px;
    vertical-align: baseline;
}


/* Load More Button */
#loadMoreBtn {
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s ease;
  }
  
  #loadMoreBtn:hover {
    background-color: #45a049;
    color: #fff;
  }
  
  /* Video Thumbnail Overlay */
  .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
  }
  
  .cbp-item:hover .video-overlay {
    opacity: 1;
  }
  
  .play-icon {
    font-size: 50px;
    animation: pulse 1s infinite;
  }
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.7;
    }
    50% {
      transform: scale(1.1);
      opacity: 1;
    }
  }
  
  li{
   padding: 5px;
  }

  /* General Styles for Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    #gallery .cbp-caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  
    #gallery .cbp-caption-defaultWrap img {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
    }
  
    #gallery .cbp-caption-defaultWrap img:hover {
      -webkit-transform: scale(1.1);
      transform: scale(1.1);
    }
  }
  
  /* Small devices (phones, 600px and down) */
  @media (max-width: 600px) {
    #gallery .heading-area h2 {
      font-size: 1.8rem;
      text-align: center;
    }
  
    #gallery .heading-area h6 {
      font-size: 1rem;
      text-align: center;
    }
  
    #gallery .cbp {
      grid-template-columns: 1fr;
      gap: 15px;
    }
  }
  
  /* Medium devices (tablets, 768px and down) */
  @media (max-width: 768px) {
    #gallery .heading-area {
      padding: 0;
      text-align: center;
    }
  
    #gallery .cbp {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
    }
  
    #gallery .cbp-item {
      margin-bottom: 20px;
    }
  }
  
  /* Large devices (laptops/desktops, 992px and up) */
  /* @media (min-width: 992px) {
    #gallery .cbp {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }
  }
   */

   /* iPhone X and newer (portrait) */
@media only screen and (max-width: 812px) and (orientation: portrait) {
    #gallery img {
        width: 100%;
        height: auto; /* Prevent stretching */
    }
}

/* iPhone X and newer (landscape) */
@media only screen and (max-width: 812px) and (orientation: landscape) {
    #gallery img {
        width: auto; /* Maintain proportions */
        height: 100%;
        object-fit: contain; /* Fit content within container */
    }
}

/* iPhone 8 and smaller */
@media only screen and (max-width: 375px) {
    #gallery img {
        width: 100%;
        height: auto;
    }
}
