/*
Theme Name: SparkletechTheme-child
Theme URI: https://wordpress.org/themes/twentyfourteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Template: SparkletechTheme
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: SparkletechTheme-child

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 * 5.0 - Navigation
 * 6.0 - Content
 *   6.1 - Post Thumbnail
 *   6.2 - Entry Header
 *   6.3 - Entry Meta
 *   6.4 - Entry Content
 *   6.5 - Galleries
 *   6.6 - Post Formats
 *   6.7 - Post/Image/Paging Navigation
 *   6.8 - Attachments
 *   6.9 - Archives
 *   6.10 - Contributor Page
 *   6.11 - 404 Page
 *   6.12 - Full-width
 *   6.13 - Singular
 *   6.14 - Comments
 * 7.0 - Sidebar
 *   7.1 - Widgets
 *   7.2 - Content Sidebar Widgets
 * 8.0 - Footer
 * 9.0 - Featured Content
 * 10.0 - Multisite
 * 11.0 - Media Queries
 * 12.0 - Print
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    background-color: #007d9d;
    color: #fff;
    text-shadow: none;
}

::selection {
    background-color: #000000;
    color: #fff;
    text-shadow: none;
}

:root {
    --theme-color: #000;
    --theme-color-second: #000;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    outline: none;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: "Rubik", sans-serif !important;
}

@font-face {
    font-family: myFirstFont;
    src: url();
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: "DM Sans", sans-serif !important;
}

p {
    margin: 0;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Rubik", sans-serif !important;
    color: #000;
}

ul {
    list-style: none;
    padding: 0;
}

.img-fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

a,
button,
input {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a {
    text-decoration: none;
    font-family: "DM Sans", sans-serif !important;
}

.bg-cover {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

section {
    padding: 80px 0px;
}

/* DEFAULT CSS SETTING END */

/* SLICK SLIDER CSS START */

.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* SLICK SLIDER CSS END */


/* HEADER START */

/* #header .scrool-logo{
    display: none;
}


#header.sticky  .scrool-logo{
    display: block;
} */

.sticky .logo img{
    max-width: 175px;
    max-height: 86px;
    transition: 0.6s ease-in-out;
}
.container-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_and_mail .nav_sec {
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav_and_mail .nav_sec ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.nav_and_mail .nav_sec ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    margin-left: 0px;
    /* margin: 0px 25px; */
    padding: 10px 28px;

}

.nav_and_mail {
    position: relative;
    left: 15px;
}

.nav_and_mail .nav_sec>ul>li::after {
    position: absolute;
    content: "";
    background-image: url("https://sparkletechsolutions.ca/wp-content/uploads/2024/05/line-2.png");
    width: 10px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 0;
    background-size: contain;
    opacity: 0;
    transition: 0.6s ease-in-out;
    z-index: -1;
}

.nav_and_mail .nav_sec>ul>li.current-menu-item::after {
    background-image: none;
    position: initial;
}

.nav_and_mail .nav_sec>ul>li.arrow_menu:hover::before {
    color: #fff;
}

.nav_and_mail .nav_sec>ul>li:hover::after {
    opacity: 1;
    width: 100%;
    right: 100%;
}

.nav_and_mail .nav_sec>ul>li.arrow_menu::before {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 15px;
    color: #030303;
    position: absolute;
    right: 9px;
    bottom: 0;
    top: 12px;
}

.nav_and_mail .nav_sec ul li a {
    font-size: 17px;
    color: #686b6b;
    display: block;
    font-weight: 600;
    position: relative;
    z-index: 99;
    transition: 0.6s ease-in-out;
    z-index: 1;
}



.nav_and_mail .nav_sec ul>li>a:hover {
    color: #ffffff;
}

.nav_and_mail .nav_sec>ul>li>a:before {
    content: " ";
    height: 0;
    width: 100%;
    background-image: url("images/nav-active-icon.png");
    background-position: left;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: -30px;
    transition: all 0.3s ease-in-out;
    z-index: -9;
}

