/*
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
*/
header#top ul.sf-menu.sf-js-enabled.sf-arrows>li.current-menu-item>a {
    position: relative;
}
/* li#menu-item-35 {
    pointer-events: none !important;
} */
header#top ul.sf-menu.sf-js-enabled.sf-arrows>li.current-menu-item>a:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Vector-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: 0;
    right: 0;
    width: 75px;
    height: 40px;
    z-index: -1;
    margin: 0 auto;
    animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
@keyframes currentpage {
	0%,
	100% {
		transform: translateY(0);
	}

	10%,
	30%,
	50%,
	70% {
		transform: translateY(-8px);
	}

	20%,
	40%,
	60% {
		transform: translateY(8px);
	}

	80% {
		transform: translateY(6.4px);
	}

	90% {
		transform: translateY(-6.4px);
	}
}
header#top ul.sf-menu.sf-js-enabled.sf-arrows>li.current-menu-item>a span {
    color: #E3140B;
    font-weight: 700;
}
header#top li#menu-item-36 span {
    background: #E3140B;
    padding: 12px 30px !important;
    border-radius: 7px;
}
/* ================================= */
div#revolution-slider {
    margin-bottom: 0px !important;
}
div#revolution-slider span.arrow-img img {
    margin: 0px 0px -5px 2px !important;
}
/* ================================= */
div#your-website {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#your-website .inner-wrap.row-bg-layer {
    position: relative;
}
div#your-website .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
div#your-website-inner .t-1 {
    position: relative;
}
div#your-website-inner .t-1:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Vector-8.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 68px;
    height: 71px;
    margin-top: -40px;
    z-index: -1;
    animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
    margin-right: 60px;
}
div#your-website-inner .vc_col-sm-6.clm-one .vc_column-inner {
    background: #FBDDDC;
    padding: 20px 20px !important;
    border-radius: 20px;
    filter: drop-shadow(2px 4px 6px #ccc);
}
div#gform_fields_1 {
    row-gap: 15px !important;
}
div#your-website-inner input {
    border: unset !important;
    border-radius: 11px;
    height: 45px;
    text-align: justify;
    color: #999999;
}
div#your-website input#gform_submit_button_1 {
    background: #E3140B;
    color: #fff;
    font-family: 'Unbounded';
    font-weight: 100;
    width: 100%;
    text-align: center;
    filter: drop-shadow(2px 4px 6px #ccc);
    border-radius: 7px !important;
}
/* =========================== */
div#testimonial {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#testimonial .row-bg.viewport-desktop.using-bg-color {
    position: relative;
}
div#testimonial .row-bg.viewport-desktop.using-bg-color:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Rectangle-30.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}
.testimonial-slider {
  overflow: hidden;
  height: 1000px; /* ek row ki height (3 cards ke according adjust karein) */
  position: relative;
}
.testimonial-wrapper {
  position: relative;
}
.testimonial-row {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.testimonial-item {
    flex: 1;
    background: #fff;
    border-radius: 12px;
    padding: 40px 20px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.testimonial-stars {
  color: #ff9900;
  font-size: 20px;
  margin-bottom: 12px;
}
.testimonial-text {
    font-size: 16px;
    line-height: 26px;
    color: #444444 !important;
    margin-bottom: 20px;
    text-align: left;
}
.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.testimonial-photo {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial-info {
  display: flex;
  flex-direction: column;
}
.testimonial-name {
    margin: 0 !important;
    font-weight: bold !important;
    font-size: 16px !important;
    display: inline-block !important;
    color: #252525 !important;
}
.testimonial-position {
  font-size: 13px;
  color: #777;
}
.testimonial-row .testimonial-item:nth-child(even) {
  position:relative;
  top:-120px
}
/* ========================================= */
div#projects {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#projects .owl-stage-outer {
    overflow: visible;
}
/* div#projects .owl-stage {
  display: flex;
  animation: marquee-horizontal 70s linear infinite;
}

@keyframes marquee-horizontal {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

div#projects .owl-carousel:hover .owl-stage {
  animation-play-state: paused !important;
}

div#projects .owl-carousel:not(:hover) .owl-stage {
  animation-play-state: running !important;
}

div#projects .owl-carousel:nth-child(even) .owl-stage {
  animation-direction: reverse;
} */
div#projects-inner {
    margin: 0px 10px;
    transform: rotate(5deg);
}
div#projects-inner .t-2 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e3140ba8;
    border-radius: 20px;
    transition: .9s;
    transform: scale(0%);
}
div#projects-inner:hover .t-2 {
    transform: scale(90%);
    transition: .9s;
}
div#projects .owl-dots {
    display: none;
}
/* ==================================== */
div#what-we {
    padding: 70px 0px !important;
    margin-bottom: 0px !important;
}
div#what-we .inner-wrap.row-bg-layer {
    position: relative;
}
div#what-we .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
div#what-we .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
div#what-we-inner .vc_col-sm-4 {
    position: relative;
}
div#what-we-inner .vc_col-sm-4:after {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Ellipse-5-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0px;
    top: 0;
    width: 4px;
    height: 395px;
    visibility: visible;
}
div#what-we-inner .vc_col-sm-4:last-child:after {
    display: none;
}
div#what-we-inner .iwithtext .iwt-icon {
    position: unset;
}
div#what-we-inner .iwithtext .iwt-icon img {
    width: unset;
}
div#what-we-inner .iwithtext .iwt-text {
    padding-left: 0px;
}
div#what-we-inner .iwt-text p {
    min-height: 140px;
}
div#what-we-inner .iwt-text h5 a {
    padding-right: 30px;
    position: relative;
    font-weight: 400;
    font-size: 15px;
}
div#what-we-inner .iwt-text h5 a:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Group-3.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 2px;
    width: 23px;
    height: 16px;
}
/* ======================================== */
div#why-choose {
    padding: 50px 0px 100px 0px !important;
    margin-bottom: 0px !important;
}
div#why-choose .inner-wrap.row-bg-layer {
    position: relative;
}
div#why-choose .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Group-28-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1050px;
    height: 964px;
    z-index: 99;
    margin: 0 auto;
}
div#why-choose .row-bg.viewport-desktop.using-bg-color {
    height: 880px;
}
div#why-choose-one {
    background: #E3140B;
    padding: 60px 0px !important;
    border-radius: 20px;
    margin-top: 50px !important;
    position: relative;
    z-index: 9;
}
div#why-choose-one:after {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/image-54.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 121px;
    margin-bottom: -105px;
    z-index: 999;
}
div#why-choose-one:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/envelope-text-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 130px;
    margin-right: -80px;
	    -webkit-animation-name: spin;
    -webkit-animation-duration: 8000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
