/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lora:ital,wght@0,400..700;1,400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

div#footer .row-bg {
    background: #F3F4F8;
}

div#footer {
    padding: 70px 0px !important;
}

div#footer img {
    max-width: 100px;
}

#footer p.pera {
    font-family: Poppins;
    font-size: 11px;
    color: #181b31;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 20px;
}

#footer .list {
    display: flex;
    padding: 0px;
    margin: 0px;
    gap: 14px;
    flex-direction: row;
}

#footer ul.list li {
    list-style: none;
}

#footer ul.list li a i {
    transition: 0.5s ease;
    width: 33px;
    background: #181b31;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    padding: 10px;
    font-size: 17px;
    padding-top: 10px;
}

#footer h3 {
    text-transform: uppercase;
    font-size: 23px;
    font-family: 'EB Garamond';
    color: #181b31;
    font-weight: 500;
    line-height: 35px;
}

#footer ul {
    list-style: none;
    padding: 0px;
    margin: 20px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#footer ul li {
    list-style: none;
}

#footer ul li a {
    font-family: 'Poppins';
    color: rgb(8, 9, 21);
    font-weight: 300;
    font-size: 15px;
    line-height: 26px;
    transition: 0.5s ease;
}

#footer .emaillist {
    margin-top: 12px;
}

#footer .emaillist input[type="email"] {
    background: #fafafa;
    border: 1px solid #eaeaea;
    padding: 12px 30px 12px 30px;
    border-radius: 30px;
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    line-height: 28px;
    letter-spacing: 1px;
    color: #181b31;
}

#footer .emaillist input[type="email"]::placeholder {
    color: #ccccdb;
}

#footer .emaillist input[type="submit"] {
    background: #181b31;
    font-family: 'EB Garamond';
    text-transform: uppercase;
    width: 100%;
    padding: 5px 20px 5px 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    border-radius: 100px !important;
    letter-spacing: 4px;
    margin-top: 10px;
    transition: 0.5s ease;
    box-shadow: 0px 4px 10px #181b3170;
}

#footer .emaillist input[type="submit"]:hover {
    background: #e62c5b !important;
    transition: 0.5s ease-out;
}

#footer ul li a:hover {
    transition: 0.5s ease-out;
    color: #e62c5b;
}

#footer ul.list li a i:hover {
    transition: 0.5s ease-out;
    background: #e62c5b;
    margin-top: -5px;
}

div#copyright {
    padding: 15px 0px !important;
}

div#copyright p.pera {
    color: #f7f9fb;
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 400;
    line-height: 19px;
}

ul.sf-menu li.menu-item a .menu-title-text {
    color: #000;
    font-size: 17px;
    font-family: 'Poppins';
    font-weight: 400;
    line-height: 27px;
    transition: 0.5s ease;
    text-transform: capitalize;
    letter-spacing: 2px;
}

ul.sf-menu li.menu-item a .menu-title-text:hover {
    transition: 0.5s ease-out;
    color: #e62c5b;
}

body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    display: none;
}

ul.sf-menu li.menu-item a {
    margin: 0px 15px !important;
}

#top ul.buttons.sf-menu li a span {
    background: #e62c5b;
    color: #f7f9fb;
    letter-spacing: 5px;
    padding: 15px 25px 15px 25px;
    border-radius: 0px 30px 0px 30px;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'EB Garamond';
    text-transform: uppercase;
}

#top ul.buttons.sf-menu li a span:hover {
    transform: scale(.9);
    background: #92c5e9;
    color: #080915;
}

#top ul.buttons.sf-menu li a {
    transform: scale(1);
    transition: 0.5s ease !important;
}

#top ul.buttons.sf-menu li a:hover {
    transform: scale(.9);
    transition: 0.5s ease-out;
}

#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after,
#top .slide-out-widget-area-toggle a .lines-button:after,
#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    background: #181b31 !important;
}

body.material #slide-out-widget-area-bg.slide-out-from-right {
    background: #181b31;
}

.off-canvas-menu-container ul li a {
    font-family: Poppins !important;
    font-weight: 400 !important;
    font-size: 16px !important;
}

.off-canvas-menu-container ul li {
    margin-bottom: 5px !important;
}

body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before {
    background: #e62c5b;
}

div#faq {
    padding: 90px 0px !important;
}

div#faq .row-bg {
    background: url(https://skiplify.com/wp-content/uploads/2025/05/border01.png);
    background-position: center center;
    background-repeat: repeat-y;
    background-size: 60% auto;
    opacity: 0.2;
}

div#faq h1.heading {
    font-family: 'Lora';
    letter-spacing: 3.3px;
    font-weight: 500;
    line-height: 56px;
    font-size: 43px;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px auto;
}