.nav_and_mail .nav_sec ul li.active>a:before,
.nav_and_mail .nav_sec ul li.current-menu-item>a:before {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.nav_and_mail .nav_sec ul li.active>a,
.nav_and_mail .nav_sec ul li.current-menu-item>a {
    color: #13747B;
    font-weight: 600;
}

.nav_and_mail .nav_sec ul li ul {
    position: absolute;
    left: 50%;
    width: 220px;
    background-color: #BCE559;
    border: none;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 180%;
    transition: 0.3s;
    pointer-events: none;
    z-index: 111;
    border-radius: 10px;
    overflow: hidden;
    right: 0;
    transform: translate(-50%);
}

.nav_and_mail .nav_sec ul li:hover ul {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
}

.nav_and_mail .nav_sec ul li ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    transition: 0.6s ease-in-out;
    position: relative;
    z-index: 1;
}

.nav_and_mail .nav_sec ul li ul li a {
    color: #454F06;
    position: relative;
}

.nav_and_mail .nav_sec>ul>li>ul>li::after {
    position: absolute;
    content: "";
    background-image: url("http://scwebtech4u.com/Projects/sparkletech/wp-content/uploads/2024/05/li-line.png");
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
}




.nav_and_mail .nav_sec ul li ul li:hover {
    background-color: #13747B;
    position: relative;
    z-index: 1;
}


.nav_and_mail .nav_sec ul li ul li a {
    margin: 0;
    padding: 10px 15px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    transition: 0.6s ease-in-out;
}


.nav_and_mail .nav_sec ul li ul li a:hover {
    color: #fff;
}


span.toggle-menu {
    display: none;
}

#header {
    padding: 15px 0px;
}

.nav_and_mail .nav_sec ul li a i {
    position: relative;
    right: -2px;
    top: 2px;
}


.sticky {
	position: fixed !important;
	top: 0;
	background: rgb(255 255 255 / 95%);
	transition: all ease-in-out 0.5s;
	z-index: 99;
	width: 100%;
	box-shadow: 0px 2px 7px #0000000d;
	padding: 8px 0px !important;
}

/* HEADER END */
/* HOME PAGE BANNER SEC START */
.home_banner_sec {
    position: relative;
}

.home_banner_sec::after {
    position: absolute;
    content: "";
    background-image: url("images/layer1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 40px;
    width: 100%;
    height: 100%;
    z-index: -1;

}

.arrow-right svg {
    position: absolute;
    -webkit-animation: slide 1s linear infinite;
    animation: slide 1s linear infinite;
}


.s-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: slide 1s linear infinite;
    animation: slide 1s linear infinite;
}

.s-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: slide 1s linear infinite;
    animation: slide 1s linear infinite;
}

.s-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation: slide 1s linear infinite;
    animation: slide 1s linear infinite;
}


/* 
@keyframes slide {
    0% {
        opacity: 0;
        transform: translateX(-15vw);
    }

    20% {
        opacity: 1;
        transform: translateX(-9vw);
    }

    80% {
        opacity: 1;
        transform: translateX(9vw);
    }

    100% {
        opacity: 0;
        transform: translateX(15vw);
    }
} */

/* 
.home_banner_sec::before {
    position: absolute;
    content: "";
    background-image: url("images/banner-arrow.png");
    background-repeat: no-repeat;
    background-position: top right;
    top: 40px;
    width: 100%;
    height: 100%;
    right: 127px;
    z-index: -1;
    animation: slide1 1s ease-in-out infinite;
} */
.arrow-right {
    position: absolute;
    top: 40px;
    right: 152px;
    z-index: 1;
    /* animation: slide1 1s ease-in-out infinite; */
}

.ani_mation_2 {
    stroke-dasharray: 17;
}

.arrow-right svg .s-1 {
    fill: none;
    stroke: rgb(19, 116, 123);
    /* stroke-width: 1; */
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
    -webkit-animation: dash 30s linear forwards;
    animation: dash 30s linear forwards;
    animation-duration: 15s;
    animation-delay: 6s;
}

@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}

.arrow-right svg .s-2 {
    fill: none;
    stroke: rgb(19, 116, 123);
    /* stroke-width: 1; */
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
    -webkit-animation: dash1 40s linear forwards;
    animation: dash1 40s linear forwards;
    animation-delay: 8s;
}