/* ==================================== */
div#what-make {
    padding: 50px 0px !important;
    margin-bottom: 0px !important;
}
div#what-make .inner-wrap.row-bg-layer {
    position: relative;
}
div#what-make .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
div#what-make .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
div#what-make-inner .vc_col-sm-4 .vc_column-inner {
    background: #FFFFFF;
    padding: 40px 30px !important;
    border: 2px solid #FFD8D7;
    border-radius: 20px;
}
div#what-make-inner p {
    min-height: 110px;
}
/* ======================================= */
div#form .inner-wrap.row-bg-layer:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
div#form .inner-wrap.row-bg-layer:after {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/content-area-left-bg-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 410px;
    height: 600px;
	animation: currentpage 10s ease-in-out 0s 1000 normal forwards;
}
/* =================================== */
div#instagram {
    padding: 50px 0px !important;
    margin-bottom: -250px;
}
div#instagram .owl-carousel {
    width: 90%;
    margin: 0 auto;
}
div#instagram-inner {
    margin: 0px 10px;
    filter: drop-shadow(2px 4px 6px black);
}
div#instagram .owl-dots {
    display: none;
}
/* =================================== */
div#footer-outer {
    z-index: 9;
}
div#footer-widgets .row {
    padding: 250px 0px 30px 0px !important;
    border-bottom: 1px solid #fff;
}
div#footer-widgets .socliy ul li {
    display: inline-block;
    margin-right: 15px;
}
div#nav_menu-2 {
    margin-top: 30px;
    margin-left: 30px;
}
div#footer-widgets ul#menu-footer-menu {
    column-count: 2;
}
div#newsletterwidgetminimal-2 h4 {
    font-size: 35px !important;
    line-height: 45px !important;
    font-family: 'Unbounded';
    font-weight: 800 !important;
}
div#footer-widgets form.tnp-form {
    display: flex;
    width: 100%;
}
div#footer-widgets input.tnp-email {
    color: #000;
    border-radius: 10px;
}
div#footer-widgets input.tnp-submit {
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Button-→-icon_25.svg.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    width: auto;
    margin-left: -40px;
    box-shadow: unset !important;
    transform: unset !important;
    padding: 0px 15px !important;
}
#footer-outer #footer-widgets .col input[type="submit"] {
	 background-color: #fff0 !important;
}
/* ============================== */
div#copyright {
    padding: 20px 0px !important;
}
div#copyright strong {
    color: #E3140B;
    font-weight: 400;
}
/* ============================== */
.amelia-v2-booking #amelia-container .am-fs-sb {
	background-color: #e3170e !important;
}
.amelia-v2-booking #amelia-container .am-fs-sb__step-checker {
	background-color: #000 !important;
}
button.am-button.am-button--filled.am-button--default.am-button--primary.is-disabled.am-button-continue {
    background: #e3170e !important;
    border: 1px solid #fff !important;
}


