/*
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
*/

div#ajax-content-wrap {
    --scroll-bar-w: 0px;
}



.progress-wrapper {
  display: flex;
  align-items: center;
  gap: 9px;
}

.pie-item {
  position: relative;
}

.pie-chart {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#f39c12 0%, transparent 0%);
}

/* inner circle */
.pie-chart::after {
  content: "";
  width: 105px;
  height: 105px;
  background: white;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: 10px solid #f0f2f4;
  outline-offset: -10px;
}

/* percentage text */
.pie-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  z-index: 2;
}

/* right text */
.progress-text {
  font-size: 21px;
  line-height: 32px;
  color: #0a2540;
  padding-left: 20px;
  font-weight: 700;
}

/* =============================== */
:root {
  --man-color: #76C3D3;
}
:root {
  --secondery-color: #FBA311;
}
/* =============================== */
#top .b1 i {
  background:var( --man-color);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: transparent !important;
  -webkit-text-stroke: 1px white;
}
#top .b1 a {
    color: black;
    /* font-weight: 900; */
}
#top .b2 a {
    background: var( --man-color);
    padding-block: 13px !important;
    padding-inline: 37px !important;
    border-radius: 30px !important;
    font-weight: 800;
}
#top .b2 a span {
    color: white !important;
}
#top ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-size: 14px !important;
    line-height: 24px !important;
}
div#Works {margin-block: 20px !important;padding-inline: 20px;}
div#Works .c1,div#Works .c2,div#Works .c3 {
    padding-inline: 9px;
}
div#Works .c1 .vc_column-inner, div#Works .c2 .vc_column-inner, div#Works .c3 .vc_column-inner {
    padding-block: 177px;
    padding-inline: 20px;
    position: relative;
    overflow: hidden;
}
div#Works .c1 .text1 {
    position: absolute;
    bottom: 26px;
}
div#Works .c1 .text1 h6 {
    position: absolute;
    top: -230px;
}
.icon h6 span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.icon h6 span img {
    margin-bottom: 0 !important;
    animation: 2s rotate linear alternate infinite;
}
div#Works  h3 {
    font-size: 28px;
    line-height: 38px;
}
div#Works .c3 h3 {
    position: absolute;
    top: 40px;
}
a#b1 {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
    border-radius: 30px !important;
    padding-block: 13px 12px !important;
    padding-inline: 50px;
}
div#Works .c3 a#b1 {
    position: absolute;
    bottom: 0;
    top: unset;
    left: 0;
}
div#Works .nectar-milestone {position: absolute;bottom: 0;width: 100%;}
div#Works .nectar-milestone .number.default {
    top: -210px;
    left: -20px;
    right: 0;
    margin: 0 auto !important;
    display: table !important;
    width: 100%;
}
div#Works .nectar-milestone .number.default span {
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-family: 'Open Sans';
    font-weight: 900;
}
div#Works .nectar-milestone .number.default .symbol-wrap span {
    color: black !important;
    -webkit-text-stroke: 1px black;
}
div#Works .nectar-milestone  .subject {
    font-weight: 800;
    font-size: 25px;
    line-height: 35px;
    color: white;
    text-align: left;
    position: absolute;
    bottom: 6px;
}
div#Works .wpb_column.instance-3 > .vc_column-inner > .column-bg-overlay-wrap > .column-bg-overlay {
    border-radius: 30px !important;
}
div#Works  .c2 .text1 {
    position: absolute;
    bottom: 25px;
}
div#Works .c2 .text1 h3 {
    color: white;
    width: 90%;
}
#Works .c1 .column-image-bg {
    border-radius: 28px !important;
}
div#About {
    padding-block: 60px !important;
    padding-inline: 220px;
}
div#About .c2 {
    padding-left: 30px;
}
div#About>.row-bg-wrap:before {
    content: '';
    position: absolute;
    background-image: url(https://keepitcleanwithshirley.com/wp-content/uploads/2026/04/about-bg-icon-1.png);
    width: 260px;
    height: 400px;
    bottom: 60px;
    right: 0;
    z-index: 9;
    background-size: cover;
    animation: 2s move linear alternate infinite;
}
@keyframes move{
    0%{
        transform:translateY(20px)
    }
}
div#scr {
    padding-block: 10px 60px !important;
}
div#scr h1 {
    display: flex;
    align-items: center;
    padding-inline: 10px;
    font-family: 'Open Sans';
    color: transparent;
    -webkit-text-stroke: 1px #001837;
    font-size: 70px;
    line-height: 80px;
    font-weight: 900;
}
div#scr h1 img {
    margin-bottom: 0px !important;
    padding-inline: 26px;
    animation: 2s rotate linear alternate infinite;
}
@keyframes rotate{
    0%{
        transform:rotatey(360deg)
    }
}
div#scr h1:last-child {
    margin-left: 180px;
}
div#scr h1 strong {
    color: var( --secondery-color);
    -webkit-text-stroke: 1px var( --secondery-color);
}
div#About .text1 {
    padding-bottom: 10px;
}
div#About div#aboutin1 p {
    width: 90%;
}
div#choose {
    padding-inline: 10px;
}
div#choose .c1,div#choose .c2 {
    padding-inline: 20px;
}
div#choose .c1>.vc_column-inner {
    padding-inline: 80px;
}
div#choose .text2 {
    border-top: 1px solid #0000004f;
    padding-top: 30px;
    margin-top: 20px;
}
div#choose .text2 p {
    width: 80%;
}
div#choose  .column-bg-overlay {background-size: cover !important;border-radius: 50px;}
.icon1 h6 span {
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
}
div#Services {
    padding-block: 70px 50px !important;
}
div#Services .text1 {
    margin-bottom: 0;
}
div#Services .carousel-item {
    padding-block: 0px;
    border: 1px solid #D9D9D9;
    margin-inline: 12px;
    border-radius: 20px;
}