div#faq .pera {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 1.9;
    color: #000000;
    max-width: 1100px;
    margin: 0 auto 60px auto;
}

div#faq a.toggle-heading {
    background: #F4F6FFFC;
    padding: 25px 0px 25px 30px;
    border-radius: 30px 0px 30px 0px;
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #080915;
}

div#faq .toggles .toggle {
    margin-bottom: 35px;
    border: none !important;
}

div#faq .toggles .pera {
    margin-bottom: 0px !important;
    font-size: 15px;
    color: #646778;
    max-width: 100%;
    padding: 10px 20px;
}

div#faq .toggle div {
    box-shadow: none !important;
    border: none !important;
}

#faq div[data-style="minimal"] .toggle.default.open i {
    border: none !important;
}

#faq div[data-style*=minimal] .toggle>.toggle-title i {
    border: none !important;
    margin-right: 10px;
}

div[data-style="minimal"] .toggle>.toggle-title i:before {
    width: 17px !important;
    height: 2px !important;
    top: 13.9px;
    background: #080915;
}

div[data-style="minimal"] .toggle>.toggle-title i:after {
    height: 16px !important;
    top: 5px;
    left: 15px;
    width: 2px;
    background: #080915;
}

.toggle:hover>.toggle-title i:after,
div[data-style="minimal"] .toggle:hover>.toggle-title i:before {
    background: #080915 !important;
}

div[data-style="minimal"] .toggle.open>.toggle-title i:before {
    background: #080915;
    height: 1px !important;
}

div#faq .toggles .open .toggle-title .toggle-heading {
    background: #fff1ce;
}

div#agency {
    padding: 120px 0px !important;
}

div#agency .row-bg {
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Bg.jpg);
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

div#agency .row-bg-wrap {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

div#agency img {
    border-radius: 0px 100px 0px 100px;
    max-width: 573.33px;
    max-height: 382.22px;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

div#agency .inner:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fec961;
    left: -30px;
    right: 0px;
    z-index: 999999;
    border-radius: 100%;
    top: -30px;
    transition: 0.5s ease;
}

div#agency .inner:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 65px;
    left: 0px;
    right: 0px;
    z-index: 999999;
    border-radius: 100%;
    bottom: -30px;
    margin: 0 auto;
    background: #7c1df7;
    transition: 0.5s ease;
}

div#agency h1.heading {
    font-family: "Lora", serif;
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    color: #181b31;
    position: relative;
    margin: 30px 0px 15px 0px;
}

div#agency h1.heading:before {
    position: absolute;
}

div#agency .pera {
    font-family: 'Poppins';
    color: #646778;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
    max-width: 95%;
}

div#agency h3.subheading {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    max-width: 90%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #e62c5b;
    color: #ffffff;
    padding: 7px 20px;
    width: fit-content;
    transition: 0.5s ease;
    border: 2px solid #e62c5b;
}

div#agency a {
    font-family: 'EB Garamond';
    font-size: 15px;
    line-height: 3em;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #181b31;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #646778;
    border-radius: 0px 0px 0px 0px;
    padding-bottom: 10px;
    transition: 0.5s ease;
}

div#agency .vc_col-sm-6 {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#agency a:hover {
    transition: 0.5s ease-out;
    color: #e62c5b;
    border-color: #e62c5b;
}

div#trusted {
    padding: 70px 0px !important;
}

div#trusted h1 {
    font-family: 'Lora';
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #181b31;
    position: relative;
    width: fit-content;
    margin: 0px auto 70px auto;
}

div#trusted .row-bg-wrap {
    border-bottom: 1px dashed #dddddd;
}

div#trusted .owl-stage {
    padding: 0px;
}

div#trusted .hover-wrap-inner img {
    margin: 0 auto;
}

div#trusted .owl-dots {
    margin-top: 30px;
    display: none !important;
}

div#trusted .owl-dots span {
    width: 18px !important;
    height: 18px !important;
    border-radius: 0px !important;
    margin: 0px 5px !important;
    background: #181b31;
    border-color: #181b31;
}

div#trusted .owl-dots .owl-dot.active span {
    background: #e62c5b !important;
    transform: scale(1);
}

div#trusted h1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

div#trusted .row-bg {
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Bg.jpg);
    background-size: cover;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


div#faq h1.heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

div#agency h3.subheading:hover {
    transition: 0.5s ease-out;
    background: transparent;
    border-color: #e62c5b;
    color: #e62c5b;
}

div#agency .inner:hover:before {
    background: #e62c5b;
    transition: 0.5s ease-out;
}

