/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


html {
  scroll-behavior: smooth;
}

.mobileSocialBox {
    display: none;
}

.wpb_text_column h2, h3, h4, h5, h6 {
    color: #082f6f;
}


/* theme css */
.wd-content-layout {
    padding-block: 0 !important;
}

.wd-prefooter {
    padding-bottom: 0 !important;
}

.contentBox .info-box-title {
    font-size: 42px;
    color: #082F6F;
}

.contentBox .info-box-subtitle {
    font-size: 16px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #0D64E4 !important;
    background: #fff;
    padding: 6px 20px;
    border-radius: 30px;
}

.contentBox .info-box-subtitle:before {
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    display: block;
    background: #0D64E4;
    border-radius: 30px;
    animation: slide-left-subtitle 2s linear infinite alternate both;
}

.slide-left-subtitle {
	animation: slide-left-subtitle 2s linear infinite alternate both;
}

@keyframes slide-left-subtitle {
  0% {
    width: 8px;
  }
  100% {
    width: 30px;
  }
}
/* theme css */

/* btn */
a.btn {
    font-size: 19px;
    padding: 8px 18px;
    display: inline-flex;
    justify-content: center;
    border: 2px solid #0d64e4;
    width: 240px;
    gap: 10px;
}

a.btn span.wd-btn-icon {
    width: 14%;
}

a.btn:hover {
    /* background: transparent;
    box-shadow: none;
    color: #0d64e4; */
	color: #fff;
    background: #0d64e48f;
    border-color: #0d64e4;
}

a.btn.whiteBtn {
    background: #fff;
    color: #0d64e4;
    font-weight: bold;
}

a.btn.whiteBtn:hover {
    color: #fff;
    background: #0d64e48f;
    border-color: #0d64e4;
}

.contactUs a.btn.whiteBtn {
    font-size: 15px;
    width: auto;
}
/* btn */

/* header */
.whb-general-header .container {
    width: clamp(var(--wd-container-w), 100%, 100%) !important;
}

.whb-general-header .wd-header-nav {
    text-align: right;
}

.whb-general-header .wd-header-nav .menu li a {
    color: #000;
    font-size: 20px;
}

.whb-general-header .wd-header-nav .menu {
    gap: 2px;
}

.whb-general-header .wd-header-nav .menu li {
    padding: 0 12px;
    transition: all ease 0.5s;
    border-radius: 5px;
}

.whb-general-header .wd-header-nav .menu li:hover {
    background: #082f6f;
}

.whb-general-header .wd-header-nav .menu li:hover a {
    color: #fff;
}

.whb-general-header .wd-header-nav .menu li.current-menu-item {
    background: #082f6f;
}

.whb-general-header .wd-header-nav .menu li.current-menu-item a {
    color: #fff;
}
/* header */

/* banner */
.bannerSec {
    border: 10px solid #f3f7fe;
    border-radius: 40px;
    background-size: cover;
    background-position: center;
    padding-top: 60px !important;
}

.bannerMainRow {
    display: flex;
    align-items: center;
}

.bannerSec .radioBox .wpb_wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-around;
    margin-left: 25px;
}

.bannerSec .radioBox .wpb_wrapper .wd-info-box {
    display: flex;
    flex-direction: row;
    margin: 0;
    /* padding: 25px; */
    gap: 0px;
    border-radius: 20px;
}

.bannerSec .radioBox .wpb_wrapper .wd-info-box .box-icon-wrapper {
    width: 100%;
}

.radioBox .wpb_column.vc_column_container {
    /* border: 1px solid #ffffffba; */
    /* border-radius: 20px; */
}

.bannerSec .contentBox .info-box-title {
    color: #fff;
    font-size: 55px;
}

.bannerSec .contentBox .info-box-inner {
    color: #fff;
}

.radioBox {
    /* display: inline-flex; */
    /* margin-left: 0; */
}

.radioBox .vc_column-inner {
    padding: 0;
}

.bannerSec .radioBox .wpb_wrapper .wd-info-box:hover {
    /* background: #ffffff4d; */
}

.bannerSec .radioBox .wpb_wrapper .wd-info-box .info-box-inner {
    color: #fff;
}

.bannerSec .btnRow .wpb_wrapper {
    display: flex;
    gap: 20px;
    padding-bottom: 25px;
}

.bannerSec .wpb_column.formCol {
    background: #082F6F80;
    border: 2px solid #0d64e4;
    border-radius: 20px;
    padding: 20px 20px 10px;
}

.bannerSec .wpb_column.formCol .contentBox {
    margin-bottom: 15px;
}

.bannerSec .wpb_column.formCol .contentBox .info-box-title {
    font-size: 34px;
}