div#Services .carousel-item div#Servicesin {
    margin-bottom: 0;
}
div#Services .carousel-item .img1 {
    width: 100% !important;
}
div#Services .carousel-item .text2 {
    padding-inline: 30px;
    padding-block: 13px 30px;
    position: relative;
}
div#Services .carousel-item .text2 h5 {
    position: absolute;
    top: -61px;
    right: 45px;
    margin-bottom: 0;
}
div#Services .carousel-item .text2 h5 img {
    margin-bottom: 0;
    width: 86%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
div#Services .carousel-item h3 {
    font-size: 19px;
    line-height: 29px;
}
div#Transforming {
    padding-bottom: 100px !important;
}
div#Transforming .text1 p {
    text-transform: capitalize;
    width: 61%;
}
div#Transforming .nectar-fancy-ul ul {
    margin-bottom: 0;
}
div#Transforming .nectar-fancy-ul ul li i {
    font-size: 0;
}
div#Transforming .nectar-fancy-ul ul li {
    background-image: url(https://keepitcleanwithshirley.com/wp-content/uploads/2026/04/Symbol.png);
    background-repeat: no-repeat;
    background-position: 4% 50%;
    padding-block: 15px 13px;
    font-weight: 600;
    color: #001837;
    font-size: 18px;
    line-height: 25px;
    background-color: white;
    width: fit-content;
    margin-block: 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 40px;
    padding-inline: 50px;
    width: 350px;
}
div#Transforming .nectar-image-comparison.twentytwenty-container img {
    border-radius: 40px !important;
}
div#Testimonials {
    padding-inline: 20px;
}
div#Testimonials .c1,div#Testimonials .c2 {
    padding-inline: 20px;
}
div#Testimonials .c2 .vc_column-inner {
    padding-inline: 60px 280px;
}
div#Testimonials .c2 .carousel-item .text2 h6 {
    padding-bottom: 20px;
}
div#Testimonials .c2 .carousel-item .text2 h4 {
    color: #001837;
    text-transform: math-auto;
}
div#Testimonials .c2 .carousel-item {
    margin-right: 0px !important;
}
div#Testimonials .c2  .nectar-milestone {
    display: flex;
    align-items: center;
    gap: 20px;
    text-align: left;
    border-top: 1px solid #0018374d;
    padding-top: 30px;
}
div#Testimonials .c2 .nectar-milestone .subject {
    width: 50%;
    color: #565656;
    font-weight: 600;
}
div#Testimonials .c2 .nectar-milestone .number.default span {
    color: #00000000;
    -webkit-text-stroke: 1px #001837;
    font-family: 'Open Sans';
    font-weight: 900;
}
div#Testimonials .c2 .nectar-milestone .number.default .symbol-wrap span {
    color: #001837 !important;
    -webkit-text-stroke: 1px #001837;
}
div#Testimonials .c2 .column-image-bg {
    border-radius: 30px;
}
div#Testimonials .c2 .carousel-item .iwithtext .iwt-icon img {
    width: 100%;
}
div#Testimonials .c2 .carousel-item .iwithtext .iwt-icon {
    margin-top: -6px;
}
div#Testimonials .c2 .carousel-item .iwithtext .iwt-text {
    padding-left: 90px;
}
div#Testimonials .c2 .carousel-item .iwithtext .iwt-text h5 {
    margin-bottom: 0;
}
div#Testimonials .c2 .owl-dots {
    display: none;
}
div#Testimonials .c2  .owl-nav.disabled {
    display: block;
    width: fit-content;
    background-color: var(--man-color);
    border-radius: 20px;
    position: absolute;
    bottom: 30px;
    right: 0;
}
div#Testimonials .c2 button.owl-prev,div#Testimonials .c2 button.owl-next {
    background-color: transparent;
    border: 0;
    font-size: 20px;
    margin: 0;
    padding: 10px 20px;
}
div#gallery {
    padding-block: 90px !important;
}
div#gallery .vc_col-sm-3  .text2 {
    position: absolute;
    bottom: 0;
    background-color: #76c3d3cc;
    width: 90%;
    height: 90%;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    transform: translate(-050%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.9s;
    opacity: 0;
}
div#gallery .text2 img {
    margin: 0 auto;
}
div#gallery .text2  a {
    opacity: 12;
}
div#gallery .man3 {
    margin-top: -93px;
}
div#gallery .vc_col-sm-3:hover .text2 {
    opacity: 1;
}
div#gallery  div#galleryin1 {
    margin-top: -12px;
}
div#gallery .man1 {
    margin-top: -134px;
}
div#gallery  .man2 {
    margin-top: -48px;
}
div#gallery  .hover-wrap {
    margin-bottom: 0;
}
div#contact {
    padding-bottom: 40px !important;
}
div#contact .c1 .vc_column-inner {
    padding-inline: 50px;
    color: white;
}
div#contact .c1 .vc_column-inner h2, div#contact .c1 .vc_column-inner h4, div#contact .c1 .vc_column-inner a {
    color: white !important;
}
div#contact .c1 .iwithtext .iwt-icon img {
    width: 100%;
}
div#contact .c1 .iwithtext .iwt-icon {
    margin-top: 7px;
}
div#contact .c1 .iwithtext .iwt-text {
    padding-left: 83px;
}
div#contact .c1 .iwithtext .iwt-text h4 {
    margin-bottom: 0;
}
div#contact .c1 .iwithtext:first-child .iwt-icon {
}
div#contact .c1 .iwithtext+.iwithtext .iwt-icon {
    margin-top: -5px;
}
div#contact .c1 .iwithtext+.iwithtext {
    margin-bottom: 33px;
}
div#contact .c1 .column-bg-overlay {
    border-radius: 20px;
}
div#contact .c2 div#wpforms-89 {
    margin-top: 0;
}
div#contact .c2 label {
    margin-bottom: 9px;
    font-weight: 500;
    color: #072052;
}
div#contact .c2 input,div#contact .c2 select {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    height: 60px;
}
div#contact .c2 textarea {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    height: 110px;
    resize: unset;
}
div#contact .c2  button#wpforms-submit-89 {
    background-color: var(--man-color);
    border-radius: 30px !important;
    height: 60px;
    width: 260px;
}
div#contact .c2 .wpforms-container .wpforms-form * {
    padding-block: 3px;
}
div#footer div#footerin1 {
    padding-block: 40px 30px !important;
    border-bottom: 1px solid #ffffff24;
    margin-bottom: 60px;
}
div#footer ul {
    margin: 0;
}
div#footer ul li {
    display: block;
}
div#footer div#footerin2 {
    padding-bottom: 40px !important;
}
div#footer div#footerin2 .iconnn li {
    display: inline-block;
    margin-right: 8px;
}
div#footer div#footerin2 .iconnn li i {
    border: 1px solid white;
    color: white;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
}
div#footer div#footerin2 .iconnn {
    margin: 0 auto;
    display: table;
}
div#footerin2 .man2 .vc_column-inner {
    margin: 0 auto;
    display: table;
}
div#footerin2  h4 {
    font-family: Playfair Display;
    font-size: 22px;
    line-height: 32px;
}