div#agency .inner:hover:after {
    background: #92c5e9;
    transition: 0.5s ease-out;
}

div#services {
    padding: 100px 0px !important;
}

div#services .row-bg {
    background: #f8f7fd;
}

div#services h1 {
    font-family: 'Lora';
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #181b31;
    position: relative;
    width: fit-content;
    margin: 0px auto 40px auto;
}

div#services h1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

div#services p {
    font-family: 'Poppins';
    font-size: 17px;
    line-height: 1.9;
    color: #000000;
    max-width: 1100px;
    margin: 0 auto 10px auto;
}

div#services .vc_row:last-child .vc_column_container p.pera {
    margin-bottom: 0px !important;
    color: #646778;
    font-size: 13px;
    line-height: 22px;
    font-weight: 300;
    height: 170px;
    padding-right: 9px;
}

div#services h2.subheading {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    color: #181b31;
}

div#services .vc_col-sm-4 .vc_column-inner {
    background: #ffffff;
    box-shadow: -5px 7px 20px 0px rgba(0, 0, 0, 0.13);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 25px 30px 25px;
    position: relative;
    overflow: hidden;
    transition: 0.5s ease;
}

div#services .vc_col-sm-4 p {
    font-size: 13px;
    color: #646778;
    font-weight: 300;
    line-height: 22px;
    height: 200px;
    margin-bottom: 0px;
    padding-right: 9px;
    overflow: auto;
    overflow-x: hidden;
}

div#services .vc_col-sm-4 p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

div#services .vc_col-sm-4 p::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

div#services .vc_col-sm-4 p::-webkit-scrollbar-thumb {
    background-color: #e62c5b;
    border: 2px solid #e62c5b;
}


div#services .vc_col-sm-4 h2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

div#services .vc_col-sm-4:first-child .vc_column-inner,
div#services .vc_col-sm-4:nth-child(3) .vc_column-inner {
    border-radius: 0px 30px 0px 30px;
}

div#services .vc_col-sm-4:nth-child(2) .vc_column-inner,
div#services .vc_col-sm-4:last-child .vc_column-inner {
    border-radius: 30px 0px 30px 0px;
}

div#services .vc_row:nth-child(3) .vc_col-sm-4:nth-child(3) {
    display: none;
}

div#services .vc_col-sm-4 .vc_column-inner:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 100%;
    left: 0px;
}

div#services .vc_row:nth-child(2) .vc_col-sm-4:first-child .vc_column-inner:before {
    background: #7c1df7;
}

div#services .vc_row:nth-child(2) .vc_col-sm-4:nth-child(2) .vc_column-inner:before {
    background: #4fe6ef;
}

div#services .vc_row:nth-child(2) .vc_col-sm-4:nth-child(3) .vc_column-inner:before {
    background: #00f9b9;
}

div#services .vc_row:nth-child(2) .vc_col-sm-4:nth-child(4) .vc_column-inner:before {
    background: #fec961;
}

div#services .vc_row:nth-child(3) .vc_col-sm-4:nth-child(1) .vc_column-inner:before {
    background: #ff00e0;
}

div#services .vc_col-sm-4 .vc_column-inner:hover {
    transition: 0.5s ease-out;
    background: #000000;
}

div#services .vc_col-sm-4 .vc_column-inner:hover * {
    color: #ffffff;
}

div#services .vc_row:last-child .vc_col-sm-4 .vc_column-inner:hover * {
    color: #ffffff;
}

#services a.links {
    display: table;
    margin: 40px auto 0px auto !important;
    background: #e62c5b;
    color: #f7f9fb;
    letter-spacing: 5px;
    padding: 5px 25px 5px 25px;
    border-radius: 0px 30px 0px 30px;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'EB Garamond';
    text-transform: uppercase;
    transition: 0.5s ease;
}

#services a.links:hover {
    transform: scale(.9);
    background: #92c5e9;
    color: #080915;
}

div#services .vc_row:nth-child(3) .vc_col-sm-4:nth-child(2) .vc_column-inner:before {
    background: #ff7800;
}

div#testimonial .row-bg {
    background: #f8f7fd;
}

div#testimonial .row-bg-wrap {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

div#testimonial {
    padding: 50px 0px !important;
}

div#testimonial img.image {
    width: 100%;
    margin-bottom: 5px;
    height: 50px;
    object-fit: contain;
}

div#testimonial .testimonial-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9fafb;
    border-radius: 20px;
    padding: 50px 0px;
}

div#testimonial p.pera {
    text-align: center;
    color: #101828;
    line-height: 1.3;
    font-size: 19px;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    width: 90%;
}

div#testimonial .info img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    margin: 0 auto;
}

