* {
    box-sizing: border-box
}
a,
a.active,
a:active,
a:focus,
a:hover {
    text-decoration: none;
    cursor: pointer
}
*,
:after,
:before,
ul.c-list li:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body,
html,
select {
    scrollbar-color: rgba(var(--dark-color), 1) transparent
}

body,
html {
    scroll-behavior: smooth
}

body,
select {
    scrollbar-width: 8px
}

html,
select {
    scrollbar-width: thin
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-image: linear-gradient(rgba(var(--dark-color), 1), rgba(var(--clr-2), 1))
}

::-moz-selection {
    color: rgba(var(--clr-2), 1);
    background: rgba(var(--dark-color), 1)
}

::selection {
    color: rgba(var(--clr-2), 1);
    background: rgba(var(--dark-color), 1)
}

html {
    scroll-snap-type: y mandatory
}

body {
    margin: 0;
    right: 0;
    -webkit-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    font-family: Lato, sans-serif !important;
    line-height: 1.5;
    color: rgba(var(--dark-color), 1);
    background: rgba(var(--light-color), 1);
    overflow-x: hidden;
    font-size: 15px
}



footer,
section {
    overflow-x: hidden;
    overflow-y: clip
}

#text,
.drop-down-cont,
.gallery,
.service .image {
    overflow: hidden
}

:after,
:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

a {
    outline: 0;
    color: inherit
}

a.active,
a:active,
a:focus,
a:hover {
    color: rgba(var(--clr-2), 1) !important;
    outline: 0 !important
}

audio,
img,
video {
    max-width: 100%;
    height: auto
}

.fw-700,
b,
strong {
    font-weight: 700
}

.heading,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
     font-family: "Merriweather", serif;
    line-height: 1.2;
    transition: .8s;
    text-transform: capitalize
}
.f-74{
	font-size: 74px;
}
.f-55 {
    font-size: 55px
}

.f-40 {
    font-size: 40px
}

.f-34 {
    font-size: 34px
}
.f-30{
    font-size: 30px;
}
.f-24 {
    font-size: 24px
}

.f-18 {
    font-size: 18px
}
.text-shadow {
    text-shadow: 3px 3px 0 rgba(var(--clr-2),1);
}
.clr-1,
.drop-down:hover .a {
    color: rgba(var(--clr-1), 1)
}

.clr-2 {
    color: rgba(var(--clr-2), 1)
}

.clr-l{
    color: rgba(var(--light-color), 1) !important
}

.bg-1,
.process-step:nth-child(odd) {
    background: rgba(var(--clr-1), 1)
}

.bg-2,
.process-step:nth-child(2n) {
    background: rgba(var(--clr-2), 1)
}
.bg-4{
    background: #E6FCE5;
}
.bg-l {
    background: rgba(var(--light-color), 1);
    border-radius: 50px
}

.bg-d,
.bg-d select option {
    background: rgba(var(--dark-color), 1)
}

.bg-1-l {
    background: rgba(var(--clr-1), .12)
}

.bg-light {
    background: #eee !important
}

.btn,
button {
    color: rgba(var(--light-color), 1);
    background: rgba(var(--dark-color), 1);
    border: none !important;
    text-transform: uppercase;
    
/*    box-shadow: 3px 3px 0 rgba(var(--clr-2),1);*/

    padding: 10px 10px 10px 25px!important;
    border-radius: 30px !important;
    transition-duration: .8s;
    font-size: inherit
}.btn .icon,
button .icon {
    background: rgba(var(--clr-2), 1.0);
    width: 30px;
    height: 30px;
}
.bg-d .btn,
.bg-d button,.bg-1 .btn,
.bg-1 button{
    background:  #E6FCE5 !important;
    color: rgba(var(--dark-color), 1.0) !important;
}
.bg-1  .btn .icon,
.bg-1  button .icon {
    background: rgba(var(--clr-1), 1.0);
    width: 30px;
    height: 30px;
    border: none !important;
}
.bg-d .btn.active,
.bg-d .btn:hover,
.bg-d button.active,
.bg-d button:hover,.bg-1 .btn.active,
.bg-1 .btn:hover,
.bg-1 button.active,
.bg-1 button:hover {
    background: rgba(var(--clr-2), 1) !important;
}
.btn.active,
.btn:hover,
button.active,
button:hover {
    background: rgba(var(--clr-1), 1) !important;
}
.btn svg,
.btn svg,
button svg,
button  svg{
    transition: 0.8s;
}
.btn.active svg,
.btn:hover svg,
button.active svg,
button:hover  svg{
    transform: rotate(-45deg);
}
.bg-2 .btn,
.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 .icon,
.bg-2 button,
.bg-2 button.active,
.bg-2 button:hover {
    background: rgba(var(--clr-1), 1) !important;
    border-color: rgba(var(--light-color), 1) !important
}