@-webkit-keyframes dash1 {
    to {
        stroke-dashoffset: 0;
    }
}

.arrow-right svg .s-3 {
    fill: none;
    stroke: rgb(19, 116, 123);
    /* stroke-width: 1; */
    stroke-dasharray: 2500;
    stroke-dashoffset: 2500;
    -webkit-animation: dash3 50s linear forwards;
    animation: dash1 50s linear forwards;
    animation-delay: 3s;
}

@-webkit-keyframes dash3 {
    to {
        stroke-dashoffset: 0;
    }
}

.home_banner_img {
    position: relative;
}

@keyframes slide1 {

    0%,
    100% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(10px, 0);
    }
}

.home_banner_sec .info_btn {
    position: relative;
}

.home_banner_sec .info_btn::after {
    position: absolute;
    content: "";
    background-image: url("images/h1-heading-icon1.png");
    width: 100%;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    right: 20%;
    bottom: -53px;
    padding: 65px;
    animation: fade2 ease-in 1s;
    animation-fill-mode: forwards;
    z-index: -1;
    opacity: 0;
    animation-duration: 5s;
}

@keyframes fade2 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.home_banner_heading {
    position: relative;
    z-index: 1;
}

.home_banner_heading h1 {
    font-size: 62px;
    line-height: normal;
    font-weight: bold;
    color: #232323;
    position: relative;
    margin-bottom: 20px;
}

.home_banner_heading1 {
    position: relative;
    z-index: 1;
}