.bannerSec .wpb_column.formCol input {
    background: #fff !important;
    color: #000 !important;
    height: 45px !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

.bannerSec .wpb_column.formCol select {
    background: #fff !important;
    color: #000 !important;
    height: 45px !important;
    border-radius: 5px !important;
    padding: 10px !important;
}

.bannerSec .wpb_column.formCol textarea {
    background: #fff !important;
    color: #000 !important;
    height: 45px !important;
    border-radius: 5px !important;
    min-height: 90px;
}

.bannerSec .wpb_column.formCol .wpforms-field {
    padding: 5px 0;
}

.bannerSec .wpb_column.formCol .wpforms-submit-container button {
    width: 100%;
}

.bannerSec .wpb_column.formCol .wpforms-submit-container button {
    width: 100% !important;
    background: #0D64E4 !important;
    border: 2px solid #0D64E4 !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    color: #fff !important;
}

.bannerSec .wpb_column.formCol .wpforms-submit-container button:hover {
    background: #fff !important;
    color: #0D64E4 !important;
}

.bannerBottomRow {
    border-top: 2px solid #ffffffa1;
    padding-top: 20px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    position: relative !important;
}

.bannerBottomRow .wpb_wrapper {
    display: flex;
    gap: 10px;
    justify-content: center !important;
    align-items: center;
}

.bannerBottomRow .wpb_wrapper .rateBox {
    background: transparent;
    border: 0;
    padding: 15px;
    width: 100%;
}

.bannerBottomRow .wpb_wrapper .rateBox .box-icon-wrapper {
    width: 50%;
    text-align: center;
}

.bannerBottomRow .wpb_wrapper .rateBox .info-box-title {
    font-size: 17px;
}

.bannerBottomRow .wpb_wrapper .rateBox .info-box-title::after {
    width: 80px;
    height: 13px;
}

.bannerBottomRow .wpb_wrapper .info-box-wrapper {
    width: 30%;
}

.bannerBottomRow:before {
    content: '';
    position: absolute;
    left: -24%;
    right: 0;
    width: 1px;
    height: 70%;
    background: #fff;
    display: block;
    margin: auto;
}

.bannerBottomRow:after {
    content: '';
    position: absolute;
    left: 0;
    right: -24%;
    width: 1px;
    height: 70%;
    background: #fff;
    display: block;
    margin: auto;
}

.bannerStickyBox a.img1 {
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    background: linear-gradient(180deg, #0d64e4d6, #082f6fe0);
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
    width: 300px;
    color: #fff;
    font-weight: bold;
    transition: all ease 0.5s;
}

.bannerStickyBox a.img1 p {
    margin: 0;
    font-size: 17px;
}

.bannerStickyBox {
    display: inline-flex;
    gap: 195px;
    flex-direction: column;
    width: 78px;
    height: 100%;
    align-items: center;
    position: relative !important;
    z-index: 999 !important;
    justify-content: flex-end;
}

.bannerBlock {
    position: fixed;
    top: -20%;
    bottom: 0;
    right: -8px;
    height: 30%;
    z-index: 998;
    margin: auto;
    display: none;
}

.bannerBlock .wpb_wrapper {
    height: 100%;
}

.bannerBlock a.img1:hover {
    background: linear-gradient(180deg, #082f6fe0, #0d64e4d6);
}

.bannerBlock a.img1:hover img {
    transform: rotate(31deg);
}

.bannerBlock a.img1 img {
    transition: all ease 0.5s;
}

.float-icons-footer {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999999;
    cursor: pointer;
}

.float-icons-footer a img {
    height: 60px;
    border-radius: 10px;
    animation: bounceShadow 2s infinite;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.float-icons-footer a img:hover {
    animation: none;
    transform: translateY(0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

/* Bounce + shadow animation */
@keyframes bounceShadow {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    }
    40% {
        transform: translateY(-6px);
        box-shadow: 0 20px 25px rgba(0, 0, 0, 0.2);
    }
    60% {
        transform: translateY(-3px);
        box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
    }
}
/* banner */

/* serviceSec */
.serviceSec {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* contentRow */
.contentRow {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.contentRow .wpb_text_column {
    text-align: right;
    font-size: 17px;
}

.contentRow .wd-button-wrapper {
    text-align: right;
}
/* contentRow */

/* serviceBox */
.serviceBox .vc_column-inner {
    padding-left: 8px;
    padding-right: 9px;
}

.serviceBox .vc_column-inner .wpb_wrapper {
    background: #fff;
    padding: 30px 10px 10px;
    border-radius: 10px;
    transition: all ease 0.5s;
    position: relative;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_text_column {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0;
    z-index: 998 !important;
    border-radius: 10px;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_text_column a {
    width: 100%;
    height: 100% !important;
    display: flex;
    border-radius: 10px;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
    width: 100%;
    height: 100% !important;
    display: flex;
    border-radius: 10px;
    opacity: 0;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper p {
    width: 100%;
    height: 100% !important;
    display: flex;
    border-radius: 10px;
    opacity: 0;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_wrapper {
    padding: 0;
    border-radius: 0;
    background: #fff;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_single_image {
    margin-bottom: 0;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_single_image figure {
    width: 100%;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper {
    width: 100%;
}

.serviceBox .vc_column-inner .wpb_wrapper .wpb_single_image figure .vc_single_image-wrapper img {
    width: 100%;
}

.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box {
    text-align: center;
    margin-bottom: 0;
}

.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .wd-button-wrapper {
    text-align: center;
}

.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .wd-button-wrapper a.btn {
    padding: 0;
    background: none;
    border: none;
    color: #082F6F;
    font-size: 12px;
    display: inline-block;
    min-height: auto;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .wd-button-wrapper a.btn span.wd-btn-icon {
    margin-left: 5px;
}

.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .info-box-inner {
    margin-bottom: 30px;
    font-size: 15px;
    max-height: 100px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    height: 75px;
    z-index: 999 !important;
    position: relative;
}

.serviceBox .vc_column-inner .wpb_wrapper:hover {
    background: #082f6f;
}

.serviceBox .vc_column-inner .wpb_wrapper:hover .wd-info-box img {
    filter: invert(1);
}

.serviceBox .vc_column-inner .wpb_wrapper:hover .info-box-title {
    color: #fff;
}

.serviceBox .vc_column-inner .wpb_wrapper .info-box-title {
    color: #082F6F;
}

.serviceBox .vc_column-inner .wpb_wrapper:hover .wpb_wrapper {
    background: #082f6f;
}

.serviceBox .vc_column-inner .wpb_wrapper:hover .info-box-inner {
    color: #fff;
}

.serviceBox .vc_column-inner .wpb_wrapper:hover .wd-info-box .wd-button-wrapper a.btn {
    color: #fff;
}
/* serviceBox */

/* btnCol */
.btnCol .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    gap: 20px;
}
/* btnCol */
/* serviceSec */

/* ratedRow */
.ratedRow {
    border: 10px solid #f3f7fe;
    border-radius: 40px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    padding: 50px 0;
}

.ratedRow .contentBox .info-box-title {
    color: #fff;
}

.ratedRow .contentBox.ratedText .info-box-title {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.ratedRow .contentBox.ratedText .info-box-title:after {
    content: '';
    position: relative;
    width: 220px;
    height: 35px;
    background-image: url(/wp-content/uploads/2026/02/Heading-2-→-Creating-Beautiful_Landscapes-That-Last.-1.png);
    display: block;
    background-size: cover;
    background-position: center;
}

.ratedRow .contentBox .info-box-inner {
    color: #fff;
}

.rateBox {
    display: inline-flex !important;
    border: 2px solid #fff;
    flex-direction: row !important;
    align-items: center;
    background: #ffffff5c;
    border-radius: 10px !important;
    padding: 20px 40px;
}

.rateBox .info-box-title {
    color: #fff;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
}

.rateBox .info-box-title:after {
    content: '';
    position: relative;
    width: 140px;
    height: 25px;
    background-image: url(/wp-content/uploads/2026/02/Heading-2-→-Creating-Beautiful_Landscapes-That-Last.-1.png);
    display: block;
    background-size: cover;
    background-position: center;
}

.rateBox .info-box-inner {
    color: #fff;
}

.ratedRow .btnRow .wpb_wrapper {
    display: flex;
    gap: 20px;
}

.ratedRow .btnRow .wpb_wrapper a.btn:hover {
    /* background: #ffffffb3 !important; */
    /* color: #0d64e4 !important; */
}
/* ratedRow */

/* projectSec */
.projectSec {
    padding-top: 70px;
    padding-bottom: 50px;
}

.projectSec .contentBox {
    text-align: center;
    width: 63%;
    margin: auto;
    margin-bottom: 30px;
}

/* projectRow */
.projectSec .projectRow {
    padding-left: 40px;
    padding-right: 40px;
}

.projectRow .wd-carousel-container .wd-btn-arrow {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translateX(-10px) !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #0D64E4;
    border-radius: 10px;
}

.projectRow .wd-carousel-container .wd-btn-arrow:hover {
    background: #fff;
}

.projectRow .wd-carousel-container .wd-btn-arrow.wd-next {
    transform: translateX(10px) !important;
}

.projectRow .wd-carousel-container .wd-btn-arrow .wd-arrow-inner {
    height: 100%;
}

.projectRow .wd-carousel-container .wd-btn-arrow .wd-arrow-inner::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/02/Vector-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.projectRow .wd-carousel-container .wd-btn-arrow.wd-next .wd-arrow-inner {
    transform: rotate(180deg);
}
/* projectRow */

.projectSec .btnRow .wpb_wrapper {
    display: flex;
    justify-content: center;
    gap: 20px;
}
/* projectSec */

/* reviewSec */
.reviewSec {
    padding-top: 40px;
    padding-bottom: 40px;
}

.reviewSec .wd-button-wrapper {
    text-align: right;
}

.reviewSec .wpb_column.vc_col-sm-5 .wpb_text_column {
    text-align: right;
}

.reviewSec .rateCol {
    position: relative;
}

.reviewSec .contentBox.ratedText {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: auto;
    width: 78%;
}


.reviewSec .contentBox.ratedText .info-box-title {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
    font-size: 26px;
    color: #fff;
}

.reviewSec .contentBox.ratedText .info-box-title:after {
    content: '';
    position: relative;
    width: 120px;
    height: 20px;
    background-image: url(/wp-content/uploads/2026/02/Heading-2-→-Creating-Beautiful_Landscapes-That-Last.-1.png);
    display: block;
    background-size: cover;
    background-position: center;
}

.reviewSec .contentBox.ratedText .info-box-inner {
    color: #fff;
}

.testiInner {
    background: #E8F1FF;
    border-radius: 10px;
    padding: 50px 30px;
}

.testiInner .wd-info-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.testiInner .wpb_text_column {
    font-size: 22px;
    color: #6D827C;
    padding-bottom: 14px;
    margin-bottom: 22px;
    border-bottom: 2px solid #0000004f;
    height: 185px;
    overflow: scroll;
    overflow-x: hidden;
    padding-right: 10px;
    padding-bottom: 0;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #0d64e4;
}

.reviewSec .wd-nav-arrows {
    position: absolute !important;
    top: 80% !important;
    right: 5% !important;
}

.reviewSec .wd-carousel-container .wd-btn-arrow {
    opacity: 1 !important;
    pointer-events: all !important;
    transform: translateX(-10px) !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.5px solid #0D64E4;
    border-radius: 10px;
    background: #fff;
}

.reviewSec .wd-carousel-container .wd-btn-arrow:hover {
    background: transparent;
}

.reviewSec .wd-carousel-container .wd-btn-arrow.wd-next {
    transform: translateX(10px) !important;
}

.reviewSec .wd-carousel-container .wd-btn-arrow .wd-arrow-inner {
    height: 100%;
}

.reviewSec .wd-carousel-container .wd-btn-arrow .wd-arrow-inner::after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url(/wp-content/uploads/2026/02/Vector-1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.reviewSec .wd-carousel-container .wd-btn-arrow.wd-next .wd-arrow-inner {
    transform: rotate(180deg);
}
/* reviewSec */

/* contactUs */
.contactUs {
    padding: 50px 0;
    display: flex;
    align-items: center;
    background-image: url(/wp-content/uploads/2026/02/Group-1000010566-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    border: 10px solid #f3f7fe;
}

.contactUs .contentBox {
    text-align: left;
}

.contactUs .wd-button-wrapper {
    text-align: left;
    margin-bottom: 15px;
}

.contactUs .formCol {
    background: #082F6F;
    padding: 30px 20px 10px;
    border-radius: 20px;
}

.contactUs .contentBox .info-box-subtitle {
    margin-top: 100px;
}

.contactUs  .contentBox .info-box-title {
    color: #fff;
}

.contactUs .formCol input {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}

.contactUs .formCol select {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
}

.contactUs .formCol select option {
    color: #000 !important;
}

.contactUs .formCol textarea {
    background: transparent !important;
    border: 0 !important;
    border-bottom: 2px solid #fff !important;
    color: #fff !important;
    min-height: 90px !important;
    height: 90px !important;
}

.contactUs .formCol button {
    width: 100% !important;
    background: #0D64E4 !important;
    border: 2px solid #0D64E4 !important;
    border-radius: 5px !important;
    font-size: 20px !important;
    color: #fff !important;
}

.contactUs .formCol button:hover {
    background: #fff !important;
    color: #0D64E4 !important;
}
/* contactUs */

/* footer */
.footerRow {
    padding: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.footerRow .rightsCol {
    border-top: 2px solid #fff;
    margin-top: 20px;
}

.footerRow .rightsCol .vc_column-inner {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.footerRow .rightsCol .vc_column-inner .wpb_text_column {
    margin-bottom: 20px;
    margin: 0;
    text-align: center;
}

.footerRow .wpb_text_column {
    color: #fff;
}

.footerRow .rightsCol .vc_column-inner .wpb_text_column a {
    color: #fff;
    text-decoration: underline;
}

.footerRow .liner-continer {
    text-align: left;
}

.footerRow .liner-continer .woodmart-title-container {
    font-size: 26px;
    color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.footerRow .liner-continer .woodmart-title-container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #fff;
}

.footerRow .menu li a {
    color: #fff;
    border-bottom: 2px solid transparent;
}

.footerRow .menu li a:hover {
    border-color: #fff;
}

.footerRow .paddingCol {
    padding-left: 50px;
}

.footerRow .wd-info-box {
    display: flex;
    flex-direction: row;
}

.footerRow .wd-info-box .info-box-inner {
    color: #fff !important;
    font-size: 18px;
    -webkit-text-fill-color: #fff;
}

.footerRow .wd-info-box .info-box-inner p {
    color: #fff !important;
	-webkit-text-fill-color: #fff;
}
/* footer */

/* pop up */
.sgpb-content {
    width: 100% !important;
    overflow: hidden !important;
}

.sgpb-content div {
    width: 98%;
    margin: auto;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 div#sgpb-popup-dialog-main-div {
    background: #b5c9e7 !important;
    border-bottom-color: #b5c9e7 !important;
    border-bottom-width: 15px !important;
}

.sgpb-popup-dialog-main-div-theme-wrapper-1 div#sgpb-popup-dialog-main-div .bannerSec {
    background: transparent !important;
    border: none;
    padding-top: 15px !important;
}
/* pop up */

/* innerBannerBottom */
.bannerSec.innerServiceBanner {
    position: relative !important;
    /* padding: 190px 0 250px; */
    height: 700px;
    display: flex;
    align-items: center;
    padding-bottom: 100px !important;
    justify-content: center;
}

.bannerSec.innerServiceBanner .vc_row.wpb_row {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
}

.bannerSec.innerServiceBanner .vc_row.wpb_row:before {
    content: '';
    position: absolute;
}

.bannerSec.innerServiceBanner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background: #00000080;
    top: 0;
    left: 0;
}

.bannerSec.innerServiceBanner .vc_row.wpb_row .contentBox {
    text-align: center;
}

.bannerSec.innerServiceBanner .vc_row.wpb_row .btnRow .wpb_wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 25px;
}

.bannerSec.innerServiceBanner .contentBox .info-box-title {
    font-size: 35px;
}

.bannerSec.innerServiceBanner .contentBox .info-box-inner strong {
    font-size: 20px;
}

.bannerSec.innerServiceBanner .contentBox {
    margin-bottom: 0;
}

.innerBannerBottom {
    position: relative;
    top: -120px;
    left: 0;
    right: 0;
    background-size: cover;
    background-position: center;
    padding: 0px 0 40px;
    border: 10px solid #f3f7fe;
    border-top: 0;
    border-bottom: 0;
    margin-bottom: -120px;
}

.innerBannerBottom .wpb_column .wpb_wrapper {
    display: flex;
    gap: 1%;
    justify-content: space-between;
}

.innerBannerBottom .wpb_column .wpb_wrapper .info-box-wrapper {
    width: 33%;
}

.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 0;
    padding: 15px 25px;
}

.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox .info-box-title {
    color: #fff;
    margin-top: 7px;
    font-size: 16px;
}

.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox2 {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    display: flex;
    text-align: center;
}
/* innerBannerBottom */

/* innerServiceSec2 */
.innerServiceSec2 {
    padding: 30px 0 0;
}

.innerServiceSec2 .contentBox {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-bottom: 30px;
}
/* innerServiceSec2 */

/* leftRightSec */
.leftRightSec {
    padding-bottom: 50px !important;
}

.leftRightSec .wpb_single_image {
    margin: 0;
    width: 100%;
    /* height: 570px; */
}

.leftRightSec .vc_column-inner {
    gap: 0 !important;
}

.leftRightSec .contentBox {
    /* padding: 90px 85px; */
    /* background: #fff; */
    /* margin: 0; */
    /* height: 575px; */
    /* display: flex; */
    /* justify-content: center; */
    /* box-shadow: 0px 0px 8px #ddd; */
}

.leftRightSec .contentBox .info-box-title {
    /* color: #fff; */
    transition: all ease 0.5s;
}

.leftRightSec .contentBox .info-box-inner {
    /* color: #767676; */
    /* font-size: 16px; */
}

.leftRightSec .contentBox .info-box-inner a {
    color: #fff;
    text-decoration: underline;
}

.leftRightSec .contentBox .info-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.leftRightSec .wpb_single_image img {
    /* height: 570px; */
    object-fit: cover;
    object-position: center;
}

/* serviceinnerGrid */
.serviceinnerGrid.leftRightSec .withoutScrol .contentBox .info-box-title {
    font-size: 25px;
}

.serviceinnerGrid.leftRightSec .withoutScrol .contentBox .info-box-inner {
    overflow: hidden;
    height: auto;
    color: #767688;
}

.serviceinnerGrid.leftRightSec .withoutScrol .contentBox .info-box-inner a {
    color: #767688;
    transition: all ease 0.5s;
}

.serviceinnerGrid.leftRightSec .withoutScrol img {
    height: 385px;
    border-radius: 30px 0;
}

.serviceinnerGrid.leftRightSec .withoutScrol .contentBox {
    text-align: left;
    border-radius: 0 30px;
    margin-bottom: 0;
}

.serviceinnerGrid.leftRightSec .withoutScrol {
    padding: 10px 0;
}

.serviceinnerGrid.leftRightSec .withoutScrol.gridRow2 {
    padding-top: 50px;
}

.serviceinnerGrid.leftRightSec .withoutScrol .bgColor {
    padding: 30px 30px;
    border-radius: 30px 0;
    gap: 20px;
    text-align: center;
    transition: all ease 0.5s;
    box-shadow: 0px 0px 15px #ddd;
}

.serviceinnerGrid.leftRightSec .withoutScrol .bgColor:hover {
    background: #082f6f;
}

.serviceinnerGrid.leftRightSec .withoutScrol .bgColor:hover .contentBox .info-box-title {
    color: #fff;
}

.serviceinnerGrid.leftRightSec .withoutScrol .bgColor:hover .contentBox .info-box-inner {
    color: #fff;
}

.serviceinnerGrid.leftRightSec .withoutScrol .bgColor:hover .contentBox .info-box-inner a {
    color: #fff;
}
/* serviceinnerGrid */
/* leftRightSec */

/* footerRow */
.footerRow .rightsCol .vc_wp_custommenu.wpb_content_element {
    margin: 0;
}

.footerRow .rightsCol .vc_wp_custommenu.wpb_content_element .menu {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footerRow .rightsCol .vc_wp_custommenu.wpb_content_element .menu li {
    margin: 0;
}
/* footerRow */

/* bigBtnRow */
.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper {
    width: 100%;
}

.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
    width: 30%;
}

.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper .bigBtn {
    font-size: 28px !important;
    gap: 20px;
    width: 100%;
    padding: 20px !important;
    display: flex;
    justify-content: center;
}
/* bigBtnRow */

/* thankYouBanner */

.bannerSec.innerServiceBanner.thankYouBanner {
    height: 490px;
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}

.bannerSec.thankYouBanner {
    padding-bottom: 40px;
}

.bannerSec.thankYouBanner .bannerMainRow {
    padding: 20px;
    background: #0000008f;
    border-radius: 30px;
}

.bannerSec.thankYouBanner .bannerMainRow .wpb_wrapper .contentBox {
    text-align: center;
}

.bannerSec.thankYouBanner .bannerMainRow .wpb_wrapper .contentBox .info-box-title {
    font-size: 40px;
}

.bannerSec.thankYouBanner .bannerMainRow .wpb_wrapper .btnRow .wpb_wrapper {
    justify-content: center;
}
/* thankYouBanner */

/* responsive css */
@media (max-width: 1515px) {
    
    .whb-general-header .wd-header-nav .menu li a {
        font-size: 17px;
    }
    
    a.btn {
        font-size: 17px;
    }
    
    .bannerSec .contentBox .info-box-title {
        font-size: 45px;
    }

	.whb-general-header .wd-header-nav .menu li {
	    padding: 0 8px;
	}

	.bannerSec .wpb_column.formCol .contentBox .info-box-title {
	    font-size: 28px;
	}

	.bannerSec .wpb_column.formCol .contentBox .info-box-title {
	    font-size: 28px;
	}
	
	.contentBox .info-box-title {
	    font-size: 35px;
	}
	
	.testiInner .wpb_text_column {
	    font-size: 22px;
	}
	
	.footerRow .menu li a {
	    font-size: 18px;
	}
    
}

@media (max-width: 1399px) {

	a.btn {
	    font-size: 14px;
	    padding: 6px 10px;
	    min-height: 45px !important;
	    width: 175px;
	}
	
	.whb-general-header .wd-header-nav .menu li a {
	    font-size: 15px;
	}
	
	.whb-general-header .wd-header-nav .menu li {
	    padding: 0 5px;
	    max-height: 35px;
	    display: flex;
	    align-items: center;
	}
	
	.whb-general-header .wd-header-nav .menu {
	    gap: 0px !important;
	}

	.bannerSec .radioBox .wpb_wrapper {
	    margin-left: 16px;
	    width: 90%;
	    display: flex;
	    justify-content: center;
	}
	
	.bannerSec {
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	}

	.bannerSec .contentBox .info-box-title {
	    font-size: 40px;
	}

	.bannerBottomRow .wpb_wrapper .rateBox .box-icon-wrapper {
	    width: 40%;
	}
	
	.rateBox .info-box-title {
	    gap: 10px;
	}
	
	.bannerBottomRow .wpb_wrapper .rateBox {
	    gap: 10px;
	}

	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .info-box-inner {
	    margin-bottom: 0;
	}
	
	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .wd-button-wrapper a.btn {
	    position: relative;
	    min-height: 16px !important;
	    margin-bottom: 8px;
	}
	
	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .info-box-inner {
	    font-size: 12px;
	}

	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .info-box-inner {
	    margin-bottom: 0;
	}

	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .wd-button-wrapper a.btn {
	    position: relative;
	    min-height: 16px !important;
	}
	
	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .info-box-inner {
	    margin-bottom: 0;
	}
	
}


@media (max-width: 1169px) {
	
	.bannerSec .contentBox .info-box-title {
	    font-size: 38px;
	}
	
	a.btn {
	    padding: 4px 8px;
	    font-size: 12px;
	}
	
	.whb-general-header .wd-header-nav .menu li a {
	    font-size: 12px;
	}

	.bannerBottomRow .wpb_wrapper .rateBox {
	    display: flex !important;
	    flex-direction: column !important;
	    align-items: center !important;
	    margin: 0;
	}
	
	.bannerBottomRow .wpb_wrapper .rateBox .box-icon-wrapper {
	    width: 70%;
	}
	
	.bannerBottomRow {
	    display: flex;
	    align-items: center;
	}
	
	.bannerSec .radioBox .wpb_wrapper .wd-info-box .box-icon-wrapper {
	    width: 60%;
	}
	
	.bannerSec .radioBox .wpb_wrapper {
	    margin-left: 45px;
	}

	.contentBox .info-box-title {
	    font-size: 32px;
	}
	
	.contentRow .wpb_text_column {
	    font-size: 16px;
	}

	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .info-box-inner {
	    font-size: 11px;
	}

	.rateBox {
	    padding: 10px 15px;
	    gap: 15px;
	}

	.testiInner .wpb_text_column {
	    font-size: 16px;
	    height: 109px;
	}
	
	.testiInner {
	    padding: 15px 20px;
	}
	
	.reviewSec .contentBox.ratedText {
	    display: none;
	}

	.reviewSec .vc_row.wpb_row {
	    display: flex;
	    align-items: center;
	}
	
	.reviewSec .vc_row.wpb_row .wpb_single_image {
	    margin: 0px;
	}

	.footerRow .menu li a {
	    font-size: 16px;
	}
	
	.footerRow .wd-info-box .info-box-inner {
	    font-size: 16px;
	}

	.bannerSec .wpb_column.formCol .wpforms-submit-container button {
	    font-size: 18px !important;
	}
	
	.bannerSec .wpb_column.formCol .wpforms-submit-container input {
	    font-size: 14px !important;
	}
	
	.bannerSec .wpb_column.formCol .wpforms-submit-container select {
	    font-size: 14px !important;
	}
	
	.bannerSec .wpb_column.formCol .wpforms-submit-container textarea {
	    font-size: 14px !important;
	}
	
	.contactUs .formCol button {
	    font-size: 18px !important;
	}
	
	.contactUs .formCol input {
	    font-size: 14px !important;
	}
	
	.contactUs .formCol select {
	    font-size: 14px !important;
	}
	
	.contactUs .formCol textarea {
	    font-size: 14px !important;
	}

	.contentBox .info-box-subtitle {
	    font-size: 14px !important;
	}

	a.btn {
	    width: 160px;
	}

}

@media (max-width: 1025px) {

	.whb-general-header .container {
	    width: 100% !important;
	}

	.bannerSec.thankYouBanner .bannerMainRow .wpb_wrapper .contentBox .info-box-title {
	    font-size: 32px;
	}

}


@media (max-width: 767px) {
	/* .reviewSec .rateCol {
	    display: none;
	} */
	
	.testiInner .wpb_text_column {
	    height: auto;
	    overflow: hidden;
	    padding: 20px 0;
	}

	.reviewSec .testiRow {
	    display: flex;
	    flex-direction: column;
	}
	
	.reviewSec .testiRow .rateCol {
	    display: none;
	}

	.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper .bigBtn {
	    gap: 0;
	    display: flex;
	    justify-content: center;
	    font-size: 18px !important;
	    padding: 10px !important;
	    gap: 10px;
	}

	.ratedRow .rateBox {
	    display: flex !important;
	    flex-direction: column !important;
	    gap: 0;
	}
	
	.ratedRow .rateBox .box-icon-wrapper {
	    width: 50%;
	    text-align: center;
	    padding-bottom: 10px;
	}
	
	.ratedRow .rateBox .info-box-title::after {
	    width: 70px;
	    height: 13px;
	}

	.projectRow .wd-carousel-container .box-icon-wrapper {
	    text-align: center;
	}

	.footerRow .wpb_single_image {
	    text-align: center;
	}
	
	.footerRow .paddingCol {
	    padding: 0;
	}
	
	.footerRow .liner-continer {
	    text-align: center;
	}
	
	.footerRow .liner-continer .woodmart-title-container:after {
	    width: 100%;
	}
	
	.footerRow .menu {
	    text-align: center;
	}
	
	.footerRow .wd-info-box {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}

	.bannerSec.innerServiceBanner.thankYouBanner {
	    height: 470px;
	    display: flex;
	    padding-bottom: 0 !important;
	}
	
	.bannerSec.thankYouBanner .bannerMainRow .wpb_wrapper .contentBox .info-box-title {
	    font-size: 22px;
	}

	a.btn {
	    width: 150px;
	}

}

@media (max-width: 992px) {
	
	.bannerMainRow {
	    display: flex;
	    flex-direction: column;
	    gap: 30px;
	}
	
	.bannerSec .contentBox .info-box-title {
	    font-size: 30px;
	}
	
	.bannerSec .contentBox {
	    text-align: center;
	}
	
	.bannerSec .btnRow .wpb_wrapper {
	    justify-content: center;
	}
	
	.bannerSec .radioBox .wpb_wrapper {
	    margin: 0;
	    width: 100%;
	    padding-left: 15px;
	}
	
	.bannerSec .radioBox .wpb_wrapper .wd-info-box {
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
	    align-items: center;
	}
	
	.bannerSec .wpb_column.formCol {
	    padding: 15px 15px 0;
	}
	
	.bannerBottomRow .wpb_wrapper .info-box-wrapper {
	    width: 50%;
	}
	
	.bannerBottomRow .wpb_wrapper {
	    display: flex;
	    flex-wrap: wrap;
	}
	
	.bannerBottomRow {
	    display: none;
	}
	
	.contentRow {
	    display: flex;
	    flex-direction: column;
	}
	
	.contentRow .contentBox {
	    text-align: center;
	}
	
	.contentRow .wpb_text_column {
	    text-align: center;
	}

	.serviceBoxRow {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 15px;
	}
	
	.serviceBox .vc_column-inner .wpb_wrapper .wd-info-box .wd-button-wrapper a.btn {
	    position: absolute;
	}
	
	.ratedRow {
	    display: flex;
	    flex-direction: column;
	}
	
	.ratedRow .contentBox {
	    text-align: center;
	}
	
	.ratedRow .btnRow .wpb_wrapper {
	    justify-content: center;
	}
	
	.ratedRow .info-box-wrapper {
	    text-align: center;
	}
	
	.reviewSec .vc_row.wpb_row {
	    display: flex;
	    flex-direction: column;
	    gap: 20px;
	}
	
	.reviewSec .vc_row.wpb_row .contentBox {
	    text-align: center;
	}
	
	.reviewSec .wpb_column.vc_col-sm-5 .wpb_text_column {
	    text-align: center;
	}
	
	.reviewSec .wd-button-wrapper {
	    text-align: center;
	}
	
	.reviewSec .rateCol .wpb_single_image figure {
	    width: 100%;
	}
	
	.reviewSec .rateCol .wpb_single_image figure .vc_single_image-wrapper {
	    width: 100%;
	}
	
	.reviewSec .rateCol .wpb_single_image figure img {
	    width: 100%;
	}

	.reviewSec {
	    padding-bottom: 0;
	}
	
	.contactUs {
	    display: flex;
	    flex-direction: column;
	    border-radius: 20px;
	    background-image: none;
	    padding-bottom: 0;
	}

	.contactUs .contentBox .info-box-subtitle {
	    margin-top: 0;
	}
	
	.contactUs .contentBox {
	    text-align: center;
	    display: none;
	}
	
	.contactUs .wd-button-wrapper {
	    text-align: center;
	    display: none;
	}

	/* .innerBannerBottom .wpb_column .wpb_wrapper {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 0;
	    justify-content: center;
	} */

	.innerBannerBottom {
	    padding-bottom: 10px;
	}
	
	.innerBannerBottom .vc_column-inner {
	    padding-top: 10px !important;
	}
	
	.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox .info-box-title {
	    font-size: 10px;
	}
	
	.innerBannerBottom .wpb_column .wpb_wrapper .info-box-wrapper {
	    width: 50%;
	}
	
	.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox2 {
	    border: 0;
	}
	
	.serviceinnerGrid.leftRightSec .withoutScrol .bgColor .contentBox {
	    text-align: center !important;
	}
	
	.ratedRow .contentBox.ratedText .info-box-title {
	    justify-content: center;
	}

	.float-icons-footer a img {
	    width: 40px;
	    height: 40px;
	    object-fit: cover;
	}

	.bannerSec .wpb_column.formCol .contentBox .info-box-title {
	    font-size: 20px;
	}
	
	.bannerSec .wpb_column.formCol input {
	    height: 36px !important;
	    font-size: 14px !important;
	}
	
	.sgpb-popup-builder-content-121.sgpb-popup-builder-content-html .vc_column-inner {
	    padding: 0;
	}
	
	.sgpb-popup-dialog-main-div-theme-wrapper-1 div#sgpb-popup-dialog-main-div {
	    min-width: 100%;
	    width: 100%;
	}
	
	.sgpb-popup-dialog-main-div-theme-wrapper-1 {
	    width: 80%;
	    left: 0 !important;
	    margin: 0 10%;
	}
	
	img.sgpb-popup-close-button-1 {
	    top: 16px;
	    transform: scale(1.5);
	    filter: invert(1);
	}
	
	.sgpb-content div {
	    width: 98%;
	    padding-bottom: 10px;
	}

	.contentBox .info-box-title {
	    font-size: 28px;
	}
	
	.ratedRow .contentBox.ratedText .info-box-title:after {
	    width: 160px;
	    height: 24px;
	}
	
	.rateBox {
	    transform: scale(0.7);
	    margin-bottom: 5px;
	}
	
	.projectSec {
	    padding-bottom: 30px;
	}
	
	.contactUs .contentBox .info-box-title {
	    font-size: 16px;
	}
	
	.reviewSec .wd-nav-arrows {
	    left: 0;
	    right: 0;
	    justify-content: center;
	    padding-top: 60px;
	}
	
	.footerRow .wd-info-box .info-box-inner {
	    text-align: center;
	}

	.serviceinnerGrid.leftRightSec .withoutScrol {
	    display: flex;
	    flex-direction: column-reverse;
	}
	
	.serviceinnerGrid.leftRightSec .withoutScrol.gridRow2 {
	    display: flex;
	    flex-direction: column;
	}

	.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
	    width: 40%;
	}
	
	.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper .bigBtn {
	    font-size: 14px !important;
	    padding: 10px !important;
	}

	.bannerSec.innerServiceBanner .contentBox .info-box-title {
	    font-size: 30px;
	}

	.bannerSec.innerServiceBanner .contentBox .info-box-title {
	    font-size: 22px;
	}
	
	.bannerSec .contentBox .info-box-inner {
	    font-size: 12px;
	}
	
	.bannerSec.innerServiceBanner {
	    height: 700px;
	    padding: 0 !important;
	}
	
	.innerBannerBottom .wpb_column .wpb_wrapper {
	    display: flex;
	    flex-direction: row;
	}
	
	.innerBannerBottom .wpb_column .wpb_wrapper .info-box-wrapper {
	    width: 100%;
	}
	
	.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox {
	    display: flex;
	    flex-direction: column;
	    text-align: center;
	}
	
	.contentBox .info-box-title {
	    font-size: 22px;
	}
	
	.serviceinnerGrid.leftRightSec .withoutScrol {
	    gap: 20px;
	}
	
	.rateBox .info-box-title:after {
	    width: 120px;
	    height: 18px;
	}

		.float-icons-footer {
	    display: none;
	}
	
	.hiddenBox{
		opacity:0;
		visibility:hidden;
		transition:0.3s;
		/* height: 0; */
		/* font-size: 0; */
		color: #fff;
		position: absolute;
		width: 100%;
		text-align: center;
		transition: all ease 0.5s;
	}

	.mobileSocialBox a.socialbox.call:hover + a.hiddenBox.call{
		opacity:1;
		visibility:visible;
		top: -40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #510080;
		border-radius: 10px 10px 0 0;
		transition: all ease 0.5s;
	}

	.mobileSocialBox a.socialbox.wapp:hover + a.hiddenBox.wapp{
		opacity:1;
		visibility:visible;
		top: -40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		background: #26d367;
		border-radius: 10px 10px 0 0;
	}

	.mobileSocialBox {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
		right: 0;
		margin: auto;
		display: flex;
		justify-content: space-evenly;
		z-index: 999;
	}

	.mobileSocialBox a.hiddenBox {
		display: none;
	}

	.mobileSocialBox a.socialbox {
		display: flex;
		width: 50%;
		justify-content: center;
		padding: 10px;
	}

	.mobileSocialBox a.socialbox img {
		width: 35px;
		height: 35px;
		object-fit: contain;
	}

	.mobileSocialBox a.socialbox.call {
		background: #510080;
		transition: all ease 0.5s;
	}

	.mobileSocialBox a.socialbox.wapp {
		background: #26d367;
		transition: all ease 0.5s;
	}

	.scrollToTop {
	    bottom: 70px !important;
	}

	.serviceBoxRow {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	
	.serviceBoxRow .wpb_column.serviceBox {
	    width: 47%;
	}

}

@media (max-width: 600px) {
	
	.serviceBoxRow {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	}
	
	.serviceBoxRow .wpb_column.serviceBox {
	    width: 100%;
	}

}

@media (max-width: 490px) {

	.contentBox .info-box-inner {
	    font-size: 13px;
	}
	
	.serviceinnerGrid.leftRightSec .withoutScrol .contentBox .info-box-title {
	    font-size: 22px;
	}
	
	.bannerSec .contentBox .info-box-title {
	    font-size: 22px;
	}
	
	.ratedRow .contentBox.ratedText .info-box-title:after {
	    width: 120px;
	    height: 18px;
	}

	.rateBox {
	    display: flex !important;
	    flex-direction: column !important;
	    align-items: center !important;
	    text-align: center;
	}

	.bannerSec .btnRow .wpb_wrapper {
	    gap: 5px;
	}
	
	a.btn {
	    font-size: 11px;
	}
	
	.reviewSec .testiInner .wpb_single_image {
	    margin-bottom: 15px !important;
	}
	
	.projectSec .btnRow .wpb_wrapper {
	    gap: 10px;
	}

	.btnCol .vc_column-inner .wpb_wrapper {
	    gap: 10px;
	}
	
	.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper {
	    width: 50%;
	}
	
	.bigBtnRow .btnCol .vc_column-inner .wpb_wrapper .wd-button-wrapper .bigBtn {
	    font-size: 11px !important;
	    gap: 4px;
	}
	
	.serviceinnerGrid.leftRightSec .withoutScrol .bgColor {
	    padding: 15px;
	}
	
	.contentBox .info-box-subtitle {
	    font-size: 12px !important;
	}
	
	.contentBox .info-box-subtitle:before {
	    animation: none;
	}
	
	.projectSec .contentBox {
	    width: 100%;
	}
	
	.innerServiceSec2 .contentBox {
	    width: 100%;
	}

	.serviceinnerGrid.leftRightSec .withoutScrol img {
	    height: 280px;
	}

	.innerBannerBottom {
	    padding-bottom: 20px;
	    padding-top: 10px;
	}

	.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox {
	    padding: 0;
	}

	.innerBannerBottom .wpb_column .wpb_wrapper .bottomBannerBox .info-box-title {
	    font-size: 8px;
	}

}
/* responsive css */