.bg-2 .btn.active,
.bg-2 .btn:hover,
.bg-2 button.active,
.bg-2 button:hover {
    border-radius: 0 10px !important
}

.form-control,
input,
select,
select input {
    background: none !important;
    color: inherit !important;
    border: 1px solid rgba(var(--light-color), 1) !important;
    padding: 12px 20px !important;
    box-shadow: unset !important;
    transition-duration: .8s;
    height: auto !important;
    border-radius: 30px !important;
    overflow: hidden
}
textarea.form-control {
    padding: 21px 15px !important;
}
.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center
}

.form-control:focus,
input:focus {
    outline: 0;
    background: rgba(var(--dark-color), .5) !important; 

    border: 1px solid rgba(var(--clr-2), 1)!important; 
    box-shadow: none
}

.bg-d select option,
.icon {
    color: rgba(var(--light-color), 1)
}

.form-control::placeholder,
input::placeholder {
    color: rgba(var(--light-color), 1);
    opacity: 1
}

input.phone,
input[name=phone] {
    padding-left: 75px !important
}

.iti {
    display: block !important;
    width: 100% !important
}

.icona:hover .icon,
.iti__country-list {
    background: rgba(var(--dark-color), 1) !important;
    border-color: rgba(var(--clr-2), 1) !important;
    color: rgba(var(--light-color), 1)!important;
}

.iti input:focus .iti__selected-dial-code {
    color: rgba(var(--light-color), 1);
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-3), .8) !important;
    border-radius: 25px 0 0 25px;
    color: rgba(var(--light-color), 1);
}

.bg-d .form-control,
.bg-d input,
.bg-d select,
.text-white .form-control,
.text-white input,
.text-white select {
    background: rgba(var(--light-color), 0.5);
    color: rgba(var(--dark-color), 1) !important
}

.c-list li:before {
    color: rgba(var(--light-color), 1)
}

.bg-d .form-control:focus,
.bg-d input:focus {
    background: rgba(var(--clr-2), 1) !important;
    border: 1px solid rgba(var(--clr-2), 1)
}

.bg-d .form-control::placeholder,
.bg-d input::placeholder {
    color: rgba(var(--dark-color), 1);
    opacity: 1
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

label.h {
    z-index: -999999999
}

input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea {
    font-size: 16px
}

.slick-dots li button,
.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    background: 0 0 !important
}

.slick-next {
    right: -35px
}

.slick-prev {
    left: -30px;
    z-index: 9999
}

.icon {
    height: 40px;
    width: 40px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(var(--clr-2), 1);
    background: rgba(var(--clr-1), 1)
}

.c-list li:before,
.nav-bar .icon,
.top-bar {
    background: rgba(var(--clr-1), 1)
}

.nav-bar .icon {
    border-color: rgba(var(--light-color), 1)
}

.platforms .slider img,.publishing.platforms-2 img  {
    height: 36px;
    width: 80%;
    object-fit: contain;
    object-position: center
}

.publishing.platforms-2 img {
    height: 80px
}
@keyframes text-a {
    0% {
        width: 0
    }
    100% {
        width: 200px
    }
}

