/* Table Of Contents */


/* General Styling and Tags

body

Google Font

1.Header
    Top-Header
 - nav .navbar

2.Home
  - Slider Revolution

3.About
   - xbox-section

4.Services
   - .our-services

5.How Its Work Section
    - .how-it-work

6.How Its Work Section
    - .Project Section

7.Recent-Section
    - .recent-news

8.Investor Section
  - .iq-news

9.Testimonial Section
  - .testmonial

10.Price Table Section
  - .price-five

11.Blog Section
    .blog

12.Contact Form Section
  - .get-quote-section

12.Map Section
  - .map

13.Footer
 - .footer-classic-dark



* ===================================
    Google font
====================================== */
:root {
    --primary-color: #0D1F2D;
    --secondary-color: #00B7C2;
    --gradient: linear-gradient(135deg, #00B7C2, #0D1F2D);
}



@font-face {
    font-family: 'headingbold';
    src: url('tt_lakes_neue/TT\ Lakes\ Neue\ Trial\ Bold.ttf');
}

@font-face {
    font-family: 'headingset';
    src: url('/new-font/TT\ Lakes\ Neue\ Trial\ Black.ttf') format('truetype');
}


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

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,400,500,600,700');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

/* ===================================
    Typography
====================================== */

/* font family */

body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: var(--theme);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -35px;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    background-color: var(--theme);
    opacity: 0.3;
}

.cursor-outer {
    margin-left: -12px;
    margin-top: -12px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--theme);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.5;
    -webkit-transition: all 0.08s ease-out;
    -o-transition: all 0.08s ease-out;
    transition: all 0.08s ease-out;
}

.cursor-outer.cursor-hover {
    opacity: 0;
}



.text-medium.xs-margin-20px-top {
    font-family: 'headingbold', sans-serif;
}

.alt-font {
    font-family: 'headingbold', sans-serif;
}

.main-font {
    font-family: "Poppins", sans-serif;
}

p {
    font-weight: 300;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}


/*----Log in & Sign up-----*/

/* heading-color */
.text-green-set {
    color: var(--secondary-color);
}

.text-blue-set {
    color: var(--secondary-color);
    ;
}

.text-green-set:hover,
.text-blue-set:hover {
    transform: scale(1.05);
    transition: all 0.3s ease;
}

section.how-it-work.text-center.bg-light-gray {
    padding: 80px 0;
}

/* end */



.modal {
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.close {
    position: relative;
    right: -40px;
    top: -45px;
    font-size: 35px;
    font-weight: bold;
    color: #fff;
    opacity: 0.7;
}

#id01 {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.container-login100::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.wrap-login100 {
    width: 430px;
    border-radius: 10px;
    overflow: hidden;
    padding: 50px 50px 30px 50px;
    background: #17acc6;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.wrap-login100 a:active,
.wrap-login100 a:focus {
    color: #fff;
}

/*-- Form  --*/

.login100-form {
    width: 100%;
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.login100-form-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    overflow: hidden;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 auto;
    margin-bottom: 20px;
}

.login100-form-logo img {
    width: 100%;
    height: 100%;
}

/*-- Input --*/

.wrap-input100 {
    width: 100%;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.24);
    margin-bottom: 30px;
}

::-webkit-input-placeholder {
    color: #FFFFFF;
}

::-moz-placeholder {}

:-ms-input-placeholder {
    color: #FFFFFF;
}

:-moz-placeholder {
    color: #FFFFFF;
}

.input100 {
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    border: 0;
    display: block;
    width: 100%;
    height: 35px;
    background: transparent;
    padding: 0 5px 0 38px;
}

/* qoute form */
.main-qoute-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/banner-343.jpg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.qoute-main-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 60px;
}

.qoute-main-heading {

    position: absolute;
    top: 350px;
}


.qoute-main-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}


/* end */
.main-company-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/com-banner.jpg);
    height: 70vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.company-main-heading {

    position: absolute;
    top: 350px;
}


.company-main-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.company-main-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

/* end */
.main-blog-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/slider-images2.jpeg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.blog-main-heading {

    position: absolute;
    top: 350px;
}


.blog-main-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.blog-main-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

.main-ooh-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/Omega-2500px-wide.jpg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.contact-ooh-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.contact-ooh-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

.contact-ooh-heading {

    position: absolute;
    top: 350px;
}

/* contact us css */
.main-contact-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/baner-23.jpg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.main-sever-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/advertising-img-4.jpg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.contact-serve-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.contact-serve-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

.contact-serve-heading {

    position: absolute;
    top: 350px;
}

/* contact us css */
.main-contact-section2 {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/banner-343.jpg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.contact-main-heading {

    position: absolute;
    top: 350px;
}

.main-set-ro h1 {
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url('../video/set-anim.gif');
    background-size: 200%;
    /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

.anime-text h5 {
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url('../video/set-anim.gif');
    background-size: 200%;
    /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

/* ffff */

.cont-list {
    display: flex;
    justify-content: space-between;
}


/* fff */


.contact-main-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.contact-main-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

/* end */

/* about us  */
.about-us-section {
    position: relative;
    width: 100%;
    /* Adjust as needed */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
}

.about-us-section .background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.about-us-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom right, #0000009c, #00000080);
    opacity: .8;
    z-index: 2;
}


.about-us-section .content {
    position: relative;
    z-index: 3;
}

.about-us-section .content h1 {
    font-family: 'headingbold', sans-serif;
    font-weight: 700;
    font-size: 75px;
    color: #ffff;
    margin-top: 35px;

}

.get-tare {
    background: #17acc6 !important;
    padding: 8px 16px;
    border-radius: 19px;
    font-family: sans-serif;
}

.about-us-section .content p {
    color: #ededed;
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    line-height: 35px;
}

.get-tare {
    background: #17acc6 !important;
}

.main-about-sec-set {
    margin-top: 60px;
}

.images-grid {
    display: flex;
    align-items: center;
    gap: 20px;
}

.first-gird-sec img {
    width: 300px;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    /* Smooth transition */

}

.first-gird-sec img:hover {
    transform: scale(1.1);
    /* Zoom in on hover */
}

.sec-gird-sec {
    margin-top: 50px;
}

.sec-gird-sec img {
    width: 300px;
    height: 250px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    /* Smooth transition */

}

.sec-gird-sec img:hover {
    transform: scale(1.1);
    /* Zoom in on hover */
}

.about-sec-our-serv .sec-title {
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}

.about-sec-our-serv .sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #17acc6;
    font-weight: 500;
    margin-bottom: 15px;
}

.about-sec-our-serv .sec-title h2 {
    position: relative;
    display: block;
    font-size: 30px;
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url('../video/set-anim.gif');
    background-size: 200%;
    /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}


@keyframes animate-background {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.align-center-sec {
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-sec-our-serv .sec-title h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color: #d1d2d6;
}

.about-sec-our-serv .sec-title .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.about-sec-our-serv .sec-title.light h2 {
    color: #ffffff;
}

.about-sec-our-serv .sec-title.text-center h2:before {
    left: 50%;
    margin-left: -25px;
}

.about-sec-our-serv .list-style-one {
    position: relative;
}

.about-sec-our-serv .list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
    padding-left: 35px;
    margin-bottom: 12px;
}

.about-sec-our-serv .list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.about-sec-our-serv .list-style-one li a:hover {
    color: #44bce2;
}

.about-sec-our-serv .btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #ff2222;
}

.about-sec-our-serv .btn-style-one:hover {
    background-color: #001e57;
    color: #ffffff;
}

.about-sec-our-serv .about-section {
    position: relative;
    padding: 0;
}

.about-sec-our-serv .about-section .sec-title {
    margin-bottom: 45px;
}

.about-sec-our-serv .about-section .content-column {
    position: relative;
    margin-top: 40px;
}

.about-sec-our-serv .about-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
}

.about-sec-our-serv .about-section .text {
    font-size: 16px;
    line-height: 26px;
    color: var(--primary-color);
    font-weight: 400;
}

.about-sec-our-serv .about-section .list-style-one {
    margin-bottom: 45px;
}

.about-sec-our-serv .about-section .btn-box {
    position: relative;
}

.about-sec-our-serv .about-section .btn-box a {
    padding: 15px 50px;
}

.about-sec-our-serv .about-section .image-column {
    position: relative;
}

