@charset "utf-8";
html {
    overflow-x: hidden;
}


/* RESET CSS START */

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

body {
    overflow-x: hidden;
    position: relative;
    background-color: #fff;
}

html {
    scroll-behavior: smooth;
}

a,
button {
    font-family: 'Poppins', sans-serif;
    transition: all .5s ease-in-out;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
}

a:hover,
button:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

p,
span,
small {
    font-family: 'Poppins', sans-serif;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

input,
select,
textarea {
    font-family: 'Poppins', sans-serif;
}

ul,
ul.list-inline {
    margin: 0;
    padding: 0;
}

li {
    padding: 0;
    list-style: none;
    font-family: 'Poppins', sans-serif;
}

li a {
    font-family: 'Poppins', sans-serif;
}


/* RESET CSS END */


/* UTILITY CSS START */

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capital {
    text-transform: capitalize !important;
}

.col-center {
    margin: 0 auto;
}

.mc-slide {
    margin: 0 5px;
}

.mc--1 {
    margin: 10px 5px;
}

.mc-b-1 {
    margin-bottom: 10px !important;
}

.mc-b-2 {
    margin-bottom: 20px !important;
}

.mc-b-3 {
    margin-bottom: 30px !important;
}

.mc-b-4 {
    margin-bottom: 40px !important;
}

.mc-b-5 {
    margin-bottom: 50px !important;
}

.mc-b-6 {
    margin-bottom: 60px !important;
}

.mc-b-8 {
    margin-bottom: 80px !important;
}

.mc-t-1 {
    margin-top: 10px !important;
}

.mc-t-2 {
    margin-top: 20px !important;
}

.mc-t-3 {
    margin-top: 30px !important;
}

.mc-t-4 {
    margin-top: 40px !important;
}

.mc-t-6 {
    margin-top: 60px !important;
}

.mc-t-8 {
    margin-top: 80px !important;
}

.mc-l-2 {
    margin-left: 20px !important;
}

.mc-l-4 {
    margin-left: 40px !important;
}

.mc-r-2 {
    margin-right: 20px !important;
}

.mc-1 {
    margin: 10px;
}

.pc-p-2 {
    padding: 2% 0;
}

.pc-p-3 {
    padding: 3% 0;
}

.pc-p-4 {
    padding: 4% 0;
}

.pc-p-6 {
    padding: 6% 0;
}

.pc-t-6 {
    padding-top: 6%;
}

.pc-p-10 {
    padding: 10% 0;
}

.pc-b-3 {
    padding-bottom: 3%;
}

.pc-b-6 {
    padding-bottom: 6%;
}

.mc-l-2 {
    margin-left: 20px;
}

.both {
    clear: both;
}


/* MAIN-BTNS */

.p-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #0279fd;
    text-transform: capitalize;
    border-bottom: 2px solid #0279fd;
}

.p-link:hover {
    color: #5596e0;
    border-color: #5596e0;
}

.lg-btn {
    width: 100%;
}

.primary-btn {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 40px;
    text-align: center;
    z-index: 1;
    border-radius: 5px;
    text-transform: capitalize;
    overflow: hidden;
    transition: all 1s ease-in-out;
    border: 1px solid;
    outline: none;
}

.primary-btn.primary-bg {
    background: #96bf48;
    border-color: #96bf48;
    color: #fff !important;
}

.primary-btn.primary-bg:hover {
    color: #96bf48 !important;
    background-color: #fff;
}

.primary-btn.secondary-bg {
    background: #fff;
    border-color: #000;
    color: #000 !important;
}

.primary-btn.secondary-bg:hover {
    color: #fff !important;
    background-color: #000;
}

.primary-btn.black-bg {
    background: #000;
    border-color: #000;
    color: #fff !important;
}

.primary-btn.black-bg:hover {
    color: #000 !important;
    background-color: transparent;
}

.bg-primary {
    background-color: #dce7c7 !important;
}

.bg-secondary {
    background: #003063 !important;
}

.color-primary {
    color: #0d0d9f !important;
}


/* MAIN-HEADING */

.primary-heading.color-dark h2,
.primary-heading.color-dark h3,
.primary-heading.color-dark h5 {
    color: #1c1c1c;
}

.primary-heading.color-dark p {
    color: #222;
}

.primary-heading.color-light h2,
.primary-heading.color-light h3,
.primary-heading.color-light h5,
.primary-heading.color-light p {
    color: #fff;
}

