
:root {
    --main_color:#72b0ff ;
    --second_color:#252525;
}
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: white;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #72b0ff ;
    width: 0;
    height: 25%;
    transition: .5s ease;
    cursor: pointer;
}

/* ===================================
    General
====================================== */
body {
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 300;
    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: 'Roboto', sans-serif;
    margin-bottom: 0
}

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;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

p:last-child {
    margin-bottom: 0 !important;
}

.fa,
.far,
.fas {
    display: inline;
}

a:active,
a:hover {
    color: #72b0ff ;
}

.hidden {
    display: none;
}

ul {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0;
}

/* 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;
}

/* overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* opacity */
.opacity-3 {
    opacity: .3;
}

.opacity-4 {
    opacity: .4;
}

.opacity-5 {
    opacity: .5;
}

.opacity-6 {
    opacity: .6;
}

.opacity-7 {
    opacity: .7;
}

.opacity-8 {
    opacity: .8;
}

.opacity-9 {
    opacity: .9;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    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: 'Roboto', sans-serif;
    font-weight: 500;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease !important;
    transition: all .5s ease !important;
}

/* button size */


/*Max Width*/
.parallax-disable {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.position-relative {
    position: relative;
}

.left-overlay {
    position: absolute;
    left: 0;
    right: 60%;
    top: 0;
    bottom: 0;
}

.right-overlay {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
}

/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}

.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}

.instagram-text-hvr:hover {
    color: #fc9c2c !important;
}

.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}

.pinterest-text-hvr:hover {
    color: #BD081C !important;
}

.google-text-hvr:hover {
    color: #72b0ff  !important;
}

.youtube-text-hvr:hover {
    color: #e30f0f !important;
}

/* ===================================
      Custom css
  ==================================== */
/* 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;
}

.color-lines .row {
    height: 25px;
}

.color-line-overlay {
    position: absolute;
    right: 0;
    top: 0;
    height: 25px;
    left: 50%;
    background-color: #72b0ff ;
}

.bg-color {
    background-color: #72b0ff ;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.form-control:focus {
    box-shadow: none;
}

.heading {
    color: #FFFFFF;
    font-family: Oswald, sans-serif;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 5px;
}

.powerf {
    color: #72b0ff ;
    font-size: 75px;
}

.text {
    color: #FFFFFF;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.text-black {
    color: #202020;
}

.text-yellow {
    color: #72b0ff  !important;
}

.heading span {
    display: block;
}

.white-trans-btn {
    border: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 35px;
    background-color: transparent;
    transition: .5s ease;
    font-size: 14px;
    font-family: Roboto, sans-serif;
}

.white-trans-btn:hover {
    background-color: #FFFFFF;
    color: #202020;
}

.yellow-btn {
    border: solid 1px #72b0ff ;
    color: #202020;
    font-weight: 400;
    padding: 8px 35px;
    background-color: #72b0ff ;
    font-size: 14px;
    font-family: Roboto, sans-serif;

    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}

.yellow-btn:hover {
    border: solid 1px #202020;
    color: #FFFFFF;
}

.yellow-btn span {
    cursor: pointer;
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #202020;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.white-trans-btn {
    border: solid 1px #ffffff;
    color: #ffffff;
    font-weight: 400;
    padding: 8px 35px;
    background-color: transparent;
    font-size: 14px;
    font-family: Roboto, sans-serif;

    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}

.white-trans-btn:hover {
    border: solid 1px #72b0ff ;
    background-color: transparent;
    color: #FFFFFF;
}

.white-trans-btn span {
    cursor: pointer;
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #72b0ff ;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.black-btn {
    border: solid 1px #202020;
    color: #FFFFFF;
    font-weight: 400;
    padding: 8px 35px;
    background-color: #202020;
    font-size: 14px;
    font-family: Roboto, sans-serif;

    border-radius: 0.5em;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: .8s ease;
    text-decoration: none;
    cursor: pointer;
}

.black-btn:hover {
    border: solid 1px #72b0ff ;
    color: #FFFFFF;
}

.black-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #72b0ff ;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn {
    border: 1px solid #202020;
    border-radius: 0.5em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: transparent;
    color: #202020;
    font-size: 13px;
    padding: 10px 30px 10px 30px;
    transition: .8s ease;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
}

.anim-btn:hover {
    border: solid 1px #202020;
}

.anim-btn span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: #202020;
    transform: translateY(150%);
    border-radius: 50%;
    transition: 0.5s;
    z-index: -1;
}

.anim-btn:hover {
    color: #ffffff;
}

.anim-btn:hover span,
.black-btn:hover span,
.yellow-btn:hover span,
.white-trans-btn:hover span {
    transform: translateY(0) scale(3.12);
}

.anim-btn span:nth-child(1),
.black-btn span:nth-child(1),
.yellow-btn span:nth-child(1),
.white-trans-btn:hover span:nth-child(1) {
    left: calc((1 - 1) * 25%);
    transition-delay: calc((1 - 1) * 0.1s);
}

.anim-btn span:nth-child(2),
.black-btn span:nth-child(2),
.yellow-btn span:nth-child(2),
.white-trans-btn:hover span:nth-child(2) {
    left: calc((2 - 1) * 25%);
    transition-delay: calc((2 - 1) * 0.1s);
}

.anim-btn span:nth-child(3),
.black-btn span:nth-child(3),
.yellow-btn span:nth-child(3),
.white-trans-btn:hover span:nth-child(3) {
    left: calc((3 - 1) * 25%);
    transition-delay: calc((3 - 1) * 0.1s);
}

.anim-btn span:nth-child(4),
.black-btn span:nth-child(4),
.yellow-btn span:nth-child(4),
.white-trans-btn:hover span:nth-child(4) {
    left: calc((4 - 1) * 25%);
    transition-delay: calc((4 - 1) * 0.1s);
}

.anim-btn span:nth-child(5),
.black-btn span:nth-child(5),
.yellow-btn span:nth-child(5),
.white-trans-btn:hover span:nth-child(5) {
    left: calc((5 - 1) * 25%);
    transition-delay: calc((5 - 1) * 0.1s);
}

/* ===================================
    Cursor
====================================== */

.magic {
    display: none !important;
}

.aimated-cursor {
    position: absolute;
    left: 0;
    display: none;
    top: 0;
    width: 30px;
    height: 30px;
    pointer-events: none;
    z-index: 10000;
    -webkit-transition: opacity 0.2s ease-in-out 0.5s;
    -o-transition: opacity 0.2s ease-in-out 0.5s;
    transition: opacity 0.2s ease-in-out 0.5s;
}

.cursor-light:hover~.aimated-cursor {
    display: inline-block;
    z-index: 9999999;
}

.cursor {
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border: 2px solid rgb(32, 32, 32);
    border: 2px solid rgb(0, 0, 0);
    border-radius: 50%;
    pointer-events: none;
    opacity: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999999999;
}



/*slider social*/

.slider-social {
    position: absolute;
left: 33% !important;
    top: 22% !important;
    transform: translateY(-50%);
    z-index: 11;
}

.side-nav-menu .slider-social {
    right: auto;
}

.slider-social li {

    list-style: none;
}

