@import url(https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap);

.noPadding,
ul {
    padding: 0
}

.btn-1,
.d-flex {
    align-items: center
}

.btn-1:after,
.btn-1:before {
    pointer-events: none;
    display: block;
    content: "";
    width: 100%
}

.btn-1,
.btn-1:hover,
h1 {
    color: #fff
}

body,
h2 {
    color: #393939
}

h5,
ul {
    margin: 0 0 20px
}

.btn-1,
p {
    letter-spacing: 0
}

.btn-1:after,
.btn-1:before,
.carousel-caption {
    top: 0;
    height: 100%;
    left: 0
}

.banner-cont h4,
.btn-1 {
    z-index: 1;
    text-transform: uppercase
}

.banner-cont h4,
.btn-1,
.btn-flex a:last-child {
    text-transform: uppercase
}

.btn-1,
a {
    text-decoration: none
}

.for-head,
.over-flow-h,
.we-do-sec,
.work-sec {
    overflow: hidden
}

body,
html {
    overflow-x: hidden
}

@font-face {
    font-family: Abril_Display;
    src: url(../fonts/Abril_Display_Regular.otf)
}

body {
    word-break: break-word;
    font: 15px/25px Montserrat, sans-serif
}

h1,
h2 {
    font-weight: 500;
    font-family: Abril_Display, Sans-Serif
}

h5,
p {
    line-height: 25px
}

.faq-heading.text-center h3,
h1,
h2 {
    line-height: 60px
}

a {
    color: #28b16d;
    white-space: initial
}

a:hover {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out
}

img {
    max-width: 100%
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
select:focus,
textarea:focus {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    outline: 0
}

.btn-1,
.btn-1:after,
.btn-1:before {
    transition: .7s cubic-bezier(0, .8, .26, .99)
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

ul {
    list-style-type: none
}

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

.noLeft {
    padding-left: 0
}

.noRight {
    padding-right: 0
}

.mt-5 {
    margin-top: 50px
}

.mb-5 {
    margin-bottom: 50px
}

.mt-8 {
    margin-top: 80px
}

.gorilla-content.privacy-content,
.mt-4 {
    margin-top: 40px
}

.mt-3 {
    margin-top: 30px
}

.mt-2 {
    margin-top: 20px
}

.pt-5 {
    padding-top: 50px
}

.pb-1 {
    padding-bottom: 10px
}

.pb-2 {
    padding-bottom: 20px
}

.pb-3 {
    padding-bottom: 30px
}

.pb-4 {
    padding-bottom: 40px
}

.pb-8 {
    padding-bottom: 80px
}

.m-0 {
    margin: 0 !important
}

.p-0 {
    padding: 0 !important
}

.pt-8 {
    padding-top: 80px
}

.pt-4 {
    padding-top: 40px
}

.pt-3 {
    padding-top: 30px
}

.pt-2 {
    padding-top: 20px
}

.all-section,
.package-sec {
    padding: 80px 0
}

.centerCol {
    float: none;
    margin: 0 auto
}

.d-flex {
    display: flex
}

.btn-1 i {
    margin-left: 12px
}

.btn-1 {
    border-radius: 15px;
    font-size: 16px;
    background-color: #1fafad;
    display: inline-flex;
    justify-content: center;
    position: relative;
    border: 0;
    user-select: none;
    cursor: pointer;
    white-space: unset;
    padding: .8rem 2rem;
    font-weight: 600
}

.after-banner,
.btn-1:after,
.btn-1:before,
.carousel-caption,
header {
    position: absolute
}

.btn-1:before {
    z-index: -1;
    background-color: #1fafad !important;
    box-shadow: 0 -4px 4px #005d56, 0 4px 4px #4ebbb2 inset, -4px 0 4px #005d56 inset, 4px 0 4px #4ebbb2 inset;
    border-radius: 8px
}

.btn-1:after {
    border-radius: 6px
}

.btn-1:hover:before {
    box-shadow: 0 -4px 4px rgb(0 0 0 / 50%) inset, 0 4px 4px rgb(255 255 255 / 20%) inset, -4px 0 4px rgb(255 255 255 / 20%) inset, 4px 0 4px rgb(0 0 0 / 50%) inset
}

.btn-1:hover:after {
    box-shadow: 0 4px 0 0 rgb(0 0 0 / 15%)
}

.btn-1:active {
    transform: translateY(4px)
}

.btn-1:active:after {
    box-shadow: 0 0 0 0 rgb(0 0 0 / 15%)
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center
}

h1 {
    font-size: 55px;
    margin: 0 0 17px
}

h2 {
    font-size: 45px;
    margin: 0 0 30px
}

h3 {
    font-family: Abril_Display, Sans-Serif;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 600;
    margin: 0 0 28px
}

h4,
h5,
h6 {
    font-family: Abril_Display, Sans-Serif;
    color: #393939;
    font-weight: 500
}

h4 {
    font-size: 24px;
    line-height: 29px;
    margin: 0 0 13px
}

h5 {
    font-size: 16px
}

h6 {
    font-size: 18px;
    line-height: 23px;
    margin: 0 0 22px
}

p {
    color: #7d7d7d;
    font-size: 16px;
    font-family: Montserrat, serif;
    font-weight: 400;
    margin: 0
}

select {
    background: url('../images/arrow.png') right no-repeat #fff;
    padding: 0 40px 0 30px
}

::-webkit-input-placeholder {
    color: #575757
}

::-moz-placeholder {
    color: #575757;
    opacity: 1
}

:-ms-input-placeholder {
    color: #575757
}

:-moz-placeholder {
    color: #575757;
    opacity: 1
}

header {
    width: 100%;
    z-index: 999;
    padding: 15px 0;
    position: relative;
}

.header-logo img {
    width: 50%
}

.header_btns ul {
    display: flex;
    justify-content: flex-end;
    gap: 30px
}

.header_btns ul li:first-child a {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start
}

.header_btns ul li:first-child h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-family: Montserrat
}

.header_btns ul li:first-child h5 span {
    display: block;
    font-weight: 900;
    font-size: 23px;
    font-family: Abril_Display
}

.main-banner-img {
    width: 100%;
    object-fit: cover
}

.after-banner img,
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%
}