.primary-heading.color-light span {
    color: #fff;
}

.primary-heading h2 {
    font-size: 65px;
    font-weight: 600;
    line-height: 75px;
    letter-spacing: 5px;
}

.primary-heading h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    text-transform: capitalize;
}

.primary-heading h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.primary-heading h5 {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}

.primary-heading span {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 1px;
    font-weight: 100;
    color: #1c1c1c;
}

.primary-heading p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}


/* JS SCROLLER START */

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #8c8c8c;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #8c8c8c;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    background: #787878;
}


/* JS SCROLLER END */


/* SLICK SLIDER CSS START */

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}

.slick-next:before,
.slick-prev:before {
    font-family: FontAwesome;
    font-size: 35px;
    line-height: 1;
    opacity: 1;
    color: #96bf48;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    transition: all .8s ease-in-out;
    border-radius: 0;
    border: 3px solid #96bf48;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 1;
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
}

.slick-next {
    right: -8%;
    z-index: 1;
}

.slick-prev {
    left: -8%;
    right: auto;
    z-index: 1;
}

.slick-dots li button:before {
    left: 0;
    width: 15px;
    height: 15px;
    content: "";
    opacity: 1;
    background: #fff;
    border-radius: 50%;
}

.slick-dots {
    bottom: -80px;
}


/* SLICK SLIDER CSS END */


/* UTILITY CSS END */


/* MOBILE-MENU CSS START */

.hamburger .hamburger-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 25px;
}

.hamburger span:not(:last-child) {
    margin-bottom: 3px;
}

.hamburger span {
    width: 100%;
    height: 4px;
    background: #000;
    border-radius: 100px;
    transition: all .5s ease-in-out;
}

.hamburger:hover span {
    background: #000;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 100;
    transform: translateX(-100%);
    transition: all .5s ease-in-out;
}

.mobile-menu .mobile-close {
    text-align: right;
}

.mobile-menu .mobile-close a {
    display: inline-block;
    font-size: 30px;
    color: #00b9b7;
    transition: all .8s ease-in-out;
}

.mobile-menu .mobile-close a:hover {
    transform: rotate(360deg);
}

.mobile-menu .mobile-menu-body {
    max-height: 100%;
    overflow-y: scroll;
    padding: 30px 0;
}

.mobile-menu .mobile-menu-body .navigation-list {
    text-align: left !important;
}

.mobile-menu .mobile-menu-body ul li:not(:last-child) {
    margin-bottom: 30px;
}

.mobile-menu .mobile-menu-body .navigation-list li {
    display: block;
    position: relative;
}

.mobile-menu .mobile-menu-body ul li a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00b9b7;
}

.mobile-menu.mobile-view {
    transform: translateX(0);
}


/* MOBILE-MENU CSS END */


/* MAIN-FORM CSS START */

.main-form .form-group {
    margin-bottom: 20px;
}

.main-form label {
    font-size: 14px;
    font-weight: 600;
    color: #121a18;
    margin-bottom: 5px;
}

.main-form label span {
    color: #ff0000;
    font-size: 12px;
}

.main-form input,
.main-form textarea {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 15px 20px;
    background: transparent;
    border-radius: 0;
    border: none;
    border: 1px solid #dedede;
}

.main-form input::placeholder,
.main-form textarea::placeholder {
    color: #989898;
}

.main-form input:focus,
.main-form textarea:focus {
    box-shadow: none;
    outline: none;
    border-color: #0064d2;
}

.remember-wrapper .checkbox input {
    margin-top: -5px;
    margin-right: 5px;
}

.remember-wrapper label,
.remember-wrapper a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
}

.remember-wrapper a:hover {
    color: #ad0c0c;
}


/* MAIN-FORM CSS END */


/* HEADER CSS START */

.header .top-row {
    background: #96bf48;
    padding: 20px;
    text-align: center;
}

.header .top-row p {
    color: #fff;
    font-size: 15px;
    line-height: 25px;
}

.header .top-row p a {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    line-height: 25px;
    padding: 3px 20px;
    border-radius: 50px;
    margin-right: 10px;
    border: 2px solid transparent;
    font-weight: 500;
}

.header .top-row p a:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.header .bottom-row {
    padding: 10px 0;
}

.header .bottom-row .logo {
    width: 80%;
}

.header .bottom-row .logo img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.header .bottom-row .contact-list ul li:first-child a {
    color: #000;
    font-size: 18px;
    line-height: 48px;
    font-weight: 500;
}