.slider-social a {
    /*display: block;*/
    color: #ffffff;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 25px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

/* PAY9 vertical text */
.pay9-vertical {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    font-weight: 900;
    letter-spacing: 2px;
    color: #ffffff;
    font-size: 30px;

    text-transform: uppercase;
    animation: pay9-float 3s ease-in-out infinite;
}
.slider-socialhome {
    position: absolute;
    left: 6% !important;
    top: 22% !important;
    transform: translateY(-50%);
    z-index: 11;
}
.pay9-vertical span {
    display: inline-block;
    animation: pay9-pulse 1.6s ease-in-out infinite;
}

.pay9-vertical span:nth-child(odd) {
    animation-delay: 0.2s;
}

.pay9-vertical span:nth-child(even) {
    animation-delay: 0.4s;
}

@keyframes pay9-float {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

@keyframes pay9-pulse {
    0%,
    100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

/* Icon-Text Slider */
.slider-icons {
    position: absolute;
    left: 1%;
    top: 65%;
    transform: translateY(-50%);
    z-index: 11;
    width: 150px;
    height: 280px;
}

.icon-text-slider {
    width: 100%;
    height: 100%;
}

.icon-text-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.icon-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    color: white;
    text-align: center;
    animation: slideInFromTop 0.8s ease-out;
}

.icon-text-wrapper i {
    font-size: 60px;
    color: #72b0ff;
    transition: all 0.3s ease;
}

.icon-text-wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.icon-text-slide:hover .icon-text-wrapper i {
    transform: scale(1.15);
    color: #ffffff;
}

.icon-text-slide:hover .icon-text-wrapper h5 {
    transform: translateY(-5px);
    color: #72b0ff;
}

@keyframes slideInFromTop {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Coming Soon UI */
.coming-soon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 500px;
    padding: 40px 30px;
}

.coming-soon-content {
    text-align: center;
    animation: slideInUp 0.8s ease-out;
}

.coming-soon-title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coming-soon-text {
    display: block;
    animation: fadeInDown 1s ease-out;
}

.coming-soon-soon {
    display: block;
    color: #72b0ff;
    animation: fadeInUp 1s ease-out;
}

.coming-soon-subtitle {
    font-size: 24px;
    color: #72b0ff;
    font-weight: 600;
    margin-bottom: 15px;
    animation: fadeInUp 1.2s ease-out;
}

.coming-soon-description {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 400px;
    margin: 0 auto 30px;
    line-height: 1.6;
    animation: fadeInUp 1.4s ease-out;
}

.coming-soon-form {
    animation: fadeInUp 1.6s ease-out;
}

.email-subscribe-wrapper {
    display: flex;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    padding: 8px;
    border-radius: 50px;
    border: 2px solid rgba(114, 176, 255, 0.3);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.email-subscribe-wrapper:hover {
    border-color: #72b0ff;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(114, 176, 255, 0.2);
}

.coming-soon-input {
    flex: 1;
    background: transparent;
    border: none;
    color: #ffffff;
    padding: 12px 20px;
    font-size: 14px;
    outline: none;
    font-family: 'Roboto', sans-serif;
}

.coming-soon-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.coming-soon-btn {
    background: linear-gradient(135deg, #72b0ff 0%, #4facfe 100%);
    border: none;
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(114, 176, 255, 0.4);
}

.coming-soon-btn:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 25px rgba(114, 176, 255, 0.6);
}

.subscribe-note {
    font-size: 12px;
    color: #72b0ff;
    margin-top: 12px;
    animation: fadeIn 0.5s ease-out;
}

.coming-soon-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    animation: fadeInUp 1.8s ease-out;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.feature-item i {
    font-size: 32px;
    color: #72b0ff;
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-item:hover i {
    font-size: 40px;
    text-shadow: 0 0 20px rgba(114, 176, 255, 0.6);
}

.feature-item span {
    font-size: 14px;
    font-weight: 500;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




/* ===================================
        Header
   ====================================== */

/*main navigation*/
header .simple-nav-logo {
    /*background-color: #202020;*/
    /*padding: 35px 10px 40px 10px;*/
    margin-right: 0;
    text-align: center;
    /*position: relative;*/
    /*z-index: 111;*/
}

header .fixed-nav-logo {
    display: none;
}

header .navbar-brand img {
    max-width: 80%;
}

header .main-navigation {
    padding-top: 30px;
    padding-bottom: 30px;
}

header .main-navigation .navbar {
    padding: 0;
}

header .main-navigation nav .navbar-nav .nav-item {
    display: inline-block;
    margin-left: 20px;
}

header .main-navigation nav .navbar-nav .nav-item .nav-link {
    padding-top: 0;
    color: #202020;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    font-weight: 500;
    transition: .5s ease;
}

header .main-navigation nav .navbar-nav .nav-item .nav-link span {
    font-weight: 300;
    font-size: 36px;
    display: inline-block;
    color: #202020;
    opacity: .3;
}

header .main-navigation nav .navbar-nav .nav-item .nav-link span.num-nav {
    min-width: 20px;
}

header .main-navigation nav .navbar-nav .nav-item .nav-link span:last-child {
    margin-right: 5px;
}

header .main-navigation nav .navbar-nav .nav-item .nav-link:hover {
    color: #72b0ff ;
}
header .main-navigation nav .navbar-nav .nav-item .nav-link:hover span {
    color: #72b0ff ;
    opacity: 1;
}

/* header .main-navigation nav .navbar-nav .nav-item .nav-link.active span {
    color: #72b0ff ;
    opacity: 1;
} */


/* ===================================
         header appear css
====================================== */
.header-appear {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1111;
    background-color: #FFFFFF;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.header-appear .upper-nav {
    display: none;
}

.header-appear .color-lines .color-line-overlay {
    left: 0;
    background-color: #72b0ff ;
}

.header-appear .color-lines .bg-color {
    background-color: #72b0ff ;
}

.header-appear .main-navigation {
    padding-top: 20px;
    padding-bottom: 10px;
}

.header-appear .simple-nav-logo {
    display: none;
}

.header-appear .fixed-nav-logo {
    display: block;
    transform: translateY(-3px);
}

.header-appear .fixed-nav-logo img {
    width: 60%;
}

.header-appear .main-navigation .simple-navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header-appear .fixed-nav-links {
    display: block;
}

.header-appear .fixed-nav-links {
    display: inline-block;
    transform: translateY(-5px);
    margin-left: 25px;
}

.header-appear .sidemenu_btn {
    top: 44px
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
    Side Menu
====================================== */
.side-menu .bg-overlay {
    background: rgba(32, 32, 32, 0.9);
}

.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    /*background: rgba(247, 28, 82, 0.6);*/
    background-image: url("../img/side-menu.jpg");
    background-size: cover;
    background-position: center;
    z-index: 2032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    overflow: hidden;
}

.side-menu-opacity {
    opacity: 0;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #202020;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 73px;
    right: 50px;
    cursor: pointer;
}

.header-appear~.side-menu .btn-close {
    top: 55px;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
-webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    padding: 6px;
    position: absolute;
    right: 30px;
    top: 65px;
    display: inline-block;
    background: #72b0ff;
    padding: 11px 34px;
    border-radius: 8px;
}


.sidemenu_btn:hover {
    background: #000000 !important;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 3px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: Oswald, sans-serif;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    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);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link:hover {
    color: #72b0ff ;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu-inner-content {
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    padding-bottom: 30px;
}

.side-menu p {
    margin-bottom: 0;
}

.menu-company-details {
    margin-bottom: 25px;
    margin-top: -15px;
}

.menu-company-details span {
    display: block;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    margin-bottom: 5px;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    padding-left: 8px;
}

.social-icons-simple li:first-child {
    padding-left: 0;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 42px;
    border: 1px solid transparent;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}

.social-icons-simple li a:hover {
    background-color: #FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* ===================================
        Slider area
====================================== */

.slider-area {
    position: relative;
    /*margin-top: -40px;*/
    /*height: 100vh;*/
    /*transform: translateY(-40px);*/
}

.slider-area .bg-overlay {
    background-color: #202020;
    width: 50%;
    left: 0;
}

.slider-area .container {
    padding-top: 100px;
    padding-bottom: 100px;
}

.slider-area .container .inner-bg-overlay {
    background: rgb(239, 98, 98);
    background: linear-gradient(90deg, #72b0ff  0%, rgba(255, 255, 255, 1) 50%);
    position: absolute;
    /*width: 50%;*/
    left: 0;
    right: 12%;
    bottom: 0;
    top: 0;
}

/*slider style css*/

.slider-area .slider-detail {
    display: flex;
    align-items: center;
}

.slider-area .slider-detail .slider-slide.slick-active {
    /*animation: 1s fadeInUp;*/
}

.slider-area .slider-detail .slider-slide .slider-inner-content {
    width: 90%;
    overflow: hidden;
}

.slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading {
    color: #202020;
    font-family: Oswald, sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px;
}

.slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading span {
    display: block;
}

.slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
    color: #202020;
    font-weight: 300;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    margin-bottom: 30px;
}

.slider-area .slider-arrows {
    position: absolute;
    right: -7%;
    top: 50%;
    transform: translateY(-50%);
}

.slider-area .slider-arrows .slider-arr {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #202020;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
}

.slider-area .slider-arrows .slider-arr:hover {
    background-color: #72b0ff ;
}

.slider-area .slider-arrows .slider-arr-up {
    margin-bottom: 15px;
    padding-bottom: 1px;
}

.slider-area .slider-arrows .slider-arr-down {
    padding-top: 1px;
}

.slider-area .slider-arrows .slider-arr i {
    color: #FFFFFF;
    font-size: 16px;
}

.slider-area img {
    width: 100%;
}

/* ===================================
      About Us
  ==================================== */
.about-sec {
    padding-top: 10px;
}

.about-sec .about-overlay {
    position: absolute;
    display: block;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 60%;
}

.about-sec .services-area {
    /*background-color:#554c86;*/
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about-sec .services-area .purple-overlay {
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    left: 0;
    background: rgb(239, 98, 98);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #72b0ff  70%);
}

.about-sec .services-area .services {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.about-sec .services-area .services .service-card {
    margin-bottom: 100px;
}

.about-sec .services-area .services:last-child .service-card,
.about-sec .services-area .services:nth-child(3) .service-card {
    margin-bottom: 0;
}

.about-sec .services-area .services .service-card .icon-holder {
    margin-bottom: 12px;
    transition: .5s ease;
}

.about-sec .services-area .services .service-card .icon-holder i {
    color: #282828;
    font-size: 100px;
}

.about-sec .services-area .services:hover .service-card .icon-holder {
    animation: .8s pulse infinite;
    transform: translateY(-10px) !important;
}

.about-sec .services-area .services .service-card .card-heading {
    color: #282828;
    font-size: 28px;
    font-family: system-ui;
    font-weight: 500;
    transition: .5s ease;
}


/*about detail*/

.about-sec .about-area {
    /*background-color: #39d47a;*/
    background-color: #202020;
    padding-left: 50px;
}

.about-sec .about-area .about-inner-content .anim-btn {
    margin-top: 30px;
}

/* ===================================
        stats section css
====================================== */

.stats-sec .stats-heading-area .sub-heading {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 20px;
}

.stats-sec .stats-heading-area .heading {
    color: #202020;
    margin-bottom: 30px;
}

.stats-sec .stats-heading-area .text {
    color: #202020;
    opacity: .7;
    width: 55%;
    margin: 0 auto;
}

/*-------------------------------*/
/* Circle Progress*/
/*-------------------------------*/
.stats-sec .circular-wrap {
    padding-top: 100px;
}

.stats-sec .circular-wrap .circle {
    position: relative;
    max-width: 210px;
    display: inline-block;
}

.stats-sec .circular-wrap .circle .counter-num {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.stats-sec .circular-wrap .circle .counter-num {
    color: #202020;
    font-size: 1.875rem;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}

.stats-sec .circular-wrap h4.darkcolor {
    max-width: 184px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    color: #202020;
    font-size: 20px;
    opacity: .7;
    margin-top: 30px;
}

/* ===================================
           team sec css
====================================== */
.team-sec {}

.team-sec .left-overlay {
    background-color: #72b0ff ;
}

.team-sec .inner-team-sec {
    background-color: #72b0ff ;
}

.team-sec .heading {
    margin-bottom: 30px;
    color: #202020;
}

.team-sec .text {
    color: #202020;
}

.team-sec .inner-team-sec .team-area {
    width: 80%;
    margin: 0 auto;
}

.team-sec .inner-team-sec .team-area .team-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    height: 35px;
    width: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #202020;
    color: #ffffff;
    z-index: 11;
    border-radius: 50%;
    transition: .5s ease;
}

.team-sec .inner-team-sec .team-area .team-nav:hover {
    background-color: #ffffff;
}

.team-sec .inner-team-sec .team-area .team-nav:hover i {
    color: #202020;
}

.team-sec .inner-team-sec .team-area .team-nav.team-prev {
    left: 25px;
}

.team-sec .inner-team-sec .team-area .team-nav.team-next {
    right: 30px;
}

.team-sec .inner-team-sec .team-area .team-nav i {
    font-size: 14px;
}

.team-sec .team-detail {
    margin-top: 20px;
}

.team-sec .inner-team-sec .team-carousel .team-box .team-info {
    color: #202020;
    font-family: Roboto, sans-serif;
    margin-top: 30px;
}

.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-name {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 8px;
}

.team-sec .inner-team-sec .team-carousel .team-box .team-info .team-designation {
    font-size: 16px;
    font-weight: 300;
}

.team-box .overlay {
    position: absolute;
    top: 5%;
    left: 5%;
    right: 5%;
    bottom: 5%;
    background: rgba(254, 213, 27, 0.6);
    opacity: 0;
    transition: .8s ease;
}

.team-sec .item:hover .team-box {
    cursor: pointer;
}

.team-sec .item:hover .team-box .overlay {
    opacity: 1;
}

.team-box .team-social li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-box:hover .team-social li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-box .team-social li {
    display: inline-block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.team-box .team-social li:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-box .team-social li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-box .team-social li:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.team-box .team-social li:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-box .team-social li:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.team-box .team-social li:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.team-box .team-social li:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.team-box .team-social li a {
    display: block;
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px solid;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: transparent;
    border-color: transparent;
    color: #FFFFFF;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px rgba(0, 0, 0, .1);
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.team-box .team-social li a:hover {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

/***********************************/
/***********PORTFOLIO CSS***********/
/***********************************/
.portfolio-sec {
    margin-bottom: 30px;
    /*transition: .8s ease;*/
}

.portfolio-sec .container {
    max-width: 1140px;
}

.portfolio-sec .heading {
    color: #202020;
    margin-bottom: 0;
    font-size: 50px;
}

.cbp-wrapper-outer {
    overflow: visible;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    padding: 12px 32px;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link,
.cbp-l-loadMore-button .cbp-l-loadMore-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:hover,
.cbp-l-loadMore-button .cbp-l-loadMore-link:focus,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link:focus {
    color: #fff;
}

.cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #202020;
    font-family: 'Roboto', sans-serif;
    margin-right: 15px;
    border-bottom: solid 2px transparent;
}

.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #72b0ff ;
    background: transparent;
    border-bottom: solid 3px #72b0ff ;

}

.cbp-l-filters-button .cbp-filter-item,
.cbp-item.even {
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
}

.cbp-item.even {
    margin-top: -190px;
}

.cbp-l-grid-mosaic .cbp-caption-activeWrap {
    background: rgba(254, 213, 27, 0.9);

}

.cbp-l-caption-title {
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

.portfolio-detail-text {
    color: #FFFFFF;
    font-style: italic;
}

.portfolio-hover-effect .hover-text {
    padding-left: 3%;
    padding-bottom: 2%;
}

.portfolio-hover-effect .portfolio-inner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.portfolio-hover-effect .portfolio-inner-content span {
    background-color: #FFFFFF;
    height: 3px;
    width: 70px;
    display: block;
}

.portfolio-hover-effect .portfolio-inner-content span:nth-child(2) {
    transform: rotate(90deg);
}

.portfolio-hover-effect .hover-text .p-hover-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
}

.portfolio-hover-effect .hover-text .p-hover-des {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
}

#js-loadMore-lightbox-gallery {
    margin-top: 45px;
}

#js-loadMore-lightbox-gallery.active {
    margin-top: -150px;
    position: relative;
    /*z-index: -1 !important;*/
}

#js-loadMore-lightbox-gallery.active-outer {
    margin-top: -250px;
}

.cbp-caption-active .cbp-caption-activeWrap {
    width: 94%;
    position: absolute;
    z-index: 2;
    height: 94%;
}

.cbp-caption-active .cbp-caption-activeWrap:hover .text-data {
    z-index: -1 !important;
}

.cbp-caption-zoom .cbp-caption-activeWrap {
    opacity: 0;
    top: 3%;
    left: 3%;
}

.portfolio-foot-detail {
    padding-bottom: 3%;
}

.portfolio-foot-detail .p-text {
    color: #202020;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    opacity: 0.7;
}

.portfolio-foot-detail .p-text:last-child {
    margin-bottom: 0;
}

.portfolio-foot-detail .p-num {
    color: #202020;
    font-size: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}


/* ===================================
       testimonial section css
====================================== */
.testimonial-sec {
    padding-top: 120px !important;
}

.testimonial-sec .right-overlay {
    background-color: #202020;
    top: 120px;
}

.testimonial-sec .testimonial-area {
    background-color: #202020;
}

.testimonial-sec .testimonial-area .container {
    max-width: 1140px;
}

.testimonial-sec .testimonial-area .testimonial-details {
    padding-right: 10px;
}

.testimonial-sec .testimonial-area .testimonial-carousel {
    width: 98%;
    margin: 0 auto;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder {
    display: block;
    margin-bottom: 30px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .icon-holder i {
    color: #FFFFFF;
    font-size: 32px;
    display: inline-block;
    font-style: italic;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder {
    height: 100px;
    width: 100px;
    border-radius: 7%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .img-holder img {
    border-radius: 7%;
    width: 100%;
}

.testimonial-sec .testimonial-area .testimonial-carousel .testimonial-box .user-name {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    margin-bottom: 10px;
}

.instapay {
    font-size: 20px;
    text-transform: capitalize;
}

/* ===================================
        Our Cast sec css
====================================== */
.sponser-tags .item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sponser-tags .item img {
    width: 80%;
    display: inline-block;
}

/* ===================================
        Blog sec css
====================================== */
.blog-sec {
    padding-top: 120px;
}

.blog-sec .left-overlay {
    background: #72b0ff ;
    top: 120px;
}

.blog-sec .blog-area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog-sec .blog-inner-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 34%;
    background: linear-gradient(90deg, #72b0ff  0%, rgba(255, 255, 255, 1) 70%);
}

.blog-sec .blog-area .blog-detail .heading {
    margin-bottom: 40px;
}

.blog-sec .blog-area .blog-detail .white-trans-btn {
    margin-top: 10px;
}

/* ===================================
      Contact sec css
====================================== */
.contact-sec .heading {
    color: #202020;
    font-size: 40px;
    margin-bottom: 40px;
}

/* ===================================
    Contact Page Modern Design CSS
====================================== */
.contact-hero-section {
    background: radial-gradient(1200px 600px at 10% -10%, rgba(255, 255, 255, 0.25) 0%, transparent 60%),
        linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    padding-top: 90px;
    padding-bottom: 90px;
}

.contact-hero-section .section-badge {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
}

.contact-hero-section .section-main-title,
.contact-hero-section .section-subtitle {
    color: #fff;
}

.contact-hero-content .section-main-title {
    font-size: 52px;
    margin-bottom: 12px;
}

.contact-hero-points {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 18px;
}

.contact-hero-point {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.95);
}

.contact-hero-point i {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.contact-hero-card {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.contact-hero-card-item {
    display: flex;
    gap: 14px;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px dashed #e9eef5;
}

.contact-hero-card-item:last-child {
    border-bottom: none;
}

.contact-hero-card-item i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
}

.contact-hero-card-item h5 {
    font-size: 16px;
    margin-bottom: 4px;
    color: #202020;
    font-weight: 600;
}

.contact-hero-card-item p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.contact-details-section {
    background: #f3f7ff;
    padding-top: 10px;
}

.contact-split-row {
    gap: 30px 0;
}

.contact-surface {
    background: #ffffff;
    border-radius: 22px;
    padding: 42px;
    box-shadow: 0 25px 70px rgba(23, 42, 79, 0.18);
    border: 1px solid #e6eeff;
    position: relative;
    overflow: hidden;
}

.contact-surface::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #3b82f6 0%, #22d3ee 50%, #7c3aed 100%);
}

.contact-info-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid transparent;
    transition: all 0.3s ease;
    height: 100%;
}

.contact-info-card:hover {
    border-color: #4facfe;
    transform: translateY(-4px);
}

.contact-info-item {
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
}

.contact-info-item:last-child {
    border-bottom: none;
}

.contact-info-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon i {
    color: #fff;
    font-size: 20px;
}

.contact-info-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #202020;
}

.contact-info-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.contact-info-header {
    margin-bottom: 10px;
}

.contact-info-header h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #202020;
}

.contact-info-header p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.contact-form-card {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 0;
}

.contact-form-title {
    font-size: 30px;
    font-weight: 600;
    color: #202020;
    margin-bottom: 10px;
}

.contact-form-subtitle {
    font-size: 15px;
    color: #5b6472;
    margin-top: -10px;
    margin-bottom: 24px;
}

.contact-form-card .form-group {
    margin-bottom: 18px;
}

.contact-form-card label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #3a4252;
    margin-bottom: 6px;
}

.contact-form-card .form-control {
    border-radius: 12px;
    border: 1px solid #dfe7f5;
    padding: 14px 16px;
    font-size: 14px;
    background: #f6f9ff;
    transition: all 0.2s ease;
}

.contact-form-card .form-control:focus {
    background: #fff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.2);
}

.contact-form-card .form-check {
    background: #eef5ff;
    border: 1px dashed #b9d3ff;
    border-radius: 12px;
    padding: 14px 16px;
}

.contact-form-card .btn.anim-btn {
    margin-top: 6px;
    background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
    color: #fff;
    border: none;
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.3);
    padding: 13px 38px;
    font-size: 13px;
}

.contact-form-card .btn.anim-btn:hover {
    color: #fff;
    transform: translateY(-1px);
}

.contact-form-card .form-control:focus {
    border-color: #4facfe;
    box-shadow: 0 0 0 0.2rem rgba(79, 172, 254, 0.15);
}

.contact-form-card .form-check-input {
    margin-top: 5px;
}

.contact-map-section .map-wrapper {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    border: 2px solid #f0f0f0;
}

.contact-details-section .map-wrapper {
    background: #ffffff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(23, 42, 79, 0.18);
    border: 1px solid #e6eeff;
    height: 100%;
    position: relative;
}

.map-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #7c3aed 0%, #22d3ee 50%, #3b82f6 100%);
    z-index: 2;
}

.map-card-header {
    padding: 20px 24px 12px;
    background: #f6f9ff;
    border-bottom: 1px solid #e6eeff;
}

.map-card-header h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #202020;
}

.map-card-header p {
    font-size: 13px;
    color: #5b6472;
    margin: 0;
}

.map-card-body {
    padding: 0;
}

/* ===================================
    Contact Modern Section (New UI)
====================================== */
.contact-modern-section {
    background: #f3f7ff;
}

.contact-modern-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.contact-modern-card {
    background: #ffffff;
    border-radius: 24px;
    box-shadow: 0 30px 80px rgba(23, 42, 79, 0.18);
    border: 1px solid #e6eeff;
    overflow: hidden;
    position: relative;
}

.contact-modern-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, #3b82f6 0%, #22d3ee 50%, #7c3aed 100%);
}

.contact-modern-header {
    padding: 28px 32px 20px;
    background: #f6f9ff;
    border-bottom: 1px solid #e6eeff;
}

.contact-modern-badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #1f4d8f;
    background: #e9f2ff;
    border-radius: 999px;
    margin-bottom: 10px;
}

.contact-modern-header h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1f2a44;
    margin-bottom: 6px;
}