.carousel-control.left,
.carousel-control.right {
    background: rgba(255, 255, 255, .1);
    opacity: 1;
    width: 50px;
    height: 50px;
    top: 40%;
    text-shadow: none
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: rgba(255, 27, 27, .6);
    color: #fff
}

.carousel-control.left .fa,
.carousel-control.right .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: .5
}

.carousel-control.right {
    right: 0
}

.carousel-control.left {
    left: 0
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 20px
}

.carousel-caption {
    width: 100%;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1)
}

.banner-center,
.for-head,
.package-button,
.package-price h4,
.package-top h6,
.proc-step-box,
.proces-head,
.sec-head {
    text-align: center
}

.banner-cont,
.btn-flex {
    align-items: center;
    display: flex
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px
}

.after-banner {
    width: 100%;
    bottom: 0;
    z-index: 3
}

.banner-wrap,
.testimonial-image {
    position: relative
}

.banner-center {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    z-index: 2
}

.banner-cont,
.for-head:before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.banner-cont {
    position: absolute
}

.banner-cont h1 {
    color: #000;
    font-size: 48px;
    line-height: 1.2;
    margin-top: 60px
}

.banner-cont h4 {
    position: relative;
    font-family: Montserrat;
    color: #005d56;
    font-size: 17px;
    font-weight: 700;
    line-height: 50px
}

.banner-cont h4:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    left: -60vw;
    background: #caf9f8;
    z-index: -1;
    border: 1px solid #1fafad
}

.for-head,
.form-body {
    padding: 30px;
    border-radius: 10px
}

.btn-flex {
    position: relative;
    z-index: 99;
    gap: 40px;
    margin-top: 20px
}

.brand-imag,
.copy-right .row,
.work-sec .row {
    align-items: center
}

.btn-flex a:last-child {
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    border-bottom: 1px solid;
    color: #000;
    transition: .5s
}

.testimonial-image-icon {
    position: absolute;
    bottom: 34%;
    left: 16%;
    z-index: 9
}

.banner-cont h1 span,
.for-head span span,
.theme-span {
    color: #1fafad
}

.banner-form {
    position: relative;
    z-index: 99
}

.for-head,
.process-sec {
    z-index: 1;
    position: relative
}

.for-head {
    background: #000;
    font-size: 14px;
    color: #fff
}

.for-head:before {
    content: '';
    position: absolute;
    background: #000;
    box-shadow: 0 -6px 6px #434242 inset, 0 6px 6px #c1c1c1 inset, -6px 0 6px #434242 inset, 6px 0 6px #e3e3e3 inset;
    z-index: -1
}

.for-head>img {
    position: absolute;
    top: 0;
    right: 20px
}

.for-head>span {
    font-family: Abril_Display;
    display: block;
    font-size: 40px;
    line-height: 1
}

.package-price h4,
.package-top h6,
.proces-box h5,
.testi-box h3,
ul.testimonial-profile h4,
ul.testimonial-profile h6 {
    font-family: Montserrat
}

.form-body {
    background: #fcfcfc;
    box-shadow: 0 0 20px 0 #0000003b;
    margin-top: -10px
}

.input-field>input,
.input-field>textarea {
    width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #bdbdbd;
    padding: 0 20px;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    font-weight: 500
}

.input-field>textarea {
    height: 100px;
    padding: 10px 20px
}

.input-field {
    position: relative;
    margin: 0 0 20px
}

.input-field>i {
    position: absolute;
    right: 10px;
    top: 16px;
    color: #1fafad
}

.work-sec {
    position: relative;
    padding: 160px 0 80px
}

.work-text h2 {
    font-weight: 100;
    color: #000
}

.work-text a {
    margin-top: 25px
}

.work-text {
    padding: 80px 60px;
    width: 81%;
    margin-left: auto;
    position: relative;
    border: 2px solid #636363;
    border-radius: 15px
}

.work-text:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #636363;
    left: -100%;
    top: 40%;
    z-index: -1
}

.proc-step-box:after,
.sliderz .slick-arrow {
    background-repeat: no-repeat;
    background-position: center
}

.sliderz .slick-arrow {
    top: 102.6%;
    width: 50px;
    left: 0;
    right: 0;
    margin: auto;
    height: 50px;
    background-image: url(../images/r-arrow.png);
    background-color: #1fafad
}

.sliderz .slick-arrow:before {
    font-size: 0
}

.sliderz .slick-prev {
    left: -50px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    background-image: url(../images/l-arrow.png)
}

.book-slider.sliderz .slick-next {
    right: 10px;
    top: 50%;
    left: unset
}

.book-slider.sliderz .slick-prev {
    left: 10px;
    right: unset;
    top: 50%
}

.book-box {
    padding-left: 20px
}

.book-slider.sliderz .slick-arrow {
    height: 34px;
    width: 34px
}

.sliderz .slick-next {
    right: -48px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #000
}

img.wrk-1 {
    position: absolute;
    left: 40px;
    top: -210px;
    width: 340px;
    right: 0;
    margin: auto
}

.proc-step-box:after {
    position: absolute;
    content: '';
    width: 115%;
    height: 110%;
    left: -30px;
    top: 0;
    right: 0;
    z-index: -1;
    background-image: url(../images/prc-1.png);
    background-size: cover
}

.sec-head {
    margin-bottom: 50px
}

.sec-head h2 {
    font-size: 70px;
    text-transform: capitalize;
    color: #000;
    margin: 0
}

.distribute-sec .slick-slide,
.slick-active,
.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box.we-slider-box a.btn5 {
    opacity: 1
}

.distribute-sec img {
    width: auto;
    height: auto
}

.distribute-sec {
    background: #f5f6f0
}

.process-sec,
.process-sec:after,
.testimonial-sec,
.we-do-slider .slick-next::before,
.we-do-slider .slick-prev:before {
    background-repeat: no-repeat;
    background-position: center
}

.brand-slider,
section.testimonial-sec.all-section .sec-head {
    margin-bottom: 60px
}