div#post-sec .vc_col-sm-9 .nectar-post-grid-item__excerpt-wrap.item-meta-extra span.meta-excerpt {
    color: #666666 !important;
}

div#post-sec .vc_col-sm-9 span.nectar-post-grid-item__meta-wrap span.meta-date {
    background-color: #E3140B;
    color: #fff !important;
    padding: 8px 30px;
    border-radius: 10px;
    font-family: 'Unbounded';
}

/* div#post-sec .vc_col-sm-9 span.nectar-post-grid-item__meta-wrap {
    position: absolute;
    top: -320px;
    left: 10px;
} */

div#con-sec {
    padding-block: 50px !important;
}

div#con-sec .vc_col-sm-6 {}

div#con-sec .vc_col-sm-6 .vc_column-inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 20px 0 20px !important;
}

div#con-sec div#gform_fields_2 {
    row-gap: 10px;
}

div#con-sec div#gform_fields_2 input {
    background-color: transparent !important;
    border: 1px solid #D8DDE1;
    padding: 25px 20px;
    border-radius: 10px;
    color: #797E88;
}

div#con-sec div#gform_fields_2 textarea#input_2_8 {
      background-color: transparent !important;
    border: 1px solid #D8DDE1;
    padding: 25px 20px;
    border-radius: 10px;
    color: #797E88;
}

div#con-sec input#gform_submit_button_2 {
    background-color: #E3140B;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Unbounded';
    margin: 0 auto;
    border-radius: 5px !important;
}

div#con-sec .vc_col-sm-4 .vc_column-inner {
    background-color: #FBDDDC;
    padding: 0 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    margin: 20px 0;
}

div#con-sec .col {padding: 0;}

div#con-sec .vc_col-sm-4 .vc_column-inner ul li {
    list-style: none;
    font-family: 'DM Sans';
    font-size: 16px;
    line-height: 26px;
}
div#con-sec div#gform_fields_2 div#gfield_instruction_2_7 {
    display: none;
}

div#pr-psec {
    padding-block: 50px !important;
}

div#pr-psec p {text-wrap: balance;}

div#pr-psec  .wpb_wrapper.tabbed {
    padding-top: 80px;
}

div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav {
    margin: 0 auto;
    display: table;
    margin-bottom: 80px;
}

div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav li a {
    padding: 30px 40px !important;
    background-color: #fff;
    border: 1px solid #FFD8D7;
    border-radius: 20px;
    color: #666666;
    font-family: "DM Sans";
    font-size: 17px;
    font-weight: 500 !important;
    text-wrap: balance;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    transition: 0.9s all;
}

div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav li {
    margin: 5px;
}

div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav  li.tab-item.active-tab a {
    background-color: #000 !important;
    color: #fff !important;
}

div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav li.tab-item:first-child a {
    width: 90%;
    padding: 18px 0 !important;
}

div#pr-psec .vc_col-sm-4 .vc_column-inner {
    background-color: #fff;
    padding: 60px 20px 20px 30px !important;
    border-radius: 50px;
    border: 1px solid #FBDDDC;
}