.header .bottom-row .contact-list ul li:first-child a i {
    font-size: 25px;
    line-height: 35px;
    transform: translateY(3px) rotate(40deg);
    margin-right: 5px;
}


/* HEADER CSS END */


/* MAIN-SLIDER CSS START */

.main-slider {
    position: relative;
}

.main-slider .carousel-item>img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.main-slider .slider-caption h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.slider-caption h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
}

.main-slider .slider-caption p {
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    width: 80%;
    padding: 10px 0;
}

.main-slider::before {
    position: absolute;
    content: "";
    background: #96bf48;
    width: 461px;
    height: 461px;
    border-radius: 50%;
    left: -250px;
    top: 0;
}

.main-slider::after {
    position: absolute;
    content: "";
    background: url(../images/shopify-development3.png);
    width: 660px;
    height: 100%;
    top: 50%;
    right: 0;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    animation: mymove 5s ease-in-out infinite;
    background-size: 90%;
}


/* Carousel Indicators */

.main-slider .carousel-control-next,
.main-slider .carousel-control-prev {
    width: 60px;
    height: 60px;
    background: #fff;
    color: #000;
    opacity: 1;
    border-radius: 0;
    font-size: 25px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
}

.main-slider .carousel-control-next {
    right: 5%;
}

.main-slider .carousel-control-prev {
    left: 5%;
}

.main-slider .carousel-control-prev span img,
.main-slider .carousel-control-next span img {
    transition: 0.5s ease-in-out;
}

.main-slider .carousel-control-prev::before {
    content: '';
    background: #10eac4;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.main-slider .carousel-control-next::before {
    content: '';
    background: #10eac4;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.main-slider .carousel-control-prev:hover::before {
    width: 100%;
    height: 100%;
}

.main-slider .carousel-control-next:hover::before {
    width: 100%;
    height: 100%;
}

.main-slider .carousel-indicators {
    bottom: 100px;
}

.main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    margin-left: 5px;
    background-color: rgba(255, 255, 255, 0.267);
    border-radius: 50px;
    cursor: pointer;
}

.main-slider .carousel-indicators li.active {
    background-color: #fff;
}


/* MAIN-SLIDER CSS END */


/* ANIMATION START */

@keyframes mymove {
    0% {
        top: 50%;
    }
    50% {
        top: 60%;
    }
    100% {
        top: 50%;
    }
}

@keyframes mymove2 {
    0% {
        top: 0;
    }
    50% {
        top: 10px;
    }
    100% {
        top: 0;
    }
}

@keyframes mymove3 {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 30px;
    }
    100% {
        bottom: 0;
    }
}

@keyframes mymove4 {
    0% {
        top: 0;
    }
    50% {
        top: 50px;
    }
    100% {
        top: 0;
    }
}


/* ANIMATION END */


/* SOLUTION BOX SECTION START */

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

.sol-box figure {
    margin: 0;
    margin-right: 10px;
    display: block;
}

.sol-box figure img {
    width: auto;
    display: block;
    object-fit: cover;
    animation: mymove2 2s ease-in-out infinite;
    position: relative;
}

.sol-box p {
    font-size: 13px;
    font-weight: 600;
    line-height: 23px;
    color: #000;
    margin-left: 10px;
}

.solution-box .col-lg-3.col-md-3 {
    border-right: 1px dashed;
    display: table;
    margin: auto;
}

.solution-box .col-lg-3.col-md-3:nth-child(4) {
    border: 0;
}

/* SOLUTION BOX SECTION END */


/* CONSULTATION SECTION START */

.consultation-sec {
    position: relative;
}

.consultation-form .consultation-head h3 span {
    color: #96bf48;
}


/* .consultation-sec::before {
    content: '';
    background: url('../images/shopify-development3.webp') no-repeat bottom right / contain;
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 0;
    right: 0;
    animation: mymove3 5s ease-in-out infinite;
} */

.consultation-sec::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: rgb(244, 244, 244);
    width: 819px;
    height: 819px;
    left: -292px;
    top: 78px;
    z-index: -1;
}

.consultation-content ul {
    padding-left: 20px;
}

.consultation-content ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    list-style-type: disc;
}

.consultation-form {
    position: relative;
    text-align: center;
    box-shadow: 0px 9px 21px 0px rgb(0 0 0 / 15%);
    border-radius: 10px;
    width: 100%;
    background-color: #fff;
}