div#testimonial .info h2.title {
    color: #101828;
    letter-spacing: normal;
    margin-top: 0;
    margin-bottom: 3px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
}

div#testimonial .info p {
    padding-bottom: 16px;
}

div#testimonial .info h4.occupation {
    color: #475467;
    letter-spacing: normal;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0px;
}

div#testimonial .owl-dot span {
    width: 12px;
    height: 12px;
    transform: scale(1);
    margin: 0px 5px;
}

div#testimonial .owl-dot.active span {
    background: #e62c5b !important;
}

div#testimonial .owl-nav.disabled {
    position: absolute;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    top: 50%;
}

#testimonial .owl-nav button {
    height: 55px;
    width: 55px;
    border-radius: 100% !important;
    background: #ffffff;
    color: #667085;
    font-family: 'Lora';
    font-size: 28px;
    padding-top: 0px;
    border: 1px solid #eaecf0;
    transition: 0.5s ease;
}

#testimonial .owl-nav button.owl-next {
    position: absolute;
    right: -35px;
}

#testimonial .owl-nav button.owl-prev {
    left: -35px;
    position: absolute;
}

#testimonial .owl-nav button:hover {
    transition: 0.5s ease-out;
    background: #f9fafb;
}

div#services .vc_row:nth-child(3) .row_col_wrap_12_inner {
    justify-content: center;
}

div#process {
    padding: 100px 0px !important;
}

div#process h1.heading {
    font-family: 'Lora';
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #181b31;
    position: relative;
    width: fit-content;
    margin: 0px auto 45px auto;
    width: 60%;
}

div#process h1.heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

div#process p.pera {
    max-width: 1100px;
    margin: 0 auto 10px auto;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75em;
    color: #646778;
}

div#process .vc_row:nth-child(2) {
    margin-top: 50px !important;
}

div#process .vc_row h3 {
    font-family: 'EB Garamond';
    font-size: 15px;
    text-transform: uppercase;
    color: #904efb;
    font-weight: 400;
    line-height: 3em;
    letter-spacing: 5px;
    margin-bottom: 0px;
}

div#process .vc_row h1 {
    width: 100%;
    color: #181b31;
    font-family: 'EB Garamond';
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

div#process .vc_row h1:before {
    display: none;
}

div#process .vc_row p.pera {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    color: #646778;
    width: 90%;
    margin-left: 0px;
}

div#process .vc_row img {
    border-radius: 0px 30px 0px 30px;
    box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.13);
    max-width: 536.97px;
    max-height: 311.83px;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

div#process .vc_row {
    margin: 150px 0px !important;
}

div#process .vc_row .vc_col-sm-6 {
    padding: 0px 30px;
    display: flex;
    align-items: center;
}

div#process .vc_row:last-child {
    margin-bottom: 0px !important;
}

div#process .row-bg {
    background: #f8f7fd;
}

div#process .row-bg-wrap {
    border-bottom: 1px dashed #dddddd;
}

div#process .vc_row .vc_row .row-bg-wrap {
    border: none !important;
}

div#process .vc_row .row-bg-wrap {
    border: none !important;
}

div#process .vc_row:nth-child(3) .vc_col-sm-6:last-child {
    position: relative;
}

div#process .vc_row:nth-child(3) .vc_col-sm-6:last-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-191.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -50px;
    top: -110px;
}

div#process .vc_row:nth-child(4) .vc_col-sm-6:first-child {
    position: relative;
}

div#process .vc_row:nth-child(4) .vc_col-sm-6:first-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-194.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -50px;
    top: -110px;
}

div#process .vc_row:nth-child(5) .vc_col-sm-6:last-child {
    position: relative;
}

div#process .vc_row:nth-child(5) .vc_col-sm-6:last-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-191.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -50px;
    top: -110px;
}

div#process .vc_row:nth-child(6) .vc_col-sm-6:first-child {
    position: relative;
}

div#process .vc_row:nth-child(6) .vc_col-sm-6:first-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-194.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -50px;
    top: -110px;
}


div#process .vc_row:nth-child(7) .vc_col-sm-6:last-child {
    position: relative;
}

div#process .vc_row:nth-child(7) .vc_col-sm-6:last-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-191.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -50px;
    top: -110px;
}

div#process .vc_row:nth-child(4) .vc_col-sm-6:first-child,
div#process .vc_row:nth-child(6) .vc_col-sm-6:first-child {
    padding-left: 80px;
}

div#team {
    padding: 80px 0px !important;
}

div#team .row-bg-wrap {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

div#team .vc_row .row-bg-wrap {
    border: none;
}

div#team h1.heading {
    font-family: 'Lora';
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #181b31;
    position: relative;
    width: fit-content;
    margin: 0px auto 80px auto;
}