div#pr-psec .vc_col-sm-4 .vc_column-inner li {
    color: #666666;
    font-family: "DM Sans";
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 15px;
    padding-left: 10px;
}

div#pr-psec .vc_col-sm-4 h4 {
    background-color: #E3140B;
    color: #fff;
    padding: 15px 10px !important;
    text-align: center;
    margin-left: -30px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

div#pr-psec .vc_col-sm-4  h3 {
    text-align: center;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

div#pr-psec .vc_col-sm-4 a#btn {
    padding: 15px 30px !important;
    font-size: 15px;
    font-family: "Unbounded";
    box-shadow: 0px 2px 6px 1px #0000006b;
}

div#pr-psec .vc_col-sm-4 .vc_column-inner ul li::marker {
    content: url(https://fireupdesign.com/wp-content/uploads/2025/10/Group-1597885028.png);
}

div#pr-psec .vc_col-sm-4 .vc_column-inner {
    transition: 0.9s all;
}

div#pr-psec .vc_col-sm-4 .vc_column-inner:hover {
    background-color: #FBDDDC;
}

div#pr-psec .vc_col-sm-4 .vc_column-inner:hover li {
    color: #000;
}

div#pr-psec .m-top {
    margin-top: 30px;
}

div#pr-psec .vc_col-sm-4 .vc_column-inner ul {
    min-height: 340px !important;
}

div#why-choose-one h6, div#why-choose-one h3, div#why-choose-one p {
    color: #fff;
}

.page-id-20 #page-header-bg h1 {
    width: 70%;
    margin: 0 auto;
    display: table;
    text-align: center;
}

div#ws-sec {
    padding-block: 50px !important;
}

div#ws-sec p {
    width: 70%;
    margin: 0 auto;
}
div#was-sec .tb-main h3 {
    width: 55%;
    margin: 0 auto;
}
div#was-sec p, div#was-sec li {
    font-size: 13px;
    line-height: 20px;
}

div#was-sec li#nl {list-style: none;}

div#why-sec {
    padding-block: 50px !important;
}

div#why-sec .carousel-item {
    background-color: #fff;
    border: 1px solid #FFD8D7;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    margin: 10px;
    transition: 0.9s all;
}

div#why-sec .carousel-item p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    font-family: 'DM Sans';
    padding: 0px 30px;
    min-height: 290px;
}

div#why-sec .carousel-item h4 {
    width: 70%;
    margin: 0 auto;
    min-height: 90px;
}

div#why-sec .carousel-item:hover {
    background-color: #FBDDDC;
}

div#why-sec .owl-stage-outer {
    width: 150% !important;
    overflow: visible;
}

#why-sec .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-top: 20px;
}

/* Dot button reset */
#why-sec .owl-dot {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: relative;
}

/* Number style */
#why-sec .owl-dot span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: "Poppins", sans-serif;
  transition: all 0.3s ease;
}

/* Active number */
#why-sec .owl-dot.active span {
  color: #c00000; /* red color */
}

/* Ellipse effect for active dot */
#why-sec .owl-dot.active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 22px;
  border: 2px solid #000;
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-15deg);
  transition: all 0.3s ease;
}

/* Smooth animation */
#why-sec .owl-dot span, 
#why-sec .owl-dot::before {
  transition: all 0.3s ease-in-out;
}

div#why-sec .owl-theme[data-desktop-cols] .owl-dots .owl-dot span {
    height: 0;
    transform: unset;
}

div#why-sec .owl-dots {
    width: fit-content;
    position: absolute;
    right: 100px;
    top: -50px;
}
#why-sec .owl-dot::before {
    opacity: 0;
}

#why-sec .owl-dot.active::before {
    opacity: 1;
}
div#why-sec .owl-dots button.owl-dot span {font-size: 21px;line-height: 31px;font-family: 'Unbounded';font-weight: 600;}

div#why-sec .owl-dots button.owl-dot {
    width: 60px;
}