.brand-imag {
    height: 100px;
    display: flex
}

.process-sec {
    background-image: url(../images/proces-bg.webp);
    background-size: auto
}

.process-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../images/prc-after.png);
    background-size: auto;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.proc-step-box {
    width: 250px;
    position: relative;
    height: 250px;
    border-radius: 100%;
    display: grid;
    align-items: center;
    padding: 70px 0;
    z-index: 8
}

.proc-step-box h3 {
    font-size: 73px;
    color: #1fafad
}

.proc-step-box p {
    color: #2f2f2f;
    margin: 0 auto;
    width: 70%;
    font-weight: 700;
    font-size: 16px
}

.proc-step-box.pr-box-2:after {
    transform: rotate(40deg)
}

.proc-step-box.pr-box-3 {
    padding: 90px 0
}

.proc-step-box.pr-box-3:after {
    transform: rotate(95deg)
}

.proc-step-box.pr-box-4:after {
    transform: rotate(115deg)
}

.proc-step-box.pr-box-4 {
    padding: 100px 0
}

.proces-head {
    width: 100%;
    margin: 0 auto 20px;
    position: relative
}

.proces-head h2 {
    font-size: 73px;
    color: #2f2f2f;
    line-height: 75px;
    width: 60%;
    margin: 0 auto
}

.pr-box-2 {
    margin: -24px 0 0 -2px
}

.pr-box-3 {
    margin: -24px 0 0 73px
}

.pr-box-4 {
    margin: 235.5px 0 0 -5px
}

.process-main-images {
    position: absolute;
    bottom: 0;
    left: 0
}

.pr-box-1 {
    margin: 246.5px 0 0 86px
}

.portfolio-sec {
    position: relative;
    padding: 50px 0;
    z-index: 1
}

.portfolio-sec:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -67px;
    background-image: url(../images/porfolio-bg.webp);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom;
    z-index: -1
}

.book-box img {
    width: 100%;
    height: 355px;
    object-fit: contain
}

.portfolio-sec .sec-head h2 {
    font-size: 55px;
    width: 85%;
    margin: 0 auto
}

.package-sec .sec-head h2 {
    color: #1c1c1c;
    font-size: 67px;
    margin-bottom: 15px
}

.package-box {
    border-radius: 30px;
    background-color: #bef0ef;
    border: 2px solid #1fafad;
    padding: 30px;
    width: 95%;
    margin: 0 auto
}

.package-top h6 {
    font-size: 28px;
    color: #1fafad;
    font-weight: 700;
    line-height: 1.2
}

.package-price h4 {
    font-size: 53px;
    color: #fff;
    margin: 0
}

.package-price {
    margin: 30px 0;
    padding: 20px 0;
    position: relative;
    z-index: 1
}

.package-price:after {
    position: absolute;
    content: '';
    width: 112%;
    height: 100%;
    left: -31px;
    top: 0;
    border-radius: 11px;
    background-image: -webkit-linear-gradient(-90deg, rgb(20 20 20) 0, rgb(20 20 20) 100%);
    box-shadow: inset 0 4px 10px 0 #fff;
    z-index: -1
}

ul.package-list li {
    display: flex;
    gap: 10px
}

ul.package-list li i {
    color: #1fafad;
    margin-top: 6px
}

ul.package-list p {
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 500
}

.package-button {
    margin: 50px 0 -50px
}

.testimonial-sec {
    background-image: url(../images/test-bg.webp);
    background-size: cover;
    position: relative;
    padding: 115px 0 170px
}

ul.star {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px
}

a.btn5,
ul.testimonial-profile {
    align-items: center;
    display: flex
}

ul.star i {
    color: #f4a600;
    font-size: 20px
}

.testi-box h3 {
    font-size: 30px;
    color: #000;
    margin: 0 0 10px
}

.testi-box p {
    font-size: 14px;
    color: #5a5a5a;
    font-style: italic
}

ul.testimonial-profile {
    justify-content: flex-start;
    gap: 20px;
    margin-top: 30px
}

ul.testimonial-profile img {
    width: 100px;
    height: 100px;
    border-radius: 100px
}

ul.testimonial-profile h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px
}

ul.testimonial-profile h6 {
    font-size: 19px;
    font-style: italic
}

.testi-slider .slick-next,
.testi-slider .slick-prev {
    top: auto;
    bottom: -30px;
    right: auto;
    left: -50px
}

.testi-slider .slick-next:before,
.testi-slider .slick-prev:before {
    position: absolute;
    content: '\f177';
    width: auto;
    height: auto;
    font-size: 40px;
    color: #1fafad;
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Pro';
    opacity: 1 !important
}

.testi-slider .slick-next:before {
    content: '\f178'
}

.testi-slider .slick-prev {
    left: -120px
}

img.tt-1 {
    position: absolute;
    top: 0;
    left: 0
}

.we-do-sec .sec-head h2,
section.testimonial-sec.all-section .sec-head h2 {
    margin-bottom: 10px
}

.we-do-sec {
    padding: 70px 0 0;
    position: relative
}

section.we-do-sec .sec-head {
    margin-bottom: 0
}

.sec-head h2 {
    font-weight: 300
}