div#team h1.heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

div#team .vc_col-sm-4 img {
    width: 170.48px;
    height: 170.48px;
    border-radius: 100%;
    object-fit: cover;
    object-position: top;
    margin: 0 auto;
}

div#team .vc_col-sm-4 h2.subheading {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'EB Garamond';
    line-height: 1.2em;
    letter-spacing: 5px;
    margin-top: 30px;
    color: #181B31;
}

div#team .vc_col-sm-4 p.pera {
    font-family: 'Poppins';
    line-height: 1.75em;
    font-size: 15px;
    font-weight: 300;
    color: #646778;
    padding-bottom: 10px;
}

div#team .vc_col-sm-4 p.about {
    font-family: 'Poppins';
    line-height: 1.75em;
    font-size: 15px;
    font-weight: 300;
    color: #646778;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
}

div#team .vc_col-sm-4 .vc_column-inner {
    box-shadow: -5px 7px 20px 0px rgba(0, 0, 0, 0.13);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 20px 30px 20px;
    border-radius: 30px 0px 30px 0px;
    position: relative;
    overflow: hidden;
}

div#team .vc_col-sm-4 .vc_column-inner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    bottom: 0px;
    left: 0px;
}

div#team .vc_col-sm-4:first-child .vc_column-inner:before,
div#team .vc_col-sm-4:nth-child(3) .vc_column-inner:before {
    background: #7c1df7;
}

div#team .vc_col-sm-4:nth-child(2) .vc_column-inner:before {
    background: #4fe6ef;
}

div#team .vc_row:nth-child(3) .vc_col-sm-4:first-child .vc_column-inner:before {
    background: #4fe6ef;
}

div#team .vc_row:nth-child(3) .vc_col-sm-4:nth-child(2) .vc_column-inner:before {
    background: #7c1df7;
}

div#team .vc_row:nth-child(3) .vc_col-sm-4:last-child {
    display: none;
}

div#team .vc_row:nth-child(3) .row_col_wrap_12_inner {
    justify-content: center;
    margin-top: 15px;
}

div#contactus {
    padding: 80px 0px !important;
}

div#contactus .row-bg-wrap {
    border-bottom: 1px dashed #dddddd;
}

div#contactus h2 {
    font-family: 'Lora';
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: #181b31;
    position: relative;
    width: fit-content;
    margin: 0px auto 80px auto;
}

div#contactus h2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

div#contactus label {
    color: #101010;
    font-family: 'Poppins' !important;
    font-size: 15px;
    line-height: 1.75em;
    font-weight: 300;
    margin: 0px 0px 5px 0px;
}

div#contactus input,
div#contactus textarea {
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.12);
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: 300;
    line-height: 1.75em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EFEFEF;
    color: #101010;
    padding: 15px 25px 15px 25px;
    border-radius: 30px;
    background: #f7f9fb;
}

div#contactus button[type=submit] {
    width: 100% !important;
    background: #181b31;
    padding: 10px 20px 10px 20px !important;
    font-family: 'EB Garamond';
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 3em;
    letter-spacing: 5px;
    box-shadow: 0px 7px 15px 0px rgba(66, 133, 244, 0.3);
    color: #ffffff;
    border-style: none;
    border-radius: 30px 30px 30px 30px !important;
    margin-top: 30px !important;
    transition: 0.5s ease;
}

div#contactus button[type=submit]:hover {
    background: #e62c5b !important;
    color: #ffff;
    transition: 0.5s ease-out;
}

div#casestudies {
    padding: 80px 0px !important;
}

div#casestudies .row-bg-wrap {
    background: #f8f7fd;
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
}

div#casestudies .vc_row .row-bg-wrap {
    border: none !important;
}

div#casestudies .vc_row:first-child h2.subheading {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #e62c5b;
    color: #ffffff;
    padding: 7px 20px;
    width: fit-content;
    transition: 0.5s ease;
    border: 2px solid #e62c5b;
    margin: 0 auto;
}

div#casestudies .vc_row:first-child h2.subheading:hover {
    transition: 0.5s ease-out;
    background: transparent;
    border-color: #e62c5b;
    color: #e62c5b;
}

div#casestudies .vc_row:first-child h1.heading {
    font-family: "Lora", serif;
    line-height: 56px;
    font-size: 40px;
    font-weight: 500;
    text-transform: capitalize;
    color: #181b31;
    position: relative;
    margin: 30px 0px 15px 0px;
}

div#casestudies .vc_row:first-child p.pera {
    font-family: 'Poppins';
    color: #646778;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
    max-width: 95%;
}