div#why-sec button.owl-dot:before {
    content: "";
    background-image: url(https://fireupdesign.com/wp-content/uploads/2025/09/Vector-1-1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -4px;
    left: -58px;
    right: 20px;
    width: 45px;
    height: 30px;
    z-index: -1;
    margin: 0px auto;
    animation: 30s ease-in-out 0s 1000 normal forwards running currentpage;
    filter: invert(1);
    z-index: -3;
}

div#why-sec button.owl-dot.active span {
    color: #db001a;
}

div#what-we h1 {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 70px !important;
}

div#what-we p {
    min-height: auto !important;
}

div#what-we i.icon-default-style.icon-salient-check.accent-color {
    background-color: #db001a;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50px;
    color: #fff;
}

div#what-we .nectar-fancy-ul ul li {
    padding-bottom: 10px;
}

div#what-we .iwithtext p {
    text-wrap: balance;
}

div#con-sec h6, div#con-sec h3,div#con-sec p {
    color: #fff;
    text-wrap: balance;
}

div#con-sec a#nc-btn {
    margin: 0 auto;
    display: table;
}

div#faq-sec {
    padding-block: 50px !important;
}

div#faq-sec .toggles.accordion {
    padding-top: 20px;
}

div#faq-sec .toggles.accordion h3.toggle-title a {
    color: #000000;
    border-bottom: 1px solid #000000;
    padding: 20px 0 !important;
    margin-bottom: 30px;
    text-wrap: balance;
}

div#faq-sec .toggles.accordion h3.toggle-title a i.fa.fa-minus-circle {
    border: unset;
}

div#faq-sec .toggles.accordion h3.toggle-title a i.fa.fa-minus-circle::before {
    background-color: #000 !important;
}

div#faq-sec .toggles.accordion  .toggle.default.open {
    background-color: #FBDDDC;
}

div#faq-sec .toggles.accordion .toggle.default {
    padding: 20px 20px;
    transition: 0.8s all;
    box-shadow: unset !important;
    border-bottom: unset;
    padding-bottom: 0;
}

div#faq-sec .toggles.accordion .toggle.default i.fa.fa-plus-circle {
    border: unset;
}

div#faq-sec .toggles.accordion .toggle.default i.fa.fa-plus-circle:before, div#faq-sec .toggles.accordion .toggle.default i.fa.fa-plus-circle:after {
    color: #000 !important;
    background-color: #000 !important;
}

.page-id-245 #page-header-bg .subheader {
    font-size: 15px;
    font-family: 'DM Sans';
}

.page-id-245  .subheader span.subheader {
    display: table !important;
}

div#wdad-sec {
    padding-block: 50px !important;
}

div#wdad-sec p {
    text-wrap: balance;
}
div#opr-sec {
    padding-top: 40px !important;
    padding-bottom: 180px !important;
}
div#main-mtop {
    margin-top: -150px;
}
div#opr-sec h2, div#opr-sec h4 {
    color: #fff;
}

div#opr-sec p {
    color: #999;
    text-wrap: balance;
    width: 70%;
}

div#opr-sec  h6 {
    width: fit-content;
    border: 1px solid #fff;
    padding: 20px 20px;
    border-radius: 50%;
}

div#opr-sec h6 img {
    aspect-ratio: 1/1;
    width: 50px;
    object-fit: cover;
    margin-bottom: 0;
}

div#opr-sec .vc_col-sm-6:hover h6 {
    background-color: #E3140B;
}
div#wdad-sec  .wpb_text_column.wpb_content_element.crd-txt {
    padding-top: 40px;
    padding-bottom: 40px;
}


div#cards-sec .vc_col-sm-3 .vc_column-inner {
    padding: 40px 20px;
    background-color: #fff;
    min-height: 170px;
    border-radius: 20px;
    box-shadow: 0px 7px 29px #64646f29;
    border: 1px solid #FFD8D7;
    transition: 0.9s all;
}

div#cards-sec .vc_col-sm-3 .vc_column-inner:hover {
    background-color: #FFD8D7;
}
div#what-we-ecom {
    padding-top: 50px !important;
    margin-top: 70px;
    padding-bottom: 170px !important;
}
div#what-we-ecom div#what-we-inner  .vc_col-sm-6 {
    padding-left: 130px;
    position: relative;
}

.page-id-267 #page-header-bg .subheader {
    font-size: 18px;
    line-height: 28px;
    font-family: 'Unbounded';
    font-weight: 300 !important;
}