.we-slider-box h6 {
    font-size: 30px;
    text-align: end;
    color: #1fafad;
    visibility: hidden
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box h6 {
    color: #fff !important
}

ul.we-slid-list h5 {
    font-size: 26px;
    color: #313130;
    text-transform: capitalize;
    margin-bottom: 0;
    line-height: 30px
}

ul.we-slid-list {
    justify-content: center !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    margin-top: 50px
}

ul.we-slid-list a.btn5 {
    opacity: 0
}

.bottomm .we-slider-box ul.we-slid-list {
    margin-top: 45px
}

a.btn5 {
    width: 55px;
    height: 50px;
    justify-content: center;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto
}

a.btn5 img {
    object-fit: none;
    filter: brightness(0) saturate(100%) invert(60%) sepia(91%) saturate(4490%) hue-rotate(336deg) brightness(97%) contrast(109%);
    object-fit: none
}

.process-sec:after,
ul.we-slid-list .btn-1:before,
ul.we-slid-list li:nth-child(2),
ul.we-slid-list li:nth-child(3) {
    display: none
}

.faq-heading.text-center h3 span,
.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box ul.we-slid-list li:nth-child(2),
.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box ul.we-slid-list li:nth-child(3),
.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-image {
    display: block
}

.we-slider-box p {
    font-size: 14px;
    color: #ffcbc3;
    margin-bottom: 20px;
    margin-top: 10px
}

.we-slider-box {
    padding: 20px;
    border: 2px solid #dcdcdc;
    border-radius: 20px;
    border-bottom: 3px solid #1fafad;
    margin-top: 250px;
    height: 285px;
    transition: .3s;
    background: #f5f6f0
}

.we-do-slider .slick-slide {
    margin: 50px 10px;
    opacity: 1
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box {
    margin: 60px -20px 0 -60px;
    background: #1fafad;
    border-color: #1fafad;
    padding: 22px;
    z-index: 1;
    transform: scale(1.2);
    position: relative;
    text-align: center;
    border-radius: 30px;
    height: 100%;
    transition: .5s ease-in-out;
    box-shadow: -20px 20px 30px 0 #00000045
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-image img {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(101%)
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active ul.we-slid-list {
    justify-content: center;
    margin-top: 30px;
    display: block;
    text-align: center
}

.we-do-slider .slick-slide.slick-current.slick-active+.slick-active ul.we-slid-list h5 {
    color: #fff;
    font-weight: 300
}

.we-do-slider .slick-next,
.we-do-slider .slick-prev {
    right: 8%;
    left: auto;
    position: absolute;
    top: 25%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 1
}

.we-do-slider .slick-prev {
    right: 55px
}

.we-slider-image img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin: 0 auto;
    filter: brightness(0) saturate(100%) invert(36%) sepia(0%) saturate(3823%) hue-rotate(354deg) brightness(104%) contrast(91%)
}

.we-do-slider .slick-next::before {
    position: absolute;
    content: '';
    width: 80px;
    height: 70px;
    z-index: 1;
    background-image: url(../images/r-arrow.png);
    background-size: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 13px 13px 0
}

.we-do-slider .slick-next::after,
.we-do-slider .slick-prev:before {
    align-items: center;
    position: absolute;
    content: '';
    width: 80px;
    height: 70px;
    right: 0;
    display: flex;
    top: 0;
    bottom: 0
}

.we-do-slider .slick-prev:before {
    z-index: 1;
    background-image: url(../images/l-arrow.png);
    background-size: auto;
    left: -150px;
    justify-content: center;
    border-radius: 13px 0 0 13px
}

.we-do-slider .slick-next::after {
    background: #000;
    left: 0;
    justify-content: center;
    border-radius: 0 13px 13px 0
}

.we-do-slider .slick-prev:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 70px;
    background: #000;
    left: -150px;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px 0 0 13px
}

.we-do-slider .slick-next:hover:after,
.we-do-slider .slick-prev:hover:after {
    background: -webkit-linear-gradient(-90deg, rgb(255 80 55) 0, rgb(255 80 55) 100%)
}

.we-do-sec .slick-list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    height: 635px
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 22px;
    background-color: #f8f8f8;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    text-transform: capitalize;
    border-radius: 10px !important
}

.gorilla-content .accordion-button {
    color: #fff;
    font-size: 20px;
    padding: 22px;
    line-height: 30px;
    font-weight: 500;
    border-radius: 0 !important;
    text-transform: capitalize;
    background: no-repeat
}

.faq-heading h2 {
    color: #000
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #a60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px
}

.gorrila-page-txt ul {
    list-style: disc
}

.gorrila-page-txt ul li {
    color: #000;
    font-size: 14px;
    line-height: 23px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px
}

.gorrila-page-txt ul li::marker {
    color: #000
}

.accordion-body.gorrila-page-txt {
    padding: 0 20px 20px;
    border: unset !important;
    border-top: none
}

.gorilla-content .accordion-item {
    margin-bottom: 15px;
    border: 2px solid #eae4e4;
    background: #1fafad;
    border-radius: 15px
}

.frequently-asked-questions-heading h2 {
    margin-bottom: 15px
}

.accordion-body.gorrila-page-txt p {
    color: #fff;
    font-size: 15px
}

.accordion-button::after {
    content: "" !important;
    position: absolute !important;
    background-image: url() !important;
    width: 30px;
    height: 30px;
    right: 25px;
    background-size: cover;
    z-index: 1
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/faqclose.png) !important
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    border-bottom: 0;
    border-radius: 10px 10px 0 0
}

.accordion-collapse.collapse {
    border-top: 0;
    border-radius: 0 0 10px 10px
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none
}

/* .gorilla-content .accordion-button::after {
    content: '\f067';
    font-weight: 900;
    font-family: 'Font Awesome 5 free';
    background-image: none
} */
/* 
.accordion-button:not(.collapsed)::after {
    content: '\f068';
    font-weight: 900;
    font-family: 'Font Awesome 5 free'
} */

.address {
    text-align: center;
    font-weight: 700;
    font-size: 20px
}

section.faqs-main p {
    font-weight: 500;
    line-height: 28px;
    font-size: 18px;
    color: #333;
    font-family: Raleway;
    margin-bottom: 20px
}

.faq-heading.text-center {
    margin-bottom: 30px
}

.frequently-asked-questions-sec {
    padding: 50px 0
}

.frequently-asked-questions-box h2 {
    color: #000
}

.frequently-asked-questions-form-heading {
    background: #000;
    padding: 22px 20px 22px 80px;
    border-radius: 10px;
    position: relative
}

.frequently-asked-questions-form-heading:before {
    content: "";
    position: absolute;
    background-image: url(../images/off-on-before.png);
    width: 81px;
    height: 83px;
    top: 0;
    right: 80px;
    background-size: cover
}

.frequently-asked-questions-form {
    background: #fff;
    box-shadow: 0 0 10px 0 #00000045;
    border-radius: 10px;
    margin-left: 20px
}