@supports (-moz-appearance:none) {
    SELECT {
        -moz-appearance: none !important;
        background: url(data:image/gif; base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==) right center no-repeat !important;
        background-position: calc(100% - 5px) center !important
    }
}

button.btn-close {
    position: absolute;
    right: 0;
    padding: 10px !important;
    top: -5px;
    opacity: 1;
    background: red;
    z-index: 99999999999
}

.c-list li {
    position: relative;
    padding: 10px 0 10px 35px
}

.c-list li:before {
    display: flex;
    content: "\e903";
    font-family: icomoon;
    left: 5px;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding: 2px;
    position: absolute;
    font-size: 10px;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(var(--clr-2), 1)
}

.headwave {
    width: 100%;
    height: 100px;
    object-fit: fill;
    object-position: bottom;
}
.logo {
    height: 100px;
    width: 100%;
    object-fit: contain;
}

.drop-down-cont{
    background: rgba(var(--clr-1), 1)
}

.drop-down-cont {
    position: absolute;
    top: 90%;
    width: 480px;
    right: 0;
    border-radius: 20px 0;
    max-height: 0;
    transition: max-height .8s ease-out;
    z-index: 99;
}
.nav-icons {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: invert(84%) sepia(100%) saturate(21%) hue-rotate(0deg) brightness(110%) contrast(90%);
}
.drop-down:hover .drop-down-cont {
    max-height: 100vh
}.position-relative{

z-index:9;
}
.banner{
z-index:1;
height: 700px}
.inner.banner,.inner.banner .banner-right,.inner.banner .banner-left{height: 500px}
.banner-left{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    height: 700px;
    width: 300px;
    object-fit: cover;
    object-position:right ;
}
.banner-right{
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
    height: 700px;
    width: 350px;
    object-fit: cover;
    object-position:left ;
}
.banner-line{
    position: absolute;
    left: 30px;
    top: 150px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.inner.banner-line {
    top: 0;
    z-index: 99999;
    position: relative;
    left: 0 !important;
}
.banner-line svg{
    width: 100%;
    height: 100%;
    position: relative;
}
div#wrap1 ,div#wrap2,div#wrap6,div#wrap7,div#wrap5.inner{
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    left: 30px;
}
div#wrap4.inner {
    position: absolute;
    top: 0;
    /* height: 50px; */
    width: 100%;
    left: 30px;
    /* text-align: right; */
}div#wrap4.inner  svg{
    width: 100%;
}
div#wrap1.inner,div#wrap2.inner {
    left: 0 !important;
}
div#wrap3 {
    position: absolute;
    top: 185px;
    height: 100%;
    width: 100%;
    left: 50%;
    right: 50%;
}
.service{
    border-radius: 25px;
    overflow: hidden;
    z-index: 9;
}.service-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    object-fit: contain;
    z-index: -1;
}.top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;

}
.bottom{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}
.choose img {
    height: 70px;
    width: 70px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 10px;
}
img.side{
    height: 400px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
img.side-large {
    height: 650px;
    width: 100%;
    object-fit: contain;
    object-position: left;
}
    img.subservice-image {
/*    margin-top: -100px;*/
    width: 100%;
    height: 150px;
    object-fit: contain
}
img.genere-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    object-fit: contain;
}

.box.subservice {
    height: 350px;
    overflow: hidden;
    border-radius: 25px;
    padding: 20px;
}
.box.subservice.no-image{
    height: 200px;}
.box.subservice.writing{
    height: 250px;}