.page-id-285 #page-header-bg .subheader {
    font-size: 16px;
    font-family: 'Unbounded';
}

div#wdad-sec p {
    text-wrap: balance;
    width: 70%;
    margin: 0 auto;
}

div#cards-sec {
    padding: 40px 110px;
    padding-top: unset;
}
div#wdad-sec .wpb_text_column.wpb_content_element.crd-txt {
    margin-bottom: 0;
}
div#wdad-sec .vc_col-sm-4 p {
    width: auto !important;
}

.page-id-293 #page-header-bg h1 {
    text-wrap: balance;
}

.page-id-293 #page-header-bg span.subheader {
    font-size: 16px;
    text-wrap: balance;
}

div#ld-sec1 {
    padding-block: 50px !important;
}
div#why-choose-one h3 {
    text-wrap: balance;
    width: 80%;
    margin: 0 auto;
}

div#why-choose-one p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px !important;
    text-wrap: balance;
    width: 50%;
    margin: 0 auto;
}

div#ld-sec1 p {
    text-wrap: balance;
    width: 80%;
    margin: 0 auto;
}

div#ld-inn1 {
    padding-top: 40px;
}

div#ld-inn1 p {
    width: auto;
}
div#cards-sec .vc_col-sm-4 .vc_column-inner {
    background-color: #fff;
    border: 1px solid #FFD8D7;
    padding: 50px 30px;
    min-height: 240px;
    border-radius: 20px;
}

div#whii-ner p {
    margin: unset !important;
    display: block !important;
    text-align: left !important;
}

div#cards-sec .vc_col-sm-4 .vc_column-inner h4 {
    min-height: 60px;
}

div#cards-sec .vc_col-sm-4 .vc_column-inner {transition: 0.9s all;}

div#cards-sec .vc_col-sm-4 .vc_column-inner:hover {
    background-color: #FFD8D7;
}
div#what-we-ecom div#what-we-inner .vc_col-sm-6.r-bor:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 395px;
    background-color: #E6DDDD;
    border-radius: 50%;
    right: 0;
}
div#was-sec p {
    text-wrap: balance;
}
div#wco-main-top {
    margin-top: -130px !important;
}

div#what-we-ecom h1 span {
    color: #fff !important;
}

div#what-we-ecom h1 {
    width: 60%;
    margin: 0 auto;
}

div#what-we-ecom div#what-we-inner {
    padding-top: 50px;
}

div#what-we-ecom div#what-we-inner h4 span {
    color: #fff !important;
}

div#what-we-ecom div#what-we-inner p {text-wrap: balance;width: 70%;}


.post-area.col.span_9 {
    display: flex;
    margin-right: 0 !important;
}
div#regular_portfolio .material.single-portfolio .post-area.span_9 {
    margin-right: 0 !important;
    width: 100%  !important;
}

.material.single-portfolio .post-area.span_9 {
    margin-right: 0% !important;
    width: 100% !important;
}

.material.single-portfolio .post-area.span_9 .comments-section {
    display: none;
}

.material.single-portfolio .post-area.span_9  div#portfolio-extra {
    margin-left: 40px;
}

.material.single-portfolio .post-area.span_9 img {
    object-fit: contain;
}

.material.single-portfolio .post-area.span_9 {
    align-items: flex-start;
    position: sticky;
    top: 0;
}



