/*
Theme Name: Salient 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=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
h2,h3,h4,h5,h6,p,a,span{
    font-family: "Raleway";
}
.ocm-effect-wrap-inner {
    --scroll-bar-w: 0px;
}
a.nectar-button.small.regular.accent-color.regular-button {
    border-radius: 8px !important;
    background: linear-gradient(180deg, #03A1F4 0%, #4B40BB 111.9%);
    width: 183px;
    height: 63px;
    text-align: center;
    line-height: 2.5;
    margin-bottom: 0 !important;
}
a.nectar-button.small.regular.accent-color.regular-button span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.208px;
    text-transform: capitalize;
}
div#header-outer {
    height: 0;
}
div#header-space {
    height: 0;
}
/* ===================================================================== */
/* Project Css */
.gallery-sec {
    position: relative;
}
.gallery-sec::before,
.gallery-sec::after {
    content: "";
    position: absolute;
    top: 0;
    width: 120px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}
.gallery-sec::before {
    left: 0;
    background: linear-gradient(to right, #0d0d0d, transparent);
}
.gallery-sec::after {
    right: 0;
    background: linear-gradient(to left, #0d0d0d, transparent);
}
.gallery-wrapper {
    overflow: hidden;
}
.gallery {
    display: flex;
    gap: 18px;
    height: 620px;
}
.gallery .item {
    position: relative;
    flex: 0.8;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.5s ease;
    cursor: pointer;
    box-shadow: 0 10px 25px rgb(177 177 177 / 40%);
    transition: all 0.6s linear !important;
}
.gallery .item.active {
    flex: 1.8;
}
.gallery:hover .item {
    flex: 0.8;
}
.gallery .item:hover {
    flex: 1.8;
    transition: all 0.3s linear;
}
.gallery .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.gallery .overlay {
    position: absolute;
    top: 20px;
    left: 20px;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.3s ease;
}
.gallery .item:hover .overlay {
    opacity: 1;
    transform: translateY(0);
}
.gallery .w-btn {
    display: inline-flex;
    align-items: center;
    padding: 0px 0px 0px 26px;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 27.5px !important;
    background: #FFF !important;
    color: #1D2736;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px; /* 100% */
    text-transform: capitalize;
    display: none;
}
.gallery .w-btn span {
    background: #111;
    padding: 6px 8px;
    font-size: 12px;
    border-radius: 2px;
}
.gallery .w-btn:hover {
    background: #ff4d4d;
}
.gallery .item a img {
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    margin-left: 24px;
    width: auto !important;
    border-radius: 20px;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
}
/* ====================================================== */
div#banner-wor h2 {
    color: #FFF;
    font-size: 59px;
    font-style: normal;
    font-weight: 700;
    line-height: 69.075px;
    letter-spacing: -1.063px;
    margin-bottom: 27px;
}
div#banner-wor p {
    color: #FFF;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
    letter-spacing: 0.22px;
    font-weight: 300;
    width: 70%;
    padding-bottom: 22px;
}
div#banner-wor  a#btn-wo {
    background: #fff !important;
    margin-left: 20px;
}
div#banner-wor a#btn-wo span {
    color: #1E1E1E;
}
div#banner-wor .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 58px;
}
div#banner-wor .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    background: #fff;
    border-radius: 0;
    margin: 0 16px 0 0;
    transform: unset;
    width: 12px;
    height: 12px;
    position: relative;
    border-radius: 60px;
}
div#banner-wor .owl-theme[data-desktop-cols] .owl-dots .owl-dot.active span {
    transform: unset;
}
div#banner-wor .span_12.dark .owl-theme .owl-dots .owl-dot.active span {
    background: #fff !important;
}
div#banner-wor .owl-theme[data-desktop-cols] .owl-dots .owl-dot span:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: -5px;
    z-index: -1;
    top: -5px;
    opacity: 0;
    border: 1px solid #fff;
    border-radius: 60px;
}
div#banner-wor .span_12.dark .owl-theme .owl-dots .owl-dot.active span:before {
    opacity: 1;
}
div#banner-wor .owl-carousel[data-desktop-cols] .owl-stage {
    padding-bottom: 0;
}
div#banner-wor ul.iconlist {
    position: absolute;
    bottom: auto;
    left: -150px;
    top: 23em;
    margin: 0;
}
div#banner-wor ul.iconlist li {
    list-style: none;
    text-align: center;
    padding-bottom: 36px;
}
div#banner-wor ul.iconlist li i {
    font-size: 20px;
    color: #fff;
}
div#banner-wor ul.iconlist li:hover i {
    color: #2379b3;
    transition: all 0.3s linear;
}
div#banner-wor ul.iconlist:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/Group-1321315905-1.png);
    width: 14px;
    height: 80px;
    position: absolute;
    background-repeat: no-repeat;
    bottom: -120px;
}
div#banner-wor .wpb_wrapper>div {
    padding: 0;
    margin: 0;
}
/* ========================================================================== */
div#sec-02 .int-wrok {
    border-radius: 10.423px;
    border: 1.042px solid #DDD;
    background: linear-gradient(179deg, #F9FAFB 0.83%, #FFF 97.85%);
    width: 95%;
    padding: 40px 37px 40px;
    text-align: center;
    margin: 0 auto;
    transition: all 0.4s linear;
}
div#sec-02 .int-wrok h3 {
    color: #5B5B5B;
    text-align: center;
    font-family: Roboto;
    font-size: 23.106px;
    font-style: normal;
    font-weight: 900;
    line-height: 28.341px;
}
div#sec-02 .int-wrok p.tex {
    color: #A2A2A2;
    text-align: center;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.351px;
    position: relative;
}
/* div#sec-02 .int-wrok p.tex:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/Group-1321315906-1.png);
    position: absolute;
    width: 30px;
    height: 8px;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -26px;
} */
div#sec-02 .int-wrok:hover {
    background: linear-gradient(0deg, #0565A6 0%, #0565A6 100%), url(<path-to-image>) lightgray 0px -109.774px / 141.128% 154.404% no-repeat;
    mix-blend-mode: hue;
    transition: all 0.4s linear;
}
div#sec-02 .int-wrok:hover * {
    color: #fff !important;
}
div#sec-02 .int-wrok:hover * img {
    filter: brightness(200.5);
}
/* ============================================================= */
div#sec-03 h2 {
    color: #424242;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: -0.922px;
    text-transform: capitalize;
    width: 100%;
    padding-bottom: 30px;
    margin: 0;
}
div#sec-03 p {
    color: #606060;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