.frequently-asked-questions-form form {
    padding: 35px 30px;
    background-image: url(../images/frequently-asked-questions-back.webp);
    width: 100%;
    height: 100%;
    background-size: cover
}

.freq-que-form-input input {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 55px;
    border-radius: 10px;
    padding: 0 20px;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 14px;
    background: #fff
}

.freq-que-form-input-icon i {
    font-size: 18px;
    color: #1fafad
}

.freq-que-form-input-icon {
    position: absolute;
    right: 15px
}

.freq-que-form-input {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    margin-bottom: 18px
}

.freq-que-form-input textarea {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 180px;
    border-radius: 10px;
    padding: 15px 20px;
    color: #4d4d4d;
    font-weight: 600;
    font-size: 14px;
    background: #fff;
    resize: none
}

.freq-que-form-input-icon.chg {
    top: 20px
}

.frequently-asked-questions-form-heading h2 {
    font-size: 47px;
    color: #fff;
    margin-bottom: 0;
    line-height: 45px
}

.frequently-asked-questions-form-heading p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0
}

.frequently-asked-questions-form-heading h2 span {
    color: #1fafad;
    font-weight: 700
}

.footer-sec {
    background: #262626;
    padding: 70px 0
}

.footer-sec h2 {
    font-size: 28px;
    color: #fff;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
    line-height: 40px
}

.ftr-about p {
    font-size: 14px;
    color: #bdbdbd;
    margin-bottom: 35px
}

.ftr-quick-link ul li a {
    font-size: 15px;
    color: #bdbdbd;
    font-weight: 500
}

.ftr-quick-link {
    margin-left: 50px
}

.ftr-address ul li {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px
}

.ftr-address.contact ul li i {
    font-size: 20px
}

.ftr-address.contact {
    margin-left: 30px
}

.copy-right {
    background: #1e1e1e;
    padding: 18px 0;
    position: relative
}

.copy-right-button a {
    background: #1fafad;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 83px;
    width: 100px;
    font-size: 25px;
    color: #fff
}

.copy-right-button {
    position: absolute;
    right: 0;
    bottom: 0
}

.copy-right ul {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 20px
}

.copy-right ul li a {
    font-size: 20px;
    color: #a5a5a5;
    border: 1px solid #a5a5a5;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: .5s
}

.copy-right ul li a:hover {
    background: #1fafad;
    color: #fff
}

.copy-right-text {
    text-align: center
}

.copy-right-text p {
    color: #a1a1a1
}

.ftr-address ul li i {
    font-size: 25px;
    color: #1fafad
}

.ftr-address ul li a {
    color: #c1c1c3;
    font-size: 14px;
    font-weight: 500
}

.ftr-address ul {
    margin: 0
}

.ftr-quick-link ul {
    margin: 0;
    line-height: 35px
}

.footer-sec h2:before {
    content: "";
    position: absolute;
    background: #1fafad;
    width: 3px;
    height: 100%;
    left: 0
}

.modal-open {
    padding-right: 0 !important
}

.modal-content {
    border: 0 !important;
    background-color: transparent !important
}

.modal-body {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    background-color: #fff
}

.header-form input,
.header-form select,
.header-form textarea {
    display: block;
    border: 2px solid #eaeaea;
    background-color: #fff;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    height: 50px
}

.btn-close-ctm {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10
}

.header-form select {
    appearance: auto
}

.header-form input:focus {
    background-color: transparent;
    border: 1px solid #4d4e4e;
    box-shadow: none
}