.consultation-head {
    padding: 50px;
}

.consultation-form .consultation-head h3 {
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 10px;
    font-size: 50px;
    color: #000000;
}

.consultation-form .consultation-head p {
    font-size: 25px;
    margin-top: 20px;
}

.consultation-form form {
    padding: 0 30px 50px;
    position: relative;
}

.consultation-form::before {
    content: '';
    background: #96bf48;
    width: 90%;
    height: 50%;
    border-radius: 10px;
    position: absolute;
    top: -15px;
    right: -15px;
    z-index: -11111;
}

.consultation-form::after {
    content: '';
    background: #000;
    width: 90%;
    height: 50%;
    border-radius: 10px;
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: -11111;
}


/* CONSULTATION SECTION END */


/* FOLIO SEC START */

.folio-sec h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 25px 0;
    text-transform: capitalize;
}

.folio-sec p {
    color: #606060;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 50px 0;
    width: 80%;
    margin: auto;
}

.portfolio-box {
    position: relative;
    margin-bottom: 20px;
    border-radius: 0;
}

.portfolio-box img {
    width: 100%;
    object-fit: fill;
    transition-duration: .9s;
}

.portfolio-box a {
    transition-duration: .5s;
    overflow: hidden;
    width: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 18%);
}

.portfolio-box a:hover:after {
    content: "Preview";
    position: absolute;
    background: url(../images/play-btn.png);
    background-repeat: no-repeat;
    height: 160px;
    width: 90px;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    color: #fff;
    text-align: center;
    line-height: 33px;
    background-position: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: end;
    background-size: 70%;
}

.portfolio-box:hover img {
    filter: brightness(0.5);
}

.portfolio_box a:after,
.portfolio_box a:before {
    transition-duration: .5s;
}


/* FOLIO SEC END */


/*PACKAGES-SEC START */

.packages-sec {
    padding: 70px 0px;
}

.packages-sec h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 25px 0;
    text-transform: capitalize;
}

.packages-sec P {
    Color: #606060;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 50px 0;
}

.packages-sec .pkg-title {
    background: rgb(150 191 72);
    margin: 0 15px;
}

.packages-sec .pkg-title::before {
    background: url('../images/shoify-icon.png');
    position: absolute;
    content: "";
    width: 737px;
    height: 503px;
    background-size: 47%;
    background-repeat: no-repeat;
    bottom: 2px;
    opacity: 0;
    left: 0px;
    z-index: -1;
    background-position: bottom left;
}

.packages-sec .pkg-title {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 255, 255);
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 8.619px 11.032px 51px 0px rgb(0 0 0 / 11%);
    padding: 45px 15px 30px;
    transition: 0.5s;
    z-index: 1;
    margin: 20px 10px;
    user-select: text;
}

.packages-sec .pkg-title h4 {
    color: #000000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}

.packages-sec .pkg-title h5 {
    text-align: center;
    font-size: 70px;
    color: #96bf48;
    font-weight: 600;
    padding: 5px 0 10px 0;
}

.pkg-title del {
    color: #4c4c4c;
    font-size: 32px;
    display: table;
    margin: auto;
    font-weight: 600;
    margin-bottom: 00px;
}

.packages-sec .price-detail li {
    padding: 0 0 10px 0;
    font-size: 13px;
    line-height: 22px;
}

.packages-sec .price-detail li i {
    padding: 0px 5px 0 0;
    color: #1c4a3e;
    margin: 0 5px;
}

.packages-sec .price-detail {
    height: 250px;
    overflow-y: scroll;
}

.packages-sec .price-detail::-webkit-scrollbar {
    width: 5px;
}

.packages-sec .price-detail::-webkit-scrollbar-track {
    border-radius: 50px;
    background-color: #dedede;
}

.packages-sec .price-detail::-webkit-scrollbar-thumb {
    background-color: rgb(142 180 69);
    border-radius: 20px;
}

.pkg-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 35px 0 0 0;
}

.pkg-title .pkg-btn li:nth-child(1) a {
    background: black;
    color: white;
}

.pkg-btn li:nth-child(1) a {
    background: rgb(142 180 69);
    padding: 14px 20px;
    color: #fff;
    border-radius: 20px;
}