div#sec-03 a.nectar-button.small.regular.accent-color.regular-button {
    margin-top: 20px;
    border-radius: 8px;
    background: linear-gradient(180deg, #13A1F4 15.08%, #3C53C4 100%);
}
div#sec-03 .vc_col-sm-6:nth-child(2) {
    padding-left: 30px;
}
/* ==================================================================== */
div#sec6-inner .rating{
    margin-bottom: 34px;
}
div#sec6-inner .rating img{
    width: 180px;
}
div#sec6-inner .vc_col-sm-5 img {
    display: block;
    border-radius: 5px;
    /* box-shadow: -9px 8px 30px 0 rgba(0, 0, 0, 0.45); */
}
div#sec6-inner h2{
    color: #1B1B1B;
    font-family: Prata;
    font-size: 125.637px;
    font-style: normal;
    font-weight: 400;
    line-height: 158.786px;
    text-transform: capitalize;
}
div#sec6 .cell.is-selected div#sec6-inner{
    transform:scale(1);
    border-radius: 40px;
    border: 1px solid #4D9EE9;
    background: #FFF;
}
div#sec6 .cell.is-selected div#sec6-inner *{
    /* color:#fff; */
}
div#sec6 .cell.is-selected div#sec6-inner .details:before{
    background: #fff;
}
div#sec6 .cell div#sec6-inner{
    transform:scale(0.92);
    border-radius: 40px;
    border: 1px solid #4D9EE9;
    background: #FFF;
}
div#sec6 .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot:before {
    width: 32px;
    height: 5px;
    border-radius: 23px;
    opacity: 0.4 !important;
    background-color: #4C3A50;
    box-shadow: none;
}
div#sec6 .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot {
    width: 32px;
    margin: 0px 4px;
    opacity: 1;
}
div#sec6 .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots .dot.is-selected:before{
    width: 48px;
    height: 5px;
    border-radius: 23px;
    background: #4C3A50;
    transform: scale(1);
    box-shadow: none;
    opacity: 1 !important;
}
div#sec6 .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots li.dot.is-selected {
    margin: 0px 18px 0 0 !important;
}
div#sec6 .nectar-flickity[data-control-style=material_pagination] .flickity-page-dots {
    bottom: -60px;
}
div#sec6 .flickity-viewport {
    margin: 0 0 50px 0;
}
div#sec6  a#btn {
    width: unset;
    display: inline-flex;
    height: 65.024px;
    padding: 22.108px 71.616px 21.916px 72px;
    justify-content: center;
    align-items: center;
}
.serv-wo h2 {
    color: #424242;
    text-align: center;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: -0.922px;
}
.serv-wo p {
    color: #606060;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    width: 44%;
    margin: 0 auto;
    padding-bottom: 15px !important;
}
div#sec6 h3 {
    color: #555;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 58.644px;
    letter-spacing: -1.955px;
    text-transform: capitalize;
    padding-bottom: 10px;
}
div#sec6 .details p {
    color: #6B6B6B;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33.292px;
    width: 89%;
    padding-bottom: 10px;
}
div#sec6 .details li {
    list-style: none;
    color: #6B6B6B;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 31.211px;
    padding-bottom: 15px;
    position: relative;
}
div#sec6 .vc_col-sm-7 {
    padding-left: 70px;
}
div#sec6 .details li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    left: 0;
    background: linear-gradient(180deg, #4D9EE9 0%, #4159EE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 23px;
    position: absolute;
    left: -30px;
}
/* ========================================================= */
div#sec-08 h2 {
    color: #424242;
    text-align: center;
    font-family: Raleway;
    font-size: 51px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: -0.922px;
}
div#sec-08 p {
    color: #606060;
    text-align: center;
    font-family: Roboto;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}