.right-hand ,.left-hand {
    position: absolute;
    
    width: 100px;
    height: 200px;
    object-fit: contain;
/*    right: 0;*/
    z-index: -1;
}
.right-hand {
    right: 0;
    top: 20%;
}
.left-hand{
    left: 0;
    bottom: 20%;
}
.gallery {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.gallery img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.cup,.pot {
    position: absolute;
    height: 100px;
    width: 100px;
    object-fit: contain;
}
.cup{
    top: 0;
    right: 0;
}
.pot{
    bottom: 0;
    left: 0;
}
.reviews-silder .box {
    height: 200px;
    border: 1px solid;
    border-radius: 45px;
}
.reviews-silder .box img{
    height: 150px;
    width: 100px;
    object-fit: contain;
    object-position: center;
}
.cta{
    background: linear-gradient(rgba(var(--light-color),1), rgba(230 ,252, 229,1));
}
.cta-bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cta-img{
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 0;
    height: 100px;
    width: 100px;
    object-fit: contain;
}
svg#ban {
  max-width: 80%;
  max-height: 80%;
  opacity: 0;
}svg {
  overflow: visible;}
#ban path {
  stroke: rgba(var(--clr-1), 1.0);
  fill: none;
}
path#pen {
    stroke: rgb(49 117 117);
    fill: rgba(var(--clr-1), 1.0);
}
@media screen and (min-width:1367px) {
    .banner-line,div#wrap1 ,div#wrap2,div#wrap6,div#wrap7,div#wrap5.inner{
        left: 100px;
    }div#wrap4.inner {
    
    left: 91px;
}
    div#wrap1.inner,div#wrap2.inner {
    left: 0 !important;
}
    .inner.banner-line {
    left: 0 !important;
}
}
@media screen and (min-width:1024px) {
    
}
@media screen and (max-width:1367px) {
    .f-55 {
        font-size: 50px
    }
    body {
        font-size: 14px
    }
    .f-24 {
        font-size: 22px
    }
    .f-30{
    font-size: 29px;
}
     .f-34 {
        font-size: 32px
    }
}

@media screen and (max-width:1181px) {
	.f-30{
    font-size: 26px;
}
    .f-18 {
        font-size: 16px
    }
    .f-55 {
        font-size: 45px
    }
    .f-40 {
        font-size: 35px
    }
    .f-34 {
        font-size: 32px
    }
    .f-24 {
        font-size: 20px
    }
}

@media screen and (max-width:992px) {
    
    img.logo {
        object-position: center
    }
        .banner .author {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
        opacity: 0.5;
        height: 350px;
        transform: translateY(-50%);
    }
}

@media screen and (max-width:576px) {
    .banner-line,div#wrap1 ,div#wrap4,div#wrap2,div#wrap6,div#wrap7{
        width: 70%;
        overflow: hidden;
    }
    div#wrap3 ,div#wrap4 {
    left: 5%;
    right: auto;
}div#wrap4 {
    left: 5%;
    position: relative;
}
    .banner-right{
        opacity: 0.5;
    }
    .nav-bar {
        background: rgba(var(--clr-1), 1);
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        transform: translateX(200%);
        z-index: 99999999;
        transition: .8s;
        padding-left: 20px;
        padding-right: 20px;
        color: rgba(var(--light-color), 1);
        overflow-y: scroll
    }
    .nav-bar li:not(.drop-down-cont li) {
        margin: 20px auto
    }
    .nav-bar.active {
        transform: translateX(0)
    }
        .number {
        height: 50px;
        width: 50px;
    }
        span.line {
        right: 0;
        left: 50%;
        top: 50%;
        width: 2px;
        height: 100px;
        transform: translateX(-50%);
    }
        .process {
        border-top: none;
        border-left: 5px solid rgba(var(--clr-1), 1.0);
        padding-top: 0;
        padding-left: 3px;
    }
        
    .drop-down-cont {
        height: auto !important;
        max-height: unset !important;
        background: 0 0;
        padding: 0 0 0 10px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transform: translate(0);
        border-radius: unset;
        width: auto;
        box-shadow: none
    }
    .drop-down-cont li {
        padding-top: 10px
    }
    .f-55 {
        font-size: 40px
    }
    .f-40 {
        font-size: 30px
    }
    .f-34 {
        font-size: 28px
    }
    
}

@media screen and (max-width:431px) {
    body {
        font-size: 12px
    }
}

@media screen and (max-width:391px) {
    .icon {
        height: 30px;
        width: 30px
    }
}