.pkg-btn li:nth-child(2) a {
    color: #fff;
    padding: 14px 25px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.pkg-btn li:last-child a {
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
}

.pkg-btn .pricing-btn i {
    border: 1px solid #fff;
    border-radius: 100%;
    margin: 0 5px;
    padding: 4px;
    font-size: 10px;
}

.packages-sec .pkg-title:hover {
    background-color: rgb(150 191 72);
}

.packages-sec .pkg-title:hover h4,
.packages-sec .pkg-title:hover h5,
.packages-sec .pkg-title:hover del,
.packages-sec .pkg-title:hover ul li,
.packages-sec .pkg-title:hover ul li i {
    color: #fff;
}

.packages-sec .pkg-title:hover .price-detail::-webkit-scrollbar-thumb {
    background-color: rgb(254, 255, 253);
    border-radius: 20px;
}

.pkg-title a {
    padding: 10px 35px;
}


/* PACKAGES-SEC END */


/* Shopify Store Css start */

.shopify-title h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
}

.shopify-store {
    background: #efefef;
    padding: 4% 0;
}

.main-box {background: #ffffff;padding: 40px 18px;border-radius: 8px;margin: 0 0 35px 0;min-height: 335px;}

.main-box::before {
    content: '';
    background-color: #f4f4f45c;
    width: 200px;
    height: 200px;
    position: absolute;
    top: -50px;
    right: -50px;
    border-radius: 100px;
    opacity: 0.5;
}

.main-box h4 {color: #96bf48;font-size: 32px;font-weight: 600;}

.main-box h6 {
    color: black;
    font-weight: 600;
    padding: 10px 0 10px 0;
    font-size: 18px;
}

.main-box p {
    padding: 0px !important;
    text-align: left !important;
    font-size: 13px;
    line-height: 23px;
    z-index: 11;
    position: relative;
}

.main-box-2 {
    display: inline-block;
    margin-top: 30px;
}


/* Shopify Store Css end */


/* ELEVATE SECTION START */

.cta-sec-1 {
    background: #dce7c7;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.cta-sec-1::before {
    content: '';
    background-color: #96bf48;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    top: -50%;
    left: -10%;
    opacity: 0.5;
}

.cta-sec-1::after {
    content: '';
    background-color: #96bf48;
    border-radius: 50%;
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: -50%;
    right: -10%;
    opacity: 0.5;
}


/* .cta-sec-1::before {
    position: absolute;
    content: "";
    background: url(../images/girl-cta.png);
    width: 253px;
    height: 379px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-position: left;
    animation: mymove4 3s ease-in-out infinite;
} */

.cta-sec-1 h3 {
    color: #000;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
}

.cta-sec-1 p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0px;
    margin-bottom: 10px;
}

.cta-sec-1 .cta-btn {
    justify-content: start;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}

.cta-img img {
    width: 100%;
    display: block;
    object-fit: cover;
    z-index: 111;
    position: relative;
}


/* ELEVATE SECTION END */


/* CHOOSE SECTION START */

.choose-sec {
    position: relative;
    padding: 70px 0px 0;
}

.choose-sec h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 25px 0;
}

.choose-sec p {
    color: #606060;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 50px 0;
}

.choose-box {
    text-align: center;
}

.choose-box {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 11px 17.43px 3.57px rgb(0 0 0 / 10%);
    padding: 40px 12px;
    transition: 0.5s;
    height: 386px;
}

.choose-box img {
    animation: mymove 5s infinite;
    width: auto;
    margin: 0 auto;
    display: block;
    object-fit: cover;
}

.choose-sec::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: rgb(244, 244, 244);
    width: 819px;
    z-index: -1;
    height: 819px;
    right: -270px;
}

.choose-box h4 {
    color: #000;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    padding: 15px 0 0;
    line-height: 26px;
    margin-bottom: 19px;
}

.choose-box:hover {
    background: #96bf48;
}

.choose-box:hover p,
.choose-box:hover h4 {
    color: #fff;
}

.choose-box:hover img {
    filter: brightness(0) invert(1);
}

.choose-box p {
    font-size: 14px;
    line-height: 26px;
    color: #000;
}


/* CHOOSE SECTION END */


/* FEATURES SECTION START */

.serive-sec {
    position: relative;
}

.serive-sec::before {
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: rgb(244, 244, 244);
    width: 819px;
    z-index: -1;
    height: 819px;
    left: -500px;
}

.serive-sec h3 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    padding: 0 0 25px 0;
}

.serive-sec p {
    color: #606060;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0 0 50px 0;
}

.serive-box {
    border-radius: 9px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 46px 0px rgb(0 0 0 / 12%);
    padding: 30px 20px 10px;
}