div#sec-08 a#btn2 {
    margin-left: 20px;
    border: 1px solid #CDCDCD;
    background: #FFF !important;
}
div#sec-08 a#btn2 span {
    color: #515151;
}
div#sec6 .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
/* ============================================================== */
div#testimonials-row img {
    width: auto;
    margin: 0 auto;
    margin-bottom: 10px;
}
div#testimonials-row .main {
    padding: 40px;
    border-radius: 18px;
    border: 2px solid #D3D3D3;
    margin-bottom: 20px !important;
}
div#testimonials-row .main p {
    color: #222626;
    font-family: Raleway;
    font-size: 15.806px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.134px;
    padding-bottom: 10px;
}
div#testimonials-row .main .inner-main {margin: 20px 0 0;display: flex;align-items: center;}
div#testimonials-row .main .inner-main p {
    padding: 0;
}
div#testimonials-row .main .inner-main p img {
    border-radius: 50px;
    display: none;
}
div#testimonials-row .main .inner-main ul {
    margin: 0 0 0 10px;
}
div#testimonials-row .main .inner-main ul li {
    list-style: none;
    color: #8D8E8E;
    font-family: Raleway;
    font-size: 12.478px;
    font-style: normal;
    font-weight: 400;
    line-height: 16.637px;
}
div#testimonials-row .main .inner-main ul li strong {
    margin: 0 0 4px;
    display: block;
    font-family: Raleway;
    font-size: 18.165px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.946px; /* 126.316% */
    color: #222626;
}
div#testimonials-row .cell.is-selected .main {
    border-radius: 21.77px;
    background: #19386C;
    box-shadow: 0 4.227px 13.842px 0 rgba(0, 0, 0, 0.25);
    border-radius: 21.996px;
    background: linear-gradient(180deg, #059EF2 0%, #424CC2 100%);
}
div#testimonials-row .cell.is-selected .main p img.w {filter: invert(1) brightness(10.5);}
div#testimonials-row .cell.is-selected .main p {
    color: #fff;
}
div#testimonials-row .cell.is-selected .main .inner-main ul li strong {
    color: #fff;
}
div#testimonials-row .flickity-viewport {
    overflow: hidden;
}
div#testimonials-row .cell.is-selected .main li {
    color: #FFF;
    font-family: Raleway;
    font-size: 14.341px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.121px; 
}
div#testimonials-row .cell.is-selected .main {
    margin-top: 40px;
}
div#testimonials-row .cell.is-selected .main img {
    filter: brightness(100.5);
}
div#testimonials-row .cell.is-selected .inner-main img {
    filter: unset;
}
/* ==================================================================== */
div#conta h2 {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.121px;
    margin: 0;
    padding-top: 30px;
}
div#wpforms-72 {
    margin: 0;
    width: 85%;
}
div#conta input {
    border-radius: 4.436px;
    background: rgba(236, 236, 236, 0.28);
    color: #fff;
    height: 55.893px;
}
div#conta input::placeholder,div#conta textarea::placeholder {
    color: #FFF;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.137px;
    opacity: 1;
}
div#conta textarea {
    border-radius: 4.436px;
    background: rgba(236, 236, 236, 0.28);
    height: 117.996px;
    color: #fff;
}
#conta button#wpforms-submit-72 {
    border-radius: 7.098px;
    background: linear-gradient(180deg, #13A1F4 0%, #355FCB 100%);
    width: 156.146px;
    height: 55.893px;
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}
#conta .wpforms-container .wpforms-field {
    padding-bottom: 0;
}
div.wpforms-container-full .wpforms-confirmation-container-full {
    border-radius: 7.098px;
    background: linear-gradient(180deg, #13A1F4 0%, #355FCB 100%);
    border: none;
}
div#conta .column-image-bg {
    border-radius: 25px !important;
}
div#conta img {
    margin-top: -60px;
}
/* ====================================================================== */
div#footer-working p {
    color: #C7C7C7;
    font-family: Roboto;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.61px;
    /* width: 77%; */
}
div#footer-working img {
    margin-bottom: 0;
    width: 40%;
}
div#footer-working ul.iconlist {
    margin: 0;
    margin-top: 30px;
}
div#footer-working ul.iconlist li {
    display: inline-block;
    margin-right: 20px;
}
div#footer-working ul.iconlist li i {
    color: #FFF;
    text-align: center;
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
div#footer-working .vc_col-sm-6 {
    border-right: 1px solid #d9d9d975;
}
div#footer-working h3 {
    color: #FFF;
    font-size: 33px;
    font-style: normal;
    font-weight: 600;
    line-height: 39.28px;
    letter-spacing: -0.594px;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 9px;
}
div#wpforms-82 {
    margin: 0;
}
div#footer-working input {
    border-radius: 3px;
    background: #FFF;
    width: 349px;
    height: 50px;
    color: #000;
}
div#footer-working input::placeholder {
    color: #000;
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.64px;
    text-transform: uppercase;
}
div#footer-working button#wpforms-submit-82 {
    border-radius: 7.098px !important;
    background: linear-gradient(180deg, #13A1F4 0%, #355FCB 100%);
    height: 55.893px;
    color: #FFF;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    width: 73%;
}
div#footer-working .wpforms-container .wpforms-field {padding-bottom: 0;}
div#footer-working .wpforms-submit-container {
    padding-top: 0 !important;
}
div#footer-working ul.social-me {
    margin: 0;
    margin-top: 30px;
}
div#footer-working ul.social-me li {
    list-style: none;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #0096ff;
}
div#footer-working ul.social-me li a {
    color: #C7C7C7;
    font-family: Raleway;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
}
div#footer-working ul.social-me li i {
    font-size: 20px;
    margin-right: 17px;
}
div#copy-wia p {
    color: #414141;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
}
div#copy-wia p a {
    background: linear-gradient(90deg, #4159EE 0%, #00A7F8 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Raleway;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.36px;
    text-transform: capitalize;
}
div#copy-wia {
    margin-bottom: 0;
}
/* ============================================================== */
div#sec-03 {
    position: relative;
}
div#sec-03:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/Group-1321315923-1.png);
    position: absolute;
    width: 2200px;
    height: 100%;
    background-repeat: no-repeat;
    left: -300px;
    background-size: 100% 100%;
    top: -131px;
}
div#sec-03 .vc_col-sm-6:nth-child(2),div#sec-03 .vc_col-sm-6:nth-child(1) {
    position: relative;
}
div#sec-03 .vc_col-sm-6:nth-child(2):before {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/Group-1321315913-1.png);
    position: absolute;
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    right: -300px;
    top: -300px;
}
div#sec-03 .vc_col-sm-6:nth-child(1):before {
    content: '';
    background-image: url(/wp-content/uploads/2026/03/Group-1321315912-1.png);
    position: absolute;
    width: 40%;
    height: 58%;
    background-repeat: no-repeat;
    left: -300px;
    top: auto;
    bottom: -147px;
}
.page-id-92 div#sec-03 .vc_col-sm-6:nth-child(2):before {
    top: -80px;
}
/* ================================================================ */
div#footer-working ul#menu-footer-menu li {
    list-style: none;
    padding-bottom: 13px;
}
div#footer-working ul#menu-footer-menu li a {
    color: #C7C7C7;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.321px;
    letter-spacing: 0.169px;
    text-transform: capitalize;
}
div#footer-working .vc_col-sm-4 {
    padding-left: 136px;
}
div#footer-working .vc_col-sm-2 {
    position: relative;
    left: 70px;
    padding-top: 15px;
}
/* ============================================================== */
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    color: #FFF;
    font-family: Raleway;
    font-size: 17.819px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.321px;
    letter-spacing: 0.169px;
    padding: 0 10px;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li#menu-item-114>a {
    padding: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #03A1F4 0%, #4B40BB 111.9%);
    width: 183px;
    height: 63px;
    color: #FFF;
    font-family: Raleway;
    font-size: 18.519px;
    font-style: normal;
    font-weight: 600;
    line-height: 3.1;
    letter-spacing: 0.208px;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li:last-child>a {
    margin-right: 0;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li:not([class*=button_])>a .menu-title-text:after {
    bottom: -18px;
    border: 3px solid #ffffff;
    border-radius: 60px;
}
body #header-outer[data-lhe=animated_underline] #top nav>ul>li#menu-item-114:not([class*=button_])>a .menu-title-text:after {
    display: none;
}
li#menu-item-114 a {margin: 0 !important;}
body .fa.fa-angle-down:before {
    font-size: 20px;
    color: #fff;
}