div#footerin2  ul#menu-say-hello a {
    padding-left: 59px !important;
    background-image: url(https://keepitcleanwithshirley.com/wp-content/uploads/2026/04/Group-1261153143-1.png);
    padding-block: 13px !important;
    background-repeat: no-repeat;
    background-position: 0% 50%;
}
div#footerin2 ul#menu-say-hello li {
    margin-bottom: 28px;
}
div#footerin2 ul#menu-say-hello .mail a {
    background-image: url(https://keepitcleanwithshirley.com/wp-content/uploads/2026/04/Group-1261153144.png);
}
div#footer .row-bg.viewport-desktop.using-image {
    background-size: 100% 100%;
}
div#footer .copytright {
    padding-bottom: 20px;
}
div#footerin2 a {
    font-size: 15px;
    line-height: 35px;
}
div#footer div#footerin1 .text22 h2 {
    font-size: 30px;
    line-height: 40px;
}
div#footer div#footerin1 .tnp.tnp-widget-minimal form.tnp-form {
    display: flex;
    align-items: center;
}
div#footer div#footerin1 .tnp.tnp-widget-minimal input.tnp-email {
    background-color: transparent !important;
    color: black;
}
div#footer div#footerin1 .tnp.tnp-widget-minimal input.tnp-submit {width: 240px;border-radius: 50px !important;padding-block: 15px;}
div#footer div#footerin1 div#newsletterwidgetminimal-2 {
    background-color: white;
    border-radius: 40px;
    padding: 6px;
}
div#footer div#footerin1 .tnp.tnp-widget-minimal input.tnp-email::placeholder {
    color: black;
}
/* ================================= */
@media (max-width: 1920px) {

}
/* ================================= */
@media (max-width: 1600px) {
    div#Works h3 {
    font-size: 24px;
    line-height: 35px;
}
div#footer-outer {
    display: none;
}
div#Works .c1 .vc_column-inner, div#Works .c2 .vc_column-inner, div#Works .c3 .vc_column-inner {
    padding-block: 150px;
}