.serive-box img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.serive-box h4 {
    font-size: 18px;
    color: #110d0d;
    font-weight: 600;
    text-align: center;
    line-height: 24px;
    padding: 20px 0 15px 0;
    margin: 0;
    min-height: 85px;
}

.serive-box p {
    color: #000;
    font-size: 14px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    min-height: 160px;
}

.serive-sec .cta-btn {
    justify-content: center;
    margin: 50px 0 0 0;
}

.cta-btn {
    display: flex;
    align-items: center;
    justify-content: end;
}


/* FEATURES SECTION END */


/* Brick  css start */

.brick {
    position: relative;
    padding: 35px 35px;
    background: #dce7c7;
    z-index: 1;
}

.brick-content h3 {
    color: #000;
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
}

.brick-content p {
    line-height: 26px;
    font-weight: 500;
    padding: 15px 0 0 0;
}

.buttons::before {
    position: absolute;
    content: "";
    background: url(../images/cta-img.png);
    width: 227px;
    height: 182px;
    right: -5%;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: -1;
    top: -20px;
}

.request-a-quote a {
    background: #96bf48;
    padding: 15px 35px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: 0.5s;
    border: 1px solid #96bf48;
    display: inline-block;
}

.request-a-quote a:hover {
    background-color: transparent;
    border: 1px solid #96bf48;
    color: black;
}

.live-chat {
    display: block;
}

.live-chat a {
    font-size: 16px;
    font-weight: 500;
    padding: 15px 35px;
    border: 1px solid #1c4a3e;
    color: #000;
    border-radius: 5px;
    transition: 0.5s;
    margin: 10px 0;
    display: inline-block;
}

.live-chat a:hover {
    background: black;
    color: #fff;
}


/* Brick css end */


/* TESTIMONIAL SECTION START */

.test-sec {
    background: url(../images/test-bag.png);
    padding: 70px 0px;
}

.testimonial-box h4 {
    top: 0px;
    margin: 13px;
    position: relative;
    font-size: 21px;
    font-weight: 600;
}

.testimonial-box h5 {
    color: #96bf48;
    font-size: 40px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 0 15px 0;
}

.testimonial-box p {
    color: #7f8683;
    font-size: 18px;
    line-height: 30px;
}

.testimonial-box h6 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    margin-top: 30px;
}

.testimonial-sec .slick-next {
    top: 50%;
    right: -13%;
}

.testimonial-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    right: 1%;
    cursor: pointer;
    z-index: 1;
    padding: 0;
    width: 47px;
    bottom: 10%;
    height: 47px;
    border-radius: 100px;
}

.testimonial-img img {
    width: 100%;
    display: block;
    object-fit: cover;
}

.testimonial-slider .slick-prev {
    display: none !important;
}

.testimonial-slider .slick-next::before {
    color: #000;
    border-color: #000;
}


/* TESTIMONIAL SECTION END  */


/* FAQ SECTION START */

.faq-sec {
    position: relative;
}

.faq-sec::before {
    position: absolute;
    content: "";
    background: url(../images/faq-img-1.png);
    width: 649px;
    height: 743px;
    top: 0;
    left: 0;
}

.faq-img {
    position: relative;
    margin-left: auto;
    margin-top: 60px;
}

.faq-img img {
    position: relative;
    width: 70%;
    display: block;
    object-fit: cover;
    animation: mymove3 3s ease-in-out infinite;
}

.faq-content-box a {
    font-size: 12px;
    color: #000;
    font-weight: 600;
    line-height: 27px;
    position: relative;
    width: 100%;
    display: block;
    background: #ffffff;
    padding: 10px;
    padding-right: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    padding-left: 0;
    border-bottom: 3px solid #c9c9c9;
}

.faq-content-box a.collapsed {
    background: #ffffff !important;
    color: #000;
}

.faq-content-box a[aria-expanded=true]::after {
    content: '\f106';
}

.faq-content-box a::after {
    content: '\f107';
    font-family: 'FontAwesome';
    color: #000;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.5s ease-in-out;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
}

.faq-question {
    /* border-bottom: 5px solid #c9c9c9; */
}

.faq-content-box .card.card-body {
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 10px 0px;
    border-radius: 0;
}

.faq-content-box .card.card-body p {
    color: #000;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.faq-sec h3 {
    font-size: 40px;
    line-height: 30px;
    font-weight: 600;
}

