.choose img,img.side {
    object-position: center
}

* {
    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: sans-serif;
    line-height: 1.2;
    transition: .8s;
    text-transform: capitalize;
    font-weight: 700;
}

.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-g {
    background: linear-gradient(rgba(var(--dark-color),1),rgba(var(--clr-2),1));
}

.bg-1,.c-list li:before,.nav-bar .icon,.process-step:nth-child(odd),.top-bar {
    background: rgb(1 38 78);
}

.bg-2,.btn .icon,.process-step:nth-child(2n),button .icon {
    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 {
    background: rgba(var(--dark-color),1) !important
}

select option {
    background: rgba(var(--dark-color),1) !important;
    color: rgba(var(--light-color),1) !important;
}

.form-select {
    color: rgba(var(--light-color),1) !important;
}

.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;
    padding: 10px 10px 10px 25px!important;
    border-radius: 30px!important;
    transition-duration: .8s;
    font-size: inherit
}

.btn .icon,button .icon {
    width: 30px;
    height: 30px
}

.bg-1 .btn,.bg-1 button,.bg-d .btn,.bg-d button {
    background: rgba(var(--clr-2),1) !important;
    color: rgba(var(--dark-color),1)!important
}

.bg-1 .btn .icon,.bg-1 button .icon {
    background: rgba(var(--clr-1),1);
    width: 30px;
    height: 30px;
    border: none!important
}

.bg-1 .btn.active,.bg-1 .btn:hover,.bg-1 button.active,.bg-1 button:hover,.bg-d .btn.active,.bg-d .btn:hover,.bg-d button.active,.bg-d 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,button svg {
    transition: .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: 0 0!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,.c-list li:before,.icon,.iti input:focus .iti__selected-dial-code {
    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--separate-dial-code .iti__selected-flag {
    background-color: rgba(var(--clr-2),.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),.5);
    color: rgba(var(--dark-color),1)!important
}

.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
}

.drop-down-cont,.icon {
    background: rgba(var(--clr-1),1)
}

.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)
}

.headwave {
    height: 100px;
    width: 100%
}

.logo {
    height: 65px;
    width: 100%
}

.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
    }
}


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 {
    object-fit: fill;
    object-position: bottom
}

.logo,.nav-icons {
    object-fit: contain
}

.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
}

.box.subservice,.service,.ban-form {
    border-radius: 25px;
    overflow: hidden
}

.nav-icons {
    width: 30px;
    height: 30px;
    filter: invert(84%) sepia(100%) saturate(21%) hue-rotate(0deg) brightness(110%) contrast(90%)
}

.banner-left,.banner-right {
    top: 0;
    height: 800px;
    object-fit: cover
}

.drop-down:hover .drop-down-cont {
    max-height: 100vh
}

.position-relative {
    z-index: 9
}

.banner {
    z-index: 1;
    height: 800px
}

.banner-left,.banner-line,.banner-right {
    z-index: -1;
    position: absolute
}

.inner.banner,.inner.banner .banner-left,.inner.banner .banner-right {
    height: 500px
}

.banner-left {
    left: 0;
    width: 250px;
    object-position: right
}

.banner-right {
    right: 0;
    width: 350px;
    object-position: left
}

.banner-line {
    left: 30px;
    top: 150px;
    width: 100%;
    height: 100%
}

.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#wrap5.inner,div#wrap6,div#wrap7 {
    position: absolute;
    bottom: 0;
    height: 50px;
    width: 100%;
    left: 30px
}

div#wrap4.inner {
    position: absolute;
    top: 0;
    width: 100%;
    left: 30px
}

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 {
    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;
    margin-bottom: 10px
}

img.side,img.side-large,img.subservice-image {
    width: 100%;
    object-fit: contain
}

img.side {
    height: 400px
}

img.side-large {
    height: 650px;
    object-position: left
}

img.subservice-image {
    height: 150px
}

img.genere-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    object-fit: contain
}

.box.subservice {
    height: 350px;
    padding: 20px
}

.box.subservice.no-image,.box.subservice.writing {
    height: 250px
}

.left-hand,.right-hand {
    position: absolute;
    width: 100px;
    height: 200px;
    object-fit: contain;
    z-index: -1
}

.right-hand {
    right: 0;
    top: 20%
}

.left-hand {
    left: 0;
    bottom: 20%
}

.gallery {
    width: 100%;
    height: 250px;
    overflow: hidden
}

.cta-img,.cup,.pot {
    position: absolute;
    height: 100px;
    width: 100px;
    object-fit: contain
}

.gallery img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.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 {
    z-index: -1;
    top: 100%;
    left: 0
}

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#wrap5.inner,div#wrap6,div#wrap7 {
        left:100px
    }

    div#wrap4.inner {
        left: 91px
    }

    .inner.banner-line,div#wrap1.inner,div#wrap2.inner {
        left: 0!important
    }
}

@media screen and (max-width: 1367px) {
    .banner,.banner-left, .banner-right {
        height:700px;
    }

    .service-img {
        width: 50px;
        height: 50px;
    }

    .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: .5;
        height: 350px;
        transform: translateY(-50%)
    }
}

@media screen and (max-width: 767.98px) {
    .banner, .banner-left, .banner-right {
        height: auto;
    }

    .banner-line,div#wrap1,div#wrap2,div#wrap4,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: .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);
        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
    }
}



.client-vid video {
    width: 340px;
    height: 500px;
}