.contact-modern-header p {
    font-size: 14px;
    color: #5b6472;
    margin: 0;
}

.contact-modern-form-body {
    padding: 26px 32px 32px;
}

.contact-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-field label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: #3a4252;
}

.contact-field input,
.contact-field textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #dfe7f5;
    padding: 14px 16px;
    font-size: 14px;
    background: #f6f9ff;
    transition: all 0.2s ease;
    font-family: 'Roboto', sans-serif;
}

.contact-field input:focus,
.contact-field textarea:focus {
    outline: none;
    background: #ffffff;
    border-color: #3b82f6;
    box-shadow: 0 0 0 0.25rem rgba(59, 130, 246, 0.2);
}

.contact-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #eef5ff;
    border: 1px dashed #b9d3ff;
    border-radius: 12px;
    padding: 14px 16px;
    font-size: 13px;
    color: #3a4252;
    margin-bottom: 16px;
}

.contact-consent input {
    width: 16px;
    height: 16px;
}

.contact-submit-btn {
    border: none;
    background: linear-gradient(135deg, #3b82f6 0%, #22d3ee 100%);
    color: #fff;
    padding: 12px 36px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 16px 40px rgba(59, 130, 246, 0.3);
    transition: transform 0.2s ease;
}

.contact-submit-btn:hover {
    transform: translateY(-1px);
}

.contact-modern-map .contact-modern-header {
    padding-bottom: 16px;
}

.contact-map-frame {
    padding: 0;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .contact-modern-wrap {
        grid-template-columns: 1fr;
    }
}

.contact-details-section .map-wrapper iframe {
    display: block;
}

@media (max-width: 991px) {
    .contact-details-section .map-wrapper {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .contact-hero-content .section-main-title {
        font-size: 40px;
    }

    .contact-hero-card {
        margin-top: 30px;
    }
}

/* ===================================
    About Page Modern Design CSS
====================================== */

/* About Hero Section */
.about-hero-section {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 90vh;
    display: flex;
    align-items: center;
}

.about-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    z-index: 1;
}

.about-hero-section .container {
    position: relative;
    z-index: 2;
}

.about-hero-content {
    color: #fff;
}

.about-hero-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

.gradient-text {
    background: #043576;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-hero-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 540px;
}

.about-hero-stats {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}

.stat-label {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
}

.about-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.visual-circle-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.visual-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.pulse-circle {
    width: 100%;
    height: 100%;
    padding-bottom: 100%;
    animation: pulse 3s ease-in-out infinite;
}

.pulse-circle-delay {
    animation-delay: 1.5s;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.3;
    }
}