.js-submit {
    font-size: calc(14px + (18 - 14) * ((100vw - 300px) / (1920 - 300)));
    font-weight: 500;
    padding: 14px 60px;
    display: inline-block;
    color: #fff;
    margin-bottom: 0;
    margin-right: 0;
    border: 1px solid #2e2e2e;
    border-radius: 50px;
    transition: .5s ease-in-out;
    background: linear-gradient(45deg, #f98113, #fdb304)
}

.js-submit:hover {
    color: #fff;
    background: linear-gradient(90deg, #3f3f3f 1%, #242424 40%, #181818 100%)
}

.iti.iti--allow-dropdown {
    width: 100%;
    margin-bottom: 10px
}

.banner-center img {
    width: 34%
}

.proces-box {
    padding: 40px 20px;
    text-align: center;
    background: #fff;
    border-radius: 20px 20px 0;
    box-shadow: 0 0 20px 0 #00000017, inset 0 0 8px 0 #62e6e3;
    border: 1px solid #1fafad;
    position: relative;
    z-index: 1;
    height: 100%
}

.proces-box:before {
    content: '';
    position: absolute;
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: -1;
    border: 1px solid #1fafad;
    left: 10px;
    top: 10px;
    border-radius: 20px 20px 0
}

.proces-box h3 {
    font-size: 50px;
    line-height: 1;
    margin: 0 0 4px;
    color: #1fafad
}

.proces-box h5 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 8px;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}

.proces-box p {
    color: #000;
    font-weight: 500
}

@media only screen and (min-width:1366px) and (max-width:1400px) {
    .banner-cont {
        top: 20px
    }
}

@media only screen and (min-width:1100px) and (max-width:1365px) {
    .process-sec {
        margin-left: -30px
    }

    .proces-head {
        margin-right: -30px
    }

    .process-sec:after {
        left: 100px;
        height: 90%;
        width: 90%
    }

    h2 {
        font-size: 45px;
        margin: 0 0 10px
    }

    .banner-cont h1,
    .frequently-asked-questions-form-heading h2 {
        font-size: 40px
    }

    .frequently-asked-questions-form-heading:before {
        right: 30px
    }

    .frequently-asked-questions-form-heading p {
        font-size: 15px
    }

    .testi-slider .slick-next,
    .testi-slider .slick-prev {
        bottom: -45px
    }

    .package-price h4,
    .portfolio-sec .sec-head h2,
    .sec-head h2 {
        font-size: 50px
    }

    img.tt-1 {
        position: absolute;
        top: 80px;
        left: 0;
        width: 20%
    }

    .testi-box h3 {
        font-size: 25px
    }

    .work-text {
        padding: 50px 60px;
        width: 81%
    }

    .for-head {
        padding: 22px
    }

    .banner-form {
        margin-top: 12px
    }

    .input-field>input,
    .input-field>textarea {
        height: 40px
    }

    .for-head>img {
        width: 18%;
        right: 10px
    }

    .input-field {
        margin: 0 0 15px
    }

    .banner-center img {
        width: 33%
    }

    .for-head>span {
        font-size: 35px
    }

    .banner-cont h4 {
        font-size: 14px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .banner-center img {
        width: 37%
    }

    .banner-cont h1 {
        font-size: 33px
    }

    .btn-1 {
        font-size: 11px
    }

    .banner-cont h4,
    .for-head {
        font-size: 12px
    }

    .for-head {
        padding: 18px
    }

    .input-field>input {
        height: 40px
    }

    .frequently-asked-questions-heading h2 {
        margin-bottom: 5px
    }

    .frequently-asked-questions-form-heading h2 {
        font-size: 35px
    }

    .package-sec .sec-head h2,
    .proc-step-box h3 {
        font-size: 60px
    }

    .pr-box-1 {
        margin: 246.5px 0 0 -14px
    }

    .we-do-slider .slick-prev {
        right: 25px
    }

    .proces-head h2 {
        width: 50%;
        margin: 0 auto;
        font-size: 50px;
        line-height: 55px
    }

    .copy-right ul li a {
        font-size: 20px;
        width: 45px;
        height: 45px
    }

    .footer-sec h2 {
        font-size: 25px
    }

    .footer-sec {
        background: #262626;
        padding: 50px 0 30px
    }

    .frequently-asked-questions-form-heading:before {
        width: 71px;
        height: 73px;
        top: 0;
        right: 30px
    }

    .frequently-asked-questions-form-heading {
        padding: 12px 20px 12px 30px
    }

    .btn-flex a:last-child,
    .frequently-asked-questions-form-heading p {
        font-size: 14px
    }

    .work-text h2 {
        font-weight: 100;
        margin-bottom: 5px
    }

    .we-do-sec {
        padding: 0
    }

    h2 {
        font-size: 40px
    }

    .frequently-asked-questions-sec {
        padding: 30px 0 80px
    }

    .slick-dots {
        display: none !important
    }

    .testi-slider .slick-next,
    .testi-slider .slick-prev {
        bottom: -40px
    }

    ul.testimonial-profile img {
        width: 80px;
        height: 80px
    }

    .testi-box h3 {
        font-size: 23px
    }

    img.tt-1 {
        position: absolute;
        top: 88px;
        left: 0;
        width: 20%
    }

    .sec-head h2 {
        font-size: 50px
    }

    .banner-back img {
        height: 620px
    }

    .portfolio-sec .sec-head h2 {
        font-size: 45px;
        width: 95%
    }

    .input-field {
        margin: 0 0 15px
    }

    img.wrk-1 {
        position: absolute;
        left: -100px;
        top: -100px;
        width: 250px;
        right: 0;
        margin: auto
    }

    .work-text {
        padding: 60px 40px;
        width: 95%
    }

    .form-body {
        padding: 25px
    }

    .input-field>textarea {
        height: 70px
    }

    .for-head>span {
        font-size: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .we-do-sec {
        padding: 0
    }

    .testimonial-sec {
        padding: 165px 0 0;
        height: 1100px
    }

    .testimonial-image img {
        width: 60%;
        margin: 0 auto
    }

    img.tt-1 {
        position: absolute;
        top: 104px;
        left: 0;
        width: 20%
    }

    .testimonial-image {
        text-align: center
    }

    section.testimonial-sec.all-section .sec-head {
        margin-bottom: 30px
    }

    ul.testimonial-profile h4 {
        margin-bottom: 5px
    }

    ul.testimonial-profile img {
        width: 80px;
        height: 80px
    }

    .testi-box h3 {
        font-size: 25px
    }

    .sec-head h2 {
        font-size: 45px;
        margin: 0;
        margin-bottom: 0 !important
    }

    .testi-slider .slick-next,
    .testi-slider .slick-prev {
        top: auto;
        bottom: -30px;
        right: auto;
        left: 100px
    }

    p {
        font-size: 12px;
        line-height: 25px
    }

    .ftr-address ul li i {
        font-size: 14px
    }

    .ftr-address.contact ul li i {
        font-size: 15px
    }

    .ftr-address ul li a {
        font-size: 10px;
        line-height: 15px
    }

    .ftr-quick-link {
        margin-left: 20px
    }

    .ftr-address ul li {
        gap: 10px;
        margin-bottom: 25px
    }

    .ftr-quick-link ul {
        margin: 0;
        line-height: 30px
    }

    .footer-sec h2 {
        font-size: 18px;
        padding-left: 10px;
        margin-bottom: 20px
    }

    .frequently-asked-questions-form-heading p,
    .ftr-quick-link ul li a {
        font-size: 12px
    }

    .ftr-about p {
        font-size: 11px;
        color: #bdbdbd;
        margin-bottom: 20px;
        line-height: 20px
    }

    .freq-que-form-input-icon i {
        font-size: 15px;
        color: #1fafad
    }

    .frequently-asked-questions-form-heading {
        padding: 12px 20px 12px 30px
    }

    .frequently-asked-questions-form-heading h2 {
        font-size: 25px;
        margin-bottom: 0;
        line-height: 30px
    }

    .frequently-asked-questions-sec {
        padding: 50px 0
    }

    .we-do-slider .slick-slide.slick-current.slick-active+.slick-active .we-slider-box {
        padding: 15px;
        transform: scale(1)
    }

    .we-do-slider .slick-next,
    .we-do-slider .slick-prev {
        top: 5%
    }

    .we-do-slider .slick-prev {
        right: 0
    }

    .frequently-asked-questions-form {
        margin-left: 10px
    }

    .frequently-asked-questions-form-heading:before {
        width: 60px;
        height: 61px;
        top: 0;
        right: 0
    }

    .freq-que-form-input textarea {
        height: 110px
    }

    .freq-que-form-input input {
        height: 45px
    }

    .gorilla-content.privacy-content {
        margin-top: 20px
    }

    .frequently-asked-questions-form form {
        padding: 20px 15px
    }

    .frequently-asked-questions-heading h2 {
        margin-bottom: 0
    }

    h2 {
        font-size: 30px;
        margin: 0 0 30px
    }

    .accordion-body.gorrila-page-txt p {
        font-size: 12px;
        line-height: 20px
    }

    .gorilla-content .accordion-button.collapsed {
        padding: 18px 22px;
        font-size: 16px
    }

    .footer-sec {
        padding: 40px 0
    }

    .copy-right-button a {
        height: 75px;
        width: 70px
    }

    .copy-right ul {
        gap: 10px
    }

    .copy-right ul li a {
        font-size: 18px;
        width: 40px;
        height: 40px
    }
}

.we-do-slider .slick-arrow {
    display: none !important
}

@media only screen and (min-width:520px) and (max-width:767px) {
    .gettext h3 {
        font-size: 30px !important;
        margin: 90px 0 20px !important
    }

    .gettext h5 {
        font-size: 16px !important;
        line-height: 1.2 !important
    }

    .gettext {
        padding: 100px 40px !important
    }
}

@media only screen and (min-width:300px) and (max-width:519px) {

    .ftr-address,
    .ftr-quick-link {
        margin-top: 20px
    }

    ul.package-list {
        height: 620px !important
    }

    .gettext h3 {
        font-size: 30px !important;
        margin: 90px 0 20px !important
    }

    .gettext h5 {
        font-size: 16px !important;
        line-height: 1.2 !important
    }

    .gettext {
        padding: 100px 40px !important
    }

    .after-banner,
    .banner-center,
    .process-sec:after,
    img.tt-1,
    img.wrk-1 {
        display: none
    }

    .floatbutton {
        display: none !important
    }

    .ftr-quick-link {
        margin-left: 0
    }

    .banner-cont h4,
    .ftr-quick-link ul li a {
        font-size: 12px
    }

    .ftr-address ul li a {
        font-size: 10px;
        font-weight: 500
    }

    .ftr-quick-link ul {
        line-height: 26px
    }

    .footer-sec {
        padding: 30px 0
    }

    .ftr-about p {
        font-size: 10px;
        margin-bottom: 18px;
        line-height: 20px
    }

    .footer-sec h2 {
        font-size: 20px;
        padding-left: 20px;
        margin-bottom: 10px
    }

    .frequently-asked-questions-form,
    .ftr-address.contact {
        margin-left: 0
    }

    .copy-right-text p {
        color: #a1a1a1;
        font-size: 12px;
        margin-top: 10px
    }

    .copy-right-text {
        text-align: center;
        margin-bottom: 30px
    }

    .frequently-asked-questions-form form {
        padding: 25px 10px
    }

    .copy-right-button a {
        height: 40px;
        width: 60px;
        font-size: 20px
    }

    .copy-right ul li a {
        width: 40px;
        height: 40px
    }

    .gorilla-content .accordion-button.collapsed {
        font-size: 15px
    }

    .copy-right ul {
        gap: 10px;
        justify-content: center
    }

    .banner-cont {
        position: relative;
        padding-top:0px;
        padding-bottom: 20px
    }

    .banner-back {
        position: absolute;
        height: 100%;
        width: 100%
    }

    .banner-back>img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

    .banner-form {
        margin-top: 30px
    }

    .banner-cont h1 {
        font-size: 34px
    }

    .banner-cont h4:before {
        left: -10vw
    }

    .header_btns ul {
        gap: 8px;
        justify-content: space-between;
        margin-top: 10px;
        align-items: center
    }

    .header-logo {
        width: 180px
    }

    header {
        background: #ffffff1f;
        backdrop-filter: blur(20px);
        padding: 10px 0 0
    }

    .btn-flex {
        gap: 10px
    }

    .btn-1 {
        padding: 0 15px;
        height: 40px;
        font-size: 12px
    }

    .form-body {
        padding: 30px 20px 20px
    }

    .all-section,
    section.work-sec {
        padding: 50px 0
    }

    .work-text {
        width: 100%;
        margin: 20px 0;
        padding: 20px;
        text-align: center
    }

    h2 {
        font-size: 33px;
        line-height: 1;
        margin: 0 0 10px
    }

    .sec-head h2 {
        font-size: 40px;
        margin: 0 0 20px
    }

    .for-head>img {
        width: 50px;
        right: 0
    }

    .header_btns ul li:first-child a img {
        width: 30px
    }

    .header_btns ul li:first-child h5 {
        font-size: 12px;
        flex: 1
    }

    .header_btns ul li:first-child h5 span {
        font-size: 18px
    }

    .header_btns ul li:first-child a {
        gap: 8px
    }

    .proc-step-box {
        margin: 20px auto
    }

    .proc-step-box:after {
        transform: rotate(62deg) translate(-24px, -9px) !important
    }

    .proces-head h2 {
        width: 100%;
        font-size: 50px
    }

    .proces-head {
        margin-top: 0
    }

    .portfolio-sec .sec-head h2 {
        font-size: 38px;
        margin: 0 0 20px;
        width: 100%
    }

    .proc-step-box p {
        font-size: 16px;
        margin-top: -12px
    }

    .package-sec .sec-head h2 {
        font-size: 40px
    }

    .package-box {
        margin: 20px auto 40px;
        padding: 20px
    }

    .testimonial-sec {
        background: #f4f4f4
    }

    .testi-box h3 {
        font-size: 20px;
        line-height: 1.5
    }

    .we-do-slider .slick-next {
        right: 22%
    }

    .we-do-slider .slick-prev {
        right: 0
    }

    .frequently-asked-questions-form-heading {
        padding-left: 20px;
        text-align: center
    }

    .frequently-asked-questions-form-heading h2 {
        font-size: 30px
    }

    .frequently-asked-questions-form-heading p {
        font-size: 14px
    }

    .frequently-asked-questions-form-heading:before {
        height: 50px;
        width: 50px;
        right: 30px
    }

    .package-slidr .slick-slide {
        margin: 0
    }

    .we-do-slider .slick-arrow {
        display: block !important;
        top: 85%;
        left: 0 !important;
        right: 0 !important;
        margin: 0 auto
    }

    .we-do-slider .slick-prev {
        left: 140px !important
    }

    .we-slider-box {
        margin-top: -30px;
        margin-bottom: 60px
    }

    .we-do-sec .slick-list {
        height: auto
    }

    .frequently-asked-questions-heading,
    .work-image {
        text-align: center
    }

    .header-logo {
        text-align: center;
        margin: 0 auto
    }

    ul.we-slid-list {
        display: block;
        text-align: center
    }

    .package-top h6 {
        font-size: 25px
    }

    .we-do-slider .slick-slide.slick-current .we-slider-box {
        background: #1fafad;
        border-color: #1fafad;
        padding: 22px;
        z-index: 1;
        position: relative;
        text-align: center;
        border-radius: 30px;
        height: 100%;
        transition: .5s ease-in-out;
        box-shadow: -20px 20px 30px 0 #00000045
    }

    .we-do-slider .slick-slide.slick-current .we-slider-image img {
        display: flex;
        align-items: center;
        justify-content: center;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(126deg) brightness(106%) contrast(101%)
    }

    .we-do-slider .slick-slide.slick-current ul.we-slid-list {
        justify-content: center;
        margin-top: 30px;
        display: block;
        text-align: center
    }

    ul.we-slid-list li {
        display: block !important
    }

    ul.we-slid-list a.btn5 {
        opacity: 1
    }

    .we-do-slider .slick-slide.slick-current ul.we-slid-list h5 {
        color: #fff;
        font-weight: 300
    }
}

.logo-pop img {
    width: 40%
}

p.largtt {
    font-size: 34px !important;
    line-height: 50px;
    font-weight: 700 !important;
    text-align: center
}

.video-ovrlap {
    position: absolute;
    top: 4%;
    width: 72.5%;
    height: 72%;
    left: 14%;
    margin: auto;
    background: #000
}

.video-ovrlap>video {
    height: 100%;
    width: 100%
}

.gorilla-content .accordion-button {
    padding-right: 60px !important;
    font-family: Montserrat
}

ul.package-list {
    height: 350px;
    overflow-y: scroll;
    padding-right: 10px
}

ul.package-list.d-flex {
    height: 470px;
    align-items: center;
    justify-content: center
}

ul.package-list::-webkit-scrollbar {
    width: 6px
}

ul.package-list::-webkit-scrollbar-track {
    background: 0 0
}

ul.package-list::-webkit-scrollbar-thumb {
    background-color: #1fafad;
    border-radius: 20px
}

.trustpilot-widget {
    margin-left: -45px
}

.theme-btn.bt-buy-now {
    background: #0d9f16;
    color: #fff;
    border-radius: 120px;
    padding: 10px 10px 6px;
    width: 100px !important
}

.whattsapp .theme-btn i {
    font-size: 22px;
    line-height: 1
}

.whattsapp .theme-btn span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
    line-height: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    text-transform: uppercase
}

.whattsapp .theme-btn:hover span {
    opacity: 1;
    letter-spacing: 1px;
    padding-left: 10px
}

.whattsapp {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99
}

.wa_butns,
.whatsapp {
    animation: .5s infinite alternate scrollDownAnimation;
    -webkit-animation: .7s infinite alternate scrollDownAnimation
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.btns_wrap .chat_wrap img {
    transition: .5s
}

.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton,
.floatbutton .clickbutton .crossplus {
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s
}

.floatbutton {
    transition: .4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 50px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, .09);
    border-radius: 0;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #1fafad;
    box-shadow: 0 0 40px #00000026;
    -webkit-box-shadow: 0 0 40px #00000026;
    -ms-box-shadow: 0 0 40px #00000026;
    -o-box-shadow: 0 0 40px #00000026
}

.btns_wrap .call_wrap,
.btns_wrap .chat_wrap {
    position: absolute;
    right: -225px;
    width: 280px;
    overflow: hidden;
    box-shadow: 0 0 40px #00000026 !important;
    z-index: 9999
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto
}

.floatbutton .clickbutton .crossplus {
    position: relative;
    display: block;
    transition: .4s;
    white-space: pre
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #fff;
    margin: 17px 0 0 15px
}

.btns_wrap {
    position: fixed;
    right: -6px
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0
}

.btns_wrap .call_wrap {
    background-color: #1fafad;
    top: 63px;
    border-radius: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px
}

.btns_wrap .chat_wrap {
    display: block;
    background-color: #ef3d5b;
    top: 0;
    border-radius: 30px 0 0 30px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0 0 10px
}

.distribute-sec .slick-slider {
    mix-blend-mode: darken
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 15px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px
}

.btns_wrap:last-child {
    margin-top: 60px
}

ul.we-slid-list .btn-1 {
    background: #fff;
    box-shadow: none;
    color: #1fafad;
    align-items: center
}


.cta-section {
    
    justify-content: space-between;
    align-items: center;
    background-color: #bef0ef;
    color: #080808;
    padding: 50px;
}

.cta-content {
    max-width: 100%;
    text-align: -webkit-center;
}

.cta-content h1 {
    color: black;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 20px;
}

.cta-content p {
    font-size: 1.25rem;
    margin-bottom: 30px;
}

/* Button Styling */
.cta-buttons {
    display: inline-flex;
    gap: 20px;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-yellow {
    background-color: #1faeac;
    color: #f7f7fa;
    border: none;
}

.btn-outline {
    background-color: #118886;
    color: #ffffff;
    
}

/* Hover Effects */
.btn:hover {
    transform: translateY(-3px);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.btn-yellow:hover {
    background-color: #03c9c9;
}

.btn-outline:hover {
    background-color: #ffffff;
    color: #16216D;
}

/* Arrow Styling */
.btn span {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.btn:hover span {
    transform: translateX(5px);
}

/* CTA Image */
.cta-image img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .cta-section {
        flex-direction: column;
        text-align: center;
    }

    .cta-content {
        max-width: 100%;
        margin-bottom: 30px;
    }

    .cta-buttons {
        justify-content: center;
    }
}