.about-sec-our-serv .about-section .image-column .text-layer {
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-sec-our-serv.about-section .image-column .image-2 img,
.about-sec-our-serv.about-section .image-column .image-1 img {
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
}

.about-sec-our-serv .about-section .image-column .video-link {
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-sec-our-serv .about-section .image-column .video-link .link {
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* porfilo-sec */
/*start portfolio*/
.portfolio-set-point {
    padding: 80px 0;
    background: #f7f7f7;
    transition: background 0.5s ease;
}

.portfolio-set-point .tabs label {
    display: inline-block;
    color: #17ACC6;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 20px;
    margin: 10px;
    cursor: pointer;
    font-family: 'headingbold', sans-serif;
    border: 2px solid transparent;
    border-radius: 25px;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.portfolio-set-point .tabs label:hover {
    background-color: #17ACC6;
    color: white;
}

.portfolio-set-point input[type="radio"] {
    display: none;
}

.portfolio-set-point .tabs .all {
    display: none;
    transform-origin: 50% 50%;
}

.portfolio-set-point .content-item {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.portfolio-set-point .content-item:hover {
    transform: translateY(-5px);
}

.portfolio-set-point .content-item img {
    height: 250px;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.portfolio-set-point .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    transition: top 0.5s ease;
}

.portfolio-set-point .content-item:hover .overlay {
    top: 0;
}

@keyframes animateTab {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-set-point input#all:checked~.content .all,
.portfolio-set-point input#websiteDesign:checked~.content .websiteDesign,
.portfolio-set-point input#PHOTOGRAPHY:checked~.content .PHOTOGRAPHY,
.portfolio-set-point input#graphicDesign:checked~.content .graphicDesign {
    display: block;
    animation: animateTab 0.7s ease forwards;
}

.portfolio-set-point input[type="radio"]:checked+label {
    background-color: #17ACC6;
    color: #fff;
    border-color: #17ACC6;
}

/* end */
/* Bootstrap 5 Card Styles https://codepen.io/cvbijoy */
.core-services .card-effects .card-effect {
    border: none;
    background: #dee2e6;
}

.core-services .card-effects .card-effect .card-body {
    box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-bottom: 30px;
}

.core-services .card-effects .card-effect .card-img {
    position: relative;
    /* overflow: hidden; */
    height: 200px;
    transform: translate3d(10px, 10px, 10px);


}

.core-services .card-effects .card-effect:hover .card-img {
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;

    transform: scaleY(1.1);
}

.core-services .card-effects .card-effect .card-img img {
    width: 100%;
    transition: .6s;

    height: -webkit-fill-available;

}

.core-services .card-effects .card-effect:hover .card-img img {
    transform: scale(1.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.core-services .card-effects .img-hover {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.core-services .card-effects .img-hover img {
    transition: all 2s ease;
    transform: scale(1)
}

.core-services .card-effects .img-hover:after {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3
}

.core-services .card-effects .img-hover:before {
    content: "";
    position: absolute;
    pointer-events: none;
    opacity: 1;
    z-index: 3;
    top: -10%;
    right: 51%;
    bottom: -10%;
    left: 50%;
    background: rgba(255, 255, 255, 0.3)
}

.core-services .card-effects .img-hover:after {
    top: 50%;
    right: -10%;
    bottom: 50%;
    left: -10%;
    background: rgba(255, 255, 255, 0.6)
}

.core-services .card-effects .card-effect:hover .img-hover:before {
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 900ms linear
}

.core-services .card-effects .card-effect:hover .img-hover:after {
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 900ms linear
}

.core-services .card-effects .card-effect:hover .img-hover img {
    transform: scale(1.2);
}

.core-services .card-effects .card-btn {
    display: inline-block;
    padding: 14px 25px 14px 25px;
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    border: none;
    transition: 0.5s;
    background-image: linear-gradient(to right top, #8f42b9, #9746c3, #a04bce, #a84fd8, #b154e3);
}

.core-services .card-effects .card-btn:hover {
    background-image: linear-gradient(to right top, #b154e3, #a84fd8, #a04bce, #9746c3, #8f42b9);
    transition: 0.5s;
}

.core-services .card-effects .card-btn .icon-arrow {
    color: #ffffff;
    top: 16px;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1), opacity 0.4s cubic-bezier(0.86, 0, 0.07, 1);
    font-size: 18px;
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.core-services .heading-section h2 {
    font-size: 50px;
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url('../video/set-anim.gif');
    background-size: 200%;
    /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.core-services .card-effects .card-btn .icon-arrow.before {
    left: 20%;
    position: absolute;
    transform-origin: left center
}

.core-services .card-effects .card-btn .icon-arrow.after {
    opacity: 0;
    position: absolute;
    right: 48px;
    transform: translateX(75%) scaleX(0.1);
    transform-origin: right center
}

.core-services .card-effects .card-btn.secondary {
    background-color: #ff7029
}

.core-services .card-effects .card-btn.secondary:hover,
.core-services .card-effects .card-btn.secondary:active,
.core-services .card-effects .card-btn.secondary:focus {
    background-color: #2fbfa7
}

.core-services .card-effects .card-btn.white .icon-arrow {
    color: #2fbfa7
}

.core-services .card-effects .card-btn.white:hover .icon-arrow,
.core-services .card-effects .card-btn.white:active .icon-arrow,
.core-services .card-effects .card-btn.white:focus .icon-arrow {
    color: #fff
}

.core-services .card-effects .card-btn.md .icon-arrow {
    top: 22px;
}

.core-services .card-effects .card-btn.sm {
    padding: 10px 25px 10px 50px !important;
    font-size: 14px !important
}

.core-services .card-effects .card-btn .label {
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    transform: translateZ(0);
    perspective: 1000
}

.core-services .card-effects .card-btn.white {
    background-color: #ffffff;
    color: #2fbfa7
}

.core-services .card-effects .card-btn .icon-arrow.white {
    color: #2fbfa7;
    top: 16px
}

.core-services .card-effects .card-btn:hover,
.core-services .card-effects .card-btn:active,
.core-services .card-effects .card-btn:focus {
    background-color: #ff7029;
    color: #ffffff
}

.core-services .card-effects .card-btn:hover .icon-arrow.before,
.core-services .card-effects .card-btn:active .icon-arrow.before,
.core-services .card-effects .card-btn:focus .icon-arrow.before {
    opacity: 0;
    transform: translateX(-75%) scaleX(0.1)
}

.core-services .card-effects .card-btn:hover .icon-arrow.after,
.core-services .card-effects .card-btn:active .icon-arrow.after,
.core-services .card-effects .card-btn:focus .icon-arrow.after {
    opacity: 1;
    transform: translateX(0) scaleX(1)
}

.core-services .card-effects .card-btn:hover .label,
.core-services .card-effects .card-btn:active .label,
.core-services .card-effects .card-btn:focus .label {
    transform: translateX(-32px)
}

.core-services .card-effects .text-tb-lines {
    display: grid;
    align-items: center;
    text-align: center;
    gap: 20px;
    color: var(--secondary-color);
    font-family: 'headingbold', sans-serif;
}

.core-services .card-effects .text-tb-lines::before,
.core-services .card-effects .text-tb-lines::after {
    content: '';

}

.card-effect p {
    color: var(--primary-color);
}

.core-services {
    margin-top: 55px;
    margin-bottom: 55px;
}

/* end */
/*---Form Focus---*/

.input100::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1;
    /* Firefox */
    ;
}

.post-details {
    height: 380px;
}

.input100:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.input100:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
}

.focus-input100 {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    font-family: "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.focus-input200 {
    top: 35px;
}

.focus-input100::before {
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.focus-input100::after {
    font-size: 22px;
    color: #fff;
    display: block;
    width: 100%;
    position: absolute;
    top: 5px;
    left: 0;
    padding-left: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.focus-input100-user::after {
    content: "\f007";
}

.focus-input100-password::after {
    content: "\f13e";
}

.focus-input100-email::after {
    content: "\f0e0";
}

.input100:focus {
    padding-left: 5px;
}

.input100:focus+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.input100:focus+.focus-input100::before {
    width: 100%;
}

.has-val.input100+.focus-input100::after {
    top: -22px;
    font-size: 18px;
}

.has-val.input100+.focus-input100::before {
    width: 100%;
}

.has-val.input100 {
    padding-left: 5px;
}

/*---  Re style Checkbox ---*/

.contact100-form-checkbox {
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 35px;
}

.input-checkbox100 {
    display: none;
}

.label-checkbox100 {
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.label-checkbox100::before {
    content: "\f00c";
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background: #fff;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.input-checkbox100:checked+.label-checkbox100::before {
    color: #17acc6;
}

/*--- Button ---*/

.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    font-size: 14px;
    color: #17acc6;
    border: 2px solid #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 10px;
}

.login100-form-btn:hover {
    background: #333333;
    color: #FFFFFF;
    border: 2px solid #333333;
}

/*-- Responsive --*/

@media (max-width: 576px) {
    .wrap-login100 {
        padding: 55px 15px 37px 15px;
    }

    .close {
        right: 0;
    }
}

/*-- Alert validate --*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 16px;
    color: #219bd7;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}

/*-- navbar --*/

nav.navbar.bootsnav.nav-white ul.nav>li>a {
    color: #fff;
}

.sticky nav.navbar.bootsnav.nav-white ul.nav>li>a {
    color: #0d0d0d;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none !important;
}


/*Dropdown*/

.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 175px;
    max-width: 175px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
    right: 50px;
    padding: 10px 0 !important;
}

.dropdown-content a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #0d0d0d;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content::after {
    border-bottom: 10px solid #fff;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    bottom: 0;
    top: -10px;
    left: 50%;
    right: 50%;
    margin-left: -10px;
    opacity: 1;
    visibility: visible;
}

.dropdown-content a:hover {
    background-color: #17acc6;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropicon {
    position: relative;
    color: #fff;
    left: 5px;
    transition: .01s;
}

.dropdown:hover .dropicon,
.dropdown:hover .dropbtn {
    color: #17acc6 !important;
}

.header-appear .dropicon {
    color: #0d0d0d;
}

.how-box-one {
    background-color: #fff;
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
    cursor: pointer;
    max-width: 360px;
    margin: 0 auto;
    margin-bottom: 10px;

}

.round-version .how-box-one {
    border-radius: 5px !important;
}

.round-version .price-table {
    border-radius: 5px !important;
}

/*-- about section --*/

.how-box-one .icon-box-blue {
    position: relative;
    font-size: 40px;
    line-height: 97px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border: 3px solid #24b7ff;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    margin-top: -90px;
    background-color: #24b7ff;
    transition: all 0.1s;
}

.how-box-one .icon-box-green {
    position: relative;
    font-size: 40px;
    line-height: 97px;
    width: 100px;
    height: 100px;
    margin: 0 auto 30px;
    border: 3px solid #82b440;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    margin-top: -90px;
    background-color: #82b440;
    transition: all 0.1s;
}

img {
    width: 100%;
    display: inline-block;
}

.how-box-one:after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    z-index: 999;
    background: url(../img/arrow-big.png) center center no-repeat;
}

.how-box-one:last-child:after {
    display: none;
}

.how-box-one:hover,
.how-box-one.active {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

/*-- Feature Box --*/

.single-feature {
    border-radius: 3px;
    transition: .3s ease-in-out 0s;
    text-align: center;
    background: #fff;
    max-width: 350px;
    cursor: pointer;
    border: 1px solid;
    border-color: #fff;
}

.round-version .single-feature {
    border-radius: 5px !important;
}

.feature-icon {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    display: inline-block;
}

.single-feature {
    transition: all 300ms;
    transition-delay: 100ms;
    transition-duration: 100ms;
}

.single-feature:hover .hvr-green {
    color: #82b440;
}

.single-feature:hover .hvr-blue {
    color: #17acc6;
}

.single-feature:hover .hvr-yellow {
    color: #fd961a;
}

.single-feature:hover .feature-icon {
    transform: translateY(-3px);
}

.our-services {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.intro-image {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background: transparent;
    border: 1px solid var(--secondary-color);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--secondary-color);
}

.video-play-icon {
    background: var(--secondary-color) none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    position: relative;
    box-shadow: 0 7px 35px rgba(0, 0, 0, 0.1);
}

.video-play-icon i {
    left: 5px;
    position: relative;
}

.icon::after {
    animation: 1.5s linear 2s infinite;
}

.cryptonatorwidget {
    border: 0 !important;
    padding: 0 !important;
}

table {
    width: 100%;
    max-width: 100%;
}

.cryptonatorwidget table td {
    width: 50% !important;
    padding: 0;
}

table td,
table th {
    padding: 9px 4px;
    line-height: 1.42857143;
    vertical-align: top;
}

.cryptonatorwidget div {
    display: none;
}

.cryptonatorwidget input,
.cryptonatorwidget select {
    font-size: 14px !important;
    text-transform: uppercase;
    height: 40px !important;
    color: #333333;
    background-color: #ffffff;
    border-color: #ffffff;
    outline: none !important;
}

.round-version .cryptonatorwidget input {
    border-radius: 5px !important;
}

.cryptonatorwidget select {
    margin-left: 10px;
    outline: none !important;
}

.round-version .cryptonatorwidget select {
    border-radius: 5px !important;
}

.cryptonatorwidget input {
    height: 40px;
    box-shadow: none;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 200;
    border: none;
    background: #fff;
    color: rgba(51, 51, 51, 0.77);
}

.cryptonatorwidget .select-group {
    margin-bottom: 0;
}

.select-group {
    position: relative;
    padding: 0;
    background-color: #f2f2f2;
    border-radius: 0;
}

.form-group {
    position: relative;
}

.cryptonatorwidget input::-moz-selection {
    color: #333333;
    background: #dbdbdb;
}

.cryptonatorwidget input::-webkit-input-placeholder {
    color: #333333;
    text-overflow: ellipsis;
}

.cryptonatorwidget input::-moz-placeholder {
    color: #333333;
    text-overflow: ellipsis;
    opacity: 1;
}

.cryptonatorwidget input:-ms-input-placeholder {
    color: #333333;
    text-overflow: ellipsis;
    opacity: 1;
}

.get-quote-section {
    overflow: initial !important;
}

.get-quote-section .form-column {
    position: relative;
}

.get-quote-section .form-box .row {
    margin: 0 -10px;
}

.get-quote-section .form-box .row .form-group {
    padding: 0 10px;
}

.form-group {
    margin-bottom: 0;
}

.footer-classic-dark a,
a:active,
a:focus {
    color: #6f6f6f;
}

.social-list {
    margin-left: -35px;
}

.social-list li {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
    text-align: center;
}

.social-list li:hover a {
    color: #FFFFFF;
}

/* qoute-form */

.qoute-form {
    margin: 0 auto;
}

.qoute-form .form_inputs {
    border-radius: 0;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    padding: 20px;
}

.round-version .qoute-form .form_inputs {
    border-radius: 5px;
}

.green-version .qoute-form .form_inputs {
    border-radius: 10px;
}

.green-version .qoute-form .form_inputs_two {
    border-radius: 10px;
}

.animetd-text h5 {
    font-size: 60px;
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url('../video/set-anim.gif');
    background-size: 200%;
    /* Enlarged for smooth animation */
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

@keyframes animate-background {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}

.section-tool {
    padding: 80px 0;
}

/* end */
/*-- contact form --*/

.contact-form {
    max-width: 550px;
    margin: 0 auto;
    float: left;
}

.get-quote-section .image {
    position: relative;
    margin: 0 auto;
    right: -70px;
    margin-top: -50px;
    max-width: 420px;
}

.get-quote-section .image img {
    width: 100%;
}

/*-- Innvestor Section --*/

.iq-team2 .team-blog {
    padding: 30px 10px;
    max-width: 380px;
    margin: 0 auto;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.round-version .iq-team2 .team-blog {
    border-radius: 5px;
}

.iq-team2 .team-blog:hover {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.iq-team2 .team-blog:hover img {
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transform: scale(1.1);
}

.iq-team2 .team-blog .iq-image {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 0 auto;
    border-radius: 150px;
    webkit-border-radius: 190px;
    -moz-border-radius: 190px;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.iq-team2 .team-blog img {
    width: 100%;
}

.iq-team2 .iq-media-blog {
    margin: 0;
    padding: 0;
}

.iq-team2 .iq-media-blog li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 4px;
}

.iq-team2 .iq-media-blog li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid transparent;
    border-radius: 50px;
    font-size: 18px;
    color: #4a4a4a;
    text-align: center;
    transition: 0.1s;
}

.iq-team2 .iq-media-blog li a:hover i {
    color: #fff;
}

.contact-form .form_inputs {
    border-radius: 0;
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.round-version .contact-form .form_inputs {
    border-radius: 5px;
}

.form_inputs::-webkit-input-placeholder {
    color: #7a7a7a !important;
}

.form_inputs::-moz-placeholder {
    color: #7a7a7a !important;
}

.form_inputs:-ms-input-placeholder {
    color: #7a7a7a !important;
}

.form_inputs:-moz-placeholder {
    color: #7a7a7a !important;
}

.form_inputs:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*----Testimonial-----*/

.testimonial-column {
    max-width: 500px;
}

.testimonial-column .back-quote {
    position: absolute;
    left: 15px;
    top: -8px;
    font-size: 100px;
    color: #fff;
    z-index: -1;
}

.owl-testimonial .owl-dots {
    text-align: left;
    margin-left: -5px;
    margin-bottom: 10px;
}

.owl-testimonial .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
}

.price-five .currency-icon {
    max-width: 25px;
    margin-right: 15px;
}

.feature-box-5 {
    cursor: pointer;
}

.feature-box-5:hover .count-icon-two {
    transform: translateY(-10px);
}

/*----Count Parallax-----*/

.count-icon {
    padding: 20px;
    border: 2px solid #17acc6;
    max-width: 80px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.count-icon-two {
    font-size: 50px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 0 auto;
    color: #fff;
    transition: all 100ms linear;
}

.round-version .count-icon {
    border-radius: 5px;
}

.blog-grid .grid-item a:hover,
.blog-grid .grid-item a:active {
    color: #17acc6;
}

.blog a:hover,
.blog a:active {
    color: #17acc6;
    text-decoration: none;
}

.owl-team .owl-dots {
    margin-top: 30px !important;
}

.search-input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.search-input::-moz-placeholder {
    color: #FFFFFF;
}

.search-input:-ms-input-placeholder {
    color: #FFFFFF;
}

.search-input:-moz-placeholder {
    color: #FFFFFF;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}

/*--- Scroll Top ---*/

.scroll-top-arrow,
.scroll-top-arrow:focus .fas {
    font-size: 30px;
    line-height: 50px !important;
}

.blog-post {
    margin: 30px auto;
}

.blog-post:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.round-version .blog-post {
    border-radius: 5px;
}

.blog-grid {
    cursor: pointer;
}

.blog-grid .blog-post-images {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.blog-post img {
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.blog-post:hover img {
    transform: scale(1.1);
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.phone-section .intro-image {
    max-width: 370px;
}

.phone-section .owl-theme .owl-dots .owl-dot span {
    height: 2px;
    width: 18px;
    margin: -27px 5px;
    background: #17acc6;
}

.phone-section .owl-theme .owl-dots .owl-dot.active span,
.phone-section .owl-theme .owl-dots .owl-dot:hover span {
    border: 1px solid #4b4b4b;
    background: #4b4b4b;
}

/*---Loading---*/

#loader {
    background: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: none;
}

.sk-cube-grid {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: transparent;
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube {
    background-color: var(--secondary-color);
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {

    0%,
    70%,
    100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.creative_service_area {
    position: relative;
    margin-bottom: -200px;
}

.b_offer {
    max-width: 1170px;
    margin: 0 auto;
    background: #17acc6;
    top: -220px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.second-navbar {
    max-width: 1230px;
    margin: 0 auto;
}

.header-appear .second-navbar {
    max-width: 100% !important;
    border-radius: 0px !important;
}

.widget-chart {
    max-width: 500px !important;
    margin: 0 auto;
}

.widget-news {
    max-width: 500px;
    margin: 0 auto !important;
}

.round-version .blog-post-style5 .blog-post .blog-post-images {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.round-version footer .newsletter input {
    border-radius: 5px;
}

.round-version .social-list li {
    border-radius: 5px;
}

.creative_img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.btcwdgt.btcwdgt-light .btcwdgt-footer a.logo {
    display: none !important;
}

.btcwdgt-headlines.btcwdgt-light .btcwdgt-footer a.embed {
    display: none !important;
}

/*------ White Version --------*/

.white-version .header-with-topbar .top-header-area {
    border-bottom: 1px solid #e2e2e2;
}

.link-blue a,
.link-blue a:active,
.link-blue a:focus {
    color: #24c2ff;
}

.link-white a,
.link-white a:active,
.link-white a:focus {
    color: #fff;
}

.max-width-600 {
    max-width: 600px;
}

.white-version .b_offer {
    padding: 0px;
    border-radius: 0px;
    background: transparent;
    max-width: 1200px;
    top: -100px;
}

.white-version .creative_service_area {
    margin-bottom: 60px;
}

.about-content-wrap {
    display: table;
    width: 100%;
}

.about-content-wrap .about-featured-image {
    background: #fd961a;
}

.about-content-wrap .about-featured-image,
.about-content-wrap .about-text-content {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}

.about-content-wrap .about-featured-image img {
    margin-top: 30px;
    margin-left: 30px;
    margin-bottom: -30px;
}

.about-content-wrap .about-text-content {
    padding-left: 90px;
}

.about-content-wrap .skillbar-bar-style1 .skillbar-bar {
    background: #fd961a;
}

.about-text-content .icon-img {
    font-size: 50px;
    margin-bottom: 10px;
    color: #fd961a;
}

.back-icon {
    font-size: 65px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    right: 30px;
    opacity: 0;
}

.offer_content:hover .back-icon {
    opacity: 0.4;
}

.footer-classic-dark a:hover {
    color: #d6d6d6;
}

/*-----Side Nav----*/

.index-only-side-nav .navbar {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    border: none !important;
    margin-top: 20px;
    min-height: 20px;
    padding: 4px 0;
    border-radius: 0;
}

.index-only-side-nav .navbar .navbar-header .navbar-brand {
    width: 125px;
    padding: 15px 0 0 20px;
    min-height: 20px;
    height: auto;
}

.index-only-side-nav .navbar-brand {
    margin: 0 10px;
    margin-left: 5px !important;
    transform: scale(1);
    transition: 300ms;
}

.index-only-side-nav .display_none {
    transform: scale(0) !important;
}

.index-only-side-nav .navbar .navbar-header .navbar-brand img {
    width: 100%;
}

.menu_bars.right {
    float: right;
}

.menu_bars {
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    display: table;
    z-index: 1102;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    right: 60px;
    position: fixed;
    padding: 11px 10px;
    top: 30px;
    background: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

.menu_bars span {
    background: #ffffff;
    display: block;
    width: 18px;
    height: 3px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    border-radius: 20px;
}

.pushmenu.pushmenu-right {
    padding: 20px 20px 20px 40px;
}

.pushmenu-right {
    right: -270px;
}

.pushmenu {
    background: #fff;
    padding: 20px 15px;
    width: 270px;
    height: 100%;
    top: 0;
    z-index: 1100;
    position: fixed;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 3px solid #17acc6;
    border-top: 3px solid #17acc6;
}

.pushmenu-right.pushmenu-open {
    right: 0;
    box-shadow: 3px 0 3px 3px #c2c2c2;
}

.pushmenu.pushmenu-right {
    padding: 20px 20px 20px 40px;
}

.pushmenu-right {
    right: -270px;
}

.index-only-side-nav .menu_bars.active.right {
    background: none;
}

.menu_bars.active.right {
    padding: 15px;
    top: 30px;
}

.index-only-side-nav .menu_bars.active.right span {
    width: 18px;
    height: 5px;
    background: #17acc6;
}

.menu_bars.active span.t1 {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
}

.index-only-side-nav .menu_bars.active.right span .t2 {
    margin: 4px;
}

.index-only-side-nav .menu_bars span.t2 {
    margin: 3px 0;
}

.menu_bars.active span.t2 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu_bars.active span.t3 {
    -webkit-transform: translateY(-5px) rotate(-135deg);
    transform: translateY(-5px) rotate(-135deg);
}

.pushmenu .push-logo {
    display: block;
    padding: 0 0 30px 0;
    position: relative;
    z-index: 98;
    width: 100px;
    margin-top: 15px;
}

.pushmenu .push_nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    background: transparent;
}

.pushmenu .push_nav li {
    display: block;
    font-size: 15px;
    padding: 5px;
    margin: 0 0px 18px 0px;
    text-transform: capitalize;
    padding-left: 0;
    font-weight: 300;
}

.pushmenu .push_nav>li>a {
    color: #232323 !important;
}

.pushmenu .push_nav>li>a>span {
    display: inline-block;
    font-size: 18px;
    vertical-align: middle;
    width: 30px;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    color: #17acc6 !important;
}

.pushmenu .social_icon {
    position: absolute;
    bottom: 15px;
    left: 25px;
    right: 0;
}

.sidebar_menu .small-icon li {
    margin: 0;
}

.sidebar_menu .small-icon li a {
    color: #555555;
}

.sidebar_menu .small-icon li a:hover {
    color: #FFFFFF;
}

.pushmenu.pushmenu-open .push_nav>li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(2) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}

.pushmenu.pushmenu-open .push_nav>li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}

.pushmenu.pushmenu-open .push_nav>li {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transform: translate3d(0, 0px, 0px);
    transform: translate3d(0, 0px, 0px);
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 1;
}

.pushmenu .push_nav>li {
    display: block;
    position: relative;
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    opacity: 0;
}

.pushmenu .push_nav>li a {
    display: block;
}

.pushmenu.pushmenu-open .push_nav>li a:hover {
    transform: translateX(-10px);
    transition: all 300ms linear;
}

.social-icon-style-10 a:active,
.social-icon-style-10 a:focus {
    color: #fff;
}

.blog-post-page a:hover,
.blog-post-page a:active {
    color: #17acc6;
}

.color-version .b_offer {
    top: -100px;
}

.color-version .creative_service_area {
    margin-bottom: -100px;
}

/*----bottom Nav-----*/

.bottom-nav {
    position: absolute;
    bottom: 80px;
}

.bottom-nav .navbar-fixed-bottom {
    position: absolute;
}

.header-appear .navbar-fixed-bottom {
    position: fixed !important;
    margin: 0;
}

.bottom-nav-version .menu_bars {
    display: none;
    position: absolute;
    top: auto;
    bottom: 5px;
}

.bottom-nav-version .menu_bars.active.right {
    position: fixed;
}

.bottom-nav-version .header-appear .menu_bars {
    position: fixed;
    bottom: auto;
    top: 15px;
}

.bottom-nav-version .hermes.tp-bullets {
    display: none !important;
}

.dropdown-backdrop {
    position: absolute !important;
}

.circle-navbar {
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 50px !important;
    top: 85px !important;
    z-index: 999;
}

/*----Green Version-----*/

.green-version .header-with-topbar .top-header-area {
    height: 120px;
    line-height: 95px;
}

.green-version .sticky.header-with-topbar .top-header-area {
    top: -120px;
}

.green-version .header-with-topbar.sticky .navbar-top {
    top: 0 !important;
    max-width: 100%;
    border-radius: 0px !important;
}

.green-version .btn {
    border-radius: 50px;
}

.green-version .contact-form .form_inputs {
    border-radius: 50px;
}

.green-version .contact-form .form_inputs_two {
    border-radius: 10px;
}

.green-version nav.navbar.bootsnav ul.nav>li>a.active {
    color: var(--secondary-color) !important;
}

.green-version header nav.navbar .navbar-nav>li>a:hover,
.green-version nav.navbar.bootsnav ul.nav>li>a:hover {
    color: var(--secondary-color) !important;
}

.green-version .mfp-bg {
    background: var(--secondary-color);
}

.green-version .header-search-form:hover {
    color: var(--secondary-color) !important;
}

.green-version header.sticky nav.navbar.bootsnav.white-link ul.nav>li>a.active {
    color: var(--secondary-color) !important;
}

.green-version .cbp-l-filters-buttonCenter .cbp-filter-item {
    border-radius: 50px;
}

.green-version .wrap-login100 {
    background: var(--secondary-color);
}

.green-version .login100-form-btn {
    color: var(--secondary-color);
}

.green-version header nav.navbar .navbar-nav>li.active>a,
.green-version nav.navbar.bootsnav ul.nav>li.active>a {
    color: var(--secondary-color) !important;
}

/*---Svg Version---*/

svg {
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 100%;
    height: 130px;
    display: block;
}

.rotate-left {
    transform: rotate(-2deg);
    width: 103%;
    position: relative;
    left: -2%;
    z-index: 2;
}

.rotate-left-center {
    transform: rotate(2deg);
}

.rotate-right {
    transform: rotate(2deg);
    width: 103%;
    position: relative;
    left: -2%;
    z-index: 2;
}

.rotate-right-center {
    transform: rotate(-2deg);
}

.svg-version .cryptonatorwidget input {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.svg-version .cryptonatorwidget select {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.svg-version .cryptonatorwidget select option {
    color: #3b3b3b;
}

.svg-version .cryptonatorwidget input::-moz-selection {
    color: #ffffff;
    background: #dbdbdb;
}

.svg-version .cryptonatorwidget input::-webkit-input-placeholder {
    color: #ffffff;
    text-overflow: ellipsis;
}

.svg-version .cryptonatorwidget input::-moz-placeholder {
    color: #ffffff;
    text-overflow: ellipsis;
    opacity: 1;
}

.svg-version .cryptonatorwidget input:-ms-input-placeholder {
    color: #ffffff;
    text-overflow: ellipsis;
    opacity: 1;
}

.svg-parallax {
    background-size: auto !important;
    background-position: center !important;
    background-attachment: fixed !important;
}

.animated-version header nav.navbar.white-link .navbar-nav>li>a.active {
    color: #fff;
}

/*---Faq Page---*/

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top: 0px;
}

.accordion-style2 .panel .panel-heading i {
    color: #17ACC6;
}

.accordion-style2 .panel .panel-heading:hover .tab-tag,
.accordion-style2 .panel .panel-heading:hover i,
.accordion-style2 .panel .panel-heading:hover span {
    color: #FFFFFF !important;
}

/*---Shop page---*/

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.cart_table table {
    margin-bottom: 0;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
}

.apply_coupon {
    border: 1px solid #d1d1d1 !important;
    border-top: none;
    padding: 20px;
}

.apply_coupon .coupon>form .form-group>input {
    width: 100%;
    margin-bottom: 0px;
}

.apply_coupon .coupon>form input {
    border: 1px solid #d1d1d1;
    padding: 6px 12px;
    vertical-align: top;
    height: 40px;
}

.apply_coupon .coupon>form input .btn {
    vertical-align: top;
}

.cart_table .table-responsive tbody tr>td {
    vertical-align: middle;
    padding: 10px;
}

.cart_table .table-responsive tbody tr>td img {
    width: 80px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.cart_table .table-responsive thead tr>th {
    padding: 15px 20px;
    border-bottom-width: 1px;
    color: #3b3b3b;
}

.quote .quote,
.quote a {
    display: inline-block;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    max-width: 50px;
    padding: 8px 18px;
    text-align: center;
    vertical-align: middle;
    margin-top: 20px;
}

.quote::-webkit-input-placeholder,
.apply_coupon .coupon>form .form-group>input::-webkit-input-placeholder {
    color: #b2b2b2;
}

.quote::-moz-placeholder,
.apply_coupon .coupon>form .form-group>input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-ms-input-placeholder,
.apply_coupon .coupon>form .form-group>input::-moz-placeholder {
    color: #b2b2b2;
}

.quote:-moz-placeholder,
.apply_coupon .coupon>form .form-group>input:-moz-placeholder {
    color: #b2b2b2;
}

.totals {
    border: 1px solid #d1d1d1;
}

.total_form select {
    border: 1px solid #d1d1d1;
    height: 40px;
    padding: 5px;
    width: 100%;
    color: #b2b2b2;
    font-weight: 400;
    margin-bottom: 36px;
}

.total_form label {
    width: 100%;
    margin-bottom: -20px;
}

.totals .table>tbody>tr>td {
    padding-bottom: 15px;
    border: 0;
}

#shop .shopping_box {
    -webkit-box-shadow: 0 0 2px #d1d1d1;
    box-shadow: 0 0 2px #d1d1d1;
    min-height: 386px;
}

.overlay {
    background-color: rgba(15, 15, 15, 0.59);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -o-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear;
}

.shopping_box .image {
    min-width: 260px;
    min-height: 260px;
    overflow: hidden;
}

.image-zoom {
    max-width: 400px;
    margin: 0 auto;
    overflow: hidden;
}

.shopping_box .image img,
.image-zoom img {
    -o-transition: all .8s linear;
    -webkit-transition: all .8s linear;
    transition: all .8s linear;
    width: 100%;
}

.shopping_box a.btn-cart {
    position: absolute;
    left: 50%;
    margin-left: -75px;
    width: 150px;
    bottom: 10px;
    opacity: 0;
}

.shopping_box .overlay:hover,
.shopping_box .overlay:hover a.btn-cart {
    opacity: 1;
}

.shopping_box .image:hover img,
.image-zoom:hover img {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

#shop .shopping_box a:hover,
#shop .shopping_box a:active {
    color: #3b3b3b;
}

.shop-details .quote .quote {
    padding: 6px 18px;
}

.shop-details .share {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
}

.shop-details .share p {
    line-height: 35px;
}

.shop-details .share ul li {
    display: inline-block;
    margin: 0 5px;
}

/*--- Cube Portfolio ---*/

.cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    background-color: #17acc6;
    background-color: rgba(23, 172, 198, 0.95);
}

.cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active {
    color: #17ACC6;
    border-color: #17ACC6;
    cursor: default;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter {
    background-color: #17ACC6;
}

.cbp-l-filters-buttonCenter .cbp-filter-counter:after {
    border-top: 4px solid #17ACC6;
}

.cbp-popup-lightbox .cbp-popup-next {
    background: url(../img/cbp-sprite.png) no-repeat scroll -46px 0 transparent;
}

.cbp-popup-lightbox .cbp-popup-prev {
    background: url(../img/cbp-sprite.png) no-repeat scroll 0 0 transparent;
}

.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    transform: translateY(-50%);
    left: 40%;
    padding: 6px;
    border: 4px solid transparent;
    border-radius: 50px;
}

.play-hvr:hover {
    border: 4px solid #82b440;
}

.play-icon {
    position: relative;
    height: 75px;
    width: 75px;
    line-height: 88px;
    text-align: center;
    border-radius: 50px;
    background: #82b440;
    padding-left: 7px;
    box-shadow: 0 0 0 rgba(23, 172, 198, 0.4);
    animation: pulse 2s infinite;
    cursor: pointer;
}

.play-icon i {
    font-size: 30px;
    cursor: pointer;
    color: #fff;
}

@-webkit-keyframes play-icon {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(23, 172, 198, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes play-icon {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(6, 68, 74, 0.3);
        box-shadow: 0 0 0 0 rgba(12, 84, 97, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.video-img {
    max-width: 450px;
    float: right;
    position: relative;
}

.video-img-overlay {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.17);
    top: 0;
    bottom: 0;
    opacity: .05;
    cursor: pointer;
}

.video-img:hover .video-img-overlay {
    opacity: 0.7;
}

.woa-image {
    width: 670px;
    margin-top: -30px;
    margin-bottom: -150px;
}

.price-table {
    overflow: hidden;
    max-width: 370px;
    margin: 0 auto;
    cursor: pointer;
    background: #fff;
}

.price-table:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
}

.price .currency {
    display: inline-block;
    vertical-align: top;
    font-size: 2rem;
}

.price .value {
    font-size: 7rem;
    font-weight: 500;
}

.price .duration {
    font-size: 1.4rem;
}

.contact-icon {
    text-align: center;
    font-size: 35px;
}

.map {
    height: 400px;
    width: 100%;
}

/* .parallax .btn.btn-green:hover, .parallax .btn.btn-grenn:focus {
    background: #17ACC6 !important;
    border-color: #17ACC6 !important;
    color: #fff !important;
} */
/* 
.parallax .btn.btn-blue:hover, .parallax .btn.btn-blue:focus, .button_div .btn.btn-blue:hover, .button_div .btn.btn-blue:focus {
    background: #82b440 !important;
    border-color: #82b440 !important;
    color: #fff !important;
} */

.social-icon-style-10 a:active,
.social-icon-style-10 a:focus {
    color: #5a5a5a;
}

.slider-text-middle {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#shop .btn.btn-blue:hover,
#shop .btn.btn-blue:focus {
    background: #82b440 !important;
    border-color: #82b440 !important;
    color: #fff !important;
}

.single-portfolio {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.single-portfolio .myphoto {
    height: 200px;
    width: 200px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #9e9e9e;
    overflow: hidden;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*-- Yellow Version ---*/

.yellow-version .play-icon {
    background: #fd961a;
}

.yellow-version .feature-box-5:hover .count-icon-two {
    color: #fd961a !important;
}

.yellow-version .how-box-one .icon-box-green {
    background: #fd961a;
    border: 3px solid #fd961a;
}

.yellow-version .play-hvr:hover {
    border: 4px solid #fd961a;
}

.yellow-version .parallax .btn.btn-blue:hover,
.yellow-version .parallax .btn.btn-blue:focus {
    background: #fd961a !important;
    border-color: #fd961a !important;
    color: #fff !important;
}

.yellow-version .scroll-top-arrow:hover {
    background: #fd961a;
    color: #fff !important;
    border-color: #fd961a;
}

.yellow-version .parallax .btn.btn-blue:hover,
.yellow-version .parallax .btn.btn-blue:focus,
.yellow-version .button_div .btn.btn-blue:hover,
.yellow-version .button_div .btn.btn-blue:focus {
    background: #fd961a !important;
    border-color: #fd961a !important;
    color: #fff !important;
}

.dark-version header nav.navbar.white-link .navbar-nav>li>a,
.dark-version nav.navbar.bootsnav.white-link ul.nav>li>a {
    color: #0b0b0b;
}

.dark-version .tp-caption.NotGeneric-SubTitle,
.dark-version .NotGeneric-SubTitle,
.dark-version .tp-caption.NotGeneric-Title,
.dark-version .NotGeneric-Title {
    color: #0b0b0b !important;
}

.dark-version .tp-caption.NotGeneric-SubTitle:hover,
.dark-version .NotGeneric-SubTitle:hover,
.dark-version .tp-caption.NotGeneric-Title:hover,
.dark-version .NotGeneric-Title:hover {
    color: #0b0b0b !important;
}

.video-version .center-logo {
    top: 45%;
}

.video-version .header-appear .center-logo {
    top: 40%;
}

/*-- Parallax Images ---*/

.bg-1 {
    background: url(../img/back-scrol.png) no-repeat;
}

.bg-3 {
    background: url(../img/banner24.png) no-repeat;
}

.bg-5 {
    background: url(../img/parallaxbg5.jpg) no-repeat;
}

.bg-6 {
    background: url(../img/parallaxbg6.jpg) no-repeat;
}

.bg-pagecover {
    background: url(../img/page-cover.jpg) no-repeat;
}

.parallax {
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%
}

.line-system {
    line-height: 30px !important;
    margin-top: 12px;
}

.main-set-image {
    height: 400px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to right, rgba(0, 224, 206, 1) 0, rgba(41, 137, 216, 1) 85%, rgba(41, 137, 216, 1) 100%, rgba(0, 172, 201, 1) 100%, rgba(41, 137, 216, 1) 100%, rgba(41, 137, 216, 1) 100%);
    width: 563px;
    transform: translate(0px, -43px);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

[data-slideactive="rs-3045"] {
    background-image: url(../img/bannerimg2.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

[data-slideactive="rs-2"] {
    background-image: url(../img/bannerimg3.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

[data-slideactive="rs-3"] {
    background-image: url(../img/bannerimg1.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* card css */

.class-our-serv-card .card-container {
    perspective: 1200px;
}

.class-our-serv-card .card {
    margin: 0 auto;
    height: 400px;
    position: relative;
    border-radius: 25px;
    transition: all 1s ease;
    transform-style: preserve-3d;
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.class-our-serv-card .rotated {
    transform: rotateY(-180deg);
}

.class-our-serv-card .card-contents {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    color: white;
}

.class-our-serv-card .card-contents h2,
.class-our-serv-card .card-contents h3,
.class-our-serv-card .card-contents p {
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

.class-our-serv-card .card-contents h2 {
    font-size: 30px;
    margin: 0 auto;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #ffffff;

}

.class-our-serv-card .card-contents h3 {
    font-size: 2.5em;
    margin: 0 auto;
}

.class-our-serv-card .card-contents hr {
    width: 50%;
    margin: 20px auto;
}

.class-our-serv-card .card-contents p {
    margin: 0 auto;
    font-size: 1.2em;
}

.class-our-serv-card .card-depth {
    transform: translateZ(100px) scale(0.98);
    perspective: inherit;
}

/* FRONT SIDE: image background with text */
.class-our-serv-card .card-front {
    background-image: url(../img/bannerimg1.png) !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transform-style: preserve-3d;
}

/* BACK SIDE: solid gradient with heading and paragraph */
.class-our-serv-card .card-back {
    transform: rotateY(180deg);
    background: linear-gradient(to bottom, rgba(0, 224, 206, 1) 0%, rgba(41, 137, 216, 1) 85%, rgba(41, 137, 216, 1) 100%, rgba(0, 172, 201, 1) 100%, rgba(41, 137, 216, 1) 100%, rgba(41, 137, 216, 1) 100%);
    transform-style: preserve-3d;
}

/* end */

/* scrol */
.main-set-ro {
    position: relative;
    width: 100%;
    height: 100vh;
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.main-set-ro .left {
    float: left;
    height: 100%;
    width: 60%;
    padding: 3rem 3rem 3rem 5rem;
    display: table;
}

.main-set-ro .left>div {
    display: table-cell;
    vertical-align: middle;
}

.main-set-ro span {
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'headingbold', sans-serif;
    margin-bottom: 2rem;
}

.main-set-ro h1 {
    font-size: 50px;
    font-family: 'headingbold', sans-serif;
    margin-bottom: 3rem;
    color: var(--primary-color);
}

.main-set-ro h1+p {
    color: var(--primary-color);
    font-size: 1.6rem;
    margin-bottom: 2rem;
}

.main-set-ro p+a {
    font-size: 1.6rem;
    color: var(--primary-color);
}

.main-set-ro .slider {
    float: right;
    position: relative;
    width: 40%;
    height: 100%;
}

.main-set-ro .slider li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: clip 0.7s ease-in-out, z-index 0s 0.7s;
    clip: rect(0, 100vw, 100vh, 100vw);
    display: table;
}

.main-set-ro .center-y {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
}

.main-set-ro h3 {
    font-size: 5rem;
    font-style: italic;
}

.main-set-ro h3+a {
    font-size: 1.6rem;
    display: inline-block;
    color: #fff;
    margin-top: 2rem;
}

.main-set-ro h3,
.main-set-ro h3+a {
    opacity: 0;
    transition: opacity 0.7s 0s, transform 0.5s 0.2s;
    transform: translate3d(0, 50%, 0);
}

.main-set-ro li.current h3,
.main-set-ro li.current h3+a {
    opacity: 1;
    transition-delay: 1s;
    transform: translate3d(0, 0, 0);
}

.main-set-ro li.current {
    z-index: 1;
    clip: rect(0, 100vw, 100vh, 0);
}

.main-set-ro li.prev {
    clip: rect(0, 0, 100vh, 0);
}

.main-set-ro .slider nav {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.main-set-ro nav a {
    display: inline-block;
    border-radius: 50%;
    width: 1.2rem;
    height: 1.2rem;
    min-width: 12px;
    min-height: 12px;
    background: #fff;
    margin: 0 1rem;
    transition: transform 0.3s;
}

.main-set-ro a.current_dot {
    transform: scale(1.4);
}


/* card-sey */
.container-pro {
    position: relative;
}

.container-pro .card {
    position: relative;
    cursor: pointer;
}

.container-pro .card .face {
    width: 350px;
    height: 200px;
    transition: 0.5s;
}

.container-pro .card .face.face1 {
    position: relative;
    background: var(--gradient);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}

.container-pro .card:hover .face.face1 {
    background: var(--primary-color);
    transform: translateY(0);
}

.container-pro .card .face.face1 .content {
    transition: 0.5s;
    text-align: center;
}

.container-pro .card:hover .face.face1 .content {
    opacity: 1;
}

.container-pro .card .face.face1 .content img {
    max-width: 100px;
}

.container-pro .card .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
}

.container-pro .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.container-pro .card:hover .face.face2 {
    transform: translateY(0);
}

.container-pro .card .face.face2 .content p {
    margin: 0;
    padding: 0;
}

.container-pro .card .face.face2 .content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.container-pro .card .face.face2 .content a:hover {
    background: #333;
    color: #fff;
}

/* ourser */
.our-services-main-card {
    width: 100%;
}

.our-services-main-card .blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}

/* end */
.our-services-main-card .blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.our-services-main-card .blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}

.our-services-main-card .blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgb(41 137 216 / 9%), 0 5px 10px rgb(0 172 201 / 16%);
    transform: translateX(-80px);
    overflow: hidden;
    position: relative;
}

.our-services-main-card .blog-slider__img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgb(0 224 206 / 63%) 0%, rgb(41 137 216 / 62%) 85%, rgb(41 137 216 / 59%) 100%, rgb(0 172 201 / 93%) 100%, rgba(41, 137, 216, 1) 100%, rgba(41, 137, 216, 1) 100%);
    border-radius: 20px;
    opacity: 0.8;
}

.our-services-main-card .blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all 0.3s;
}

.our-services-main-card .blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.our-services-main-card .blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.our-services-main-card .blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-family: 'headingbold', sans-serif;
}

.our-services-main-card .blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.our-services-main-card .blog-slider__button {
    display: inline-flex;
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}

/* Desktop default */
.tp-caption {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.our-services-main-card .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

.our-services-main-card .swiper-container-horizontal>.swiper-pagination-bullets,
.our-services-main-card .swiper-pagination-custom,
.our-services-main-card .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.our-services-main-card .blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

.our-services-main-card .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.our-services-main-card .swiper-pagination-bullet-active {
    opacity: 1;
    background: #17acc6;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

/* end */
.video-img {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.feature-icon {
    width: 40px;
    object-fit: contain;
}

.video-img img {
    width: 100%;
    height: auto;
    height: 250px;
}

.play-hvr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    padding: 20px;
}

.play-icon i {
    color: white;
    font-size: 30px;
}

/* Modal styles */
.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    margin: 5% auto;
    width: 80%;
    max-width: 800px;
}

.modal video {
    width: 100%;
    height: auto;
    display: block;
}

.close {
    position: absolute;
    top: -20px;
    right: -20px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 24px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.our-services-main-card .blog-slider__content {
    padding-right: 25px;
}

.our-services-main-card .blog-slider__item {
    display: flex;
    align-items: center;
}

/* slider */
.hero-slider {
    position: relative;
    height: 100vh;
    width: 100%;
}

canvas#backgroundCanvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.swiper {
    height: 100%;
    width: 100%;
    z-index: 2;
}

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
}

.slide-content {
    text-align: center;
    color: #fff;
    padding: 20px;
    z-index: 10;
}

.slide-content h1 {
    font-size: 50px;
    margin-bottom: 1rem;
    color: rgb(255, 255, 255);
    font-family: 'headingbold', sans-serif;

}

.slide-content p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    margin-bottom: 25px;
}

.slide-content .buttons {
    margin-top: 1rem;
}

.slide-content .buttons a {
    background: var(--gradient);
    color: #fff;
    text-decoration: none;
    padding: 9px 34px;
    margin: 0 0.5rem;
    border-radius: 30px;
    font-weight: bold;
    transition: background 0.3s;
}

.slide-content .buttons a:hover {
    background: #0097a7;
}

.swiper-button-next,
.swiper-button-prev {
    color: white;
    z-index: 10;
    width: 30px !important;
}

.swiper-pagination-bullet {
    background-color: white;
    opacity: 0.6;
}

.swiper-pagination-bullet-active {
    background-color: #00bcd4;
    width: 16px;
    height: 16px;
}

.video-set video {
    width: 100%;
}

.heading-ohh h1 {
    font-size: 40px;
    font-family: 'headingbold', sans-serif;
    margin-bottom: 1rem;
    color: var(--primary-color);
    background-image: url(../video/set-anim.gif);
    background-size: 200%;
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

.heading-ohh p {
    color: var(--primary-color);
    font-size: 1rem;
    margin-bottom: 2rem;
}

.serx {
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%;
    padding: 140px 0;
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/advertising-img-4.jpg);
}

.serx h5 {
    font-family: 'headingbold', sans-serif;
    font-size: 45px;
    text-align: center;
}

.serx p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.get-spi {
    color: rgb(255, 255, 255) !important;
    background: var(--gradient);
    border-color: var(--secondary-color) !important;
    font-size: 13px;
    line-height: 25px;
    padding: 9px 34px;
    margin-top: 30px;
    border-radius: 50px;
}

.image-section-over-size img {

    height: 400px;
    width: 600px;
    border-radius: 10px;
}

.section-over-size .row {

    align-items: center;
}
/* beautif */
.main-beaut-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/slider-images6.jpeg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.contact-beaut-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.contact-beaut-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

.contact-beaut-heading {

    position: absolute;
    top: 350px;
}
/* end */

.main-fab-section {
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/fabe.jpg);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    scroll-behavior: smooth;
    height: 100vh;
    background-attachment: fixed;
    text-shadow: 1px 1px 4px var(--secondary-color);


}

.contact-fab-heading h1 {
    font-family: 'headingbold', sans-serif;
    color: #fff;
    font-weight: 700;
    font-size: 80px;
}

.slide-left,
.slide-right {
    display: inline-block;
    opacity: 0;
    animation-fill-mode: forwards;
}

.slide-left {
    animation: slideInLeft 1s ease 0.2s forwards;
}

.slide-right {
    animation: slideInRight 1s ease 0.4s forwards;
}

@keyframes slideInLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.contact-fab-heading p {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 400;
    line-height: 35px;
    text-shadow: none;

}

.contact-fab-heading {

    position: absolute;
    top: 350px;
}

.fab-re {
    background-position: center !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    width: 100%;
    padding: 140px 0;
    background-image: linear-gradient(rgb(0 0 0 / 84%), rgba(0, 0, 0, 0.5)), url(../img/fab-best-banner.jpg);
}

.fab-re h5 {
    font-family: 'headingbold', sans-serif;
    font-size: 45px;
    text-align: center;
}

.fab-re p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.content p {
    color: var(--primary-color);
}

/* team slider */
.wing-pro-set {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 100px 20px 80px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.wing-pro-set .about-title {
    font-size: 7.5rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    white-space: nowrap;
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url(../video/set-anim.gif);
    background-size: 200%;
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
}

.wing-pro-set .carousel-container {
    width: 100%;
    max-width: 1200px;
    height: 450px;
    position: relative;
    perspective: 1000px;
    margin-top: 80px;
}

.wing-pro-set .carousel-track {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wing-pro-set .card {
    position: absolute;
    width: 280px;
    height: 380px;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.wing-pro-set .card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wing-pro-set .card.center {
    z-index: 10;
    transform: scale(1.1) translateZ(0);
}

.wing-pro-set .card.center img {
    filter: none;
}

.wing-pro-set .card.left-2 {
    z-index: 1;
    transform: translateX(-400px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.wing-pro-set .card.left-2 img {
    filter: grayscale(100%);
}

.wing-pro-set .card.left-1 {
    z-index: 5;
    transform: translateX(-200px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.wing-pro-set .card.left-1 img {
    filter: grayscale(100%);
}

.wing-pro-set .card.right-1 {
    z-index: 5;
    transform: translateX(200px) scale(0.9) translateZ(-100px);
    opacity: 0.9;
}

.wing-pro-set .card.right-1 img {
    filter: grayscale(100%);
}

.wing-pro-set .card.right-2 {
    z-index: 1;
    transform: translateX(400px) scale(0.8) translateZ(-300px);
    opacity: 0.7;
}

.wing-pro-set .card.right-2 img {
    filter: grayscale(100%);
}

.wing-pro-set .card.hidden {
    opacity: 0;
    pointer-events: none;
}

.wing-pro-set .member-info {
    text-align: center;
    margin-top: 40px;
    transition: all 0.5s ease-out;
}

.wing-pro-set .member-name {
    color: var(--primary-color);
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    font-family: 'headingbold', sans-serif;
}

.wing-pro-set .member-name::before,
.wing-pro-set .member-name::after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100px;
    height: 2px;
    background: var(--secondary-color);
}

.wing-pro-set .member-name::before {
    left: -120px;
}

.wing-pro-set .member-name::after {
    right: -120px;
}

.wing-pro-set .member-role {
    color: #848696;
    font-size: 1.5rem;
    font-weight: 500;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 10px 0;
    margin-top: -15px;
    position: relative;
}

.wing-pro-set .dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 60px;
}

.wing-pro-set .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--secondary-color);
    cursor: pointer;
    transition: all 0.3s ease;
}

.wing-pro-set .dot.active {
    background: var(--gradient);
    transform: scale(1.2);
}

.wing-pro-set .nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--gradient);
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    font-size: 1.5rem;
    border: none;
    outline: none;
    padding-bottom: 4px;
}

.wing-pro-set .nav-arrow:hover {
    background: var(--secondary-color);
    transform: translateY(-50%) scale(1.1);
}

.wing-pro-set .nav-arrow.left {
    left: 20px;
    padding-right: 3px;
}

.wing-pro-set .nav-arrow.right {
    right: 20px;
    padding-left: 3px;
}

/* wesn */
@keyframes swap {
    0% {
        transform: translate(-50%, -50%) scale(1.05) rotate(0deg);
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1) rotate(3deg);
    }

    100% {
        transform: translate(-50%, -50%) scale(0.9) rotate(-1deg);
    }
}

.intro-section {
    padding: 0;
}

.main-into-set-plus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    place-items: center;
    min-height: 100vh;
}

.main-into-set-plus .content {
    color: #c7c7c7c9;
    user-select: none;
}

.main-into-set-plus .content h1 {
    font-family: 'headingbold', sans-serif;
    color: transparent;
    background-image: url(../video/set-anim.gif);
    background-size: 200%;
    background-position: 0 50%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animate-background 5s infinite alternate linear;
    line-height: 1.1;
    margin-bottom: 36px;
    padding-left: 10px;
    font-size: 50px;
}

.main-into-set-plus .content p {
    font-size: 15px;
    line-height: 1.6;
}

.main-into-set-plus .btn {
    background: var(--gradient);
    border-color: var(--secondary-color) !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
    font-family: 'headingbold', sans-serif;
    color: #fff;
    width: max-content;
    outline: 0;
    border: 0;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    margin-top: 26px;
    text-align: center;
    transform: scale(1);
    transition: all 0.2s ease-in;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    pointer-events: auto;
}

.main-into-set-plus .btn:hover {
    transform: scale(0.98);
}

.main-into-set-plus .stack {
    position: relative;
}

.main-into-set-plus .card {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 350px;
    height: 500px;
    border-radius: 2rem;
    box-shadow: 0 5px 10px 0 var(--gradient),
        0 15px 20px 0 var(--gradient);
    transition: transform 0.6s;
    user-select: none;
}

.main-into-set-plus .card img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
    pointer-events: none;
}

.main-into-set-plus .card:nth-last-child(n + 5) {
    --x: calc(-50% + 90px);
    transform: translate(var(--x), -50%) scale(0.85);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.01);
}

.main-into-set-plus .card:nth-last-child(4) {
    --x: calc(-50% + 60px);
    transform: translate(var(--x), -50%) scale(0.9);
}

.main-into-set-plus .card:nth-last-child(3) {
    --x: calc(-50% + 30px);
    transform: translate(var(--x), -50%) scale(0.95);
}

.main-into-set-plus .card:nth-last-child(2) {
    --x: calc(-50%);
    transform: translate(var(--x), -50%) scale(1);
}

.main-into-set-plus .card:nth-last-child(1) {
    --x: calc(-50% - 30px);
    transform: translate(var(--x), -50%) scale(1.05);
}

.main-into-set-plus .card:nth-last-child(1) img {
    box-shadow: 0 1px 5px 5px var(--secondary-color);
}

.main-into-set-plus .swap {
    animation: swap 1.3s ease-out forwards;
}
:root{
    --index: calc(1vw + 1vh);
    --transition: cubic-bezier(.1, .7, 0, 1);
}
/* fabrication-se */
.whatsapp-main {
  display: inline-block;
  position: fixed;
  bottom: 0px;
  z-index: 9999999;
  left: auto;
  right: 0px;
}

.whatsapp-main .whatsapp-wrapper {
  box-shadow: rgb(0 0 0 / 10%) 0px 12px 24px 0px;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: opacity 0.3s ease 0s, margin 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: rgb(255, 255, 255);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  touch-action: auto;
  margin-bottom: 96px;
  position: fixed;
  bottom: 0px;
  left: auto;
  right: 0px;
  margin-right: 20px;
}

.whatsapp-main .close_whatsapp {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20px;
  height: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  outline: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-main .close_whatsapp::before {
  transform: rotate(45deg);
}
.whatsapp-main .close_whatsapp::after {
  transform: rotate(-45deg);
}
.whatsapp-main .close_whatsapp::before,
.whatsapp-main .close_whatsapp::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background-color: rgb(29, 33, 41);
  display: block;
  border-radius: 2px;
}

.whatsapp-main .whatsapp-header {
  background: rgb(255, 255, 255);
  color: rgb(17, 17, 17);
  display: flex;
  align-items: center;
  padding: 24px 20px;
}

.whatsapp-main .header-info {
  margin-left: 16px;
  margin-right: 16px;
}

.whatsapp-main .support-avatar {
  width: 52px;
  height: 52px;
  display: block;
  position: relative;
  flex-shrink: 0;
}

.whatsapp-main .support-avatar::before {
  content: "";
  bottom: 0px;
  right: 0px;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
  background-color: rgb(74, 213, 4);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  border: 2px solid rgb(255, 255, 255);
}

.whatsapp-main .avatar-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp-main .avatar-img {
  min-width: 100%;
  height: 100%;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://images.unsplash.com/photo-1522075469751-3a6694fb2f61?ixid=MnwxMjA3fDB8MHxzZWFyY2h8NDB8fHByb2ZpbGV8ZW58MHx8MHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60);
}

.whatsapp-main .avatar-img::after {
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1);
  inset: 0px;
  position: absolute;
  content: "";
  overflow: hidden;
}

.whatsapp-main .whatsapp-background {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  overflow: auto;
  max-height: 382px;
}

.whatsapp-main .whatsapp-background::before {
  display: block;
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.08;
  background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.whatsapp-main .whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-main .loading-animation {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
}

.whatsapp-main .dot-pulse {
  position: relative;
  left: -9999px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
  box-shadow: 9999px 0 0 -5px #cbcbcb;
  animation: dotPulse 1.5s infinite linear;
  animation-delay: .25s;
}

.whatsapp-main .dot-pulse::before,
.whatsapp-main .dot-pulse::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #cbcbcb;
  color: #cbcbcb;
}

.whatsapp-main .dot-pulse::before {
  box-shadow: 9984px 0 0 -5px #cbcbcb;
  animation: dotPulseBefore 1.5s infinite linear;
  animation-delay: 0s;
}

.whatsapp-main .dot-pulse::after {
  box-shadow: 10014px 0 0 -5px #cbcbcb;
  animation: dotPulseAfter 1.5s infinite linear;
  animation-delay: .5s;
}

@keyframes dotPulseBefore {
  0% { box-shadow: 9984px 0 0 -5px #cbcbcb; }
  30% { box-shadow: 9984px 0 0 2px #cbcbcb; }
  60%, 100% { box-shadow: 9984px 0 0 -5px #cbcbcb; }
}

@keyframes dotPulse {
  0% { box-shadow: 9999px 0 0 -5px #cbcbcb; }
  30% { box-shadow: 9999px 0 0 2px #cbcbcb; }
  60%, 100% { box-shadow: 9999px 0 0 -5px #cbcbcb; }
}

@keyframes dotPulseAfter {
  0% { box-shadow: 10014px 0 0 -5px #cbcbcb; }
  30% { box-shadow: 10014px 0 0 2px #cbcbcb; }
  60%, 100% { box-shadow: 10014px 0 0 -5px #cbcbcb; }
}

.whatsapp-main .whatsapp-message-wrapper {
  display: none;
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  transform-origin: center top;
  z-index: 2;
  box-shadow: rgb(0 0 0 / 13%) 0px 1px 0.5px;
  margin-top: 4px;
  max-width: calc(100% - 66px);
}

.whatsapp-main .whatsapp-message-wrapper::before {
  position: absolute;
  background-image: url("https://i.ibb.co/hRLp4rM/chat-edge.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  top: 0px;
  left: -12px;
  width: 12px;
  height: 19px;
}

.whatsapp-main .chat-body-wrapper {
  width: 100% !important;
}

.whatsapp-main .whatsapp-chat-name {
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.4);
}

.whatsapp-main .whatsapp-chat-message {
  font-size: 14px;
  line-height: 19px;
  margin-top: 4px;
  color: rgb(17, 17, 17);
}

.whatsapp-main .whatsapp-chat-message p {
  margin: 0px;
}

.whatsapp-main .whatsapp-chat-time {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
  color: rgba(17, 17, 17, 0.5);
  margin-right: -8px;
  margin-bottom: -4px;
}

.whatsapp-main .whatsapp-btn {
  padding: 8px 12px;
  border-radius: 24px;
  border: none;
  background: rgb(14, 193, 47);
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  overflow: hidden;
  appearance: none;
}

.whatsapp-main .whatsapp-btn::before {
  content: "";
  position: absolute;
  display: block;
  opacity: 0;
  transform: scale(1);
  background-color: rgb(0, 0, 0);
  z-index: 0;
  transition: all 0.2s ease 0s;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  bottom: -5px;
}

.whatsapp-main .whatsapp-send-icon-small {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: rgb(255, 255, 255);
  z-index: 1;
}

.whatsapp-main .chat-button-text {
  margin-left: 8px;
  margin-right: 8px;
  z-index: 1;
  color: rgb(255, 255, 255);
}

.whatsapp-main .whatsapp-popup-button {
  height: 64px;
  box-shadow: rgb(0 0 0 / 15%) 0px 3px 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  position: relative;
  outline: transparent;
  background-color: rgb(14, 193, 47);
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 20px;
  width: 64px;
}

.whatsapp-main .whatsapp-popup-button::before,
.whatsapp-main .whatsapp-popup-button::after {
  content: "";
  position: absolute;
  border: 1px solid rgb(14, 193, 47);
  inset: -2px;
  border-radius: 500px;
  opacity: 0;
  z-index: 0;
}

.whatsapp-main .whatsapp-notify {
  width: 10px;
  height: 10px;
  background-color: rgb(255, 0, 0);
  display: block;
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  right: 4px;
  top: 4px;
}

@keyframes showhide {
  from {
    transition: visibility 0s linear 0.7s, opacity 0.7s ease-in-out;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}

.whatsapp-main .hide-whatsapp {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-main .show-whatsapp {
  display: flex;
  animation-name: showchat;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
svg.whatsapp-send-icon-big {
    width: 70%;
    height: 91px;
    left: 10px;
}
/* end */

/* Media Queries */
@media (max-width: 1200px) {
   
   

    .main-into-set-plus .card {
        width: 250px;
        height: 380px;
    }
}

@media (max-width: 1050px) {
   

    .main-into-set-plus .content p {
        line-height: 1.5;
    }

    .main-into-set-plus .card {
        width: 220px;
        height: 350px;
    }
}

@media (max-width: 990px) {
    .main-into-set-plus .content p {
        padding-right: 0;
    }

    .main-into-set-plus .card {
        width: 200px;
        height: 300px;
    }
}

@media (max-width: 950px) {
    .main-into-set-plus {
        grid-template-columns: 1fr;
        grid-template-rows: 4fr 3fr;
        grid-template-areas:
            "stacked"
            "content";
    }

    .main-into-set-plus .content {
        grid-area: content;
        text-align: center;
        padding: 0 20px;
    }

    .main-into-set-plus .btn {
        margin-bottom: 30px;
    }

    .main-into-set-plus .stack {
        grid-area: stacked;
    }
     .main-into-set-plus .content h1{
        font-size: 45px;
    }
}

@media (max-width: 650px) {
    .main-into-set-plus {
        grid-template-rows: 1fr 1fr;
    }
    .main-into-set-plus .content h1{
        font-size: 35px;
    }

    .main-into-set-plus .content {
        padding: 0 20px;
    }

    .main-into-set-plus .content h1 {
        padding-left: 0;
    }

    .main-into-set-plus .btn {
        padding: 8px 16px;
    }

    .main-into-set-plus .card {
        width: 180px;
        height: 260px;
    }
}


/* end */
@media screen and (max-width: 992px) {
    .service__details{
    overflow: hidden;
}
    .our-services-main-card .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .our-services-main-card .blog-slider {
        height: 350px;
    }

    .our-services-main-card .blog-slider__img {
        height: 270px;
    }

    .wing-pro-set .carousel-container {
        height: 250px;
    }
}

@media (max-width: 991px) {
    .service__details{
    overflow: hidden;
}
    .contact-form {
        float: none !important;
    }

    .header-searchbar {
        margin-right: 0px;
    }

    nav.navbar.bootsnav.nav-white ul.nav>li>a {
        color: #0b0b0b !important;
    }

    .dropdown-content {
        position: relative;
        display: block;
        left: 15px;
        right: 0;
        background: transparent;
        box-shadow: none;
    }

    .dropdown-content a:hover {
        background-color: transparent;
        color: #17acc6;
    }

    .dropdown-content::after {
        display: none;
    }

    nav.navbar.bootsnav.nav-white ul.nav>li>a:hover {
        color: #17acc6 !important;
    }

    .bottom-nav-version .menu_bars {
        display: inline-table;
    }

    .tp-caption.NotGeneric-SubTitle {
        font-size: 40px !important;
        line-height: 44px !important;
    }

    .tp-caption.NotGeneric-Title,
    .tp-caption.line-system {
        font-size: 16px !important;
        line-height: 18px !important;
    }

    .tp-caption[data-voffset="140"] {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .wing-pro-set .about-title {
        font-size: 4.5rem;
    }

    .wing-pro-set .card {
        width: 200px;
        height: 280px;
    }

    .wing-pro-set .card.left-2 {
        transform: translateX(-250px) scale(0.8) translateZ(-300px);
    }

    .wing-pro-set .card.left-1 {
        transform: translateX(-120px) scale(0.9) translateZ(-100px);
    }

    .wing-pro-set .card.right-1 {
        transform: translateX(120px) scale(0.9) translateZ(-100px);
    }

    .wing-pro-set .card.right-2 {
        transform: translateX(250px) scale(0.8) translateZ(-300px);
    }

    .wing-pro-set .member-name {
        font-size: 2rem;
    }

    .wing-pro-set .member-role {
        font-size: 1.2rem;
    }

    .wing-pro-set .member-name::before,
    .wing-pro-set .member-name::after {
        width: 50px;
    }

    .wing-pro-set .member-name::before {
        left: -70px;
    }

    .wing-pro-set .member-name::after {
        right: -70px;
    }

    .wing-pro-set .carousel-container {
        height: 250px;
    }
    .service__details{
    overflow: hidden;
}
}

@media screen and (max-width: 768px) {
    
.blog-main-heading h1 {
    font-size: 45px;
}
.blog-main-heading p {
        font-size: 16px;
}
    .about-sec-our-serv .about-section .sec-title {
        margin-bottom: 30px;
    }

    .about-us-section {
        height:100vh;
    }
    .about-us-section .content {
    top: 50px;
}

    .hero-slider {
        height: 75vh;
    }

    .slide-content {
        padding: 1.5rem;
    }

    .slide-content h1 {
        font-size: 30px;
    }

    .slide-content p {
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .our-services-main-card .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 80px 0px auto auto;
    }

    .contact-main-heading h1 {
        font-size: 45px;
    }

    .contact-main-heading p {
        font-size: 14px;
        line-height: 29px;
        padding-left: 0px;
    }

    .main-contact-section {
        background-attachment: scroll;
        height: 60vh;

    }

    section#contact {
        padding: 45px 0;
    }

    .get-quote-section p {
        font-size: 12px;
        text-align: left;
    }

    section#blog {
        padding-bottom: 35px;
    }

    .cont-list {
        display: flex;
        justify-content: space-evenly;
    }

    .cont-list .row {
        margin-bottom: 0;
    }

    .map {
        height: 300px;
        width: 100%;
    }

    footer.bg-extra-dark-gray {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact-main-heading {

        top: 160px;
    }

    .our-services-main-card .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }

    .our-services-main-card .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }

    .our-services-main-card .blog-slider__item {
        flex-direction: column;
    }

    .our-services-main-card .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .our-services-main-card .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }

    .our-services-main-card .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    .about-sec-our-serv .about-section .text {
        font-size: 14px;
    }

    .core-services .heading-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }
  
.contact-fab-heading p {
    font-size: 16px;
}
.service__details{
    overflow: hidden;
}
}

@media (max-width: 767px) {
    

    .how-box-one:after {
        display: none;
    }

    .menu_bars {
        top: 35px !important;
        right: 35px !important;
    }

    .pushmenu .push-logo {
        width: 100px !important;
        margin-top: 5px !important;
        z-index: 9 !important;
    }

    .index-only-side-nav .menu_bars.active.right {
        top: 20px !important;
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: initial;
    }

    .table-responsive {
        border: 0;
    }

    .rotate-left,
    .rotate-right {
        transform: rotate(0deg) !important;
        left: 0 !important;
        width: 100% !important;
    }

    .rotate-left-center,
    .rotate-right-center {
        transform: rotate(0deg) !important;
    }

    .about-content-wrap .about-featured-image,
    .about-content-wrap .about-text-content {
        width: 100% !important;
        display: block;
        float: left;
        text-align: center;
    }

    .about-text-content .icon-img {
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .about-content-wrap .about-text-content {
        padding-left: 0px !important;
        padding-top: 50px;
    }

    .get-quote-section .image {
        right: 0 !important;
    }

    .owl-testimonial .owl-dots {
        text-align: center !important;
    }

    .testimonial-column {
        text-align: center !important;
        margin: 0 auto !important;
    }

    .testimonial-column .back-quote {
        left: 43% !important;
    }

    .contact-form {
        margin: 0 auto;
    }

    .list-style-3 li:before {
        display: none;
    }

    .latest-post li figure {
        margin-left: 45%;
        margin-bottom: 15px;
    }

    .phone-section .intro-image {
        max-width: 220px !important;
        margin-bottom: 10px;
    }

    .btn.btn-large {
        padding: 7px 20px;
        font-size: 12px;
        line-height: 22px;
    }

    .creative_img,
    .intro-image {
        max-width: 420px !important;
    }

    .play-icon {
        height: 60px !important;
        width: 60px !important;
        line-height: 74px !important;
    }

    .play-icon i {
        font-size: 25px !important;
    }

    .video-img {
        float: none !important;
        margin: 0 auto !important;
    }

    .form-group {
        margin-bottom: 0px !important;
    }

    .white-version .b_offer {
        top: 0 !important;
    }

    .white-version .creative_service_area {
        margin-bottom: 0 !important;
    }

    .how-box-one .icon-box-blue,
    .how-box-one .icon-box-green {
        font-size: 30px !important;
        line-height: 75px !important;
        width: 80px !important;
        height: 80px !important;
    }

    .parallax {
        background-attachment: inherit;
    }

    .second-navbar {
        top: 0 !important;
    }

    header a.logo img {
        max-width: 110px;
    }

    .price .value {
        font-size: 5rem;
    }

    .bottom-nav-version .menu_bars {
        top: 12px !important;
    }
    .contact-fab-heading p {
    font-size: 13px;
}
.service__details{
    overflow: hidden;
}

}

@media screen and (max-width: 700px) {
       

    .portfolio-set-point .content-item img {
        height: 140px;
    }

    .portfolio-set-point .tabs label {
        padding: 4px 4px;
        margin: 5px;
        margin-bottom: 1px;
        font-size: 12px;
    }

    i.fa.fa-map-marker {
        font-size: 25px;
    }

    i.fa.fa-phone {
        font-size: 25px;
    }

    i.fa.fa-globe {
        font-size: 25px;
    }

    section.how-it-work.text-center.bg-light-gray {
        padding: 40px 0;
    }

    .our-services-main-card .blog-slider {
        width: 100%;
    }

    .set-flex-done {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        margin-left: -16px;
    }

    .images-grid {
        gap: 0px;
        flex-direction: column;
    }

    .first-gird-sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .first-gird-sec img {
        width: 100%;
        height: 155px;
        margin-bottom: 10px;
    }

    .sec-gird-sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-top: 0px;
    }

    .sec-gird-sec img {
        width: 300px;
        height: 155px;
        margin-bottom: 20px;
    }

    .about-us-section .content h1 {
        font-size: 40px;
        margin-top: 28px;

    }

    .about-sec-our-serv .sec-title h2 {
        font-size: 23px;
    }

    .about-us-section .content p {
        color: #ededed;
        font-size: 11px;
        font-weight: 400;
        margin-left: 1px;
        line-height: 24px;
    }

    .get-tare {
        font-size: 13px;

    }

    .about-sec-our-serv .about-section .content-column .inner-column {
        padding-left: 0px;
    }

    .main-set-ro .left {
        width: 100%;
        height: 30%;
        padding: 2rem 2rem 2rem 2rem;

    }

    .main-set-ro {
        height: 80vh;
    }

    .main-set-ro .slider {
        width: 100%;
        height: 50%;
        margin-bottom: 1.5rem;
    }

    .main-set-ro h1 {
        font-size: 22px;
        font-family: 'headingbold', sans-serif;
        margin-bottom: 1rem;
        color: var(--primary-color);
    }

    .main-set-ro h1+p {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    /* contact us page */

    .contact-main-heading h1 {
        font-size: 45px;
    }

    .contact-main-heading p {
        font-size: 14px;
        line-height: 29px;
        padding-left: 0px;
    }

    .main-contact-section {
        background-attachment: scroll;
        height: 60vh;

    }

    section#contact {
        padding: 45px 0;
    }

    .get-quote-section p {
        font-size: 12px;
    }

    .cont-list {
        display: flex;
        justify-content: space-evenly;
    }

    .cont-list .row {
        margin-bottom: 0;
    }

    .map {
        height: 300px;
        width: 100%;
    }

    footer.bg-extra-dark-gray {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact-main-heading {

        top: 160px;
    }

    .container-pro .card .face {
        width: 100%;
    }
    .contact-fab-heading p {
    font-size: 13px;
}
.service__details{
    overflow: hidden;
}
}

/* end */

@media screen and (max-width: 576px) {

    .our-services-main-card .blog-slider__img {
        width: 95%;
    }

    .contact-main-heading h1 {
        font-size: 45px;
    }

    .contact-main-heading p {
        font-size: 14px;
        line-height: 29px;
        padding-left: 0px;
    }

    .main-contact-section {
        background-attachment: scroll;
        height: 60vh;

    }

    section#contact {
        padding: 45px 0;
    }
    .main-set-ro {
        height: 80vh;
    }

    .get-quote-section p {
        font-size: 12px;
    }

    .cont-list {
        display: flex;
        justify-content: space-evenly;
    }

    .cont-list .row {
        margin-bottom: 0;
    }

    .map {
        height: 300px;
        width: 100%;
    }

    footer.bg-extra-dark-gray {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .contact-main-heading {

        top: 160px;
    }

    .our-services-main-card .blog-slider__content {
        padding: 0;
    }

    .our-services-main-card .blog-slider__button {
        width: 100%;
    }

    .tp-caption.NotGeneric-SubTitle {
        font-size: 30px !important;
        line-height: 32px !important;
    }

    .tp-caption.NotGeneric-Title,
    .tp-caption.line-system {
        font-size: 14px !important;
        line-height: 16px !important;
    }

    .tp-caption a.btn {
        display: block;
        margin: 10px auto;
        font-size: 14px;
        padding: 8px 16px;
    }

    .about-us-section {
        height: 100vh;
    }
    .about-us-section .content {
    top: 50px;
}
    .contact-fab-heading p {
    font-size: 13px;
}
.service__details{
    overflow: hidden;
}
}

@media (max-width: 500px) {
    .price-five .currency-icon {
        display: none !important;
    }

    .latest-post li figure {
        margin-left: 42%;
    }
     .contact-fab-heading h1{
        font-size: 55px;
    }
    .contact-fab-heading p {
    font-size: 14px;
}
.service__details{
    overflow: hidden;
}
}

@media (max-width: 480px) {
    .main-set-ro {
        height: 80vh;
    }
    .about-sec-our-serv .sec-title h2 {
        font-size: 22px;
    }

    .hero-slider {
        height: 100vh;
    }

    .slide-content h1 {
        font-size: 30px;
    }

    .slide-content p {
        font-size: 12px;
    }


    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }

    .about-sec-our-serv .about-section .sec-title {
        margin-bottom: 30px;
    }

    .about-sec-our-serv .about-section .text {
        font-size: 14px;
    }

    .core-services .heading-section h2 {
        font-size: 40px;
        margin-bottom: 40px;
    }

    .wing-pro-set .carousel-container {
        height: 250px;
    }
    .our-services {
        padding-bottom: 0;
    }
     .main-into-set-plus .content h1{
        font-size: 30px;
    }
    .main-into-set-plus .content p {
    font-size: 13px;
    }
    .contact-fab-heading h1{
        font-size: 45px;
    }
       
.contact-fab-heading p {
    font-size: 13px;
    line-height: 25px;
}
.about-us-section .content {
    top: 50px;
}
.service__details{
    overflow: hidden;
}
.heading-ohh h1{
        font-size: 22px;

}
.heading-ohh p {
        font-size: 13px;
}
.fab-re h5 {
    font-size: 24px;
}
.fab-re p {
        font-size: 12px;
}
.fab-re {
        padding: 70px 0;
}
.contact-serve-heading h1{
        font-size: 40px;
}
.contact-serve-heading p {
        font-size: 14px;
            line-height: 30px;


}

.growth__single__items .circle-progress-bar-wrapper {
    gap: 21px;
    margin-top: 39px;
}
.growth__single__items .circle-progress-bar-wrapper .single-circle-bar .content h6{
    font-size: 13px;
    justify-content: space-around;
}
.qoute-main-heading h1{
        font-size: 35px;

}
.qoute-main-heading{
    top: 250px;
}
.qoute-main-heading p{
        font-size: 12px;
        line-height: 28px;

}
.animetd-text h5 {
    font-size: 30px;
}
.contact-ooh-heading h1 {
    font-size: 40px;
}
.contact-ooh-heading p {
        font-size: 14px;
            line-height: 26px;


}

.image-section-over-size img{
    width: 100%;

}
.serx h5 {
        font-size: 32px;
}
.serx {
    padding: 85px 0;
}
.serx p {
    font-size: 13px;
}
.sec-gird-sec img {
    width: 100%;
}
.contact-beaut-heading h1 {
font-size: 40px;
}
.contact-beaut-heading p {
    font-size: 14px;
        line-height: 26px;

}
.set-this-nav{  
margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
}
.blog-main-heading h1 {
    font-size: 45px;
}
.blog-main-heading p {
        font-size: 16px;
}
}

@media screen and (max-height: 320px) {
    nav.navbar.bootsnav.no-full .navbar-collapse {
        max-height: 240px;
    }

    .about-us-section {
        height: 100vh;
    }
    .main-set-ro {
        height: 80vh;
    }
}