div#Works .nectar-milestone .number.default {
    top: -160px;
}

div#Works .c1 .text1 h6 {
    top: -180px;
}

div#About {
    padding-inline: 100px;
}

div#About>.row-bg-wrap:before {
    width: 160px;
    height: 300px;
}

.progress-text {
    font-size: 17px;
    line-height: 28px;
}

div#Services .carousel-item .text2 h5 {
    right: 48px;
}

div#Testimonials .c2 .vc_column-inner {
    padding-inline: 60px 130px;
}


}
/* ================================= */
@media (max-width: 1440px) {
div#Works .c2 .text1 h3 {
    width: 100%;
}

div#Works h3 {
    font-size: 22px;
    line-height: 32px;
}

a#b1 {
    padding-inline: 36px;
}

div#Works .c1 .vc_column-inner, div#Works .c2 .vc_column-inner, div#Works .c3 .vc_column-inner {
    padding-block: 130px;
}

div#Works .nectar-milestone .number.default {
    top: -131px;
}

div#Works .c1 .text1 h6 {
    top: -150px;
}

div#Works .c3 a#b1 {
    padding-inline: 41px;
    padding-block: 9px !important;
    bottom: 4px;
    filter: unset;
    box-shadow: unset !important;
}

div#About {
    padding-inline: 40px;
}