.hero-visual-img {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 20px;
}

/* Mission & Vision Section */
.mission-vision-section {
    background: #f8f9fa;
}

.section-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.mission-visual-wrapper {
    position: relative;
}

.mission-image-box {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.mission-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.mission-image-box:hover .mission-img {
    transform: scale(1.05);
}

.floating-badge {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background: #fff;
    padding: 20px 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.floating-badge .badge-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

.floating-badge i {
    font-size: 24px;
    color: #667eea;
}

.floating-badge span {
    font-size: 16px;
    font-weight: 600;
    color: #202020;
}

.mission-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 25px;
    color: #202020;
}

.mission-description {
    font-size: 17px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
}

.mission-points {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.point-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.point-icon {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.point-icon i {
    font-size: 24px;
    color: #fff;
}

.point-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #202020;
}

.point-content p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.6;
}

/* Core Values Section */
.core-values-section {
    background: #fff;
}

.section-header {
    margin-bottom: 60px;
}

.section-main-title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #202020;
}

.section-subtitle {
    font-size: 18px;
    color: #666;
    margin: 0 auto;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.value-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    border-color: #667eea;
}

.value-icon-wrapper {
    margin-bottom: 25px;
}

.value-icon {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.value-card:hover .value-icon {
    transform: rotateY(360deg);
}

.value-icon i {
    font-size: 36px;
    color: #fff;
}

.value-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #202020;
}