/* ============================== */
@media (max-width: 1920px){}
@media (max-width: 1600px){
	    #header-outer[data-full-width="true"] header > .container {
        padding: 0 50px;
    }
	div#your-website-inner .t-1:before {
    width: 68px;
    height: 71px;
    margin-top: -40px;
}
	div#why-choose-one:before {
    width: 150px;
    height: 130px;
    margin-right: -60px;
}
	div#why-choose .inner-wrap.row-bg-layer:before {
    width: 1050px;
    height: 934px;
}
}
@media (max-width: 1440px){}
@media (max-width: 1366px){
	div#pr-psec .vc_col-sm-4 .vc_column-inner li {
    font-size: 14px;
    line-height: 23px;
}
	    div#why-choose .inner-wrap.row-bg-layer:before {
        width: 1050px;
        height: 914px;
    }
	div#what-make-inner p {
    min-height: 130px;
}
}
@media (max-width: 1326px){}
@media (max-width: 1280px){
	    #header-outer[data-full-width="true"] header > .container {
        padding: 0 30px;
    }
	div#your-website-inner .t-1:before {
        width: 58px;
        height: 61px;
        margin-top: -30px;
        margin-right: 60px;
    }
}
@media (max-width: 1080px){
	#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 50px;
}
	div#revolution-slider span.arrow-img img {
    margin: 0px 0px -5px 2px !important;
    width: 16px;
}
	p, li a {
    font-size: 13px;
    line-height: 23px;
}
	div#your-website-inner input {
    height: 40px;
}
	div#your-website-inner .t-1:before {
        width: 48px;
        height: 51px;
        margin-top: -20px;
        margin-right: 0px;
    }
	div#your-website {
    padding: 30px 0px !important;
}
	div#your-website-inner .t-1 h2 {
    font-size: 24px;
    line-height: 24px;
}
	div#projects {
    padding: 30px 0px !important;
}
	div#what-we {
    padding: 40px 0px !important;
}
	div#what-we-inner .vc_col-sm-4:after {
    right: 3px;
    height: 355px;
}
	div#why-choose {
    padding: 20px 0px 50px 0px !important;
}
	div#why-choose .row-bg.viewport-desktop.using-bg-color {
    height: 800px;
}
	div#why-choose .inner-wrap.row-bg-layer:before {
        width: 820px;
        height: 854px;
    }
	    div#why-choose-one:after {
        margin-bottom: -70px;
        height: 81px;
    }
	div#what-make {
    padding: 30px 0px !important;
}
	div#testimonial {
    padding: 30px 0px !important;
}
	.testimonial-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
	.testimonial-text {
    font-size: 14px;
    line-height: 24px;
	margin-bottom: 0px;
}
	.testimonial-name {
    font-size: 13px !important;
}
	.testimonial-item {
    padding: 20px 15px !important;
}
	div#instagram {
    padding: 30px 0px !important;
    margin-bottom: -160px;
}
	div#footer-widgets .row {
    padding: 170px 0px 30px 0px !important;
}
	div#newsletterwidgetminimal-2 h4 {
    font-size: 25px !important;
    line-height: 40px !important;
}
	
}
@media (max-width: 1024px){
	#slide-out-widget-area ul li a {
  font-size: 13px !important;
  line-height: 20px !important;
}
	div#what-we-inner .iwt-text p {
    min-height: 160px;
}
div#what-make-inner .vc_col-sm-4 .vc_column-inner {
    padding: 20px 20px !important;
}
}
@media (max-width: 912px){
	div#your-website-inner {
    margin: 0px 100px;
    text-align: center;
}
	div#what-we-inner {
    margin: 0 100px;
    text-align: center;
}
	div#what-we-inner .iwithtext .iwt-icon {
    position: unset;
    margin: 0 auto;
    display: table;
}
	div#what-we-inner .vc_col-sm-4:after {
		display: none;
	}
	div#your-website-inner .t-1:before {
        width: 38px;
        height: 41px;
        margin-top: -27px;
        margin-right: 60px;
    }
	div#what-we .wpb_text_column.wpb_content_element {
    text-align: center;
}
	div#what-we-inner .iwt-text p {
        min-height: auto;
    }
	div#why-choose-inner {
    text-align: center;
    margin: 0px 100px;
}
	div#why-choose .row-bg.viewport-desktop.using-bg-color {
        height: 1150px;
    }
	    div#why-choose-one:before {
        width: 130px;
        height: 110px;
        margin-right: -56px;
    }
	.testimonial-slider {
  height: 800px; /* ek row ki height (3 cards ke according adjust karein) */
}
		.testimonial-row {
    display: inline;
}
	.testimonial-row .testimonial-item:nth-child(even) {
  position:relative;
  top:0px
}
	.testimonial-item {
        padding: 20px 15px !important;
        margin: 30px 0px !important;
    }
	div#what-make-inner p {
        min-height: auto;
    }
	div#what-make-inner .vc_col-sm-4 .vc_column-inner {
        padding: 30px 30px !important;
    }
	div#what-make {
    text-align: center;
}
	div#what-make-inner {
    margin: 0px 100px;
}
	#footer-widgets .container .col.span_4 {
    width: 70%;
    text-align: center;
    margin: 0 auto !important;
    display: table !important;
    float: unset;
}
	div#nav_menu-2 {
    margin-top: 0px;
    margin-left: 0px;
}
	    #footer-widgets .container .row>div:nth-child(2).span_4 {
        margin-right: auto !important;
    }
	div#why-sec .carousel-item p {
  min-height: 130px;
}
	div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav {
  margin-bottom: 10px;
}
	div#pr-psec ul.wpb_tabs_nav.ui-tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
	div#pr-psec .wpb_wrapper.tabbed {
  padding-top: 10px;
}
}
@media (max-width: 800px){}
@media (max-width: 768px){}
@media (max-width: 480px){
	.inner-wrap span {
  font-size: 13px !important;
  line-height: 21px !important;
}
	p {
  font-size: 13px !important;
  line-height: 23px !important;
}
	div#why-choose-one h3 {
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
}
	div#what-we-ecom div#what-we-inner .vc_col-sm-6.r-bor::before {
  content: unset !important;
  
}
	div#what-we-ecom div#what-we-inner p {
  width: 70%;
  margin: 0 auto;
}
	div#what-we-ecom div#what-we-inner .vc_col-sm-6 {
  padding-left: 0px;
  position: relative;
}
	 div#why-choose-one p {
  width: 90% !important;
  margin: 0 auto;
}
	.subheader {
  font-size: 13px !important;
  line-height: 20px !important;
}
	div#why-choose-one p {
  width: 90% !important;
  margin: 0 auto;
}
	div#cards-sec {
  padding: 40px 10px;
}
	div#wdad-sec p {
  text-wrap: balance;
  width: 100%;
  margin: 0 auto;
}
	div#ws-sec p {
  width: 100%;
  margin: 0 auto;
}
	div#why-sec .owl-dots {
  right: 30px;
  top: -50px;
}
	div#why-sec .owl-stage-outer {
  width: 100% !important;
  overflow: hidden;
}
	div#what-we h1 {
  margin-bottom: 30px !important;
}
	div#what-we {
    padding: 0 0px !important;
  }
	div#why-choose-one p {
    width: 100% !important;
  }
	div#why-choose-one p {
  width: 100%;
  margin: 0 auto;
}
	header#top {
    background: #000;
    padding: 10px 0px !important;
}
	div#header-outer {
    padding: 0px !important;
    position: relative !important;
}
	    div#your-website-inner .t-1 h2 {
        font-size: 17px;
        line-height: 22px;
    }
	div#your-website-inner .t-1:before {
        width: 30px;
        height: 35px;
        margin-top: -17px;
        margin-right: 0px;
    }
	div#your-website-inner h4 {
    font-size: 15px;
}
	div#testimonial h1 br {
    display: none;
}
	div#your-website input#gform_submit_button_1 {
    font-size: 12px;
}
	    div#your-website-inner {
        margin: 0px 0px;
    }
	div#what-we-inner {
        margin: 0 0px;
    }
	    div#why-choose-inner {
        margin: 0px 0px;
    }
	    div#why-choose-one:before {
        width: 80px;
        height: 70px;
        margin-right: -36px;
    }
	div#why-choose-one {
    padding: 30px 0px !important;
}
	div#why-choose-one p br {
    display: none;
}
	div#why-choose-one p {
    margin: 0px 24px;
}
	div#why-choose h1 br {
    display: none;
}
	div#why-choose-one:after {
        margin-bottom: -40px;
        height: 51px;
    }
	    div#what-make-inner {
        margin: 0px 0px;
    }
	#footer-widgets .container .col.span_4 {
        width: 100%;
    }
	div#copyright p {
    font-size: 12px;
}
	div#newsletterwidgetminimal-2 h4 {
    font-size: 20px !important;
    line-height: 30px !important;
}
	h1 {
    font-size: 20px !important;
}
}
@media (max-width: 428px){}
@media (max-width: 414px){}
@media (max-width: 390px){}
@media (max-width: 375px){}
@media (max-width: 360px){}