div#About p {
    font-size: 14px;
    line-height: 24px;
}

div#About>.row-bg-wrap:before {
    width: 160px;
    height: 250px;
    bottom: 80px;
}

div#choose .c1>.vc_column-inner {
    padding-inline: 36px;
}

p {
    font-size: 13px;
    line-height: 23px;
}

div#Testimonials .c2 .vc_column-inner {
    padding-inline: 30px 50px;
}

div#Testimonials .c1, div#Testimonials .c2 {
    padding-inline: 10px;
}

div#Testimonials .owl-stage {
    padding-block: 10px;
}

div#Testimonials .c2 .nectar-milestone {
    padding-top: 13px;
}
}
/* ================================= */
@media (max-width: 1366px) {
    #top .b2 a {
    padding-block: 11px !important;
    padding-inline: 21px !important;
}

div#Works .nectar-milestone .number.default span {
    font-size: 70px;
}

div#Works .c1 .vc_column-inner, div#Works .c2 .vc_column-inner, div#Works .c3 .vc_column-inner {
    padding-block: 118px;
}

div#Works .c1 .text1 h6 {
    top: -127px;
}

div#Works .nectar-milestone .number.default {
    top: -112px;
}

div#Works h3 {
    font-size: 19px;
    line-height: 29px;
}

div#Works .c3 a#b1 {
    padding-inline: 33px;
    padding-block: 6px !important;
}

div#About .c2 {
}

div#About .c2 p {
    font-size: 12px !important;
    line-height: 22px;
}

div#About .c2 .text2 {
}

div#About .c2 .text2 h5 {
    margin-bottom: 0;
}

.progress-text {
    padding-left: 2px;
}

div#choose .c1, div#choose .c2 {
    padding-inline: 7px;
}

div#choose .text2 {
    padding-top: 10px;
    margin-top: 3px;
    margin-bottom: 12px !important;
}
.pie-chart {
    width: 94px;
    height: 94px;
}

.pie-chart::after {
    width: 85px;
    height: 85px;
}

.pie-text {
    font-size: 17px;
}

div#Services .carousel-item h3 {
    font-size: 17px;
    line-height: 26px;
}

div#Services .carousel-item .text2 h5 img {
    width: 80%;
}

div#Services .carousel-item .text2 h5 {
    right: 44px;
}

div#Transforming .nectar-image-comparison.twentytwenty-container img {
    border-radius: 30px !important;
}

div#Testimonials .c2 .text1 {
    margin-bottom: 8px;
}

div#Testimonials .c2 .carousel-item .text2 h6 {
    padding-bottom: 0px;
}



div#Testimonials .c2 .nectar-milestone .number.default span {
    font-size: 70px;
}

div#gallery .man2 {
    margin-top: -42px;
}

div#gallery .man1 {
    margin-top: -124px;
}

div#gallery .man3 {
    margin-top: -83px;
}

div#contact .c2 .wpforms-container .wpforms-form * {
    padding-block: 1px;
}

}
/* ================================= */
@media (max-width: 1280px) {
#top ul.sf-menu.sf-js-enabled.sf-arrows a {
    font-size: 12px !important;
    line-height: 22px !important;
}

div#Services .carousel-item .text2 {
    padding-inline: 18px;
}

div#Services .carousel-item .text2 h5 {
    right: 39px;
}

div#Transforming {
    padding-bottom: 60px !important;
}