.value-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Team Modern Section */
.team-modern-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.team-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
}

.team-carousel-modern {
    margin-top: 40px;
}

.team-member-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    margin: 10px;
}

.team-member-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.member-image-wrapper {
    position: relative;
    overflow: hidden;
}

.member-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-member-card:hover .member-img {
    transform: scale(1.1);
}

.member-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.team-member-card:hover .member-overlay {
    opacity: 1;
}

.member-social {
    display: flex;
    gap: 15px;
}

.member-social a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.member-social a:hover {
    background: #fff;
    color: #667eea;
    transform: translateY(-5px);
}

.member-info {
    padding: 25px;
    text-align: center;
}

.member-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #202020;
}

.member-position {
    font-size: 15px;
    color: #667eea;
    margin: 0;
}

/* Why Choose Us Section */
.why-choose-section {
    background: #fff;
}

.feature-modern-card {
    padding: 40px 30px;
    background: #f8f9fa;
    border-radius: 20px;
    transition: all 0.4s ease;
    height: 100%;
    border: 2px solid transparent;
    margin-bottom: 30px;
}

.feature-modern-card:hover {
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-color: #667eea;
    transform: translateY(-5px);
}

.feature-modern-icon {
    width: 70px;
    height: 70px;
    border-radius: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    transition: all 0.4s ease;
}

.feature-modern-card:hover .feature-modern-icon {
    transform: rotateY(360deg);
}

.feature-modern-icon i {
    font-size: 32px;
    color: #fff;
}

.feature-modern-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #202020;
}

.feature-modern-desc {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* About CTA Section */
.about-cta-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    overflow: hidden;
}

.about-cta-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.about-cta-content {
    position: relative;
    z-index: 2;
}

.about-cta-title {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.3;
}

.about-cta-text {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 35px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.cta-shape-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-shapes 20s ease-in-out infinite;
}

.cta-shape-1 {
    width: 200px;
    height: 200px;
    top: -50px;
    left: -50px;
    animation-delay: 0s;
}

.cta-shape-2 {
    width: 150px;
    height: 150px;
    bottom: -30px;
    right: 100px;
    animation-delay: 5s;
}

.cta-shape-3 {
    width: 100px;
    height: 100px;
    top: 100px;
    right: -30px;
    animation-delay: 10s;
}

@keyframes float-shapes {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-30px) rotate(180deg);
    }
}

/* Responsive Styles for About Page */
@media (max-width: 991px) {
    .about-hero-title {
        font-size: 42px;
    }
    
    .about-hero-stats {
        gap: 30px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .mission-title,
    .section-main-title {
        font-size: 36px;
    }
    
    .about-cta-title {
        font-size: 38px;
    }
    
    .team-member-card {
        max-width: 400px;
        margin: 10px auto;
    }
}

@media (max-width: 767px) {
    .about-hero-section {
        padding: 80px 0 60px;
    }
    
    .about-hero-title {
        font-size: 32px;
    }
    
    .about-hero-text {
        font-size: 16px;
    }
    
    .about-hero-stats {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: space-around;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-label {
        font-size: 14px;
    }
    
    .mission-title,
    .section-main-title {
        font-size: 28px;
    }
    
    .mission-description,
    .section-subtitle {
        font-size: 15px;
    }
    
    .point-item {
        gap: 15px;
    }
    
    .point-icon {
        width: 50px;
        height: 50px;
    }
    
    .point-icon i {
        font-size: 20px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
    }
    
    .value-card {
        padding: 30px 20px;
    }
    
    .about-cta-title {
        font-size: 28px;
    }
    
    .about-cta-text {
        font-size: 16px;
    }
    
    .about-cta-wrapper {
        padding: 50px 20px;
    }
    
    .member-img {
        height: 280px;
    }
}

/* ===================================
    Service Page Modern Design CSS
====================================== */

/* Service Hero Section */
.service-hero-section {
    position: relative;
    padding: 80px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    min-height: 85vh;
    display: flex;
    align-items: center;
}

.service-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(79, 172, 254, 0.9) 0%, rgba(0, 242, 254, 0.9) 100%);
    z-index: 1;
}

.service-hero-section .container {
    position: relative;
    z-index: 2;
}

.service-hero-badge {
    display: inline-block;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.service-hero-content {
    color: #fff;
}

.service-hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #fff;
}

.service-hero-text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 35px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 540px;
}

.service-hero-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hero-feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
}

.hero-feature-item i {
    font-size: 20px;
    color: #fff;
}

.hero-feature-item span {
    font-size: 16px;
    font-weight: 500;
}

.service-hero-visual {
    position: relative;
}

.service-visual-wrapper {
    position: relative;
    text-align: center;
}

.service-hero-img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.2));
}

.service-floating-card {
    position: absolute;
    background: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float-service 3s ease-in-out infinite;
}

.service-floating-card i {
    font-size: 24px;
    color: #4facfe;
}

.service-floating-card span {
    font-size: 14px;
    font-weight: 600;
    color: #202020;
}

.service-card-1 {
    top: 15%;
    right: 10%;
    animation-delay: 0s;
}

.service-card-2 {
    bottom: 20%;
    left: 5%;
    animation-delay: 1.5s;
}

@keyframes float-service {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.service-hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.service-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-shapes-service 25s ease-in-out infinite;
}

.service-shape-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    left: -100px;
}

.service-shape-2 {
    width: 200px;
    height: 200px;
    bottom: -50px;
    right: 10%;
    animation-delay: 8s;
}

.service-shape-3 {
    width: 150px;
    height: 150px;
    top: 40%;
    right: -50px;
    animation-delay: 15s;
}

@keyframes float-shapes-service {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    33% {
        transform: translate(30px, -30px) rotate(120deg);
    }
    66% {
        transform: translate(-20px, 20px) rotate(240deg);
    }
}

/* Main Services Section */
.main-services-section {
    background: #f8f9fa;
}

.primary-service-card {
    background: #fff;
    border-radius: 20px;
    padding: 35px 25px;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.primary-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(79, 172, 254, 0.1), transparent);
    transition: left 0.5s ease;
}

.primary-service-card:hover::before {
    left: 100%;
}

.primary-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(79, 172, 254, 0.2);
    border-color: #4facfe;
}

.service-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 25px;
}

.service-card-icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    padding: 15px;
    transition: all 0.4s ease;
}

.primary-service-card:hover .service-card-icon {
    transform: rotateY(360deg);
}

.service-card-icon img {
    width: 100%;
    height: auto;
    filter: brightness(0) invert(1);
}

.service-card-number {
    font-size: 48px;
    font-weight: 700;
    color: #f0f0f0;
    line-height: 1;
}

.service-card-body {
    margin-bottom: 20px;
}

.service-card-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #202020;
    line-height: 1.3;
}

.service-card-description {
    font-size: 15px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 20px;
}

.service-card-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-card-features li {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.service-card-features li i {
    color: #4facfe;
    font-size: 12px;
}

.service-card-footer {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.service-learn-more {
    color: #4facfe;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.service-learn-more:hover {
    color: #00f2fe;
    gap: 12px;
}

.service-learn-more i {
    font-size: 14px;
    transition: transform 0.3s ease;
}

.service-learn-more:hover i {
    transform: translateX(5px);
}

/* Service Spotlight Section */
.service-spotlight-section {
    background: #fff;
    padding-top: 80px;
}

.spotlight-visual {
    position: relative;
}

.spotlight-image-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.spotlight-main-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.spotlight-secondary-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}

.spotlight-image-wrapper:hover .spotlight-main-img,
.spotlight-image-wrapper:hover .spotlight-secondary-img {
    transform: scale(1.03);
}

.spotlight-play-button {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.spotlight-play-button a {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 10px 30px rgba(79, 172, 254, 0.4);
    transition: all 0.3s ease;
    animation: pulse-play 2s ease-in-out infinite;
}

.spotlight-play-button a:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 40px rgba(79, 172, 254, 0.6);
}

@keyframes pulse-play {
    0%, 100% {
        box-shadow: 0 10px 30px rgba(79, 172, 254, 0.4);
    }
    50% {
        box-shadow: 0 10px 50px rgba(79, 172, 254, 0.7);
    }
}

.spotlight-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #202020;
    line-height: 1.3;
}

.spotlight-description {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 35px;
}

.spotlight-features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.spotlight-feature {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.spotlight-feature-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.spotlight-feature-icon i {
    font-size: 22px;
    color: #fff;
}

.spotlight-feature-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #202020;
}