.faq-question.mc-b-3 {
    margin-bottom: 10px !important;
}


/* FAQ SECTION END */


/* FOOTER SECTION START */

.footer {
    background-color: #000;
    padding: 20px 0;
}

.footer p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.footer ul {
    text-align: right;
}

.footer ul li {
    color: #fff;
}

.footer ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


/* FOOTER SECTION END */

.labourDay {
    width: 100%;
    height: 120px;
    position: relative;
    overflow: hidden;
    display: block;
}


.starsBG {position: relative;}

.starsBG img{
    width: 100%;
    height: 120px;
    max-width: 100%;
    /* object-fit: cover; */
}

.labourDayOverly {
    display: none;
}

/* MEDIA QUERIES */

@media only screen and (min-width: 300px) and (max-width: 767px) {
    
    .starsBG img {
        width: 100%;
        height: auto;
    }
    
    .labourDay {
        width: 100%;
        height: auto;
    }
    
    .header .top-row p a {
        display: block;
        margin: 10px 0;
    }
    .header .top-row p {
        font-size: 13px;
        line-height: 23px;
    }
    .header .bottom-row .logo {
        width: 70%;
        margin: auto;
    }
    .contact-list ul {
        display: block !important;
        text-align: center;
    }
    .main-slider::after {
        display: none;
    }
    .main-slider .slider-caption p {
        width: 100%;
    }
    .primary-btn {
        font-size: 13px;
        padding: 10px 30px;
    }
    .slider-caption ul.mc-t-4 li {
        width: 30%;
    }
    .slider-caption ul.mc-t-4 li img {
        width: 100%;
    }
    .consultation-sec::after {
        width: 500px;
        height: 500px;
        left: -210px;
        top: 25%;
        transform: translateY(-50%);
    }
    .consultation-head {
        padding: 30px;
    }
    .consultation-form .consultation-head h3 {
        line-height: 30px;
        font-size: 30px;
    }
    .consultation-form .consultation-head p {
        font-size: 17px;
        margin-top: 10px;
    }
    .consultation-form {
        margin-top: 50px;
    }
    .packages-sec h3 {
        font-size: 30px;
    }
    .pkg-title a {
        padding: 10px 23px;
        font-size: 12px;
    }
    .cta-sec-1::before {
        display: none;
    }
    .cta-img {
        margin-top: 30px;
    }
    .choose-sec::before {
        width: 500px;
        height: 500px;
        right: 0;
    }
    .choose-box {
        margin: 10px 0;
    }
    .shopify-title h2 {
        font-size: 30px;
        margin-top: 30px;
    }
    .faq-sec::before {
        width: 200px;
        height: 500px;
    }
    .primary-heading h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .footer p {
        font-size: 11px;
        line-height: 18px;
        text-align: center;
    }
    .footer ul {
        text-align: center;
    }
    .footer ul li a {
        font-size: 10px;
        line-height: 20px;
    }
    .testimonial-box h5 {
        font-size: 30px;
    }
    .testimonial-box p {
        font-size: 14px;
        line-height: 25px;
    }
    .choose-sec h3 {
        font-size: 20px;
    }
    .choose-sec p {
        font-size: 12px;
        line-height: 22px;
    }
    .contact-list ul li:first-child {
        display: block;
    }
    .main-slider .slider-caption h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .slider-caption h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .choose-box {
        height: 316px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .primary-btn {
        padding: 10px 20px;
    }
    .header .bottom-row .contact-list ul li:first-child a {
        font-size: 13px;
        line-height: 23px;
    }
    .header .bottom-row .contact-list ul li:first-child a i {
        font-size: 15px;
        transform: translateY(0px) rotate(40deg);
    }
    .slider-caption h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .main-slider .slider-caption h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 0;
    }
    .main-slider .slider-caption p {
        width: 60%;
        padding: 10px 0;
    }
    .slider-caption ul.mc-t-4 li {
        width: 20%;
    }
    .slider-caption ul.mc-t-4 li img {
        width: 100%;
        display: block;
        object-fit: cover;
    }
    .main-slider::after {
        width: 40%;
        height: 70%;
        z-index: -1;
    }
    .consultation-form {
        margin-top: 50px;
    }
    .packages-sec .pkg-title h5 {
        font-size: 40px;
        padding: 15px 0 10px 0;
    }
    .pkg-title a {
        padding: 10px 5px;
        font-size: 13px;
    }
    .packages-sec .pkg-title h4 {
        font-size: 22px;
    }
    .packages-sec .price-detail li {
        font-size: 9px;
        line-height: 16px;
    }
    .choose-box {
        margin: 20px 0;
    }
    .choose-sec::before {
        width: 500px;
        height: 500px;
        left: 0px;
    }
    .main-box h6 {
        font-size: 12px;
    }
    .main-box p {
        font-size: 11px;
        line-height: 20px;
    }
    .main-box {
        min-height: 240px;
    }
    .shopify-title h2 {
        font-size: 30px;
    }
    .shopify-title p {
        font-size: 15px;
    }
    .testimonial-slider .slick-next::before {
        color: #000;
        border-color: #000;
        display: none;
    }
    .footer ul {
        text-align: center;
    }
    .footer p {
        text-align: center;
    }
    .main-slider::after {
        width: 50%;
        height: 70%;
        z-index: -1;
        right: 40px;
        background-size: contain;display:none;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    .main-slider::after {
    height: 100%;
    background-size: 67%;
    background-position: right;
    right: 40px;
}
    .consultation-form .consultation-head h3 {
        font-size: 40px;
    }
    .consultation-form .consultation-head p {
        font-size: 20px;
    }
    .choose-sec::before {
        width: 500px;
        height: 500px;
        right: 0;
    }
    .slick-next {
        right: -3%;
        z-index: 1;
    }
    .slick-prev {
        left: -3%;
        right: auto;
        z-index: 1;
    }
    .pkg-title a {
        padding: 10px 13px;
    }
}

@media only screen and (min-width: 1250px) and (max-width: 1400px) {}

.modal-body {
    padding: 3rem;
}

.LetsGetModal h2 {
    margin-bottom: 25px!important;
    padding-right: 0!important;
    text-align: center!important;
    font-size: 25px!important;
    font-weight: 600!important;
}

.LetsGetModal b {
    font-weight: 800;
    color: #96bf48;
}

.modal-open {
    overflow: inherit!important;
    padding: 0!important;
    margin: 0!important;
}

.sliderMainForm .banner-form.srv-bnr-frm h2 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 800;
    text-align: left;
    color: #000000;
    padding-right: 70px;
}