div#casestudies .vc_row:first-child {
    margin-bottom: 30px !important;
}

div#casestudies .vc_row:nth-child(2) {
    margin-bottom: 70px;
}

div#casestudies .vc_row:nth-child(2) .vc_column_container .vc_column-inner {
    background: #e62c5b;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px !important;
    border-radius: 10px;
    transition: 0.5s ease;
}

div#casestudies .vc_row:nth-child(2) .vc_column_container .vc_column-inner h2 {
    font-family: 'EB Garamond';
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 2px;
    margin-bottom: 5px;
    text-align: center;
}

div#casestudies .vc_row:nth-child(2) .vc_column_container .vc_column-inner h1 {
    width: 100%;
    color: #ffffff;
    font-family: 'EB Garamond';
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 1.5px;
    text-align: center;
    margin-bottom: 0px;
}

div#casestudies .vc_row:nth-child(2) .vc_column_container .vc_column-inner:hover {
    transition: 0.5s ease-out;
    background: transparent;
    border: 1px solid #e62c5b;
}

div#casestudies .vc_row:nth-child(2) .vc_column_container .vc_column-inner:hover * {
    color: #e62c5b;
}

/* Case */

div#casestudies .vc_row:nth-child(3) {
    margin-top: 50px !important;
}

div#casestudies .vc_row:nth-child(4) .vc_col-sm-6:last-child,
div#casestudies .vc_row:nth-child(6) .vc_col-sm-6:last-child {
    position: relative;
}

div#casestudies .vc_row:nth-child(4) .vc_col-sm-6:last-child:before,
div#casestudies .vc_row:nth-child(6) .vc_col-sm-6:last-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-191.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -50px;
    top: -160px;
}

div#casestudies .vc_row:nth-child(5) .vc_col-sm-6:first-child {
    position: relative;
}

div#casestudies .vc_row:nth-child(5) .vc_col-sm-6:first-child:before,
div#casestudies .vc_row:nth-child(7) .vc_col-sm-6:first-child:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 100%;
    background: url(https://skiplify.com/wp-content/uploads/2025/05/Group-194.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: -50px;
    top: -160px;
}

div#casestudies .vc_row:nth-child(5) .vc_col-sm-6:first-child,
div#casestudies .vc_row:nth-child(7) .vc_col-sm-6:first-child {
    padding-left: 80px;
}

div#casestudies .vc_row:nth-child(3) h1,
div#casestudies .vc_row:nth-child(4) h1,
div#casestudies .vc_row:nth-child(5) h1,
div#casestudies .vc_row:nth-child(6) h1,
div#casestudies .vc_row:nth-child(7) h1 {
    width: 100%;
    color: #181b31;
    font-family: 'EB Garamond';
    font-size: 25px;
    line-height: 1.5em;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

div#casestudies .vc_row:nth-child(3) h1:before {
    display: none;
}

div#casestudies .vc_row:nth-child(3) p.pera,
#casestudies .vc_row:nth-child(4) p.pera,
#casestudies .vc_row:nth-child(5) p.pera,
#casestudies .vc_row:nth-child(6) p.pera,
#casestudies .vc_row:nth-child(6) p.pera1,
#casestudies .vc_row:nth-child(7) p.pera,
#casestudies .vc_row:nth-child(7) p.pera1 {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75em;
    color: #646778;
    width: 90%;
    margin-left: 0px;
}

div#casestudies .vc_row:nth-child(4) img,
div#casestudies .vc_row:nth-child(5) img,
div#casestudies .vc_row:nth-child(6) img,
div#casestudies .vc_row:nth-child(7) img {
    border-radius: 0px 30px 0px 30px;
    box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.13);
}

div#casestudies .vc_row:nth-child(4),
div#casestudies .vc_row:nth-child(5),
div#casestudies .vc_row:nth-child(6),
div#casestudies .vc_row:nth-child(7) {
    margin: 150px 0px;
}

div#casestudies .vc_row:nth-child(4) .vc_col-sm-6,
div#casestudies .vc_row:nth-child(5) .vc_col-sm-6,
div#casestudies .vc_row:nth-child(6) .vc_col-sm-6,
div#casestudies .vc_row:nth-child(7) .vc_col-sm-6 {
    padding: 0px 30px;
    display: flex;
    align-items: center;
}

div#casestudies .vc_row:nth-child(6) {
    margin-bottom: 0px !important;
}

#team ul.links {
    display: flex;
    list-style: none;
    padding: 0px;
    margin: 0px;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

#team ul.links li {
    list-style: none;
}

#team ul.links li a i {
    width: 35px;
    height: 35px;
    background: #e62c5b;
    display: flex;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    font-size: 15px;
    transition: 0.5s ease;
    border: 1px solid #e62c5b;
}