div#gallery {
    padding-block: 60px !important;
}
}
/* ================================= */
@media (max-width: 1024px) {
div#Works h3 {
    font-size: 15px;
    line-height: 25px;
}
div#Works .c1 .vc_column-inner, div#Works .c2 .vc_column-inner, div#Works .c3 .vc_column-inner {
    padding-block: 86px;
}
div#Works .c3 h3 {
    top: 19px;
}
div#Works .c1 .text1 {
    bottom: 16px;
}
div#Works .nectar-milestone .number.default {
    top: -60px;
}
div#Works .c3 a#b1 {
    font-size: 11px;
    padding-inline: 26px;
    padding-block: 1px !important;
}
div#About {
    padding-inline: 10px;
    padding-block: 20px !important;
}
div#About .text1 {
    padding-bottom: 0px;
    margin-bottom: 10px;
}
div#About .c2 .text2 h5 img {
    width: 16%;
}
div#scr {
    padding-block: 10px 30px !important;
}
div#choose .c1>.vc_column-inner {
    padding-inline: 26px;
}
div#choose .c1>.vc_column-inner p {
    display: none;
}
div#Services .carousel-item .text2 h5 {
    right: 24px;
    top: -51px;
}
div#Services .carousel-item .text2 {
    padding-inline: 8px;
    padding-block: 5px 20px;
}
div#Services .carousel-item h3 {
    font-size: 13px;
    line-height: 21px;
}
div#Services .owl-stage {
    padding-block: 10px;
}
div#Transforming .nectar-fancy-ul ul li {
    font-size: 14px;
    line-height: 22px;
    padding-block: 7px 13px;
}
div#Testimonials .c2 .carousel-item .text2 h4 {
    font-size: 15px;
    line-height: 25px;
}

div#gallery div#galleryin1 {
    margin-top: 46px;
}
div#gallery .man2 {
    margin-top: -62px;
}
div#gallery .man3 {
    margin-top: -93px;
}
div#gallery .man4 {
    margin-top: -30px;
}
div#gallery .vc_col-sm-3 .text2 h3 {
    font-size: 15px !important;
}
div#contact .c1 .vc_column-inner {
    padding-inline: 30px;
}
div#contact .c2 input, div#contact .c2 select {
    height: 45px;
    font-size: 13px;
}
div#contact {
    padding-bottom: 0px !important;
}
div#footer div#footerin1 .footer_logo {
    width: 60%;
}
div#footer div#footerin1 .text22 h2 {
    font-size: 22px;
    line-height: 35px;
}
div#footer div#footerin1 {
    margin-bottom: 30px;
}
div#footer  p, div#footer  a {
    font-size: 12px !important;
    line-height: 22px !important;
}
div#footer div#footerin2 {
    padding-bottom: 10px !important;
}
div#footer .copytright {
    padding-bottom: 6px;
}
}
/* ================================= */
@media (max-width: 912px) {
    div#Transforming .nectar-fancy-ul ul {
    width: 40%;
    margin: 0 auto;
}
div#gallery .vc_col-sm-3 .text2 img {
    width: auto !important;
    height: auto !important;
}
    div#Works .c1, div#Works .c2, div#Works .c3 {
    margin-bottom: 16px;
    text-align: center !important;
}

div#Works .c1 .text1 {
    left: 0;
    right: 0;
}

div#Works .c2 .text1 {
    left: 0;
    right: 0;
    PADDING-INLINE: 20PX;
}

div#Works .c3 h3 {
    left: 0;
    right: 0;
}

div#Works .c3 a#b1 {
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
}

div#Works {padding-inline: 90px;}

div#Works h3 {
    font-size: 20px !important;
    line-height: 30px !important;
}

div#About {
    text-align: center;
    padding-inline: 120px;
}

.icon h6 span {
    justify-content: center;
}

div#About .c2 .text2 h5 img {
    width: auto;
}

p {
    font-size: 14px !important;
    line-height: 24px !important;
}

div#About div#aboutin1 p {
    width: 100%;
    font-size: 14px !important;
    line-height: 24px !important;
}

div#About  .c1 {
    margin-top: 20px !important;
    width: 80%;
    margin: 0 auto;
}

div#About div#aboutin1 {}

div#About div#aboutin1 .vc_col-sm-6 {
}

.progress-wrapper {
    justify-content: center;
}

div#choose .c1>.vc_column-inner p {
    display: block;
    margin: 0 auto;
    width: 100%;
}

div#choose .c1>.vc_column-inner {
    padding: 30px;
}

div#choose .c2 {
    width: 70%;
    margin: 0 auto;
    margin-top: 30px;
}