#header-outer .sf-menu li ul li a {
    color: #000000;
    font-family: Raleway;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 25.321px; /* 158.258% */
    letter-spacing: 0.169px;
}
#header-outer[data-format=centered-menu] #top nav>.sf-menu>li ul {
    margin-top: -30px;
    border-radius: 10px;
}
div#sec-08 a.nectar-button.small.regular.accent-color.regular-button {
    width: unset;
    padding: 10px 40px;
}
div#sec-02 h2 {
    color: #424242;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 61px;
    letter-spacing: -0.922px;
    text-transform: capitalize;
    width: 100%;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
}
/* ==================================================================== */
/* ================================================================= */
/* Newsletter Css */
.newsletter-sec h2 {
    color: #1E1E1E;
    text-align: center;
    font-size: 42.727px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;
    text-transform: capitalize;
    width: 50%;
    margin: 0 auto;
    padding-bottom: 15px;
}
.newsletter-sec p {
    color: #1E1E1E;
}
.newsletter-sec div#wpforms-82 {
    margin: 0 auto;
}
.newsletter-sec div#wpforms-82 .wpforms-field {
    padding: 0;
}
.newsletter-sec .wpforms-submit-container {
    margin: 0 !important;
}
.newsletter-sec div#wpforms-82 .wpforms-field input {
    filter: drop-shadow(2px 8px 0 #ff6a00);
    border: 2px solid #000000;
    height: 81px;
    border-radius: 15px;
    padding-left: 34px;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.72px;
    text-transform: capitalize;
    width: 783px;
    height: 81.732px;
    fill: #FFF;
    stroke-width: 1.5px;
    stroke: #000;
    filter: drop-shadow(2px 8px 0 #000);
}
.newsletter-sec div#wpforms-82 .wpforms-field input::placeholder {
    color: #1E1E1E;
    opacity: 0.37;
}
.newsletter-sec div#wpforms-82 form#wpforms-form-82 {
    display: flex;
    justify-content: center;
    align-items: center;
}
div#newsletter-row button#wpforms-submit-82 {
    padding: 0 !important;
    height: auto;
    color: #000 !important;
    border-radius: 0 !important;
    background: transparent !important;
    font-size: 0;
    display: flex;
    align-items: center;
}
div#newsletter-row button#wpforms-submit-82:before {
    content: "";
    background-image: url(/wp-content/uploads/2026/04/Group-1321315967.png);
    width: 84px;
    height: 55px;
    background-position: center;
    position: absolute;
    right: 15px;
    top: -33px;
}
div#newsletter-row p {
   color: #1E1E1E;
   text-align: center;
   font-size: 18px;
   font-style: normal;
   font-weight: 400;
   line-height: 33px;
   width: 50%;
   margin: 0 auto;
}
/* ================================================================ */