#team ul.links li a i:hover {
    background: transparent;
    border: 1px solid #e62c5b;
    color: #e62c5b;
    transform: scale(1.1);
}

#team .wpb_text_column {
    margin-bottom: 0px;
}

div#casestudies .vc_row .vc_col-sm-6 {
    display: flex;
    align-items: center;
}

div#casestudies .vc_row:nth-child(7) {
    margin-bottom: 0px !important;
}

#casestudies video.nectar-video-self-hosted {
    border-radius: 10px !important;
    object-fit: contain;
    background: #000000;
}

.mainimg {
    display: flex;
    flex-direction: column;
}

.mainimg img {
    width: 50% !important;
}

.mainimg .img22 {
    display: flex;
    justify-content: end;
}


/*  */

.mainimg1 {
    display: flex;
    flex-direction: column;
}

.mainimg1 img {
    width: 50% !important;
}

.mainimg1 .img11 {
    display: flex;
    justify-content: end;
}

.mainimg1 .img22 {
    display: flex;
    justify-content: start;
}

.mainimg1 img {
    border-radius: 30px 0px 30px 0px !important;
    box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.13);
}

div#casestudies .vc_row:nth-child(7) .vc_col-sm-6:first-child {
    padding-left: 30px !important;
}

div#casestudies .vc_row:nth-child(7) .vc_col-sm-6:first-child video {
    height: 350px !important;
    max-width: 450px !important;
    background: #000000;
    border-radius: 10px;
    width: 330px !important;
}

#process a.links {
    display: table;
    margin: 0px auto 0px auto !important;
    background: #e62c5b;
    color: #f7f9fb;
    letter-spacing: 5px;
    padding: 5px 25px 5px 25px;
    border-radius: 0px 30px 0px 30px;
    font-size: 15px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'EB Garamond';
    text-transform: uppercase;
    transition: 0.5s ease;
}

#process a.links:hover {
    transform: scale(.9);
    background: #92c5e9;
    color: #080915;
}

div#process .vc_col-sm-12 .vc_row:nth-child(7) {
    margin-bottom: 60px !important;
}

.home #casestudies h2.heading {font-family: 'Lora';line-height: 56px;font-size: 40px;font-weight: 500;text-transform: uppercase;color: #181b31;position: relative;width: fit-content;margin: 0px auto 45px auto;}

.home #casestudies h2.heading:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #e62c5b;
    bottom: -15px;
    max-width: 50%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}

.home #casestudies p.pera {
    margin: 0 auto 10px auto;
    font-family: 'Poppins';
    font-size: 17px;
    font-weight: 300;
    line-height: 1.75em;
    color: #646778;
}

.home #casestudies  .carousel-item {
    padding: 0px 15px !important;
}

.home #casestudies .carousel-item img {
    =: 20px;
    border-radius: 0px 30px 0px 30px;
    box-shadow: 5px 5px 17px 0px rgba(0, 0, 0, 0.13);
    max-height: 400px;
    object-fit: cover;
    object-position: top;
}

.home #casestudies .carousel-item  h3.story {
    font-family: 'Poppins';
    font-size: 15px;
    line-height: 26px;
    font-weight: 500;
    max-width: 100%;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #e62c5b;
    color: #ffffff;
    padding: 7px 20px;
    width: fit-content;
    transition: 0.5s ease;
    border: 2px solid #e62c5b;
    margin-top: 35px;
}

.home #casestudies .carousel-item h3.story:hover {
    transition: 0.5s ease-out;
    background: transparent;
    border-color: #e62c5b;
    color: #e62c5b;
}

.home #casestudies .carousel-item h2.subheading {
    font-family: "Lora", serif !important;
    line-height: 35px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
    color: #181b31 !important;
    position: relative !important;
    margin: 23px 0px 10px 0px !important;
    background: transparent !important;
    border: none !important;
    padding: 0px !important;
    letter-spacing: 0px !important;
}

.home #casestudies .carousel-item p.pere {
    font-family: 'Poppins';
    color: #646778;
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    width: 100%;
}

.home #casestudies  .owl-dot span {
    transform: scale(1);
    width: 15px;
    height: 15px;
    margin: 0px 5px;
    border-radius: 0px 3px 0px 3px;
}

.home #casestudies .owl-dots {
    margin-top: 30px;
}

.home #casestudies .carousel-item {margin: 0px 5px !important;}

p#breadcrumbs {
    display: none !important;
}