.spotlight-feature-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Additional Services Section */
.additional-services-section {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.additional-services-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
}

.secondary-service-card {
    background: #fff;
    padding: 35px 25px;
    border-radius: 20px;
    text-align: center;
    height: 100%;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid transparent;
    margin-bottom: 30px;
}

.secondary-service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border-color: #4facfe;
}

.secondary-service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s ease;
}

.secondary-service-card:hover .secondary-service-icon {
    transform: rotateY(360deg);
}

.secondary-service-icon i {
    font-size: 32px;
    color: #fff;
}

.secondary-service-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #202020;
}

.secondary-service-desc {
    font-size: 14px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

/* Service CTA Section */
.service-cta-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    position: relative;
    overflow: hidden;
}

.service-cta-wrapper {
    position: relative;
    z-index: 2;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.service-cta-content {
    color: #fff;
}

.service-cta-title {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
}

.service-cta-text {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
}

.service-cta-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.service-cta-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: float-cta-shapes 20s ease-in-out infinite;
}

.service-cta-shape-1 {
    width: 180px;
    height: 180px;
    top: -60px;
    left: -60px;
}

.service-cta-shape-2 {
    width: 140px;
    height: 140px;
    bottom: -40px;
    right: -40px;
    animation-delay: 7s;
}

@keyframes float-cta-shapes {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, -20px) scale(1.1);
    }
}

/* Responsive Styles for Service Page */
@media (max-width: 991px) {
    .service-hero-title {
        font-size: 40px;
    }
    
    .service-hero-features {
        margin-top: 25px;
    }
    
    .service-floating-card {
        padding: 12px 20px;
    }
    
    .service-card-1 {
        top: 10%;
        right: 5%;
    }
    
    .service-card-2 {
        bottom: 10%;
        left: 5%;
    }
    
    .spotlight-title {
        font-size: 32px;
    }
    
    .spotlight-features-grid {
        grid-template-columns: 1fr;
    }
    
    .service-cta-title {
        font-size: 32px;
    }
    
    .service-cta-wrapper {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .service-hero-section {
        padding: 80px 0 60px;
    }
    
    .service-hero-title {
        font-size: 32px;
    }
    
    .service-hero-text {
        font-size: 16px;
    }
    
    .primary-service-card {
        padding: 25px 20px;
    }
    
    .service-card-title {
        font-size: 20px;
    }
    
    .spotlight-image-wrapper {
        grid-template-columns: 1fr;
    }
    
    .spotlight-main-img,
    .spotlight-secondary-img {
        height: 280px;
    }
    
    .spotlight-play-button {
        left: 50%;
    }
    
    .spotlight-title {
        font-size: 26px;
    }
    
    .spotlight-description {
        font-size: 15px;
    }
    
    .secondary-service-card {
        padding: 30px 20px;
    }
    
    .service-cta-title {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .service-cta-text {
        font-size: 15px;
    }
    
    .service-cta-wrapper {
        padding: 30px 20px;
    }
    
    .service-floating-card {
        display: none;
    }
}

.contact-sec .contact-form {
    width: 95%;
}

.contact-sec .contact-form input {
    color: #8799a3;
    font-size: 16px;
    height: 50px;
    padding: 25px;
}

.contact-sec .contact-form .form-control {
    border-radius: 0;
    border: solid 2px #eceef2;
}

.contact-sec .contact-form input::placeholder {
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form textarea {
    padding: 13px;
    padding-left: 25px;
    height: 202px;
    color: #8799a3;
    font-size: 16px;
}

.contact-sec .contact-form .black-btn {
    margin-top: 15px;
}

/*contact details*/
.contact-sec .contact-background {
    position: absolute;
    right: 0;
    top: -35px;
    z-index: -1;
}

.contact-sec .contact-details {
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details .heading {
    margin-bottom: 50px;
}

.contact-sec .contact-details .text {
    color: #202020;
    opacity: .8;
}

.contact-sec .contact-details ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li {
    color: #202020;
    opacity: .8;
    list-style: none;
    margin-bottom: 22px;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.contact-sec .contact-details ul li:first-child {
    width: 60%;
}

.contact-sec .contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
    padding-right: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 38px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #202020;
}

.contact-sec .contact-details ul li i.email {
    transform: rotate(-30deg);
}

/* ===================================
     Our Blog  css
====================================== */



/* ===================================
       Contact Us
====================================== */

/* ===================================
   Partner
====================================== */


/* ===================================
        map sec
====================================== */

/* ===================================
   Footer
====================================== */

.footer-style-1 {
    background-color: #202020;
    padding: 5rem 0;
}

.footer-social ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    color: white;
}

.footer-social li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    white-space: normal;
    word-break: break-word;
}

.footer-social li i{
    margin-right: 0;
    font-size: 20px;
    color: #72b0ff;
    min-width: 25px;
    text-align: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-social a {
    color: #ffffff;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a:hover {
    background-color: #72b0ff ;
    color: #202020;
}

.company-about {
    font-size: 14px;
    color: #ffffff;
}


/* ===================================
   Scroll Top
====================================== */

.scroll-top-arrow,
.scroll-top-arrow:focus {
    font-size: 23px;
    line-height: 47px;
    color: #fff;
    background-color: #72b0ff ;
    display: none;
    height: 45px;
    width: 45px;
    cursor: pointer;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 80;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.scroll-top-arrow:hover {
    background-color: #202020;
}



/* ===================================
    Background images
====================================== */

[class*=bg-img] {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* ===================================
        Preloader
   ====================================== */

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #FFFFFF;
    z-index: 999;
}

.center {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

/* loader-32 */
.loader-32 .loader-container {
    width: 220px;
}

.loader-32 .ball-wrapper {
    position: relative;
    display: inline-block;
    width: 50px;
    margin: 0 10px;
    padding-bottom: 10px;
}

.loader-32 .ball-holder {
    position: relative;
    overflow: hidden;
    height: 130px;
}

.loader-32 .ball {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: 1px solid #202020;
    background-color: #202020;
    /*background-color: rgb(255,99,71);*/
    transform: translateY(0px) translateX(-50%) translateZ(0);
    transform-origin: center;
    animation: loader32 1s infinite linear;
    z-index: 2;
}

.loader-32 .shadow {
    position: absolute;
    bottom: 9px;
    width: 100%;
    height: 6px;
    border-radius: 50%;
    background: rgb(161, 160, 161);
    opacity: 1;
    animation: shadow32 1s infinite linear;
    z-index: 1;
}

.ball-wrapper:nth-of-type(1) .ball,
.ball-wrapper:nth-of-type(1) .shadow {
    animation-delay: 0s;
}

.ball-wrapper:nth-of-type(2) .ball,
.ball-wrapper:nth-of-type(2) .shadow {
    animation-delay: 0.2s;
}

.ball-wrapper:nth-of-type(3) .ball,
.cube-wrapper:nth-of-type(3) .shadow {
    animation-delay: 0.3s;
}

@keyframes loader32 {
    0% {
        transform: translate(-50%, 10px);
    }

    40% {
        transform: translate(-50%, -90px);
        width: 30px;
        height: 30px;
    }

    50% {
        transform: translate(-50%, -100px);
        width: 30px;
        height: 30px;
    }

    65% {
        transform: translate(-50%, -90px);
        width: 30px;
        height: 30px;
    }

    75% {
        transform: translate(-50%, 0px);
        width: 30px;
        height: 30px;
    }

    100% {
        transform: translate(-50%, 10px);
        width: 50px;
        height: 15px;
    }
}

@keyframes shadow32 {
    0% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }

    50% {
        transform: scale(0.2, 0.2);
        opacity: 0.3;
    }

    100% {
        transform: scale(0.9, 0.9);
        opacity: 1;
    }
}

/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height: 300px;
    position: relative;
}

.slider-sec .slider-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.slider-sec .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-color: #72b0ff ;
}

.slider-sec .inner-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 20%;
    background-color: #72b0ff ;
}

.slider-sec .inner-slider-content h4 {
    font-family: Oswald, sans-serif;
    font-weight: bold;
    font-size: 60px;
    color: #202020;
    margin-bottom: 20px;
}

.crumbs {
    position: relative;
}

.crumbs .breadcrumb-items {
    display: inline-block;
}

.crumbs .breadcrumb {
    margin-bottom: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #202020;
}

.crumbs .breadcrumb li a {
    color: #202020;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    border-bottom: solid 1px transparent;
    transition: .5s ease;
    padding-bottom: 5px;
}

.crumbs .breadcrumb li a:hover {
    border-bottom: solid 1px #202020;
}

/*crumbs end*/


.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    color: #202020;
    margin-bottom: 20px;
}