/* =====================================================Responsive========================================= */
@media only screen and (min-width: 320px) and (max-width: 767px){
div#banner-wor .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#testimonials-row .main {
    padding: 20px;
}
div#testimonials-row .cell.is-selected .main {
    margin: 0;
}
div#testimonials-row .main .inner-main {
    display: unset;
    margin: 0 auto;
    display: table;
    text-align: center;
}
div#testimonials-row .main .inner-main img {
    margin-bottom: 20px;
}
div#testimonials-row .cell.is-selected .main .inner-main ul li strong {
    font-size: 17px;
}
div#testimonials-row .nectar-flickity.nectar-carousel[data-format=default] .flickity-slider .cell {
    padding: 0;
}
div#testimonials-row .flickity-viewport {overflow: unset !important;}
div#testimonials-row {
    padding-bottom: 20px !important;
}
div#conta .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#conta .vc_column-inner {
    padding: 0;
}
div#conta h2 {
    text-align: center;
    font-size: 23px;
}
div#wpforms-72 {
    width: 100%;
    padding: 0 15px;
}
div#conta img {
    margin: 20px 0 0 0;
    padding: 0 6px;
}
#conta button#wpforms-submit-72 {
    width: 100%;
    padding: 0;
    line-height: 1;
    height: unset;
}   
div#banner-wor h2 {
    text-align: center;
    font-size: 28px;
    width: 100%;
    line-height: 1.3;
    letter-spacing: 0;
}
p {
    width: 100% !important;
    text-align: center;
    font-size: 14px !important;
}
a.nectar-button.small.regular.accent-color.regular-button {
    width: unset;
    height: unset;
}
div#banner-wor .owl-dots {
    position: unset;
    margin-top: 20px;
}
a.nectar-button.small.regular.accent-color.regular-button span {
    font-size: 15px;
}
div#banner-wor a.nectar-button.small.regular.accent-color.regular-button {
    width: 70%;
    margin: 0 auto;
    display: table;
    line-height: 1.4;
}
div#banner-wor a#btn-wo {
    margin: 0 auto;
    display: table;
    margin-top: 20px;
}
div#banner-wor ul.iconlist {display: none;}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-02 h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}
div#sec-02 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
div#sec-02 .int-wrok {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
}
div#sec-02 .int-wrok h3 {
    font-size: 20px;
}
div#sec-03 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-03 h2 {
    font-size: 23px;
    text-align: center;
    line-height: 1.3;
    padding-top: 23px;
    padding-bottom: 20px;
}
div#sec-03 .vc_col-sm-6:nth-child(2) {
    padding: 0;
}
div#sec-03 a.nectar-button.small.regular.accent-color.regular-button {
    margin: 0 auto;
    display: table;
    width: 60%;
    line-height: 1.5;
}
div#sec-03 {
    padding-bottom: 90px !important;
}
div#sec6 {
    padding-top: 50px !important;
    padding-bottom: 60px !important;
}
div#sec6 .row-bg.viewport-desktop.using-image {
    border-radius: 20px;
    background-size: 100% 100% !important;
}
.serv-wo h2 {
    font-size: 30px;
    letter-spacing: 0;
    padding: 0;
    margin: 0;
}
div#sec6-inner .row_col_wrap_12_inner.col.span_12.left {
    padding: 0 20px;
}
div#sec6 .vc_col-sm-7 {
    padding: 0;
}
div#sec6 h3 {
    font-size: 22px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.3;
    padding-top: 20px;
}
div#sec6 a#btn {
    width: unset;
    height: unset;
    padding: 0;
    margin: 0 auto;
    display: table;
    width: 100%;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-08 {
    padding-top: 50px !important;
}
div#sec-08 .vc_column-inner {
    padding: 0;
}
div#sec-08 h2 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
}
div#sec-08 a.nectar-button.small.regular.accent-color.regular-button {
    line-height: 1.2;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    width: 70%;
    margin: 0 auto;
    display: table;
}
div#sec-08 a#btn2 {
    margin: 0 auto;
    display: table;
    margin-top: 19px;
}
div#project-row {
    padding: 60px 0 !important;
}
.gallery {
    display: unset;
}
.gallery-sec::before {
    display: none;
}
.gallery-sec::after {
    display: none;
}
.gallery .item {
    box-shadow: none;
}
.newsletter-sec h2 {
    width: 100%;
    line-height: 1.3;
    font-size: 25px;
    padding: 0 0 10px 0;
}
.newsletter-sec div#wpforms-82 .wpforms-field input {
    width: 300px;
}
div#newsletter-row {
    padding-bottom: 60px !important;
}
div#footer-working .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#footer-working img {
    width: 80%;
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}
div#footer-working .vc_col-sm-6 {
    border: none;
}
div#footer-working ul.iconlist {
    margin: 0 auto;
    display: table;
    margin-bottom: 20px;
}
div#footer-working .vc_col-sm-2 {
    position: unset;
    width: 100%;
    text-align: center;
}
div#footer-working ul#menu-footer-menu {
    margin: 0;
}
div#footer-working .vc_col-sm-4 {
    padding: 0;
    text-align: center;
}
div#footer-working h3 {
    font-size: 30px;
    letter-spacing: 0;
    padding: 0;
}
div#footer-working button#wpforms-submit-82 {
    width: 100%;
    line-height: 1;
    padding: 14px;
    height: unset;
}
div#footer-working {
    padding-bottom: 50px !important;
    padding-top: 60px !important;
}   
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent) {background-image: url(/wp-content/uploads/2026/03/Group-1321315928.png);background-position: bottom center;}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container>.menu>li a {
    font-size: 15px;
    line-height: 1.2;
    text-transform: capitalize;
    font-weight: 500;
}
#slide-out-widget-area.slide-out-from-right {
    padding-left: 30px;
}   
div#banner-wor {
    padding-bottom: 20px !important;
}   
div#testimonials-row  .nectar-flickity:not(.masonry) .flickity-slider .cell {
    width: 100%;
    padding: 0 10px !important;
}
div#project-row .row_col_wrap_12.col.span_12.dark.left {
    padding:  0 20px;
}       
}
/* ================================================================================== */
@media only screen and (min-width: 1024px) and (max-width: 1300px){
#header-outer[data-full-width="true"] header > .container {
    padding: 0 20px;
}
div#banner-wor .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#banner-wor h2 {
    font-size: 40px;
    line-height: 1.3;
    margin: 0 0 20px 0;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    font-size: 14px;
    padding: 0;
    margin: 0 11px;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li#menu-item-114>a {
    width: 130px;
    font-size: 15px;
    height: unset;
}
div#banner-wor p {
    width: 100%;
}
#header-outer #logo img {
    height: 93px;
}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-02 {
    padding-top: 50px !important;
    padding-bottom: 110px !important;
}
div#sec-02 .int-wrok {
    padding: 20px;
}
div#sec-03 .vc_col-sm-6:nth-child(2):before {
    top: -140px;
}
div#sec-03 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#sec-03 h2 {
    font-size: 34px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 20px 0;
}
div#sec-03 p {
    line-height: 1.5;
}
div#sec-03 {
    padding-bottom: 100px !important;
}
div#sec6 {
    padding-top: 80px !important;
}
div#sec6 .vc_col-sm-7 {
    padding: 0 0 0 20px;
}
div#sec6 h3 {
    font-size: 23px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 6px 0;
}
div#sec6 .details p {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
}
div#sec6 a#btn {
    width: 100%;
    height: unset;
    line-height: 1;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-08 .vc_column-inner {
    padding: 120px 20px 120px;
}
div#testimonials-row .main {
    padding: 20px;
}
div#testimonials-row {
    padding-bottom: 40px !important;
}
div#conta .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#conta .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
div#conta .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-left: 50px;
    padding-bottom: 40px;
}
div#conta img {
    margin: 0;
    width: 100%;
}
div#wpforms-72 {
    width: 100%;
}
div#project-row {
    padding-top: 80px !important;
}
.gallery .item {
    flex: 0.9;
}
.gallery .item:hover {
    flex: 3;
}
.newsletter-sec h2 {
    width: 80%;
}
div#footer-working .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#footer-working .vc_col-sm-4 {
    padding-left: 40px;
}
div#footer-working .vc_col-sm-2 {
    left: 20px;
}
div#footer-working ul.social-me li a {
    font-size: 14px;
}
div#footer-working {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}   
    
}
/* ==================================================================== */
/* ================================================================================== */
@media only screen and (min-width: 1301px) and (max-width: 1600px){
#header-outer[data-full-width="true"] header > .container {
    padding: 0 40px;
}
div#banner-wor .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px 0 83px;
}
div#banner-wor h2 {
    font-size: 50px;
    line-height: 1.3;
    margin: 0 0 20px 0;
}
#header-outer[data-lhe=animated_underline] #top nav>ul>li>a {
    padding: 0;
    margin: 0 11px;
}
#header-outer #logo img {
    height: 93px;
}
div#sec-02 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-02 {
    padding-top: 50px !important;
    padding-bottom: 110px !important;
}
div#sec-02 .int-wrok {
    padding: 20px;
}
div#sec-03 .vc_col-sm-6:nth-child(2):before {
    top: -140px;
}
div#sec-03 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#sec-03 h2 {
    font-size: 45px;
    line-height: 1.2;
    margin: 0;
    padding: 0 0 20px 0;
}
div#sec-03 {
    padding-bottom: 100px !important;
}
div#sec6 {
    padding-top: 80px !important;
}
div#sec6 .vc_col-sm-7 {
    padding: 0 0 0 20px;
}
div#sec6 h3 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: 0;
    margin: 0 0 6px 0;
}
div#sec6 .details p {
    width: 100%;
}
div#sec6 a#btn {
    width: 100%;
    height: unset;
    line-height: 1;
}
div#sec-08 .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 20px;
}
div#sec-08 .vc_column-inner {
    padding: 120px 20px 120px;
}
div#testimonials-row .main {
    padding: 20px;
}
div#testimonials-row {
    padding-bottom: 90px !important;
}
div#conta .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 30px;
}
div#conta .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
div#conta .vc_col-sm-6:nth-child(1) .vc_column-inner {
    padding-left: 50px;
    padding-bottom: 40px;
}
div#conta img {
    margin: 0;
    width: 100%;
}
div#wpforms-72 {
    width: 100%;
}
div#project-row {
    padding-top: 80px !important;
}
.gallery .item {
    flex: 0.9;
}
.gallery .item:hover {
    flex: 3;
}
.newsletter-sec h2 {
    width: 60%;
}
div#footer-working .row_col_wrap_12.col.span_12.dark.left {
    padding: 0 50px;
}
div#footer-working .vc_col-sm-4 {
    padding-left: 60px;
}
div#footer-working .vc_col-sm-2 {
    left: 20px;
}
div#footer-working {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}   
div#banner-wor ul.iconlist {
    left: -60px;
    top: 230px;
    z-index: 9999;
}
   
}