.home_banner_heading1::after {
    position: absolute;
    content: "";
    background-image: url("images/h1-heading-icon.png");
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: -195px;
    top: 90px;
    animation: fade ease-in 1s;
    animation-fill-mode: forwards;
    z-index: -1;
    opacity: 0;
    animation-duration: 4s;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* @keyframes bounce {
    50% {
        transform: translateX(-10px);
    }
} */


.home_banner_heading h1 span {
    color: #13747B;
    position: relative;
}

.home_banner_heading h1 span::after {
    position: absolute;
    content: "";
    background-image: url("images/h1-heading-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 28px;
    left: 0;
    background-position: center;
    z-index: -1;
}

.home_banner_heading p {
    color: #2A2A2F;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.home_banner_heading .info_btn {
    margin-top: 35px;
}

.common_btn {
    font-size: 16px;
    line-height: normal;
    color: #FAFAFA;
    font-weight: 400;
    background-color: #13747B;
    border: 2px solid #13747B;
    padding: 15px 35px;
    border-radius: 50px;
    display: inline-block;
    transition: 0.6s ease-in-out;
    position: relative;
    z-index: 1;
}

/* .common_btn::after {
    position: absolute;
    content: "";
    background-image: url("images/btn-bg.png");
    left: -10px;
    width: 100%;
    height: 100%;
    top: -10px;
    border-radius: 50px;
    padding: 36px;
    min-width: 235px;
    opacity: 0;
    transition: 0.6s ease-in-out;
} */

.common_btn:hover {
    background-color: transparent;
    border: 2px solid #bce559;
    box-shadow: rgb(188 229 89) 5px 5px;
    transition: .3s;
    color: #000;
}




.home_banner_box {
    position: relative;
}

.home_banner_img img {
    position: relative;
    z-index: 2;
    min-width: auto;
    max-width: 560px;
    right: 63px;
    margin-top: -75px;
}

/* HOME PAGE BANNER SEC END */


/* SIMPLIFY SEC STRAT HERE */

.simplify_sec {
    background-color: #FAFAFA;
    box-shadow: rgba(19, 116, 123, 0.22) 0px 0px 66px 0px;
    width: 90%;
    padding: 45px 40px;
    border-radius: 20px 140px 20px 140px;
    margin: 0 auto;
    margin-top: -145px;
    position: relative;
}

.simplify_slider {
    z-index: 9;
}

/* .simplify_sec .slick-prev {
    width: 40px;
}

.simplify_sec .slick-next {
    width: 40px;
} */

.last-paragraph {
    color: #000 !important;
}

.con_info a {
    color: #232323;
    transition: 0.6s ease-in-out;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 10px;
}

.con_info a:hover {
    color: #13747B;
}

.common_heading h3 {
    color: #13747B;
    font-size: 36px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.common_heading h2 {
    color: #232323;
    font-size: 46px;
    line-height: normal;
    font-weight: bold;
    letter-spacing: 1px;
}

.common_heading h2 span {
    position: relative;
}

/* .common_heading h2 span::after {
    position: absolute;
    content: "";
    background-image: url("images/caru-arrow.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    right: -130px;
    top: 15px;
    z-index: 0;
} */

.simplify_arrow_content {
    position: relative;
    z-index: 1;
}

/* .simplify_arrow::after {
    position: absolute;
    content: "";
    background-image: url("images/caru-arrow.png");
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right;
    right: 0;
    top: 48px;
    z-index: 0;
    animation: slide1 1s ease-in-out infinite;
    z-index: -1;
} */
.object_1 {
    position: absolute;
    right: 0;
    top: 48px;
}

.arrow-path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 1px;
    animation: draw-arrow 7s linear 1s forwards, fillArrow 4s linear 4s forwards;
}

.object_1 {
    display: none;
}

.section-animation2 {
    display: block;
}

@keyframes draw-arrow {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@keyframes fillArrow {
    from {
        fill: transparent;
    }

    to {
        fill: #08AC9E;
    }
}

.object-2 {
    position: absolute;
    top: 41%;
    left: 48%;
    transform: translate(-50%, -50%);
}

/* .object-2 svg path {
    fill: none;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    stroke-width: 3px;
    animation: draw-arrow2 7s linear 1s forwards;
}

@keyframes draw-arrow2 {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
} */

.object-2 svg path {
    stroke-dasharray: 20;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dashed-animation 2s linear 1.5s forwards;
}



@keyframes dashed-animation {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}


/* @keyframes fillArrow2 {
    from {
        fill: transparent;
    }

    to {
        fill: #08AC9E;
    }
} */

.object-2 {
    display: none;
}

.section-animation3 {
    display: block;
}

.simplify_box {
    text-align: center;
    margin: 0px 15px;
}

.simplify_box img {
    margin: 0 auto;
}

.simplify_box h4 {
    color: #13747B;
    font-size: 22px;
    line-height: normal;
    font-weight: bold;
    margin-bottom: 15px;
}

.simplify_box p {
    color: #2A2A2F;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
}

.simplify_sec .slick-prev.slick-arrow::after {
    position: absolute;
    content: "";
    z-index: 2;
    background-image: url("http://scwebtech4u.com/Projects/sparkletech/wp-content/uploads/2024/04/left-arrow.png");

    cursor: pointer;
    right: 100px;
    top: -97px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: right top;
}

.simplify_sec .slick-next.slick-arrow::before {
    position: absolute;
    content: "";
    background-image: url("http://scwebtech4u.com/Projects/sparkletech/wp-content/uploads/2024/04/right-arrow.png");

    z-index: 2;
    cursor: pointer;
    right: 30px;
    top: -97px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: right top;
}

/* SIMPLIFY SEC END HERE */

/* ABOUT SEC STRAT HERE */

.about_sec {
    position: relative;
}

.about_sec::after {
    position: absolute;
    content: "";
    background-image: url("images/cloude-img.png");
    width: 100%;
    height: 100%;
    right: -25px;
    top: -385px;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: -1;
}



.about_sec::before {
    position: absolute;
    content: "";
    background-image: url("images/about-bg-1.png");
    width: 100%;
    height: 100%;
    right: 0px;
    bottom: -58px;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1;
    animation: rightFlow 15s ease forwards;
    /* animation-duration: 20s; */
}

@keyframes rightFlow {
    0% {
        /* transform: translate(0px); */
        opacity: 0;
        right: -375px;
    }

    100% {
        /* transform: translate(-100px); */
        opacity: 1;
        right: 0;
    }
}

.about_sec .row {
    position: relative;
    z-index: 1;
}

.about_sec .row::after {
    position: absolute;
    content: "";
    background-image: url("images/bubble.png");
    width: 100%;
    height: 100%;
    right: 0px;
    top: -48px;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
}

.about_sec .common_btn {
    padding: 14px 40px;
}

.about_sec .common_btn::after {
    min-width: 180px;
}

.about_sec .info_btn {
    margin-top: 35px;
}

.common_heading p {
    font-size: 16px;
    line-height: 26px;
    color: #2A2A2F;
    font-weight: 400;
}

.about_sec .common_heading h2 {
    margin-bottom: 20px;
}

/* ABOUT SEC END HERE */

/* KEY FEATURS SEC STRAT HERE */
.key_features_sec {
    position: relative;
}


.key_features_sec::after {
    position: absolute;
    content: "";
    background-image: url("images/about-layer.png");
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    left: 0px;
    top: -365px;
    background-size: contain;
}

.key_features_bg img {
    width: 100%;
    margin-top: -70px;
    position: relative;
    left: -30px;
}

/* .key_features_bg::after {
    position: absolute;
    content: "";
    background-image: url("images/key-fetures-bubble.png");
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    background-position: top left;
    z-index: 1;
    background-size: contain;
    max-height: 625px;
} */

/* .key_features_bg::before {
    position: absolute;
    content: "";
    background-image: url("images/key-fetures-bubble2.png");
    right: 125px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 44px;
    background-position: top right;
    z-index: 1;
    background-size: contain;
    max-height: 470px;
} */


.bubble-1 img {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 60px;
    -webkit-animation: blink-animation 1s infinite;
    animation: blink-animation 4s infinite;
}

@-webkit-keyframes blink-animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink-animation {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.bubble-2 img {
    position: absolute;
    top: 10%;
    z-index: 1;
    left: 0;
}

.bubble-3 img {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 0;
    animation: rise 12s infinite ease-in;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

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

.bubble-4 img {
    position: absolute;
    bottom: 19%;
    z-index: 1;
    left: 0;
    max-width: 59px;
}

.bubble-5 img {
    position: absolute;
    left: 8%;
    bottom: 23%;
    animation: rise 25s infinite ease-in;
}

.bubble-6 img {
    position: absolute;
    left: 24%;
    bottom: 22%;
    animation: rise 22s infinite ease-in;
}

.bubble-7 img {
    position: absolute;
    left: 30%;
    bottom: 33%;
    animation: rise 18s infinite ease-in;
}




@keyframes rise {
    0% {
        bottom: 100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(100px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(-200px);
    }
}

.bubble.bubble-8 img {
    position: absolute;
    right: 20%;
    bottom: 30%;
    animation: rise1 19s infinite ease-in;
}

.bubble-9 img {
    position: absolute;
    right: 10%;
    bottom: 50%;
    animation: rise1 25s infinite ease-in;
}

.bubble-10 img {
    position: absolute;
    right: 10%;
    top: 75%;
    animation: rise2 20s infinite ease-in;
}

.bubble-11 img {
    position: absolute;
    top: 16%;
    right: 10%;
    z-index: 1;
    -webkit-animation: blink-animation 1s infinite;
    animation: blink-animation 4s infinite;
}

.bubble-12 img {
    position: absolute;
    top: 9%;
    right: 24%;
    z-index: 1;
    animation: rise3 24s infinite ease-in;
}

.bubble-13 {
    position: absolute;
    top: 9%;
    right: 45%;
    z-index: 1;
    animation: rise3 24s infinite ease-in;
}

@keyframes rise3 {
    0% {
        top: 100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(-200px);
    }

    100% {
        top: 1080px;
        transform: translateX(1000px);
    }
}

@keyframes rise2 {
    0% {
        top: 100px;
        transform: translateX(0);
    }

    50% {
        transform: translate(200px);
    }

    100% {
        top: 1080px;
        transform: translateX(1000px);
    }
}



@keyframes rise1 {
    0% {
        bottom: 200px;
        transform: translateX(0);
    }

    50% {
        transform: translate(0px);
    }

    100% {
        bottom: 1080px;
        transform: translateX(1000px);
    }
}


.key_features_bubble {
    position: absolute;
    left: 0;
    right: 0;
    top: 15%;
}

.key_features_sec .common_heading {
    position: relative;
    z-index: 4;
}

.key_features_sec .common_heading h2 {
    color: #fff;
}

.key_features_box {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
    border-radius: 35px;
    transition: 0.6s ease-in-out;
}


.key_features_box:hover {
    background-color: #BCE559;
}


.key_features_box:hover p {
    color: #11494E;
}

.key_icon {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 35px;
}

.key_icon h4 {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}

.key_icon h4::after {
    position: absolute;
    content: "";
    background-color: #3BC2CC;
    width: 100px;
    height: 100px;
    border-radius: 15px;
    top: -17px;
    left: -37px;
    z-index: -1;
}

.key_features_box p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: 0.6s ease-in-out;
    margin-bottom: 0;
}


.key_features_bubble .row {
    position: relative;
}

/* .key_features_bubble::after {
    position: absolute;
    content: "";
    background-image: url("images/border-arrow.png");
    width: 100%;
    height: 100%;
    bottom: 35px;
    right: 0px;
    left: -24px;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: center center;
} */

/* KEY FEATURS SEC END HERE */

/* CONTACT SEC START HERE */


.contact_form_input input {
    border: none;
    width: 100%;
    height: 100%;
    padding: 22px 20px;
    outline: none;
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
    background-image: url("images/form-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.contact_form_input input::placeholder {
    color: #13747B;
    opacity: 1;
}


.contact_form_input select {
    border: none;
    width: 100%;
    height: 100%;
    padding: 22px 20px;
    outline: none;
    color: #13747B;
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
    background-image: url("images/form-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.contact_form_input textarea {
    border: none;
    width: 100%;
    height: 100%;
    padding: 20px 20px;
    outline: none;
    color: #13747B;
    font-size: 16px;
    font-family: "DM Sans", sans-serif !important;
    background-image: url("images/text-area-dot.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    max-height: 107px;
}

.contact_form_input textarea::placeholder {
    color: #13747B;
    opacity: 1;
}

.submit_btn {
    font-size: 16px;
    line-height: normal;
    color: #FAFAFA;
    font-weight: 400;
    background-color: #13747B;
    border: 2px solid #13747B !important;
    padding: 15px 35px;
    border-radius: 50px;
    display: inline-block;
    transition: 0.6s ease-in-out;
    position: relative;
    margin-left: 0;
    border: none;
    z-index: 1;
}

.sub_btn {
    position: relative;
}

/* .submit_btn::after {
    position: absolute;
    content: "";
    background-image: url("images/btn-bg.png");
    left: -10px;
    width: 100%;
    height: 100%;
    top: -10px;
    border-radius: 50px;
    padding: 36px;
    min-width: 235px;
    opacity: 0;
    transition: 0.6s ease-in-out;
    opacity: 0;
} */

.submit_btn:hover {
    background-color: transparent;
    border: 2px solid #bce559 !important;
    box-shadow: rgb(188 229 89) 5px 5px;
    transition: .3s;
    color: #000;
}

.submit_btn:hover {
    background-color: transparent;
    color: #000;
}

.form-select:focus {
    border-color: #000000 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(255 255 255 / 25%) !important;
}


.contact_form_sec {
    position: relative;
}

.contact_img img {
    position: absolute;
    right: 0;
    max-width: 675px;
    bottom: -65px;
    z-index: -1;
}

.contact_img {
    position: absolute;
    bottom: -35px;
    right: 0;
}

/* CONTACT SEC END HERE */
/* FOOTER SEC START HERE */
.footer {
    background-image: url("images/footer.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0px 20px;
    overflow: hidden;
    position: relative;
}

.ft_logo {
    text-align: center;
    margin-bottom: 40px;
}

.ft_menu ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 150px;
}

.ft_menu ul li a {
    font-size: 17px;
    color: #ffffff;
    display: block;
    font-weight: 500;
    display: inline-block;
    transition: 0.6s ease-in-out;
}

.ft_menu ul li a:hover {
    color: #BCE559;
}

.ft_menu {
    position: relative;
    padding-bottom: 45px;
    z-index: 1;
}

.ft_menu::after {
    position: absolute;
    content: "";
    background-image: url("images/ft-line.png");
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: -1;
}

.copy_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.copy_right p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
}

.copy_right p a {
    color: #fff;
    transition: 0.6s ease-in-out;
}

.copy_right p a:hover {
    color: #BCE559;
}

.ft_social ul {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
}

.ft_social ul li a {
    border: 1px solid #ffffff45;
    padding: 0;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
}

.ft_social ul li a:hover {
    border: 1px solid #BCE559;
    background-color: #BCE559;
}

.ft_social ul li a svg path {
    transition: 0.6s ease-in-out;
}

.ft_social ul li a:hover svg path {
    fill: #000;
}

.b_2 {
    position: absolute;
    top: 50%;
    left: 0;
    animation: rise 24s infinite ease-in;
}

.b_3 {
    position: absolute;
    top: 25%;
    left: 15%;
    animation: rise3 24s infinite ease-in;
}

.b_4 {
    position: absolute;
    top: 0;
    left: 0;
    animation: rise 24s infinite ease-in;
}

.b_5 {
    position: absolute;
    top: 2%;
    left: 80%;
    animation: rise 24s infinite ease-in;
}

.b_6 {
    position: absolute;
    top: 20%;
    left: 50%;
    animation: rise 24s infinite ease-in;
}

.b_7 {
    position: absolute;
    top: 50%;
    left: 50%;
    animation: rise 24s infinite ease-in;
}

.b_8 {
    position: absolute;
    top: 48%;
    right: 0;
    animation: rise3 24s infinite ease-in;
}

.b_9 {
    top: 50%;
    left: 31%;
    animation: rise 24s infinite ease-in;
}

.b_10 {
    position: absolute;
    top: 76%;
    left: 23%;
    animation: rise2 24s infinite ease-in;
}

.b_12 {
    position: absolute;
    top: 4%;
    right: 0;
    animation: rise3 24s infinite ease-in;
}

.b_13 {
    position: absolute;
    top: 30%;
    left: 80%;
    animation: rise 24s infinite ease-in;
}

.footer_right_img {
    position: absolute;
    right: 0;
    bottom: 54px;
}

/* FOOTER SEC END HERE */

/* INNER PAGE STRAT HERE */


.inner_banner_sec {
    position: relative;
    padding-bottom: 150px;
}

.inner_banner_sec::after {
    position: absolute;
    content: "";
    background-image: url("images/layer1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: -200px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.inner_banner_sec::before {
    position: absolute;
    content: "";
    background-image: url("images/banner-arrow.png");
    background-repeat: no-repeat;
    background-position: top right;
    top: 40px;
    width: 100%;
    height: 100%;
    right: 127px;
    z-index: -1;
}

.inner_banner_img img {
    position: relative;
    top: -84px;
}

.inner_banner_heading {
    position: relative;
    z-index: 1;
}

.inner_banner_heading h1 {
    font-size: 62px;
    line-height: normal;
    font-weight: bold;
    color: #232323;
    position: relative;
    margin-bottom: 20px;
}

.inner_banner_heading h1 span::before {
    position: absolute;
    content: "";
    background-image: url("images/h1-heading-icon.png");
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    right: -51px;
    bottom: -16px;
}

.inner_banner_heading h1 span {
    color: #13747B;
    position: relative;
}

.inner_banner_heading h1 span::after {
    position: absolute;
    content: "";
    background-image: url("images/inner-heading-line.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    top: 28px;
    left: 0;
    background-position: center;
    z-index: -1;
    min-width: 289px;
}

.breadcrumbs {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
}

.breadcrumbs li {
    display: inline;
    margin-right: 5px;
}

.breadcrumbs li:not(:last-child):after {
    content: '\f105';
    font-family: FontAwesome;
    margin-left: 9px;
    margin-right: 5px;
    font-size: 22px;
    color: #13747B;
}

.breadcrumbs li a {
    font-size: 24px;
    color: #13747B;
    font-weight: 600;
    transition: 0.6s ease-in-out;
    font-family: "DM Sans", sans-serif !important;
}

.breadcrumbs li a:hover {
    color: #BCE559;
}

.breadcrumbs li {
    font-size: 24px;
    color: #13747B;
    font-weight: 600;
    transition: 0.6s ease-in-out;
    font-family: "DM Sans", sans-serif !important;
}

.about_img1 {
    position: relative;
}

.about_img1::after {
    position: absolute;
    content: "";
    background-image: url("images/about-img-layer.png");
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.simply_1st_row .common_heading h2 {
    color: #13747B;
}

.simply_1st_row .common_heading p {
    margin-bottom: 25px;
}

.simply_1st_row {
    margin-bottom: 50px;
}

.simply_1st_row:last-child {
    margin-bottom: 0px;
}

.simply_1st_row .common_heading ul {
    padding: 0;
}

.simply_1st_row .common_heading ul li {
    position: relative;
    width: 100%;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
    padding-left: 38px;
}

.simply_1st_row .common_heading ul li::after {
    position: absolute;
    content: "";
    background-image: url("images/right-mark.png");
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 18px;
}

.inner_banner_sec .simplify_sec {
    margin-top: -120px;
}

.cloud_img img {
    position: absolute;
    right: -40px;
    bottom: 18%;
    z-index: -1;
}

.serv_img1 img {
    position: absolute;
    left: -40px;
    bottom: 0%;
    z-index: -1;
}

.contact_social {
    text-align: center;
}

.contact_social h4 {
    color: #13747B;
    font-size: 30px;
    line-height: normal;
}

.contact_social a {
    font-size: 18px;
    line-height: normal;
    color: #2A2A2F;
    display: block;
    font-weight: 500;
    transition: 0.6s ease-in-out;
}

.contact_social a:hover {
    color: #13747B;
}

.contact_social p {
    font-size: 18px;
    line-height: normal;
    color: #2A2A2F;
    display: block;
    font-weight: 400;
}

.social_icon img {
    max-width: 215px;
}

.conatct_map iframe {
    width: 100%;
    height: 500px;
    padding: 70px 50px 40px;
}

.conatct_map {
    border-radius: 50px;
}

.residential_slider .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 13px;
    margin-top: 20px;
}

.residential_slider .slick-dots li button {
    background-color: #13747B;
    font-size: 0px;
    border: none;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    padding: 0px;
}

.residential_slider .slick-dots li.slick-active button {
    width: 16px;
    height: 16px;
}

.residential_img {
    margin: 0px 13px;
}

.residential_img img {
    width: 100%;
}

#service_id h1 span::before {
    right: -200px;
}

#service_id .inner_banner_heading h1 span::after {
    min-width: 350px;
}

#service_id .simplify_sec {
    margin-top: -90px;
}

#service_id .inner_banner_img img {
    position: relative;
    top: -84px;
    right: -68px;
}

.our_residential .common_heading h2 {
    color: #13747B;
}

.residential_slider {
    margin: 50px 0;
}

.simply_1st_row .common_heading h3 {
    margin-bottom: 20px;
}

.simply_1st_row .common_heading h4 {
    color: #13747B;
    font-size: 26px;
    line-height: normal;
    margin-bottom: 20px;
}

.simply_1st_row .common_heading h5 {
    color: #13747B;
    font-size: 22px;
    line-height: normal;
    margin-bottom: 20px;
}

.simply_1st_row .common_heading h6 {
    color: #13747B;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}

.simply_1st_row .common_heading ol {
    margin: 0;
}

.simply_1st_row .common_heading ol li {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
}

/* BACK TOP TOP START */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #13747B;
    border: none;
    border-radius: 0px 8px 0px 8px;
    padding: 11px 17px;
    cursor: pointer;
    box-shadow: -5px 5px 0 #BCE559;
    transition: 0.6s ease-in-out;
    z-index: 8;
    color: #fff;
    animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);

}

@keyframes bounce {
    50% {
        transform: translateY(-10px);
    }
}

#back-to-top:hover {
    background-color: #BCE559;
    box-shadow: -5px 5px 0 #13747B;
}

#back-to-top:hover svg path {
    fill: #000;
}

#back-to-top svg path {
    fill: #fff;
    transition: 0.6s ease-in-out;
}

#preloder {
    background: #ffffff;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.loader_area {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* INNER PAGE END HERE */