.standalone-area .sub-heading {
    color: #202020;
    margin-bottom: 8px;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 40px;
    color: #202020;
    font-weight: 500;
    font-family: Roboto, sans-serif;
}

.standalone-detail .para_text {
    color: #202020;
    font-weight: 500;
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    opacity: .8;
    line-height: 2.1;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .gradient-text1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom: 12px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
    color: #202020;
    font-weight: 300;
    opacity: .8;
}


/* ===================================
    Media Queries
   ====================================== */


@media (min-width:1200px) and (max-width: 1250px) {
    .header-appear .sidemenu_btn {
        top: 38px !important;
    }
}

@media (min-width:1000px) {
    header .main-navigation nav .navbar-nav .nav-item .nav-link span {
        font-size: 32px;
    }

    .slider-social {
        left: 2%;
    }
}

@media (min-width:992px) and (max-width: 1250px) {
    header .top-social-links li a {
        height: 30px;
        width: 30px;
    }

    header .top-social-links li a i {
        font-size: 15px;
    }

    .header-appear .fixed-nav-links {
        margin-left: 10px;
    }

    .header-appear .sidemenu_btn {
        top: 33px;
        right: 0;
    }
}

@media (min-width:992px) and (max-width: 1070px) {
    header .upper-nav .top-social-links {
        margin-right: 50px;
    }

    .sidemenu_btn {
        right: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .slider-social {
        display: none;
    }

    header .upper-nav {
        display: none;
    }

    .portfolio-foot-detail>div:last-child {
        margin-top: 30px;
    }

    .slider-area .slider-arrows {
        display: none;
    }

    header .side-menu .navbar-brand img {
        max-width: 80%;
        margin: auto;
        display: block;
    }

    .side-nav .navbar-nav {
        text-align: center;
    }

    .menu-company-details {
        margin-bottom: 25px;
        text-align: center;
    }

    .social-icons-simple,
    .side-menu p {
        text-align: center;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 26px;
    }

    .header-appear .fixed-nav-links {
        margin-right: 25px;
        margin-left: 0;
    }

    .sidemenu_btn {
        top: 75px;
        transform: scale(1.3);
    }

    .header-appear .sidemenu_btn {
        top: 60px;
        right: 17px;
        transform: scale(1.3);
    }

    .header-appear~.side-menu .btn-close {
        top: 30px;
        right: 23px;
    }

    .header-appear .fixed-nav-logo {
        margin-right: 0;
        transform: translateY(-3px);
    }

    .header-appear .fixed-nav-logo img {
        width: 50%;
    }

    .side-menu {
        width: 100%;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content {
        width: 100%;
    }

    .slider-area .container .inner-bg-overlay {
        right: 0;
    }

    .slider-area .slider-detail {
        margin-bottom: 50px;
    }

    .slider-area .bg-overlay {
        width: 100%;
        left: 0;
        right: 0;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
        width: 100%;
    }

    .slider-area .slider-arrows {
        display: none;
    }

    /*about-sec*/
    .about-sec .services-area .services:nth-child(3) .service-card {
        margin-bottom: 60px;
    }

    .about-sec .services-area .services .service-card {
        margin-bottom: 60px;
    }

    .about-sec .about-overlay {
        background-color: #202020;
        left: 0;
    }

    .about-sec .about-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*stats sec*/
    .stats-sec .stats-heading-area .text {
        width: 95%;
    }

    .stats-sec .circular-wrap {
        padding-top: 80px;
    }

    .stats-sec .circular-wrap>div {
        padding-bottom: 80px;
    }

    .stats-sec .circular-wrap>div:last-child {
        padding-bottom: 0;
    }

    /*team sec*/
    .team-sec .team-detail {
        margin-bottom: 80px;
    }

    .team-sec .inner-team-sec .team-area {
        width: 70%;
    }

    .team-sec .inner-team-sec .team-area .team-nav.team-next {
        right: 20px;
    }

    .team-sec .inner-team-sec .team-area .team-nav.team-prev {
        left: 20px;
    }

    /*portfolio*/
    .portfolio-sec {
        margin-bottom: 0;
    }

    .portfolio-sec .heading {
        font-size: 38px;
    }

    .portfolio-foot-detail {
        padding-top: 30%;
        padding-bottom: 0;
    }

    .portfolio-sec .green-btn {
        padding: 8px 35px;
    }

    .portfolio-foot-detail .p-text {
        font-size: 16px;
    }

    /*testimonial section*/
    .testimonial-sec .testimonial-area .testimonial-details {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .right-overlay {
        left: 0;
    }

    .left-overlay {
        right: 0;
    }

    /*blog*/
    .blog-sec .blog-area .blog-detail {
        margin-bottom: 80px;
    }

    /*contact*/
    .contact-sec .contact-form {
        width: 100%;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .contact-sec .contact-details ul li:first-child {
        width: auto;
    }

    .contact-sec .contact-details ul li {
        display: block;
    }

    .contact-sec .contact-details ul li i {
        display: block;
        margin-bottom: 15px;
    }

    .contact-sec .contact-details ul li {
        margin-bottom: 50px;
    }

    .contact-sec .contact-details ul li:last-child {
        margin-bottom: 0;
    }

    .contact-sec .contact-form {
        margin-right: 0;
        margin-left: 0;
    }

    .contact-sec .contact-form textarea {
        height: 200px;
    }

    .contact-sec .contact-background {
        top: 70px;
    }

    /*footer*/
    .company-about {
        margin-top: 10px;
    }

    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .slider-sec .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #72b0ff ;
    }

    .slider-sec .inner-slider-content {
        margin-bottom: 50px;
        width: 100%;
    }

    .social .tags {
        text-align: left;
    }
}



@media screen and (max-width:767px) {
    .slider-social {
        display: none;
    }

    .portfolio-foot-detail>div:last-child {
        margin-top: 30px;
    }

    header .upper-nav {
        display: none;
    }

    .heading {
        font-size: 44px;
    }

    .slider-area .slider-arrows {
        display: none;
    }

    header .side-menu .navbar-brand img {
        max-width: 80%;
        margin: auto;
        display: block;
    }

    .slider-sec .slider-row {
        padding-top: 70px;
    }

    .side-nav .navbar-nav {
        text-align: center;
    }

    .menu-company-details {
        margin-bottom: 25px;
        text-align: center;
    }

    .social-icons-simple,
    .side-menu p {
        text-align: center;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 24px;
    }

    .header-appear .fixed-nav-links {
        margin-right: 40px;
        margin-left: 0;
        display: none;
    }

    .sidemenu_btn {
        top: 65px;
    }

    .side-menu .inner-wrapper {
        padding: 3.5rem 3rem;
    }

    .side-menu .inner-wrapper .row {
        margin-left: 0;
    }

    .social-icons-simple,
    .side-menu p {
        font-size: 13px;
    }

    .header-appear .sidemenu_btn {
        top: 45px;
        right: 0;
    }

    .header-appear~.side-menu .btn-close {
        top: 30px;
        right: 23px;
    }

    .header-appear .fixed-nav-logo {
        margin-right: 0;
        transform: translateY(-3px);
    }

    .header-appear .fixed-nav-logo img {
        width: 60%;
    }

    .side-menu {
        width: 100%;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content {
        width: 100%;
    }

    .slider-area .container .inner-bg-overlay {
        right: 0;
    }

    .slider-area .slider-detail {
        margin-bottom: 50px;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading {
        font-size: 40px;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
        width: 100%;
    }

    .slider-area .slider-arrows {
        display: none;
    }

    .slider-area .bg-overlay {
        width: 100%;
    }

    /*about-sec*/
    .about-sec .services-area .services:nth-child(3) .service-card {
        margin-bottom: 60px;
    }

    .about-sec .services-area .services .service-card {
        margin-bottom: 60px;
    }

    .about-sec .about-overlay {
        background-color: #202020;
        left: 0;
    }

    .about-sec .about-area {
        padding-left: 20px;
        padding-right: 20px;
    }

    /*stats sec*/
    .stats-sec .stats-heading-area .text {
        width: 95%;
    }

    .stats-sec .circular-wrap {
        padding-top: 80px;
    }

    .stats-sec .circular-wrap>div {
        padding-bottom: 80px;
    }

    .stats-sec .circular-wrap>div:last-child {
        padding-bottom: 0;
    }

    /*team sec*/
    .team-sec .team-detail {
        margin-bottom: 80px;
    }

    .team-sec .inner-team-sec .team-area {
        width: 70%;
    }

    .team-sec .inner-team-sec .team-area .team-nav.team-next {
        right: 20px;
    }

    .team-sec .inner-team-sec .team-area .team-nav.team-prev {
        left: 20px;
    }

    /*portfolio*/
    .portfolio-sec {
        margin-bottom: 0;
    }

    .portfolio-sec .heading {
        font-size: 38px;
    }

    .portfolio-foot-detail {
        padding-top: 50%;
        padding-bottom: 0;
    }

    .portfolio-sec .green-btn {
        padding: 8px 25px;
    }

    .portfolio-foot-detail .p-text {
        font-size: 11px;
    }

    /*testimonial section*/
    .testimonial-sec .testimonial-area .testimonial-details {
        padding-right: 0;
        margin-bottom: 80px;
    }

    .right-overlay {
        left: 0;
    }

    .left-overlay {
        right: 0;
    }

    /*blog*/
    .blog-sec .blog-area .blog-detail {
        margin-bottom: 80px;
    }

    /*contact*/
    .contact-sec .contact-form {
        width: 100%;
    }

    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
        margin-top: 80px;
    }

    .contact-sec .contact-details ul li:first-child {
        width: auto;
    }

    .contact-sec .contact-details ul li {
        display: block;
    }

    .contact-sec .contact-details ul li i {
        display: block;
        margin-bottom: 15px;
    }

    .contact-sec .contact-details ul li {
        margin-bottom: 50px;
    }

    .contact-sec .contact-details ul li:last-child {
        margin-bottom: 0;
    }

    .contact-sec .contact-form {
        margin-right: 0;
        margin-left: 0;
    }

    .contact-sec .contact-form textarea {
        height: 200px;
    }

    .contact-sec .contact-background {
        top: 70px;
    }

    /*footer*/
    .company-about {
        margin-top: 10px;
    }

    /***********************************/
    /********standalone page css********/
    /***********************************/
    .slider-sec .inner-slider-content h4 {
        font-size: 45px;
    }

    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-area {
        /*padding-bottom: 0;*/
    }

    .slider-sec .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #72b0ff ;
    }

    .slider-sec .inner-slider-content {
        margin-bottom: 50px;
        width: 100%;
    }

    header .side-menu .navbar-brand img {
        max-width: 60%;
    }

}

@media (min-width: 1200px) {
    .slider-area .slider-arrows {
        right: -4%;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
        font-size: 14px;
    }

    .testimonial-sec .testimonial-area .container {
        max-width: 1040px;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 30px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1340px;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 36px;
    }

    header .main-navigation nav .navbar-nav .nav-item .nav-link {
        font-size: 18px;
    }

    .testimonial-sec .testimonial-area .container {
        max-width: 1140px;
    }

    .slider-area .slider-arrows {
        right: -7%;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-heading {
        margin-bottom: 40px;
    }

    .slider-area .slider-detail .slider-slide .slider-inner-content .slide-text {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .slider-area .slider-arrows .slider-arr {
        height: 45px;
        width: 45px;
    }
}

@media (min-width: 1800px) {
    .slider-area .slider-arrows {
        right: -11%;
    }
}


.section.faq-section {
    padding-top: 150px;
    padding-bottom: 150px;
    background-color: #f6f6f9;
}

.container.cta {
    position: relative;
}

.cta-content-wrapper {
    max-width: 943px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.cta-shape-top {
    position: absolute;
    left: auto;
    top: -32px;
    right: 0px;
    bottom: auto;
}

.cta-shape-bottom {
    position: absolute;
    left: 0px;
    top: auto;
    right: auto;
    bottom: -48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-tittle.cta {
    margin-bottom: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Hanuman, sans-serif;
    color: #080808;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
}

.tittle-regular {
    display: inline-block;
    font-weight: 300;
    font-family: Hanuman, sans-serif;
    color: #080808;
    font-size: 48px;
    line-height: 120%;
    margin-top: 15px;
}

@keyframes rotateLeft {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

@keyframes rotateRight {

    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

.cta-setting-big {
    animation: rotateLeft 10s linear infinite;
}

.cta-setting-small {
    animation: rotateRight 10s linear infinite;
}

.section {
    padding-top: 100px;
    padding-bottom: 50px;
}
.section-tittle-wrap.investment {
    margin-bottom: 57px;
}
.investment-tittle-wrapper {
    position: relative;
    display: inline-block;
}
.section-tittle.investment {
    margin-bottom: 18px;
    margin-top: 0px;
    font-family: Hanuman, sans-serif;
    color: #080808;
    font-size: 48px;
    line-height: 120%;
    font-weight: 700;
}
.investment-tittle-border {
    position: absolute;
    top: 72px;
    right: 9%;
    bottom: 12px;
    max-width: 244px;
}
.investment-grid-wrapper {
    position: relative;
}
.investment-grid-wrap {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}
@media screen and (max-width: 768px) {
    .investment-grid-wrap {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .header-appear .sidemenu_btn {
        top: 45px;
        right: 29px;
    }
    .header-appear .fixed-nav-logo img {
        width: 100%;
    }
    #btn_sideNavClose {
        position: absolute;
        top: 44px !important;
        right: 18px !important;
    }
    .formify-header__nav {
        position: absolute;
        top: 51px !important;
        right: 75px !important;
        display: flex;
        gap: 10px;
        color: white;
        flex-wrap: nowrap;
        font-size: 14px !important;
    }
    .logcontai{
        padding-left: 15px !important;
    }
}

@media screen and (max-width: 480px) {
    .investment-grid-wrap {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .header-appear .sidemenu_btn {
        top: 45px;
        right: 29px;
    }
}
.logcontai{
    padding-top: 86px; 
    padding-left: 77px;
}
.single-investment-wrapper {
    padding: 30px 30px 37px;
    border-radius: 10px;
    background-color: #f1f2eb;
}
#w-node-_2970419{
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
}
.single-investment-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
}
.single-investment-tittle {
    margin-bottom: 14px;
    color: #080808;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
}
.single-investment-details {
    color: #4e4e4e;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.investment-shape {
    position: absolute;
    left: -48px;
    top: -48px;
    right: auto;
    bottom: auto;
    z-index: -1;
}
.formify-header__nav{
    position: absolute;
    top: 79px;
    right: 133px;
    display: flex;
    gap: 15px;
    color: white;
    flex-wrap: wrap;
}

form.el-form.demo-dynamic.login_form label {
    color: #ffffff;
}
form.el-form.demo-dynamic.login_form a {
    color: #ffffff;
}
.lognav{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999;
}
  
  #panel {
    display: none;
  }
  #btn_sideNavClose{
    position: absolute;
    top: 71px;
    right: 82px;
    display: flex;
    justify-content: center;
    font-size: 25px;
    background: #72b0ff;
    color: black;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 8px;
  }
   #btn_sideNavClose:hover{
    background-color: #202020;
    border: 1px solid #72b0ff;
    color: white;
   }


/* CSS */
.button-50 {
  appearance: button;
  background-color: #414141;
  background-image: none;
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: #fff 4px 4px 0 0,#000 4px 4px 0 1px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: ITCAvantGardeStd-Bk,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 5px 10px 0;
  overflow: visible;
  padding: 12px 40px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.button-50:focus {
  text-decoration: none;
}

.button-50:hover {
  text-decoration: none;
  background-color: white;
  color: rgb(0, 0, 0) !important;
  border: 1px solid black;
  font-weight: bold;
  font-size: 14px;
}

.button-50:active {
  box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
  outline: 0;
}

.button-50:not([disabled]):active {
  box-shadow: #fff 2px 2px 0 0, #000 2px 2px 0 1px;
  transform: translate(2px, 2px);
}

@media (min-width: 768px) {
  .button-50 {
    padding: 12px 50px;
  }
}

.subfooter{
    background-color: var(--main_color);
    padding: 10px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subfooter a:hover{
    color: white;
}

/* notification set==================== */
.el-notification.right {
    right: 37%;
  }
  .el-notification {
    width: 386px;
    padding: 14px 26px 14px 13px;
    border: 2px solid #ffffff !important;
    background-color: #72b0ff  !important;
    z-index: 999999999999 !important;
  }
  .el-notification__group {
    margin-left: 48px;
    margin-right: 8px;
}
.el-notification__title {
    color: #ffffff !important;
    text-transform: capitalize;
    font-size: 20px;
}
  .el-notification .el-notification__group .el-notification__content{
    color: #ffffff !important;
  }
  .el-notification__content p {
    margin: 0;
    color: #ffffff !important;
  }
  .el-notification__icon{
    margin-top: 10px;
    font-size: 29px;
    margin-left: 10px;
  }
  .el-notification__closeBtn {
    background: white;
    padding: 5px;
    color: black;
    border-radius: 5px;
}
  .nuxt-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    text-align: center !important;
    padding-top: 200px !important;
    font-size: 30px !important;
    font-family: sans-serif !important;
  }
  .el-notification__icon.el-icon-error{
    animation: spinij .3s infinite ease-in-out;
  }
  @keyframes spinij {
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.4);
    }
    100%{
        transform: scale(1);
    }
  }

  .nuxt-progress::before{
    content:url(../../../../images/loader.gif);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }
  