@media screen and (max-width: 1000px) {

    div#casestudies .vc_row:nth-child(2) {
        margin-bottom: 0px !important
    }

    div#casestudies .vc_row:nth-child(3) {
        margin-top: 80px !important;
    }

    div#casestudies .vc_row:nth-child(4),
    div#casestudies .vc_row:nth-child(1),
    div#casestudies .vc_row:nth-child(2) {
        padding: 0px !important;
    }

    div#casestudies .vc_row:nth-child(3) .vc_col-sm-6,
    div#casestudies .vc_row:nth-child(4) .vc_col-sm-6,
    div#casestudies .vc_row:nth-child(5) .vc_col-sm-6,
    div#casestudies .vc_row:nth-child(6) .vc_col-sm-6 {
        padding: 0px !important;
    }

    div#casestudies .vc_row:nth-child(3) {
        margin: 50px 0px !important;
    }

    div#casestudies .vc_row:nth-child(3),
    div#casestudies .vc_row:nth-child(4),
    div#casestudies .vc_row:nth-child(5),
    div#casestudies .vc_row:nth-child(6) {
        margin: 50px 0px !important;
    }

    div#casestudies .vc_row:nth-child(5) .vc_col-sm-6:first-child:before,
    div#casestudies .vc_row:nth-child(7) .vc_col-sm-6:first-child:before {
        display: none;
    }

    div#casestudies .vc_row:nth-child(4) .vc_col-sm-6:last-child:before,
    div#casestudies .vc_row:nth-child(6) .vc_col-sm-6:last-child:before {
        display: none;
    }

    div#casestudies .vc_row:nth-child(6) {
        margin-bottom: 0px !important;
    }

    div#process h1.heading {
        width: 100% !important;
    }

    div#process .vc_row:nth-child(4) .vc_col-sm-6:first-child:before {
        display: none;
    }

    div#process .vc_row:nth-child(4) .vc_col-sm-6:first-child,
    div#process .vc_row:nth-child(6) .vc_col-sm-6:first-child {
        padding-left: 0px;
    }

    div#process .vc_row .vc_col-sm-6 {
        padding: 0px 0px;
    }

    div#process .vc_row:nth-child(5) .vc_col-sm-6:last-child:before {
        display: none;
    }

    div#process .vc_row:nth-child(6) .vc_col-sm-6:first-child:before {
        display: none;
    }

    div#process .vc_row:nth-child(7) .vc_col-sm-6:last-child:before {
        display: none;
    }

    div#process .vc_row:nth-child(2) {
        margin-top: 50px !important;
    }

    div#process .vc_row {
        margin: 50px 0px !important;
    }

    div#process .vc_row:nth-child(3) .vc_col-sm-6:last-child:before {
        display: none;
    }

    div#process .vc_row p.pera {
        margin-bottom: 0px !important;
        width: 100% !important;
    }

    #services a.links {
        margin-top: 0px !important;
    }

    div#agency .vc_col-sm-6:last-child {
        margin-top: 50px;
    }

    div#agency {
        padding: 80px 0px 100px 0px !important;
    }

    div#services .vc_row:nth-child(2) {
        margin-bottom: 0px !important;
    }

    #services .vc_row:nth-child(3) {
        margin-top: 25px;
    }

}

@media screen and (max-width: 690px) {
    
.home #casestudies .owl-dots {
    margin-top: 0px !important;
}

    
	div#process .vc_col-sm-12 .vc_row:nth-child(7) {
    margin-bottom: 40px !important;
}
	
    #services .vc_row:nth-child(3) {
        margin-top: 25px;
    }

    #services a.links {
        margin-top: 0px !important;
    }
}

@media screen and (max-width: 500px) {

.home #casestudies .owl-dots {
    margin-top: 0px !important;
}

    
    div#process h1.heading {
        font-size: 25px;
        line-height: 1.4;
    }

    div#process p.pera {
        font-size: 16px;
        line-height: 1.6;
    }

    div#testimonial p.pera {
        font-size: 14px;
    }

    div#testimonial .owl-nav.disabled {
        display: none !important;
    }

    div#agency h3.subheading {
        padding: 16px 20px 13px 20px !important;
    }

    div#agency .inner:before {
        width: 65px;
        height: 65px;
        left: -25px;
    }

    div#agency {
        padding: 50px 0px 70px 0px !important;
    }

    div#agency .inner:after {
        right: -25px !important;
        left: auto;
    }

    #services .vc_row:nth-child(3) {
        margin-top: 27px;
    }

    div#services p {
        margin-bottom: 10px;
    }

    div#services .vc_col-sm-3 p {
        height: 200px !important;
    }

    #services a.links {
        margin-top: 10px !important;
    }


    div#process .vc_col-sm-12 .vc_row:nth-child(7) {
        margin-bottom: 40px !important;
    }


}