.sliderMainForm .banner-form.srv-bnr-frm h2 b {
    background: linear-gradient(90deg, rgba(232, 28, 36, 1) 0%, rgba(232, 28, 36, 1) 36%, rgba(136, 2, 15, 1) 100%);
    font-weight: 800;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sliderMainForm .banner-form.srv-bnr-frm h2 span {
    font-weight: 600
}

.sliderMainForm .ban-form input[type="text"],
.sliderMainForm .ban-form input[type="tel"],
.sliderMainForm .ban-form select,
.sliderMainForm .ban-form textarea,
.sliderMainForm .ban-form input[type="email"],
.sliderMainForm .ban-form input[type="number"] {
    height: 45px;
    margin: 0 0 15px 0;
    font-size: 12px;
    width: 100%;
    padding: 0 11px;
    border: 1px solid #ccc;
    outline: none;
    border-radius: 5px;
    color: #000;
}

.sliderMainForm .ban-form select {
    appearance: none;
    -moz-appearance: none;
}

.fldset {
    position: relative
}

.fldset .iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #777;
    position: absolute;
    right: 10px;
    top: 20px;
}

.sliderMainForm .ban-form textarea {
    font-size: 12px;
    height: 90px;
    width: 100%;
    padding: 10px 15px;
    resize: none;
}

.sliderMainForm .fldset p {
    font-size: 11px;
    margin: 0px 0 15px 0;
    line-height: 19px;
    width: 100%;
}

.formBtn {
    color: #444;
    padding: 10px 40px!Important;
    border-radius: 5px;
    font-weight: 500;
    color: #ffffff!important;
    display: inline-block;
    margin: 0px 0;
    text-shadow: none;
    border-radius: 5px;
    width: 100%;
    border: 0;
    text-transform: capitalize;
    cursor: pointer;
    background: #96bf48;
}

.sliderBtn {
    background-image: linear-gradient(to right, #ffb716, #ff8100);
    color: #444;
    padding: 15px 40px!Important;
    border-radius: 5px;
    font-weight: 600;
    color: #000000!important;
    display: inline-block;
    margin: 10px 0;
    text-shadow: none;
    border-radius: 50px;
}

.sliderBtn:hover,
.sliderBtn:focus {
    background: #ffb101;
    color: #000!important;
}