div#Services .carousel-item .text2 h5 {
    right: 46px;
}

div#Services .carousel-item h3 {
    font-size: 18px;
    line-height: 28px;
}

div#Transforming {
    text-align: center;
}

div#Transforming .text1 p {
    margin: 0 auto;
}

div#Transforming .nectar-fancy-ul ul li {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: left;
    width: 100%;
}

div#Transforming .c1 {
    width: 70%;
    margin: 0 auto;
}

div#Testimonials .c2 .vc_column-inner {
    padding: 40px;
}

div#Testimonials .c2 h6 span {
    margin: unset;
    justify-content: left;
}

div#Testimonials .c1 {
    margin-top: 30px !important;
    width: 70%;
    margin: 0 auto;
}

div#galleryin .vc_col-sm-3 {
    width: 100%;
}


div#gallery  .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 10px;
    margin-top: 0;
}

div#gallery .vc_col-sm-3 img {
    width: 100%;
    object-fit: cover;
    height: 270px;
    border-radius: 20px;
}

div#gallery div#galleryin {
    margin-bottom: 0 !important;
}

div#gallery div#galleryin1 {
    margin-top: 0;
}

div#gallery {
    width: 70%;
    margin: 0 auto;
}

div#contact .c1 .vc_column-inner {
    text-align: center;
    padding: 30px;
}

div#contact .c1 .iwithtext .iwt-icon {
    position: relative;
    margin: 0 auto;
    display: table;
}

div#contact .c1 .iwithtext .iwt-text {
    padding-inline: 0px;
}

div#contact h2 {
    text-align: center;
}

div#footer div#footerin1 .footer_logo {
    width: auto;
    float: left;
}

div#footer p, div#footer a {
    font-size: 14px !important;
    line-height: 24px !important;
}

div#footerin2 .man2 .vc_column-inner {
    margin: unset;
}

div#footer .row-bg.viewport-desktop.using-image {
    background-color: #001837 !important;
    background-image: unset !important;
}

div#footer .copytright p span {
    color: white !important;
}

div#footer .copytright {
    padding-block: 15px !important;
}

div#footer div#footerin2 {
    margin-bottom: 0;
}


div#About .c2 {
    padding-inline: 5px;
}

}
/* ================================= */
@media (max-width: 800px) {
div#Services .carousel-item .text2 h5 {
    right: 35px;
}
}
/* ================================= */
@media (max-width: 480px) {
    div#gallery .vc_col-sm-3 img {
    height: 150px;
}
    div#Transforming .nectar-fancy-ul ul {
    width: 100%;
}
div#Works {
    padding-inline: 10px !important;
}

div#Works .c1 .vc_column-inner, div#Works .c2 .vc_column-inner, div#Works .c3 .vc_column-inner {
    padding-block: 86px;
}


div#About {
    padding-inline: 20px;
}

h2 {
    font-size: 20px !important;
    line-height: 32px !important;
}

div#About .c1 {
    width: 100%;
}

div#scr h1 {
    font-size: 35px !important;
    line-height: 45px !important;
}

div#choosein {}

div#choosein .vc_col-sm-6 {
    margin-bottom: 0;
}

div#choose .c2 {
    width: 100%;
}

div#Services {
    padding-block: 40px 40px !important;
}

div#Transforming .text1 p {
    width: 100%;
}

div#Transforming .nectar-fancy-ul ul li {
}

div#Transforming .c1 {
    width: 100%;
}

div#Testimonials .c2 .vc_column-inner {
    padding: 30px;
}

h2 br {
    display: none;
}

div#Testimonials .c2 .owl-nav.disabled {
    display: none;
}

div#Testimonials .c2 .owl-dots {
    display: block;
}

div#Testimonials .c2 .nectar-milestone {
    flex-direction: column;
    gap: 0;
}

div#Testimonials .c2 .nectar-milestone .subject {
    width: 100%;
    text-align: center;
}

div#Testimonials .c1 {
    width: 100%;
}

div#gallery {
    width: 100%;
}

div#footer .copytright p {
    font-size: 10px !important;
}
}
/* ================================= */