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

webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-wi.signup-areadth
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

body,
html {
    box-sizing: border-box;
}

body,
body * {
    font-family: "Poppins", sans-serif;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    -o-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

body {
    background: #ffffff;
    font-family: "Poppins", sans-serif;
    color: #1E1E1E;
    font-size: 1rem;
    font-weight: 400;
    line-height: 30px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #1E1E1E;
}

a,
.btn {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

h2 {
    position: relative;
    font-family: "Syne", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #302218;
    margin-bottom: 20px;
}

/*** container ***/

.container {
    max-width: 1512px;
}

/*** Global ***/
.btn-default {
    background: linear-gradient(white, white) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
    border-radius: 50em;
    display: inline-block;
    position: relative;
    font-family: "Syne", sans-serif;
    color: #54402F;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
    text-align: center;
    padding: 6px 20px;
}

.btn-default:hover,
.btn-default:focus {
    background: #ecead5;
    color: #54402F;
}

.btn-default:hover img {
    filter: brightness(0) invert(1);
}

.btn-default img {
    margin-left: 5px;
}

.black-btn {
    background: transparent;
    display: inline-block;
    position: relative;
    font-family: "Syne", sans-serif;
    color: #302218;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #302218;
    border-radius: 50em;
    padding: 6px 20px;
}

.black-btn:hover,
.black-btn:focus {
    background: #ecead5;
    color: #54402F;
    border-color: #ecead5;
}

/*** Header ***/
.main-header {
    background: #ffffff;
    position: relative;
    padding: 15px 0 24px;
    z-index: 999;
}
.main-header.sticky {
    position: fixed;
    width: 100%;
}
.logo {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.logo img {
    max-width: 289px;
}

.main-menu {
    position: relative;
    z-index: 2;
}

.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
    font-family: "Syne", sans-serif;
    font-weight: 600;
    height: inherit;
    line-height: inherit;
}

.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #977B45;
    transition: width .3s;
}

.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::after {
    width: 100%;
}

.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link::before {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #977B45;
    transition: width .3s;
    bottom: -6px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link:hover::before {
    width: 40%;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-current-menu-item>a.mega-menu-link::after {
    width: 100%;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary>li.mega-current-menu-item>a.mega-menu-link::before {
    width: 40%;
}
.header-link {
    position: relative;
    z-index: 2;
}
.header-link a {
    text-decoration: none;
}

/*** Banner ***/
.banner-area {
    background: url(../images/banner.jpg) no-repeat center bottom;
    background-size: cover;
    position: relative;
    min-height: 698px;
    border-radius: 32px;
    padding: 60px 30px 70px;
}
.banner-area::before {
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 32px;
}

.banner-area h1 {
    position: relative;
    font-family: "Syne", sans-serif;
    font-size: 72px;
    color: #54402F;
    font-weight: 700;
    text-align: center;
}

.banner-caption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 30px;
    right: 30px;
    bottom: 70px;
}

.banner-caption .des {
    max-width: 340px;
    font-size: 18px;
    font-weight: 400;
    color: #302218;
}

.banner-caption .des p {
    margin-bottom: 30px
}

.banner-btn {
    position: relative;
    display: inline-block;
}

.button-arrow {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.banner-btn .btn-default {
    background: linear-gradient(#f6f7f9, #f6f7f9) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
    padding: 6px 48px 6px 20px;
}

.banner-btn .btn-default:hover,
.banner-btn .btn-default:focus {
    background: #ecead5;
    color: #54402F;
}

.award-winning {
    background: linear-gradient(267.3deg, rgba(114, 88, 54, 1) 0.89%, rgba(198, 167, 110, 1) 103.8%);
    max-width: 320px;
    font-size: 16px;
    font-weight: 400px;
    color: #fff;
    border-radius: 24px;
    border: 2px solid #F7F6EF;
    padding: 15px;
}

.award-winning h2 {
    background: url(../images/award-icon.svg) no-repeat;
    background-size: contain;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding-left: 28px;
    margin-bottom: 10px;
}
/*** Inner Banner Area ***/
.inner-banner {
    background-color: #d8d1c3;
    position: relative;
    display: block;
    font-size: 18px;
    color: #302218;
    font-weight: 400;
    border-radius: 32px;
    text-align: center;
    padding: 100px 20px 80px;
}
.inner-banner:before {
    position: absolute;
    content: '';
    width: 50px;
    border-left: 85px solid transparent;
    border-right: 85px solid transparent;
    border-top: 30px solid #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.inner-banner h1 {
    font-family: "Syne", sans-serif;
    font-size: 56px;
    color: #54402F;
    font-weight: 700;
    margin-bottom: 30px;
}
.banner-text {
    max-width: 834px;
    margin: 0 auto;
}

/*** Content Area ***/
.content-area {
    display: block;
    padding: 60px 0;
}
.welcome-text {
    display: block;
    font-size: 18px;
    font-weight: 400;
    max-width: 780px;
    text-align: center;
    padding: 20px 0 50px;
    margin: 0 auto;
}

.welcome-text p {
    margin-bottom: 30px;
}

.heading-div {
    display: block;
    max-width: 850px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
}
.heading-div h2 {
    margin-bottom: 12px;
}
/*** About Us Area ***/
.our-about-area {
    display: block;
    padding: 60px 0 20px;
}
.our-about {
    background: #F7F6EF url(../images/watermar.png) no-repeat left 30px bottom;
    display: block;
    padding: 56px;
    border-radius: 32px;
}
.our-about span {
    color: #977B45;
    font-weight: 600;
}
.about-image img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 24px;
}
.founder-area {
    display: block;
    margin-bottom: 40px;
}
.our-founder {
    background: #F7F6EF;
    display: block;
    padding: 56px;
    border-radius: 32px;
}
.founder-text {
    font-size: 18px;
    font-weight: 400;
    color: #686A72;
}
.founder-text h3 {
    font-size: 18px;
    font-weight: 600;
    color: #302218;
    margin-bottom: 25px;
}
.founder-text p {
    margin-bottom: 25px;
}
.founder-text span {
    color: #977B45;
    font-weight: 600;
}
.founder-text b {
    color: #302218;
    font-weight: 600;
}
.founder-text ul {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
.founder-text ul li {
    background: url(../images/tick-bullet.svg) no-repeat 0 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding-left: 25px;
    margin-bottom: 15px;
}
.founder-image img {
    width: 100%;
    height: 680px;
    object-fit: cover;
    object-position: top;
    border-radius: 24px;
}
.our-aim-area {
    display: block;
    margin-bottom: 40px;
}
.vision-text {
    background: #F5F5F6;
    height: 100%;
    border-radius: 24px;
    padding: 20px 30px;
} 
.mission-text {
    background: #ECEAD5;
    height: 100%;
    border-radius: 24px;
    padding: 20px 30px;
}
.video-area {
    display: block;
    margin-bottom: 70px;
}
.video-div {
    border: 9px solid #302218;
    border-radius: 24px;
}
.video-div iframe {
    border-radius: 10px;
    margin-bottom: -10px;
}
.video-div p {
    margin-bottom: 0;
}
.our-values-area {
    background: #F7F6EF;
    position: relative;
    display: block;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    border-bottom: 1px solid #DAD4AE;
    padding: 80px 0;
    overflow: hidden;
}
.our-values-area::before {
    background: #F7F6EF url(../images/our-values-bg.png) no-repeat right bottom;
    background-size: 80% 70%;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1; 
}
.our-values-area .heading-div {
    position: relative;
    margin-bottom: 70px;
}
.values-tab {
    background:#F7F6EF;
    position: relative;
    display: block;
    height: 100%;
    font-weight: 400;
    font-size: 16px;
    border-radius: 32px;
    text-align: center;
    border: 1px solid #977B45;
    padding: 24px;
}
.values-tab .icon {
    background: #ECEAD5;
    display: flex;
    width: 74px;
    height: 74px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 10px;
}
.values-tab h3 {
    font-weight: 600;
    font-size: 18px;
    color: #302218;
    margin-bottom: 20px;
}
/*** Main Project ***/
.main-project-area {
    background: rgba(247, 246, 239, 0.5);
    display: block;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
    padding: 80px 0;
    display: block;
}
.main-project {
    padding: 0 100px;
}
.category-title {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.main-project .banner-btn, .projects-div .banner-btn {
    display: block;
}
.main-project .banner-btn .btn-default {
    background: linear-gradient(#F7F6EF, #F7F6EF) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    padding: 6px 38px 6px 20px;
}
.main-project .banner-btn .btn-default:hover, .main-project .banner-btn .btn-default:focus {
    background: #ecead5;
    color: #54402F;
}
.main-project .banner-btn .btn-default:hover img {
    filter: inherit;
}
.projects-div .banner-btn .btn-default {
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
}
.projects-div .banner-btn .btn-default:hover, .projects-div .banner-btn .btn-default:focus {
    background: #ecead5;
    color: #54402F;
}
.slide-box {
    background-color: #F7F6EF;
    display: block;
    border-radius: 32px;
    border: 2px solid #977B45;
    padding: 56px;
}
.slide-row {
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}
.slide-text {
    display: inline-block;
    vertical-align: top;
    max-width: 680px;
    font-size: 16px;
    font-weight: 400;
    color: #686A72;
    margin-right: 24px;
}
.slide-text p {
    margin-bottom: 30px;
}
.slide-text ul {
    list-style: none;
    columns: 2;
    padding: 0;
    margin: 0;
}
.slide-text ul li {
    background: url(../images/tick-bullet.svg) no-repeat 0;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    margin-bottom: 24px;
}
.slide-text h2 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #302218;
    margin-top: 10px;
}
.inner-slide-box {
    display: inline-block;
    vertical-align: top;
    max-width: 430px;
    min-height: 422px;
}
.project-img {
    max-width: 580px;
    width: 100%;
    overflow: hidden;
    border-radius: 24px;
}
.inner-slider .project-img img {
    max-width: 430px;
    height: 398px;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
}
.inner-slide-box .slick-prev, .inner-slide-box .slick-next {
    display: none !important;
}
.slider-div .slick-dots {
    display: none !important;
}
.slider-div .inner-slider .slick-dots {
    position: absolute;
    display: flex !important;
    align-items: center;
    justify-content: center;
    list-style: none;
    line-height: 0;
    padding: 0;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: 0 auto;
    z-index: 99;
}
.slider-div .slick-dots li {
    width: auto;
    height: auto;
    line-height: 0;
    padding: 0;
    margin: 0 3px;
}
.slider-div .slick-dots li button {
    background-color: #DAD4AE !important;
    font-size: 0;
    width: 8px;
    height: 8px;
    border: 0 !important;
    border-radius: 50px;
    padding: 0;
}
.slider-div .slick-dots li.slick-active button {
    background-color: #977B45 !important;
    width: 14px;
    height: 14px;
}
.slider-div .slick-dots li button:before {
    display: none;
}
.slider-div .slick-prev,
.slider-div .slick-next {
    background-color: transparent !important;
    width: 44px;
    height: 44px;
    border: 1px solid #977B45;
    top: inherit;
    border-radius: 50%;
    bottom: -100px;
}
.slider-div .slick-prev:hover,
.slider-div .slick-next:hover {
    background-color: #977B45 !important;
}
.slider-div .slick-prev {
    left: inherit;
    right: 60px;
}
.slider-div .slick-next {
    right: 0;
}
.project-tab {
    display: block;
    margin-bottom: 50px;
}
.project-des {
    display: block;
    height: 3em;
    overflow: hidden;
    margin-bottom: 30px;
}
.post-tag {
    background-color: #ECEAD5;
    display: table-cell;
    font-family: "Manrope", sans-serif;
    font-size: 12px;
    font-weight: 700;
    border-radius: 5px;
    padding: 2px 15px;
}
.project-tab h4 {
    margin-top: 10px;
}
.main-project .responsive-tabs ul.responsive-tabs__list {
    font-family: "Syne", sans-serif;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}
.main-project .responsive-tabs .responsive-tabs__list__item {
    background: transparent;
    float: none;
    font-family: "Syne", sans-serif;
    font-size: 16px;
    color: #595A61;
    font-weight: 600;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #686A72;
}
.main-project .responsive-tabs .responsive-tabs__list__item:hover {
    background: #ecead5;
    color: #54402F;
    border-color: #ecead5;
}
.main-project .responsive-tabs .responsive-tabs__list__item--active, 
.main-project .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: linear-gradient(#F7F6EF, #F7F6EF) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
    border: 2px solid transparent;
}
.main-project .responsive-tabs .responsive-tabs__panel {
    background: none;
    border-top: 0;
    border: 0;
    padding: 0;
}
.main-project .project-btn {
    margin-top: -70px;
}
.n2-section-smartslider {
    margin-bottom: 50px;
}
.n2-ss-slider .n2-ss-slide-background-image img {
    border-radius: 24px;
}
.n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls {
    bottom: -40px;
}
.main-project .owl-theme .owl-controls .owl-buttons div {
    background-color: transparent;
    width: 44px;
    height: 44px;
    font-size: 0;
    border: 1px solid #977B45;
    top: inherit;
    border-radius: 50%;
    padding: 0;
}
.main-project .owl-theme .owl-controls .owl-buttons .owl-prev {
    background: url(../images/slick-prev.png) no-repeat center;
}
.main-project .owl-theme .owl-controls .owl-buttons .owl-next {
    background: url(../images/slick-next.png) no-repeat center;
}
.main-project .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
    background: #977B45 url(../images/slick-prev-white.png) no-repeat center;
}
.main-project .owl-theme .owl-controls .owl-buttons .owl-next:hover {
    background: #977B45 url(../images/slick-next-white.png) no-repeat center;
}
.main-project .owl-theme .owl-controls {
    text-align: right;
    margin-top: 30px;
}
/*** Pum Popup ***/
.pum-theme-237 .pum-container, .pum-theme-lightbox .pum-container {
    padding: 30px !important;
    border-radius: 24px !important;
    border: 0 !important;
    box-shadow: none !important;
}
.pum-title {
    display: none !important;
}
.pum-theme-237 .pum-content, .pum-theme-lightbox .pum-content {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #686A72 !important;
}
.pum-theme-237 .pum-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-top: -10px !important;
}
.pum-theme-237 .pum-content p {
    margin: 20px 0;
}
.pum-theme-237 .pum-content h4 {
    margin-top: 10px;
}
.pum-content ul {
    list-style: none;
    columns: 2;
    padding: 0;
    margin: 0;
}
.pum-content ul li {
    background: url(../images/tick-bullet.svg) no-repeat 0 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-left: 30px;
    margin-bottom: 24px;
}
.pum-theme-138 .pum-content + .pum-close, .pum-theme-lightbox .pum-content + .pum-close {
    position: absolute;
    height: 32px;
    width: 32px;
    right: 20px;
    top: 20px;
    color: #fff !important;
    background-color: #2B2B2B !important;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 0;
    border-radius: 26px;
    box-shadow: none;
    text-shadow: none;
}
/*** Counter Area ***/
.default-tab {
    display: block;
    border-radius: 24px;
    box-shadow: 0px 2px 8px 0px #00000026;
    border: 1px solid #FFFFFF;
}
.default-tab .thumb img {
    max-width: 100% !important;
    height: 240px !important;
    object-fit: cover;
    border-radius: 24px;
}
.default-tab .info {
    font-size: 16px;
    font-weight: 400;
    color: #686A72;
    padding: 24px;
}
.default-tab h4 {
    font-size: 20px;
    font-weight: 500;
    color: #302218;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
}
.default-tab h4 a {
    color: #302218;
}
/*** Counter Area ***/
.counter-area {
    padding: 30px 0;
}

.counter {
    border-left: 1px solid #CECED3;
    padding: 20px 0 20px 48px;
}

.ctrbCounters div:nth-child(1)> .counter {
    padding-left: 0;
    border-left: 0;
}

.ctrbCounters div:nth-child(4)> .counter .suffix  {
    font-size: 24px;
    font-weight: 400;
}

.counter-area #ctrbCounters-1 .ctrbCounters .counter {
    background: none !important;
    width: auto !important;
    height: auto !important;
    text-align: left;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 20px 0 20px 48px !important;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters>div {
    justify-content: start;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters .counter .counterNumber {
    font-size: 60px !important;
    font-weight: 600 !important;
    color: #282828 !important;
}
.counter-area #ctrbCounters-1 .ctrbCounters .counter .counterLabel {
    font-family: "Poppins", sans-serif;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #595A61 !important;
}

/*** Choose Area ***/
.choose-area {
    background-color: #F7F6EF;
    display: block;
    font-size: 18px;
    color: #595A61;
    border-radius: 48px;
    padding: 80px 30px;
}

.choose-area p {
    margin-bottom: 30px;
}

.choose-area .btn-default {
    background: linear-gradient(#F7F6EF, #F7F6EF) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
    padding: 6px 38px 6px 20px;
}

.choose-area .btn-default:hover,
.choose-area .btn-default:focus {
    background: #ecead5;
    color: #54402F;
}

.choose-image {
    display: block;
    height: 100%;
}

.choose-image img {
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.choose-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.choose-icon {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 1px solid #977B45;
}

.choose-tab {
    background-color: #FFFFFF;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #686A72;
    border-radius: 16px;
    border: 1px solid #977B45;
    padding: 16px;
}

.choose-tab h3 {
    font-size: 16px;
    font-weight: 500;
    color: #977B45;
}

.choose-tab p {
    margin-bottom: 0;
}

/*** Testimonials Area ***/
.testimonials-area {
    position: relative;
    padding: 80px 0px;
}

.testimonial {
    position: relative;
    border-radius: 24px;
}

.testimonials-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.testimonials-img::before {
    background-color: rgba(48, 34, 24, 0.6);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 24px;
}

.testimonials-img img {
    max-width: 100% !important;
    height: 100% !important;
    border-radius: 24px;
}

.testimonial .info {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    max-width: 612px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 20px;
}

.testimonial .info h4 {
    font-size: 18px;
    font-weight: 500;
    ;
    color: #FFFFFF;
}

.testimonial .info h4 span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    ;
    color: #FFFFFF;
}

.testimonial-text {
    position: relative;
    z-index: 1;
    padding: 40px;
}

.testimonial-text .des {
    margin-bottom: 40px;
}

.testimonial-row {
    display: flex;
    gap: 20px;
    align-items: center;
}

.testimonials-area .slick-prev,
.testimonials-area .slick-next {
    background-color: transparent !important;
    width: 44px;
    height: 44px;
    border: 1px solid #977B45;
    top: inherit;
    border-radius: 50%;
    bottom: -100px;
}
.testimonials-area .slick-prev:hover,
.testimonials-area .slick-next:hover {
    background-color: #977B45 !important;
}
.testimonials-area .slick-prev {
    left: 46%;
}
.testimonials-area .slick-next {
    right: 46%;
}
.testimonials-area .slick-prev:before {
    background: url(../images/slick-prev.png) no-repeat;
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    margin: auto;
}
.testimonials-area .slick-next:before {
    background: url(../images/slick-next.png) no-repeat;
    content: '';
    display: block;
    width: 16px;
    height: 14px;
    margin: auto;
}
.testimonials-area .slick-prev:hover:before {
    background: url(../images/slick-prev-white.png) no-repeat;
}
.testimonials-area .slick-next:hover:before {
    background: url(../images/slick-next-white.png) no-repeat;
}
/*** News Area ***/
.news-area {
    position: relative;
    padding: 100px 0px 50px;
}
.blog-tab h4 span {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #686A72;
    margin-bottom: 15px;
}
.blog-tab .read-more-link {
    background: url(../images/black-arrow.png) no-repeat center left;
    font-size: 12px;
    font-weight: 600;
    color: #302218;
    padding-left: 30px;
}
.blog-tab .read-more-link img {
    margin-right: 10px;
}
.blog-title {
    display: block;
    text-align: center;
    margin-bottom: 40px;
}
.blog-box-div {
    display: block;
    margin-bottom: 100px;
}
.blog-box {
    display: block;
}
.blog-box .info {
    font-size: 18px;
    font-weight: 400;
    color: #686A72;
}
.blog-box .thumb {
    display: block;
    margin-bottom: 20px;
}
.blog-box .thumb img {
    max-width: 100% !important;
    height: 350px !important;
    object-fit: cover;
    border-radius: 24px;
}
.blog-box h4 {
    font-size: 24px;
    font-weight: 500;
    color: #302218;
    margin-bottom: 20px;
}
.blog-box h4 a {
    color: #302218;
}
.blog-box .icon {
    width: 196px;
    flex-shrink: 0;
}
.blog-box .icon img {
    max-width: 100% !important;
    height: 170px !important;
    object-fit: cover;
    border-radius: 24px;
}
.blog-box .blog-author {
    font-size: 14px;
    font-weight: 500;
    color: #0C0C0D;
}
.blog-box .blog-author ul {
    display: flex;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-box .blog-author ul li {
    list-style: disc;
    padding: 0 20px 0 0;
}
.blog-box .blog-author ul li:first-child {
    list-style: none;
}
.blog-box .blog-author ul li img {
    border-radius: 50px;
    margin-right: 10px;
}
.blog-box-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 20px;
}
.blog-box-row .blog-author {
    font-weight: 400;
    color: #83858D;
}
.blog-detail {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #686A72;
    padding: 0 200px;
}
.blog-detail ul {
    margin: 0 0 20px 0;
}
.blog-detail ul li {
    font-weight: 500;
    margin-bottom: 20px;
}
.blog-detail h1 {
    font-size: 48px;
    font-weight: 700;
    color: #0C0C0D;
    margin-bottom: 20px;
}
.blog-detail h1 span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #686A72;
    padding-top: 20px;
}
.blog-detail-img {
    margin-bottom: 30px;
}
.blog-detail-img img {
    height: 500px;
    object-fit: cover;
    border-radius: 40px;
}
.blog-detail .saboxplugin-wrap {
    border: 0;
    box-shadow: 0px 0px 25px 0px #9A98981A;
}
.blog-detail .saboxplugin-wrap .saboxplugin-authorname {
    font-family: "Syne", sans-serif;
    font-size: 32px;
    color: #977B45;
    font-weight: 700;
    line-height: 25px;
    text-transform: capitalize;
}
.blog-detail .saboxplugin-wrap .saboxplugin-authorname a {
    text-decoration: none;
    color: #977B45;
}
.blog-detail .saboxplugin-wrap .saboxplugin-authorname a span {
    font-family: "Syne", sans-serif;
}
.blog-detail .fbc-page .fbc-wrap .fbc-items li:first-child {
    border-radius: 0;
    padding-left: 0;
}
.blog-detail .fbc-page .fbc-wrap .fbc-items li:nth-child(2) {
    display: none;
}
.blog-detail .fbc-page .fbc-wrap .fbc-items li:nth-child(3) {
    display: none;
}
.innovation-tab {
    background: #725836 url(../images/innovation-bg.png) no-repeat left bottom;
    display: block;
    font-size: 16px;
    color: #ECEAD5;
    text-align: center;
    border-radius: 32px;
    padding: 60px 80px;
    margin-bottom: 60px;
}
.innovation-tab h2 {
    font-size: 40px;
    font-weight: 700;
    color: #F7F6EF;
}
.innovation-tab .wp-block-tnp-minimal {
    padding: 20px 0 0 !important;
}
.innovation-tab .wp-block-tnp-minimal p:first-child {
    display: none;
}
.innovation-tab .tnp-subscription-minimal input {
    background-color: transparent;
    max-width: 350px;
    color: #ECEAD5 !important;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ECEAD5;
    border-radius: 50px;
    padding: 12px 20px;
}
.innovation-tab .tnp-subscription-minimal input::placeholder {
    color: #ECEAD5;
    opacity: 1; /* Firefox */
}

.innovation-tab .tnp-subscription-minimal input::-ms-input-placeholder { /* Edge 12 -18 */
    color: #ECEAD5;
}
.innovation-tab .tnp-subscription-minimal input.tnp-submit {
    background-color: #ECEAD5 !important;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    color: #54402F !important; 
    border: 0;
    line-height: inherit;
    border-radius: 50px;
    outline: none;
    padding: 10px 20px;
    margin: 0;
}
.recent-detail {
    background: #F5F5F6;
    display: block;
    padding: 60px 80px;
}
/*** FAQ Area ***/
.faq-area {
    background: #F5F5F6;
    border-radius: 48px;
    padding: 90px 150px;
    margin-bottom: 10px;
}
.faq-accordion {
    display: block;
    margin-bottom: 30px;
}
.faq-accordion .sp-easy-accordion .sp-ea-single {
    background: #FFFFFF !important;
    border-radius: 24px !important;
    box-shadow: 0px 4px 24px 0px #0000000F;
}
.faq-accordion .sp-easy-accordion .sp-ea-single .ea-header a {
    color: #0C0C0D;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    padding: 24px !important;
}
.faq-accordion .sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon {
    float: right !important;
    margin-left: 10px;
    margin-right: 0 !important;
}
.faq-accordion .eap-icon-ea-expand-plus:before {
    background: url(../images/arrow-down.png) no-repeat;
    content: '';
    width: 18px;
    height: 9px;
}
.faq-accordion .eap-icon-ea-expand-minus:before {
    background: url(../images/arrow-up.png) no-repeat;
    content: '';
    content: '';
    width: 18px;
    height: 9px;
}
.faq-accordion .sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
    border-radius: 24px;
    padding: 0 24px 15px;
}
.faq-area .contact-btn {
    text-align: center;
}
.faq-area .btn-default {
    background: linear-gradient(#F5F5F6, #F5F5F6) padding-box, linear-gradient(to right, #C6A76E, #725836) border-box;
}
.faq-area .btn-default:hover,
.faq-area .btn-default:focus {
    background: #ecead5;
    color: #54402F;
}
/*** Main Contact Area ***/
.main-contact-area {
    background: #F7F6EF url(../images/watermar.png) no-repeat right bottom;
    padding: 60px 0;
}
.main-contact {
    padding: 0 200px;
}
.contact-text {
    display: block;
    padding-right: 90px;
}
.contact-text p {
    margin-bottom: 24px;
}
.contact-text h3 span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #302218;
    margin-bottom: 10px;
}

.touch-call {
    margin-bottom: 30px;
}
.touch-call h3 {
    font-size: 24px;
    font-weight: 600;
    color: #E1C082;
}
.touch-call a {
    color: #E1C082;
}
.touch-call a:hover, .touch-call a:focus {
    color: #686A72;
}
.touch-email h3 {
    font-size: 20px;
    font-weight: 400;
    color: #686A72;
}
.touch-email a {
    color: #686A72;
}
.touch-email a:hover, .touch-email a:focus {
    color: #E1C082;
}

.contact-form {
    background: #302218;
    background-blend-mode: luminosity;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #E1C082;
    text-align: center;
    line-height: 20px;
    border-radius: 24px;
    padding: 30px 30px 10px;
}
.contact-form h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.contact-form .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #686A72;
    border-radius: 8px;
    border: 1px solid #939598;
    padding: 10px 15px;
}
.contact-form input[type=submit] {
    background-color: transparent !important;
    width: 100%;
    border-radius: 50em;
    display: inline-block;
    position: relative;
    font-family: "Syne", sans-serif;
    color: #B4A05B !important;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #725836;
    text-align: center;
    padding: 10px 20px;
}
.contact-form textarea.form-control {
    height: 120px;
}
.contact-form p {
    line-height: normal;
    margin-bottom: 20px;
}
.contact-form .wpcf7-spinner {
    display: none;
}
.contact-info {
    background-color: #F7F6EF;
    display: block;
    font-size: 17px;
    color: #686A72;
    font-weight: 400;
    border-radius: 24px;
    padding: 30px 30px 10px;
    margin-bottom: 20px;
}
.contact-info .touch {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #434347;
    margin-bottom: 10px;
}
.contact-info .touch span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.contact-info .touch a {
    color: #434347;
}
.contact-info .touch a:hover, .contact-info .touch a:focus {
    color: #977B45;
}
.contact-map {
    height: 150px;
}
.contact-map iframe {
    max-width: 100%;
    max-height: 100% !important;
}
/*** Footer ***/
.footer {
    background-color: #ECEAD5;
    display: block;
    padding: 70px 0 50px;
}
.footer-main {
    display: block;
    margin-bottom: 30px;
}
.footer-main .about {
    max-width: 250px;
    font-size: 12px;
    font-weight: 400;
    color: #595A61;
    line-height: normal;
    text-align: left;
}
.footer-main .about .wp-block-image {
    text-align: left;
}
.footer-main .about #block-13 {
    margin-bottom: 25px;
}
.footer-main h4 {
    font-size: 16px;
    font-weight: 600;
    color: #54402F;
    margin-bottom: 30px;
}
.footer-main .link ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-main .link ul li {
    text-decoration: none;
    margin-bottom: 0;
}

.footer-main .link ul li a {
    background: none;
    font-size: 14px;
    font-weight: 400;
    border: 0;
    color: #595A61;
    text-decoration: none;
}

.footer-main .link ul li a:hover,
.footer-main .link ul li a:focus {
    color: #000;
    text-decoration: none;
}

.footer-main .address {
    padding-right: 10px;
}

.footer-main .address ul {
    padding: 0;
    margin: 0;
}

.footer-main .address ul li {
    display: flex;
    align-items: center;
    line-height: 25px;
    margin-bottom: 15px;
}
.footer-main .address ul li a {
    font-size: 14px;
    font-weight: 400;
    color: #595A61;
    text-decoration: none;
}

.footer-main .address ul li i {
    display: inline-block;
    font-size: 21px;
    margin-right: 16px;
    position: relative;
    color: #595A61;
}
.footer-main .newsletter {
    font-size: 18px;
    font-weight: 600;
    color: #54402F;
}
.footer-main .newsletter p {
    margin-bottom: 30px;
}
.footer-main .newsletter .wp-block-tnp-minimal {
    padding: 0 !important;
}
.newsletter .tnp-subscription-minimal form {
    position: relative;
}
.newsletter .tnp-subscription-minimal input.tnp-email,
.newsletter .tnp-subscription-minimal input.tnp-name {
    background-color: transparent;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    color: #595A61;
    font-size: 14px;
    font-weight: 400;
    border-radius: 50px;
    border: 1px solid #725836;
    margin-right: 0;
    padding: 14px 20px;
}
.newsletter .tnp-subscription-minimal input.tnp-submit {
    background: #977B45 url(../images/white-arrow.png) no-repeat center !important;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    font-size: 0;
    line-height: inherit;
    border-radius: 50%;
    outline: none;
    border: 0;
    right: 8px;
    top: 8px;
    padding: 0;
    margin: 0;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social ul {
    padding: 0;
    margin: 0;
}

.social ul li {
    display: inline-block;
    color: #977B45;
    margin-right: 20px;
}

.social ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #977B45 !important;
    width: 36px;
    height: 36px;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid #977B45;
}

.social ul li a:hover, .social ul li a:focus {
    background-color: #977B45;
    color: #fff !important;
}
.copyright {
    font-size: 14px;
    font-weight: 400;
    color: #595A61;
}

@media (max-width: 1599.98px) {
.container {
    padding: 0 70px;
}
.main-project {
    padding: 0 20px;
}
.slide-text {
    max-width: 572px;
}
.choose-image img {
    object-fit: contain;
}
.main-contact {
    padding: 0 100px;
}
.contact-text {
    padding-right: 30px;
}
.testimonials-area .slick-prev {
    left: 45%;
}
.testimonials-area .slick-next {
    right: 45%;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters .counter .counterNumber {
    font-size: 50px !important;
}
.ctrbCounters div:nth-child(4)> .counter .suffix {
    font-size: 22px;
}
}
@media (max-width: 1499.98px) {
.faq-area {
    padding: 90px 100px;
}
.about-image img {
    height: auto;
}
}
@media (max-width: 1399.98px) {
.faq-area {
    padding: 90px 60px;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters .counter .counterNumber {
    font-size: 40px !important;
}
.ctrbCounters div:nth-child(4)> .counter .suffix {
    font-size: 18px;
}
.ctrbCounters div:nth-child(4)> .counter .suffix {
    font-size: 20px;
}
.blog-detail {
    padding: 0 0;
}
}
@media (max-width: 1099.98px) {
.counter-area .wp-block-ctrb-counters .ctrbCounters .counter .counterNumber {
    font-size: 30px !important;
}
.counter-area #ctrbCounters-1 .ctrbCounters .counter .counterLabel {
    font-size: 14px !important;
}
}
@media (max-width: 1199.98px) {
h2 {
    font-size: 30px;
}
.container {
    padding: 0 15px;
}
.count-title {
    font-size: 40px;
}
.count-text {
    font-size: 15px;
    margin-top: 5px;
}
.banner-area {
    min-height: 598px;
}
.banner-area h1 {
    font-size: 62px;
}
.inner-banner h1 {
    font-size: 50px;
}
.testimonials-area .slick-prev {
    left: 43%;
}
.testimonials-area .slick-next {
    right: 43%;
}
.faq-area {
    padding: 70px 80px;
}
.main-contact {
    padding: 0 80px;
}
.footer-main h4 {
    font-size: 15px;
}
.footer-main .newsletter {
    font-size: 15px;
}
.recent-detail {
    padding: 40px 0;
}
}
@media (max-width: 991.98px) {
.banner-area {
    min-height: 498px;
}
.banner-area h1 {
    font-size: 52px;
}
.inner-banner h1 {
    font-size: 42px;
}
.banner-caption .des {
    font-size: 15px;
}
.slide-row {
    display: block;
}
.counter-area .col-6:nth-child(1) .counter {
    padding: 20px 0 20px 28px;
}
.counter-area .col-6:nth-child(2) .counter, .counter-area .col-6:nth-child(4) .counter {
    border-right: 0;
}

.choose-image {
    height: auto;
    text-align: center;
    margin-bottom: 30px;
}
.default-tab {
    margin-bottom: 30px;
}
.faq-area {
    padding: 40px 30px;
}
.main-contact {
    padding: 0 30px;
}
.slide-text {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.inner-slide-box {
    display: block;
    max-width: 100%;
}
.project-img {
    max-width: 100%;
    margin: 0 auto;
}
.inner-slider .project-img img {
    max-width: 100%;
    height: auto;
}
}
@media (max-width: 767.98px) {
.main-header.sticky {
    top: 0;
}
.banner-area h1 {
    font-size: 42px;
}
.inner-banner h1 {
    font-size: 32px;
}
.banner-caption {
    position: revert;
    display: block;
    text-align: center;
}
.banner-caption .des {
    font-size: 15px;
    margin: 0 auto 80px;
}
.main-menu {
    z-index: 3;
}
.main-menu .primary-navigation {
    position: inherit;
    top: inherit;
}
.main-menu #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    align-items: center;
    padding-top: 50px;
}
.main-menu #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin-bottom: 20px;
}
.main-menu #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    top: 10px;
    left: 10px;
}
.main-menu #mega-menu-wrap-primary .mega-menu-toggle ~ button.mega-close:before {
    background-color: #000;
    color: #fff;
    line-height: 0;
    border-radius: 50px;
}
.header-link .btn-default {
    background: url(../images/phone-icon.svg) no-repeat center;
    background-size: 50%;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 2px solid #725836;
    font-size: 0;
    padding: 0;
}
.inner-slide-box {
    display: block;
    margin: 0 auto;
}
.contact-map {
    margin-bottom: 30px;
}
.slide-text {
    margin-bottom: 20px;
}
.main-project .responsive-tabs-wrapper {
    border-top: 0;
}
.main-project .responsive-tabs .responsive-tabs__heading {
    display: none;
}
.main-project .responsive-tabs ul.responsive-tabs__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
.main-project .responsive-tabs .responsive-tabs__list__item {
    margin-bottom: 10px;
}
.our-about-area {
    padding: 30px 0 20px;
}
.our-about {
    display: block;
    padding: 20px;
    border-radius: 32px;
}
.about-image img {
    height: auto;
}
.our-founder {
    padding: 20px;
}
.founder-image {
    margin-bottom: 15px;
}
.founder-image img {
    height: 320px;
}
.vision-text {
    height: auto;
    margin-bottom: 20px;
}
.mission-text {
    height: auto;
}
.video-area {
    margin-bottom: 20px;
}
.our-values-area {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 30px 0;
}
.values-tab {
    height: auto;
    font-size: 14px;
    margin-bottom: 15px;
}
.innovation-tab {
    font-size: 14px;
    padding: 40px 15px;
}
.innovation-tab h2 {
    font-size: 24px;
}
.innovation-tab .tnp-subscription-minimal input {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
}
.innovation-tab .tnp-subscription-minimal input.tnp-submit {
    display: block;
    width: 100%;
}
.blog-box {
    display: block;
    margin-bottom: 20px;
}
.blog-box-row {
    display: block;
}
.blog-box .icon {
    width: auto;
    margin-bottom: 15px;
}
.blog-box h4 {
    font-size: 20px;
}
.blog-detail {
    font-size: 16px;
    padding: 0 0;
}
.blog-detail h1 {
    font-size: 38px;
}
.testimonials-area .slick-prev {
    left: 40%;
}
.testimonials-area .slick-next {
    right: 40%;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters>div {
    justify-content: center;
}
.counter {
    border-left: 0;
}
#ctrbCounters-1 .ctrbCounters {
    grid-gap: 0;
    padding: 0;
    padding: 0;
}
.columns-mobile-1 {
    grid-template-columns: repeat(2, 1fr);
}
.ctrbCounters div:nth-child(4)> .counter .suffix {
    display: block;
}
.counter-area #ctrbCounters-1 .ctrbCounters .counter {
    text-align: center;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters .counter .counterNumber {
    font-size: 24px !important;
}
.counter-area #ctrbCounters-1 .ctrbCounters .counter {
    padding: 20px 20px 20px 20px !important;
}
}
@media (max-width: 575.98px) {
h2 {
    font-size: 24px;
}
.logo img {
    max-width: 99px;
}
.banner-area {
    margin-bottom: 130px;
}
.banner-area h1 {
    font-size: 36px;
    margin-bottom: 15px;
}
.inner-banner {
    font-size: 16px;
    padding: 80px 20px 50px;
}
.inner-banner h1 {
    font-size: 24px;
}
.award-winning {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -140px;
    margin: 0 auto;
}
.content-area {
    padding: 30px 0;
}
.slide-box {
    padding: 26px;
}
.slide-text ul {
    columns: 1;
}
.main-project-area {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 40px 0 80px;
}
.main-project {
    padding: 0;
}
.post-tag {
    padding: 1px 10px;
}
.slide-box {
    padding: 17px;
    border-radius: 24px;
}
.slide-text {
    font-size: 14px;
    margin-right: 0;
}
.slide-text h2 {
    font-size: 18px;
}
.slide-text ul li {
    font-size: 12px;
}
.inner-slide-box {
    min-height: inherit;
}
.inner-slider .project-img img {
    height: auto;
}
.counter {
    padding: 20px 10px 20px 10px;
}
.counter-area .col-6:nth-child(1) .counter {
    padding: 20px 10px 20px 10px;
}
.count-text {
    font-size: 14px;
    margin-top: 5px;
}
.count-title {
    font-size: 32px;
}
.counter-row span {
    font-size: 32px;
}
.choose-area {
    font-size: 16px;
    padding: 40px 15px;
}
.choose-icon {
    width: 48px;
    height: 48px;
}
.choose-tab {
    font-size: 14px;
}
.choose-tab h3 {
    font-size: 14px;
}
.testimonials-area {
    padding: 40px 0px 80px;
}
.testimonials-area .slick-prev {
    left: 35%;
}
.testimonials-area .slick-next {
    right: 35%;
}
.testimonial .info {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0;
}
.news-area {
    padding: 50px 0px 50px;
}
.default-tab h4 {
    font-size: 18px;
}
.blog-tab h4 span {
    font-size: 12px;
}
.blog-box h4 {
    font-size: 18px;
}
.blog-detail {
    font-size: 14px;
}
.blog-detail h1 {
    font-size: 25px;
}
.faq-area {
    padding: 30px 15px;
}
.faq-accordion .sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 14px;
    padding: 24px !important;
}
.main-contact-area {
    background: #F7F6EF;
    padding: 30px 0;
}
.main-contact {
    padding: 0 0;
}
.contact-text {
    padding-right: 0;
    margin-bottom: 40px;
}
.touch-call h3 {
    font-size: 18px;
}
.contact-text h3 span {
    font-size: 16px;
}
.contact-form {
    font-size: 16px;
    padding: 30px 15px 10px;
}
.contact-form h4 {
    font-size: 18px;
}
.footer {
    padding: 20px 0;
}
.footer-main h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
.footer-main .about {
    text-align: center;
    margin: 0 auto 30px;
}
.footer-main .about .wp-block-image {
    text-align: center;
}
.footer-main .link {
    margin-bottom: 30px;
}
.footer-main .link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-main .newsletter {
    text-align: center;
}
.footer-main .newsletter p {
    margin-bottom: 15px;
}
.footer-main .address {
    margin-bottom: 30px;
}
.footer-bottom {
    display: block;
}
.social {
    text-align: center;
    margin-bottom: 10px;
}
.copyright {
    text-align: center;
}
}
@media (max-width: 475.98px) {
.banner-area h1 {
    font-size: 29px;
}
.testimonials-area .slick-next {
        right: 30%;
}
.testimonials-area .slick-prev {
    left: 30%;
}
.counter-area .wp-block-ctrb-counters .ctrbCounters .counter .counterNumber {
    font-size: 20px !important;
}
}
@media (max-width: 340.98px) {
.banner-area {
    margin-bottom: 150px;
}
.award-winning {
    bottom: -170px;
}
}
@media (max-width: 300px) {
.banner-area {
    margin-bottom: 170px;
}
.award-winning {
    bottom: -190px;
}
}