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

/* Container for each progress counter */
.circle-wrapper {
	--size: 115px;
	--stroke-width: 10px;
	--radius: calc((var(--size) / 2) - (var(--stroke-width) / 2));
	--progress: 0; /* from 0 (0%) to 1 (100%) */
	position: relative;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.postid-79 .wd-page-title.page-title.page-title-default.title-size-large.title-design-default.color-scheme-light {
    background-position: 100% 20% !important;
}

.whb-top-bar-inner ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.whb-top-bar-inner ul li {
    margin: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 7px;
}

.page-id-673 .sec7 .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    font-size: 17px !important;
}

.page-id-673 .wd-accordion-content p {
    color: #fff !important;
    font-size: 15px;
}

.wpforms-form textarea {
    height: 80px !important;
}
.sec-1 video {
    min-height: 100vh;
    object-fit: cover;
}
body .wd-page-title.page-title.page-title-default.title-size-large.title-design-default.color-scheme-light {
    background-position: 80% center !IMPORTANT;
}

.wpforms-field-label-inline {
    color: #fff !important;
}

div.wpforms-container-full input[type=radio]:checked:after {
    background: #fff !important;
}

div.wpforms-container-full input[type=checkbox]:checked:before, div.wpforms-container-full input[type=radio]:checked:before {
    background: transparent !important;
    border-color: #fff !important;
    box-shadow: none !important;
}

.sec5 .new-green p:nth-child(3) {min-height: 97px;}



/* The arc progress ring */
.circle-wrapper::before {
	content: '';
	position: absolute;
	inset: 0;
	border-radius: 50%;
	background: conic-gradient(#08b4ca calc(var(--progress) * 1turn), transparent 0deg);
	-webkit-mask: radial-gradient(farthest-side, transparent calc(100% - var(--stroke-width)), black calc(100% - var(--stroke-width)));
	mask: radial-gradient(farthest-side, transparent calc(100% - var(--stroke-width)), #08b4ca calc(100% - var(--stroke-width)));
	transform: rotate(90deg); /* start arc from top */
	pointer-events: none;
	transition: background 16.5s ease;
}

/* Woodmart counter styling */
.woodmart-counter {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	font-family: sans-serif;
	user-select: none;
	text-align: center;
	color: #333;
	display: flex;
	/* flex-direction: column; */
	justify-content: unset;
	align-items: center;
}

.counter-value {
	font-weight: 600;
	font-size: 2rem;
	line-height: 1;
}

.sec7 a.btn.theme-btn.third-btn:hover {
    color: #fff;
    border-color: #fff;
}

.circle-counter .container .counter-label {
	font-size: 18px !important;
	color: #0a1b2f !important;
	margin-top: 0;
	font-weight: 500 !important;
	flex: 1 0 220px;
	max-width: 260px;
	text-align: left;
	padding-left: 20px;
	font-family: 'Inter' !important;
}

/* For demo: container for two counters side by side */
.circle-counter .container {
	display: flex;
	margin-top: -160px;
	/* gap: 40px; */
	justify-content: space-around;
}

.follow-links .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: end;
}
a.wd-social-icon.social-linkedin {
    padding-right: 0px !important;
}
.main-sec-1 {
    display: flex;
    align-items: center;
}

.main-sec-1 div {
    width: 100%;
}

.main-sec-1 .follow-links {
    width: 30%;
    margin-top: 0;
    display: flex;
    align-items: center;
}

.follow-links p {
    width: 100% !important;
    text-align: right;
}


.wd-post-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 20px !important;
}

.wd-post-thumb {
  flex: 0 0 330px !important; /* fixed width for the image container */
  max-width: 330px !important;
}

.wd-post-img img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.wd-post-content {
  flex: 1 !important; /* take remaining space */
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}


.wd-header-text a.theme-btn:hover {
    color: #fff;
    border-color: #fff;
}


.wd-post-entry-meta,
.wd-entities-title,
.wd-post-desc,
.wd-read-more {
  margin-bottom: 10px !important;
  font-size: 17px;
  line-height: 26px;
}

.single-post .wd-single-post-img {
    display: none;
}

.wd-single-post-header h1.wd-entities-title.title {
    line-height: 35px;
    width: 100%;
    text-align: left !important;
}


.wd-post-link,
.btn-read-more.more-link {
  text-decoration: none !important;
  color: inherit !important;
}

.wd-read-more a.btn-read-more {
  cursor: pointer !important;
  display: inline-block !important;
}

.wd-content-layout {padding: 0 !important;}

.whb-general-header {border: none !important;}

.whb-row.whb-header-bottom {margin-top: -69px;}

body .vc_column-inner {
	padding-top:0px !important;
}

.searchform {
    margin-bottom: 30px;
}

[class*="wd-header-search-form"] input[type='text'] {
    min-width: 448px !important;
    height: 40px;
    border-radius: 20px;
    background-color: #f0f4f6;
    border: 1px solid #d9e0e3;
}

body  .wd-nav-main>li>a {
    font-size: 15px;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    padding-inline: 18.8px !important;
    padding-block: 24px !important;
}

body .wd-nav[class*="wd-style-"]>li:is(.current-menu-item,.wd-active,.active)>a {
    font-weight: 700 !important;
}


h1 {
    font-size: 37px;
    letter-spacing: -2px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
}

.sec1 strong {
    font-size: 20px;
    /* letter-spacing: 0px; */
    color: #282828;
    font-weight: 600;
}

.sec1 p {margin-bottom: 10px;font-size: 23px;letter-spacing: 0px;line-height: 34px;color: #ffffff;font-weight: 600;font-family: "Inter";}

.sec1  ul {
    padding: 0;
    margin-bottom: 30px;
    margin-bottom: 0;
    padding-bottom: 12px;
}

.sec1 ul li {margin-bottom: 10px;position: relative;list-style: none;display: flex;align-items: center;font-size: 18px;letter-spacing: 0px;line-height: 36px;color: #ffffff;font-weight: 600;font-family: "Inter";margin-bottom: 0;}

.sec1 p.btn-row {
    display: flex;
    gap: 10px;
}

.sec9 p a:hover {
    color: #0a2472;
}

.sec3 .info-box-inner a:hover{
    color: #0a2472;
}

.sec-2-buttons a.theme-btn{
	padding: 13.5px 38.1px;
	border-radius: 32px;
	background-color: #0A2472 !important;
	font-size: 16px;
	letter-spacing: 0px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	border: 1px solid transparent;
/* 	padding-inline: 49.3px;
	padding-block: 21.4px; */
}

.sec-1 a.theme-btn.ter-btn:hover {
    border-color: #3190aa;
    background: transparent !important;
    color: #fff !important;
}

.sec-2-buttons a.theme-btn:hover {
    border-color: #3190aa;
    background: transparent;
    color: #0A2472 !important;
}

a.theme-btn {
    padding: 13.5px 38.1px;
    border-radius: 32px;
    background-color: #158fab;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid transparent;
/*     padding-inline: 49.3px;
    padding-block: 21.4px; */
}

a.btn {
    min-height: auto;
    width: auto;
}

a.theme-btn:hover {
    border-color: #3190aa;
    background: transparent;
    color: #3190aa;
}

a.theme-btn.ter-btn {
    background-color: #fff !important;
    color: #282828;
}

a.theme-btn.ter-btn:hover {
    border-color: #3190aa;
    background: transparent;
    color: #fff;
}

.sec1 .wd-nav-pagin-wrap {
    display: none !important;
}

/* .sec-1-ul ul li::before {
    content: "\f785";
    font-family: "Font Awesome 5 Brands";
    font-weight: 600;
    padding-right: 10px;
} */

.sec-1-ul ul li::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/leaf-6.png) no-repeat;
    width: 23px;
    height: 30px;
    top: 5px;
    left: -32px;
    right: 0;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(7421%) hue-rotate(359deg) brightness(101%) contrast(112%);
}


.sec1 .wd-btn-arrow {
    position: unset !important;
}

.sec1 .wd-nav-arrows {
    position: absolute;
    display: flex;
    left: 330px;
    bottom: 70px;
    gap: 10px !important;
}

body .wpb_content_element {margin-bottom: 0 !important;}

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

.whb-top-bar-inner a , .whb-top-bar-inner p {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.whb-top-bar-inner .wd-header-text p {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.whb-top-bar-inner .member {
    display: flex;
    gap: 10px;
}

.whb-top-bar-inner .member a.mem-btn {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px;
    background-color: #c12a1f;
    padding: 10px 10px;
}

.new-hom-hd {
    padding-bottom: 50px;
}

.new-hom-hd h4 {
    text-align: center;
}

.whb-top-bar-inner .wd-header-text span.text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    /* background: #158fab; */
    padding: 0px;
}

.container.wd-entry-content li a {
	color: #fff;
    background: #158fab;
    padding: 10px;
}

body div.wpforms-container-full textarea  {
    background: #fff !important;
    color: #000 !important;
}

.page-id-395 .new-green .vc_column-inner.vc_custom_1750121869851 {
    padding: 70px !important;
    border-radius: 20px;
}
.page-id-395 .sec-5-5 {
	padding-top: 35px;
}


.page-id-395 .new-green-2 .vc_column-inner.vc_custom_1750110980180 {
    padding-block: 105px !important;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
}

.page-id-395 .sec-5-5::before, .page-id-511 .sec-5-5::before {
    display: none;
}

.page-id-511 .sec-5-5 {
    padding-top: 30px;
    padding-bottom: 25px;
}


.new-green-2 h2 span.cmg {
    font-size: 28px;
}

.new-green-2 h2 {
    font-size: 40px;
    margin-bottom: 0px;
}

.new-green .vc_column-inner {
    padding-block: 70px !important;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 20px;
}


.new-green-2 .vc_column-inner{
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-block: 70px !important;
}


.wpforms-field.wpforms-field-html {
    padding: 0px !important;
}

.wpforms-field.wpforms-field-html h2 {
    margin: 0px !important;
}

.wpforms-field.wpforms-field-html p {
    font-size: 15px !important;
    font-weight: 400 !important;
}

.sec2 h5 {
    color: #707475;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    display: inline-block;
    /* margin-bottom: 60px !important; */
}

.sec2 h5::before {
    background-color: #9da3a5;
    content: '';
    width: 104px;
    height: 1px;
    position: absolute;
    left: -120px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.sec2 h5::after {
    background-color: #9da3a5;
    content: '';
    width: 104px;
    height: 1px;
    position: absolute;
    right: -120px;
    bottom: 0;
    top: 0;
    margin: auto;
}

.text-logo {
    display: flex;
    align-items: center;
    flex: 50%;
    max-width: 50%;
    gap: 10px;
    justify-content: flex-end;
}

.logo-container {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.logo-container p {
    display: flex;
    align-items: center;
    flex: 50%;
    max-width: 50%;
    gap: 10px;
}

.text-logo strong {flex: 30%;max-width: 30%;color: #000;}

.sec2 .woodmart-counter {
    margin: 0;
    align-items: flex-start;
    flex-direction: column;
}

.sec2 .woodmart-counter .counter-value {
    color: #282828 !important;
    font-weight: 300 !important;
    font-size: 60px !important;
    position: relative;
}

.sec2 .woodmart-counter .counter-label {
    margin: 0;
    color: #707475;
    font-weight: 600;
    font-size: 18px;
}

.sec2 .woodmart-counter .counter-value::after {
    content: "+";
}

.logo-row {
    padding: 50px 0;
}

.ser-row1 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.ser-row2 {margin-top: 210px;}

.sec3 {
    padding: 120px 0 170px;
    background-repeat: no-repeat;
    background-size: cover;
}

.ser-row1::before {
    border-radius: 20px;
    background-color: #dee5e8;
    width: 99.1%;
    height: 446px;
    position: absolute;
    margin: 0 auto;
    left: -40px;
}

.ser-row1 .vc_col-sm-7 {
    position: relative;
}

.ser-row1 .vc_col-sm-7::after {background-image: url(/wp-content/uploads/2025/06/bf.png);width: 255px;height: 206px;position: absolute;right: -20px;top: 0;content: '';}

h2 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 48px;
}

.ser-row1 .vc_col-sm-7 .wpb_text_column.wpb_content_element {
    padding: 70px 15px 0;
}

.ser-row .wd-info-box {
    border-radius: 20px;
    background-color: #edf3f5;
    padding: 46px  80px 60px  40px;
    overflow: hidden;
}

.ser-row .wd-info-box .info-box-icon {
    background: #fff;
    border-radius: 100%;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: visible !IMPORTANT;
    z-index: 24;
}

.ser-row .wd-info-box .info-box-icon::before {
    background-color: #dae8ed;
    position: absolute;
    top: -69px;
    left: -33px;
    right: 0px;
    bottom: 0;
    width: 85px;
    height: 152px;
    content: '';
    border-radius: 62px 62px 0 0;
    transform: rotate(139deg);
    z-index: -1;
    transition: all linear .3s;
}

.ser-row .wd-info-box  .box-icon-wrapper.box-with-icon {
    position: relative;
    z-index: 1111;
}


.ser-row .wd-info-box .info-box-icon::after {
    background: #fff;
    content: '';
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    border-radius: 100%;
}


.ser-row .wd-info-box  .info-box-content h4.info-box-title {
    color: #282828;
    font-weight: 600;
    line-height: 1.3;
    font-size: 19px;
    margin-bottom: 10px;
}

.ser-row .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    margin: 0;
}

.ser-row .wd-info-box .info-box-content .info-box-inner.reset-last-child p {
    color: #282828;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}

.ser-row .wd-info-box .info-btn-wrapper {
    margin: 0;
    position: absolute;
    right: -60px;
    bottom: -40px;
}

.ser-row .wd-info-box .info-btn-wrapper a.btn.btn-style-default {
    font-size: 0;
    border-radius: 15px;
    background-color: #ffffff;
    transition: all linear .3s;
}

.ser-row .wd-info-box .info-btn-wrapper a.btn.btn-style-default span.wd-icon.fa.fa-solid.fa-arrow-right-long {
    font-size: 17px;
    color:  #828e92;
}


.ser-row .wd-info-box:hover .info-box-icon::before {
    background: #de392d;
}

.ser-row .wd-info-box:hover {
    background-color: #ffffff;
    filter: drop-shadow(0 0 20px rgba(185,200,204,0.15));
    transition: all linear .3s;
}

.ser-row .wd-info-box:hover .info-btn-wrapper a.btn.btn-style-default {
    background-color: #de392d;
}

.ser-row .wd-info-box:hover .info-btn-wrapper a.btn.btn-style-default span.wd-icon.fa.fa-solid.fa-arrow-right-long {
    color: #fff;
}

.sec4 {
	padding: 135px 0 90px;
	position: relative;
	z-index: 1;
}

.sec4 .wd-carousel-container {
    margin: 0;
}

.sec4 .wd-nav-pagin-wrap {margin-top: 40px;}

.sec4 p {
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    line-height: normal;
}

.calender-row .wd-info-box {
    filter: drop-shadow(0 0 20px rgba(185,200,204,0.15));
    background-color: #ffffff;
    border-radius: 20px;
    padding: 40px 0 30px;
    gap: 40px !important;
}


.calender-row .wd-info-box .info-box-content h4.info-box-title {
    font-size: 20px;
    color: #282828;
    font-weight: 600;
    margin-bottom: 10px;
}

.calender-row .wd-info-box .info-box-content .info-box-inner {
    margin: 0;
}

.calender-row .wd-info-box .info-box-content .info-box-inner p {
    color: #282828;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.6;
}

.calender-row .wd-info-box .info-box-icon {
    width: 72px;
    height: 72px;
    border-radius: 36px;
    background-color: #edf3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear .3s;
}

.calender-row .wd-info-box .box-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.calender-row .wd-info-box  a.btn {
    font-size: 0;
    border-radius: 15px;
    background-color: #282828;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: inline-block;
    padding: 2px 22px;
    transition: all linear .3s;
}

.calender-row .wd-info-box a.btn span.wd-btn-icon {
    font-size: 18px;
}

.calender-row .wd-info-box:hover .info-box-icon {
    background: #de392d;
}

.calender-row .wd-info-box:hover .info-box-icon img {
    filter: brightness(0) invert(1);
}

.calender-row .wd-info-box:hover  a.btn {
    background-color: #de392d;
}

.calender-row .wd-info-box .info-btn-wrapper {
    margin-top: 30px;
}

.sec4 .vc_row:first-child {padding-bottom: 40px;}


.sec4 .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item span {
    background: #fff !important;
    border: none !important;
}

.sec4 .wd-nav-pagin-wrap ul.wd-nav-pagin li.wd-nav-pagin-item.wd-active span {
    background-color: #de392d !important;
}

/* .sec5 {
    border-radius: 20px;
    filter: drop-shadow(0 0 20px rgba(185,200,204,0.15));
    padding: 50px 0px 50px 0px;
    margin-top: 120px;
    margin-bottom: 0px;
} */

.sec5 h2, .sec5 p {
    color: #000;
}

.sec5 h2 {margin-bottom: 10px;}


.sec5 .vc_row:first-child p {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.sec5 .vc_row:first-child {padding-bottom: 40px;}

a.theme-btn.sec-btn {
    background-color: #edf3f5;
    color: #282828;
}

a.theme-btn.sec-btn:hover {
    border-color: #edf3f5;
    color: #edf3f5;
    background: transparent;
}

img.testimonial-avatar-image {
    min-width: 171px !important;
    max-width: 115px !important;
    height: 100px;
    object-fit: cover;
}

.sec5 .steprow {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.sec5 .steprow .vc_col-sm-4 {
    width: 28.33333333%;
}

.sec5 .steprow .wd-info-box {
    margin: 0;
    padding: 0 40px;
}

.sec5 .steprow .wd-info-box .box-icon-wrapper {
    border-radius: 32px;
    background-color: #ee4b3f;
    display: flex;
    justify-content: center;
    height: 54px;
}

.sec5 .steprow .wd-info-box .box-icon-wrapper .info-box-icon {
    border-radius: 35px;
    background-color: #ffffff;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -6px;
}

.sec5 .steprow .wd-info-box  .info-box-content {}

.sec5 .steprow .wd-info-box  .info-box-content h4.info-box-title {
    color: #edf3f5;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.sec5 .steprow .wd-info-box .info-box-content .info-box-inner.reset-last-child {
    margin: 0;
}

.sec5 .steprow .wd-info-box .info-box-content .info-box-inner.reset-last-child p {
    color: #edf3f5;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
}

.sec5 .steprow .wd-info-box .info-box-content .info-box-inner.reset-last-child span.footer-content {
    color: #edf3f5;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1;
}

.sec5 .steprow .wd-info-box .info-box-content .info-box-inner.reset-last-child p:last-child {margin-top: 30px;}

.sec5 .vc_row:last-child {padding-top: 40px;}

.texbox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    filter: drop-shadow(0 0 20px rgba(185,200,204,0.15));
    background-color: #ffffff;
    padding: 60px 60px 30px 60px;
    flex-direction: column-reverse;
}

.texbox .wd-testimon-text.reset-last-child {
    text-align: center;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.testimon-style-info-top .wd-testimon-text:before {
    display: none;
}

.texbox .wd-testimon-thumb {
    /* margin: 0 !important; */
    /* border-radius: 0 !important; */
    /* position: relative; */
    /* width: 100% !important; */
    /* max-width: 100%; */
    /* text-align: center; */
    /* margin-bottom: 30px !important; */
    /* padding-bottom: 25px; */
}

.texbox .wd-testimon-thumb img.testimonial-avatar-image {
    min-width: 77px !important;
    max-width: 77px !important;
}

.texbox .wd-testimon-thumb::before {
    width: 100%;
    height: 1px;
    content: '';
    /* border: antiquewhite; */
    background-color: #dee5e8;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
}

.sec6 strong {
    color: #282828;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.4;
}

.texbox .wd-testimon-text.reset-last-child {
    color: #5b6366;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 30px;
    margin-bottom: 30px !important;
}

.texbox .wd-testimon-name.title {
    margin: 0;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #0f1013;
    font-weight: 600;
    font-family: "Inter";
}

.texbox .star-rating:before {
    color: #00b67a !important;
}

.sec6 .wd-nav-arrows {
    gap: 10px !important;
}

.sec6 .wd-prev .wd-arrow-inner:after {
    content: "\f060" !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    font-family: 'FontAwesome' !important;
}

.sec6 .wd-arrow-inner {
    border-radius: 35px;
    background-color: #ffffff;
    width: 50px;
    height: 50px;
}

.sec6 .wd-arrow-inner:hover {
    background-color: #de392d;
    
}

.sec6 .wd-arrow-inner:hover::after {
    color:#fff;
}

.sec6 .wd-next .wd-arrow-inner:after {
    content: "\f061" !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    font-family: 'FontAwesome' !important;
}

.texbox .star-rating span:before {
    color: #00b67a !important;
}

.texbox .star-rating {
    font-size: 18px;
}

.sec6 {
    padding: 140px 0 120px;
    position: relative;
    z-index: 1;
}

.sec6 .wd-carousel-wrap {
    padding-top: 50px;
}

.sec6 .wd-carousel-wrap .wd-testimon.wd-active {
    /* transform: translateY(-5%); */
}

.sec6 .wd-carousel-wrap .wd-testimon {
    /* transform: translateY(0); */
    transition: all ease .3s;
}

body .sec7 {
    padding: 240px 0 0px;
    background-position: top center !important;
    margin-top: -120px !important;
}

.sec7 h3 {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px !important;
}

.sec7 h2 {
    /* color: #fff; */
    color: #f1fcff;
    margin-bottom: 20px !important;
}

.sec7 .wd-accordion {
    margin: 0 !important;
    padding: 70px 90px;
    border: 2px solid #158fab;
    border-radius: 24px;
	margin-bottom: 30px !important;
}

.sec4 p:empty {
    display: none;
}


.sec7 .wd-accordion .wd-accordion-item {
    border: none !important;
}

.sec7 .wd-accordion .wd-accordion-item .wd-accordion-title {padding-bottom: 10px !important;padding-top: 15px !important;}

.sec7 .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    font-size: 20px !IMPORTANT;
    color: #ffffff !important;
    font-weight: 800 !important;
}

.sec7 .wd-accordion .wd-accordion-item .wd-accordion-content.wd-entry-content {
    color: #ffffff;
    font-weight: 400 !important;
    font-size: 17px;
    line-height: 26px;
}

.container.wd-entry-content li a:hover {
    background: #fff;
    color: #158fab;
}

.sec7 .wd-accordion-opener {
    color: #ffffff !important;
}
span.smart-link-title-wrapper.css-0 {
    color: #000;
}

/* .single-post .wd-entry-content h3 {
    text-align: center;
} */
.sec7 .wd-accordion .wd-accordion-item:first-child .wd-accordion-title {padding-top: 0 !important;}

.sec7 .vc_col-sm-5 p {
    color: #edf3f5;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px;
}

.sec7 .vc_col-sm-5 p span.black {
    color: #0fc5ef;
}

.sec7 .bookingbox {
    border-radius: 24px;
    background-color: #158fab;
    text-align: center;
    padding: 60px 50px 35px;
    margin-top: 20px;
}

.sec7 .bookingbox h5 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #f1fcff;
    font-weight: 600;
    margin-bottom: 20px !important;
	    text-transform: uppercase;
}

.sec7 .bookingbox div.wpforms-container-full {
    margin: 0 !important;
    text-align: left !important;
}

div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label {
    color: #ffffff !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full input[type=date], .wp-core-ui div.wpforms-container-full input[type=datetime], .wp-core-ui div.wpforms-container-full input[type=datetime-local], .wp-core-ui div.wpforms-container-full input[type=email], .wp-core-ui div.wpforms-container-full input[type=month], .wp-core-ui div.wpforms-container-full input[type=number], .wp-core-ui div.wpforms-container-full input[type=password], .wp-core-ui div.wpforms-container-full input[type=range], .wp-core-ui div.wpforms-container-full input[type=search], .wp-core-ui div.wpforms-container-full input[type=tel], .wp-core-ui div.wpforms-container-full input[type=text], .wp-core-ui div.wpforms-container-full input[type=time], .wp-core-ui div.wpforms-container-full input[type=url], .wp-core-ui div.wpforms-container-full input[type=week], .wp-core-ui div.wpforms-container-full select, .wp-core-ui div.wpforms-container-full textarea {
    background: #fff!important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #ffffff !important;
    color: #000 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices .choices__inner {
    background: transparent !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-color: #ffff !important;
}

div.wpforms-container .wpforms-form .choices__input--hidden {
    color: #fff;
}

div.wpforms-container-full input[type=date]:focus, div.wpforms-container-full input[type=datetime]:focus, div.wpforms-container-full input[type=datetime-local]:focus, div.wpforms-container-full input[type=email]:focus, div.wpforms-container-full input[type=month]:focus, div.wpforms-container-full input[type=number]:focus, div.wpforms-container-full input[type=password]:focus, div.wpforms-container-full input[type=range]:focus, div.wpforms-container-full input[type=search]:focus, div.wpforms-container-full input[type=tel]:focus, div.wpforms-container-full input[type=text]:focus, div.wpforms-container-full input[type=time]:focus, div.wpforms-container-full input[type=url]:focus, div.wpforms-container-full input[type=week]:focus, div.wpforms-container-full select:focus, div.wpforms-container-full textarea:focus, .wp-core-ui div.wpforms-container-full input[type=date]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime]:focus, .wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus, .wp-core-ui div.wpforms-container-full input[type=email]:focus, .wp-core-ui div.wpforms-container-full input[type=month]:focus, .wp-core-ui div.wpforms-container-full input[type=number]:focus, .wp-core-ui div.wpforms-container-full input[type=password]:focus, .wp-core-ui div.wpforms-container-full input[type=range]:focus, .wp-core-ui div.wpforms-container-full input[type=search]:focus, .wp-core-ui div.wpforms-container-full input[type=tel]:focus, .wp-core-ui div.wpforms-container-full input[type=text]:focus, .wp-core-ui div.wpforms-container-full input[type=time]:focus, .wp-core-ui div.wpforms-container-full input[type=url]:focus, .wp-core-ui div.wpforms-container-full input[type=week]:focus, .wp-core-ui div.wpforms-container-full select:focus, .wp-core-ui div.wpforms-container-full textarea:focus {
    border-color: #fff !important;
    box-shadow: n;
}

div.wpforms-container-full input[type=date]:focus,
div.wpforms-container-full input[type=datetime]:focus,
div.wpforms-container-full input[type=datetime-local]:focus,
div.wpforms-container-full input[type=email]:focus,
div.wpforms-container-full input[type=month]:focus,
div.wpforms-container-full input[type=number]:focus,
div.wpforms-container-full input[type=password]:focus,
div.wpforms-container-full input[type=range]:focus,
div.wpforms-container-full input[type=search]:focus,
div.wpforms-container-full input[type=tel]:focus,
div.wpforms-container-full input[type=text]:focus,
div.wpforms-container-full input[type=time]:focus,
div.wpforms-container-full input[type=url]:focus,
div.wpforms-container-full input[type=week]:focus,
div.wpforms-container-full select:focus,
div.wpforms-container-full textarea:focus,
.wp-core-ui div.wpforms-container-full input[type=date]:focus,
.wp-core-ui div.wpforms-container-full input[type=datetime]:focus,
.wp-core-ui div.wpforms-container-full input[type=datetime-local]:focus,
.wp-core-ui div.wpforms-container-full input[type=email]:focus,
.wp-core-ui div.wpforms-container-full input[type=month]:focus,
.wp-core-ui div.wpforms-container-full input[type=number]:focus,
.wp-core-ui div.wpforms-container-full input[type=password]:focus,
.wp-core-ui div.wpforms-container-full input[type=range]:focus,
.wp-core-ui div.wpforms-container-full input[type=search]:focus,
.wp-core-ui div.wpforms-container-full input[type=tel]:focus,
.wp-core-ui div.wpforms-container-full input[type=text]:focus,
.wp-core-ui div.wpforms-container-full input[type=time]:focus,
.wp-core-ui div.wpforms-container-full input[type=url]:focus,
.wp-core-ui div.wpforms-container-full input[type=week]:focus,
.wp-core-ui div.wpforms-container-full select:focus,
.wp-core-ui div.wpforms-container-full textarea:focus{
    border :1px solid #fff !important;
    box-shadow: none !important;
    outline:none !important;
}


div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-focused .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__inner, div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-modern .choices.is-open .choices__list--dropdown {
    border-color: #fff !important;
}

div.wpforms-container-full .choices.wpforms-field-row.wpforms-field-medium.is-focused.is-open  .choices__inner {
    border: 1px solid #fff !important;
    box-shadow:none !important;
}


div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
    margin-top: 0px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container  button[type=submit] {
    border-radius: 32px;
    background-color: #ffffff;
    height: auto;
    min-height: auto;
    padding: 15.5px 68.7px;
    color: #0a1b2f;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: ;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}

div.wpforms-container-full input[type=submit]:focus:after, div.wpforms-container-full button[type=submit]:focus:after, div.wpforms-container-full .wpforms-page-button:focus:after, .wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, .wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    display: none;
}

.bookphone {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 64px;
    border-bottom: 1px solid rgb(255 255 238 / 20%);
    margin-bottom: 18px !important;
    padding-bottom: 15px;
    padding-bottom: 40px;
}

.bookphone .phone {
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    line-height: 1.3;
}

.bookphone .phone a {
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    text-transform: uppercase;
}

.circle-counter {
    margin-top: -31px !important;
    padding-top: 380px;
}

.circle-counter .container .woodmart-counter .counter-value {
    color: #08b4ca !important;
    font-weight: 600 !important;
    font-size: 32px !important;
    letter-spacing: -2px !important;
    text-transform: uppercase !important;
    opacity: 0.851 !important;
    flex: 1 0 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
}

.circle-counter .container .woodmart-counter .counter-value::after {
    content: '%';
}

.inner-sec-3 a.btn.theme-btn:hover {
    border-color: #3190aa;
    background: transparent;
    color: #3190aa;
}
.inner-sec-3 a.btn.theme-btn {
    margin-right: 10px;
}
.wd-testimon-thumb {
    border-radius: 0% !important;
    max-width: 180px !important;
}

.sec7 .vc_col-sm-5  p.bookbot {
    text-align: left;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    padding-top: 15px;
    font-size: 18px;
}


.sec8 .vc_row:first-child {padding-bottom: 80px;}

.wd-post.wd-add-shadow .wd-post-inner {
    box-shadow: none !important;
    border: none !important;
}

.wd-post.wd-add-shadow .wd-post-inner .wd-post-entry-meta {
    color: #de392d !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
}

.wd-post.wd-add-shadow .wd-post-inner  h3.wd-entities-title {
    color: #0a1b2f;
    font-weight: 600;
    font-size: 20px;
    font-family: "Inter";
    line-height: 1.2;
}

.wd-post.wd-add-shadow .wd-post-inner .wd-post-desc {
    color: #0a1b2f !important;
    font-weight: 400 !important;
    font-size: 17px !important;
    line-height: 25px !important;
}

.wd-post.wd-add-shadow .wd-post-inner  a.btn-read-more.more-link {
    font-size: 15px !important;
    letter-spacing: 0px !important;
    color: #08b4ca !important;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}

body .sec9 {
    padding: 60px 70px;
    border-radius: 24px;
    z-index: 111;
    position: relative;
    margin-top: 0px;
    background-color: #1690ac !important;
}

.sec9 h2 ,.sec9 p {
    color: #fff;
}

.sec9 p {
    color: #edf3f5;
    font-weight: 600;
    font-size: 19px;
}

.sec9 h2 {margin-bottom: 15px;font-size: 44px;}

.sec2 {padding-top: 100px;padding-bottom: 100px;}

.wd-nav[class*="wd-style-"]>li:is(.wd-has-children,.menu-item-has-children)>a:after {
    font-size: 15px;
    color: #fff;
}

.page-id-395 .sec5 {
    margin-bottom: 100px;
}

.wd-footer aside .footer-column-1 {
    grid-column: auto / span 6 !important;
}

.wd-footer aside .footer-column-2 {
    grid-column: auto / span 3 !important;
    padding-left: 80px;
}

.wd-footer aside .footer-column-3 {
    grid-column: auto / span 3 !important;
}

.wd-footer aside .footer-column-4 {
    grid-column: auto / span 2 !important;
}
.footer-column.footer-column-4.wd-grid-col {
    margin-top: 28px;
}

.wd-footer aside .footer-column h5 {
    color: #0a1b2f !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    text-transform: capitalize !important;
    margin-bottom: 10px;
}

.wd-footer aside .footer-column ul li a {
    font-size: 15px !important;
    color: #0a1b2f !important;
    font-weight: 400 !important;
}

.wd-footer aside .footer-column ul li {margin-bottom: 12px;list-style: disc;}

.wd-footer aside .footer-column ul {padding-left: 20px;}

.wd-footer aside .footer-column-1 h5.widget-title {
    color: #0a1b2f !important;
    font-weight: 600 !important;
    font-size: 30px !important;
    letter-spacing: -1px !important;
}

.wd-footer aside .footer-column-1 p {
    color: #0a1b2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.wd-footer aside .footer-column-1 div#text-3 {
    display: flex;
    align-items: center;
}

.wd-footer aside .footer-column-1 div#text-3 p , .wd-footer aside .footer-column-1 div#text-3 p a {
    align-items: center;
    color: #0d1b33;
    font-weight: 500;
}

.wd-footer aside .footer-column-1 div#text-3 p {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wd-footer aside .footer-column-1  div#text-2 {
    border-style: dashed !important;
    border-color: #0a1b2f;
    padding-bottom: 40px !important;
    margin-bottom: 40px;
}

aside.footer-sidebar.widget-area.wd-grid-g {
    padding: 140px 0 30px !important;
}

.wd-prefooter {
    /* display: none !important; */
}

body.home.wp-singular .wd-footer {margin-top: -60px !important;}

body.wp-singular .wd-footer {margin-top: -60px !important;}

.whb-row.whb-header-bottom .gt_switcher .gt_selected a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #282828 !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    font-family: "Inter" !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sec-2-row-1 h4 {
    font-size: 22px;
}

.whb-row.whb-header-bottom .gt_switcher  .gt_option {
    position: absolute !important;
}

.whb-row.whb-header-bottom .gt_switcher .gt_selected {background: transparent !important;}

.whb-row.whb-header-bottom .gt_switcher {
    width: 132px !important;
}

.whb-row.whb-header-bottom .gt_switcher a img {object-fit: cover !important;border-radius: 100% !important;}

.single-post .wd-entry-content p {
/*     text-align: center; */
    color: #282828;
    font-size: 16px;
}

.single-post .wd-entry-content {
    padding:  0;
}

.single-post .wd-content-area.site-content {
    padding: 80px 0;
	width: 60%;
    margin: 0 auto;
}

.post-single-page .wd-post-meta {
    display: none !important;
}

.sec8.pgblog1 {padding-top: 50px;}

.title-size-large {
    padding: 200px 0 !important;
    position: relative;
}

.title-size-large::before {
    content: url(/wp-content/uploads/2025/06/br_shape1.png);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.title-size-large::after {
    content: '';
    background: transparent;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    position: absolute;
    right: 50px;
    bottom: 0;
    top: 0;
    margin: auto;
}

div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    color: yellow !important;
}

div.wpforms-container-full .wpforms-form label.wpforms-error:before, div.wpforms-container-full .wpforms-form em.wpforms-error:before {background-color: yellow !important;}

.sec1 .wd-prev .wd-arrow-inner:after {
    content: "\f177" !important;
    font-family: 'FontAwesome';
}

.sec1 .wd-arrow-inner {
    background: #9da3a5 !important;
    border-radius: 15px !important;
    height: auto;
    padding: 4px 34px !important;
    color: #fff !important;
}

.sec1 .wd-next .wd-arrow-inner:after {
    content: "\f178" !important;
    font-family: 'FontAwesome' !important;
    font-weight: 400 !important;
}

.sec1 .wd-arrow-inner:hover {
    background: #fff !important;
    color: #9da3a5 !important;
}
.inner-sec-2 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sec7.inner-faq {
    margin-top: 0px !important;
    padding: 150px 0px;
}

.sec7.inner-faq h3 {
    color: #158fab;
    text-align: center;
    font-size: 22px;
}

.sec7.inner-faq .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    color: #000 !important;
}

.sec7.inner-faq .wd-accordion-title.wd-active.font-primary.wd-fontsize-s.wd-font-weight-600 .wd-accordion-title-text span {
    color: #fff;
}

.sec7.inner-faq .wd-accordion .wd-accordion-item .wd-accordion-title {
    background: #6a6a6a1f;
    padding-inline: 25px;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
    padding-top: 0px !important;
    padding-block: 15px !important;
}


.sec7.inner-faq .wd-accordion {
    padding: 70px 60px;
}

.sec7.inner-faq .wd-accordion-opener {
    color: #158fab !important;
}

.sec7.inner-faq .wd-accordion .wd-accordion-item:first-child .wd-accordion-title {
    /* padding-top: 25px !important; */
}

.sec7.inner-faq .wd-accordion-title.wd-active {
    background: #0a2472 !important;
    margin-bottom: 0px !important;
    border-radius: 10px 10px 0px 0px !important;
}

.sec7.inner-faq .wd-accordion-content.wd-entry-content.wd-active {
    background: #0a2472;
    border-radius:0px 0px 10px 10px;
    padding-inline: 20px;
    margin-bottom: 10px;
}

.sec7.inner-faq .wd-active .wd-accordion-opener {
    color: #fff !important;
}

.page-id-3 .wd-content-area.site-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

.page-id-3 .wd-content-area.site-content h4.wp-block-heading {
    font-size: 23px;
    margin-bottom: 10px;
}

/* Responsive */

@media (max-width:1600px){
	.sec1 .wd-nav-arrows {
	    left: 160px;
	    bottom: 70px;
	}
}

@media (max-width:1500px){
	.container, .container-fluid {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}

	.sec1 .wd-nav-arrows {
	    left: 60px;
	}
}

@media (max-width:1450px){

	.sec1 .wd-nav-arrows {
	    left: 20px;
	}
}

@media (max-width:1440px){
	
	.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    padding: 5px 0px 0px 0px !important;
}

.container.wd-entry-content {
    padding: 5px 5px 5px 10px !important;
}
	
	h1 {
	    font-size: 35px;
	}
	
	.sec1 strong {
	    font-size: 18px;
	}
	
	h2 {
	    font-size: 38px;
	}
	
	.sec4 p {
	    font-size: 16px;
	}
	
	.sec7 .wd-accordion {
	    padding: 50px 60px;
	}
	
	.sec7 .bookingbox {
	    padding: 40px 30px 20px;
	}
	.sec-2-row-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 16px !important;
}
	
}

@media (max-width:1380px){
	.circle-counter .container {
		margin-top: 0px;
	}
}

@media (max-width:1340px){
	.whb-row.whb-header-bottom {
	    margin-top: -39px;
	}
	
	.searchform {
	    margin-bottom: 0;
	}

}



/***********easy canadan*********/


.wd-slide-container {
    padding-block: 245px 150px !important;
    padding-inline: 0px !important;
}

.whb-top-bar .wd-header-text {
    display: flex;
    align-items: center;
    gap: 5px;
}

.wd-header-text.reset-last-child.whb-ol4hsdrj8uta7hxgr2wk strong {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Inter';
}

.wd-header-text.reset-last-child.whb-ol4hsdrj8uta7hxgr2wk a, .wd-header-text.reset-last-child.whb-ol4hsdrj8uta7hxgr2wk {
    color: #fff;
    font-size: 16px;
}

body {
    --wd-header-general-h: 69px;
}

span.nav-link-text {
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}

.wd-nav.wd-style-bg>li:is(:hover,.current-menu-item,.wd-active,.active)>a:before {
    opacity: 1;
    border-radius: 8px;
}

p {}

.inner-text-sec-1 {
    padding-top: 0;
    /* background: linear-gradient(90deg,rgba(415, 275, 305, -0.07) 27.3%, rgba(255, 255, 255, 0.33) 51%); */
    border-radius: 20px;
    padding-bottom: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 91%;
}

.inner-text-sec-1 h3 {
    font-size: 32px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 12px;
}

.sec-1-ul {
    display: flex;
    gap: 20px;
}

.inner-text-sec-1 p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
}

.sec1 a.theme-btn {
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Inter';
    padding-inline: 49.3px;
    padding-block: 21.4px;
}

.sec-1-follow {
    text-align: right;
    position: absolute;
    right: -75%;
    bottom: -15%;
}

.sec-1-follow .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: end;
    gap: 10px;
}

span.wd-icon {
    background: #fff;
    color: #158fab;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 5px;
}

.sec-1-follow  p {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
}


.wd-header-text a.theme-btn {
    padding: 13.5px 38.1px;
    font-weight: 500;
}

h4 {
    color: #3190aa !important;
    font-size: 25px;
    text-transform: uppercase !important;
    font-family: "Inter" !important;
    font-weight: 600 !important;
}

.sec-2-row-1 {
    padding-bottom: 70px;
}

.sec-2-row-2 .wd-info-box {
    align-items: flex-start;
    margin-bottom: 0px;
    padding-bottom: 25px;
    border-bottom: 1px solid #fff;
    border-style: dashed;
}

div#wd-6841fd0f48597 {}

.sec-2-row-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #ffffff !important;
    font-weight: 500;
    font-family: "Inter";
}

.sec-2-row-2 {
    padding-bottom: 50px;
}

.sec-2-row-3 p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    width: 90%;
}

.sec-2-row-3 p strong {
/*     border-bottom: 1px solid; */
}

.sec-2-row-3 p a {
    color: #22bbde;
}

.about-info {
    background: #2d9bb4;
    width: fit-content;
    position: absolute !important;
    flex-direction: row !important;
    padding-inline: 24px;
    padding-block: 25px;
    border-radius: 24px !important;
    align-items: center;
    left: 5px;
    top: 119px;
}

.text-about-1 {
    position: absolute;
    bottom: -50px;
    width: fit-content;
    background: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-block: 25px;
    padding-inline: 25px;
    border-radius: 24px;
    filter: drop-shadow(0 0 25px rgba(3,0,17,0.1));
    background-color: #ffffff;
    left: 8px;
}

.text-about-1 .woodmart-counter {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 5px;
    z-index: 2;
}

.sec-2-wrapper .circle-wrapper {}

.sec-2-wrapper .circle-wrapper {
    --size: 180px;
    margin: 0 auto;
}

.sec-2-wrapper {
    padding: 0px;
    position: relative;
}

.group {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-block: 10px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 9;
}

.group p {
    margin: 0px;
}

.text-about-1 .woodmart-counter .counter-label {
    font-size: 17px;
    line-height: 30px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
    padding-bottom: 2px;
}

.counter-value.wd-font-weight-600 {
    color: #0a1b2f;
    font-family: "Inter";
    font-weight: 600;
}

.sec3 .counter-value.wd-font-weight-600::after {
    content: '+';
}

.text-about-1 h4 {
    font-size: 16px;
    line-height: 1;
    color: #0a1b2f !IMPORTANT;
    font-weight: 600;
    font-family: "Inter";
    text-transform: capitalize !important;
    margin-bottom: 0px;
    padding-bottom: 20px;
}

body .group h6 {
    font-size: 15px;
    line-height: 30px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}

.text-about-1 h6 {
    font-size: 15px;
    line-height: 1;
    color: #0a1b2f;
    font-weight: 500;
    font-family: "Inter";
    color: #788089;
}

.about-info h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-weight: 500 !important;
    font-family: "Inter";
    padding-bottom: 5px;
}

.about-info .info-box-inner.reset-last-child {
    margin: 0px !important;
}

.about-info .info-box-inner.reset-last-child p {
    font-size: 28px;
    font-weight: 600;
}

.sec3 h2 {
    color: #0a1b2f;
}

p {
    font-size: 18px;
    line-height: 28px;
    color: #0a1b2f;
    font-weight: 400;
    font-family: "Inter";
}

.wpb_text_column.wpb_content_element.sec-2-right-col {
    padding-left: 80px;
}

.sec-2-buttons {
    display: flex;
    gap: 20px;
    padding-top: 10px;
}

.blue-sec-3 {
    background: #192c3f !important;
}

.sec4 h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #fcfcfc !important;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 30px;
}

.sec4 h3 {
    font-size: 20px;
    letter-spacing: 0px;
    color: #00e2ff;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
}

.sec4 h3::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0px;
    width: 150px;
    height: 100%;
    background: url(/wp-content/uploads/2025/06/tick.png) no-repeat;
}

.sec4 ul li , .sec4 ul li  span {
    list-style: none;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Inter';
    font-weight: 500;
}

.sec4 ul {
    padding: 0px !important;
}

.sec4 ul li {
    margin-bottom: 10px;
    margin-bottom: 0;
}

.sec6 .text-about-2 {
    border-radius: 24px;
    filter: drop-shadow(0 0 25px rgba(3,0,17,0.1));
    background-color: #ffffff;
    text-align: center;
    padding-block: 80px;
}

.sec6 .text-about-2 h4 {
    font-size: 16px;
    margin-bottom: 15px;
}

.sec6 .text-about-2 h3 {
    font-size: 44px;
    letter-spacing: -1px;
    color: #0a1b2f;
    font-family: "Times New Roman";
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    line-height: 1.3;
}

.sec6 .text-about-2 h2 {
    font-size: 80px;
    letter-spacing: -2px;
    color: #1690ac;
    font-family: "Times New Roman";
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
}
.sec6 .text-about-2 .group-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 30px;
    gap: 15px;
}

.sec6 .text-about-2 .group-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-block: 35px 28px;
    gap: 20px;
}

.sec6 .text-about-2 h6 {
    font-size: 16px;
    text-transform: uppercase;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
}

.sec6 .text-about-2 h6::before {
    content: url(/wp-content/uploads/2025/06/star.png);
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}

.sec5 .vc_col-sm-12 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element {
    padding-left: 22%;
}

.sec5 .vc_col-sm-12 .vc_col-sm-6:first-child .wpb_text_column.wpb_content_element h2 {
    font-size: 46px;
    letter-spacing: -2px;
    line-height: 58px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
}

.sec5 h3 {
    font-size: 30px;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 25px;
}

.sec5 ul li {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 20px;
    list-style: none;
    /* display: flex; */
    align-items: flex-start;
    position: relative;
    padding-left: 35px;
}

.sec5 ul {
    padding: 0px;
}

/* .sec5 ul li::before {
    content: "\f785";
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    left: 0px;
    top: 0px;
} */

.sec5 ul li::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/leaf-6.png) no-repeat;
    width: 26px;
    height: 25px;
    top: 0;
    left: 0;
    right: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(7421%) hue-rotate(359deg) brightness(101%) contrast(112%);
}


/* .sec5::before {
    content: url(/wp-content/uploads/2025/06/C-text.png);
    position: absolute;
    left: 25px;
    top: -5px;
    bottom: 0;
    margin: auto;
} */

.sec5 a.btn.theme-btn {
    background: #158fab;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Inter";
    margin-top: 3px;
}

.sec5 .vc_col-sm-12 .vc_col-sm-6:last-child .wpb_text_column.wpb_content_element ul {
    padding-bottom: 8px;
}

.sec9 a.btn.theme-btn.third-btn {
    background: #2cdadf;
    color: #0c283b;
    text-transform: uppercase;
    font-weight: 600;
}

.page-id-9 .wd-prefooter::after {
    background: #fcfcfc;
}
.wd-prefooter::after {
    content: '';
    background: #fff;
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
}

.sec9 p {
    line-height: 1.5;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 5px;
}


.sec-4-text-2 h4 {
    font-size: 26px;
    text-transform: capitalize !important;
}

.sec-4-text-2 h4 br {
    display: none;
}

.sec-4-text-2 p {font-size: 17px;line-height: 26px;color: #ffffff;font-weight: 400;font-family: "Inter";}

.textbox h5 {
    font-size: 22px;
    line-height: 20px;
    color: #0A2472 !important;
    font-weight: 600;
    font-family: "Inter";
}

.textbox ul li {
    font-size: 18px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    position: relative;
    padding-left: 32px;
    margin-bottom: 13px;
}

/* .textbox ul li::before {
    position: absolute;
    left: 0;
    content: "\f785";
    font-family: "Font Awesome 5 Brands";
    font-size: 20px;
	color: #0c1b2e;
} */

.textbox ul li::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/leaf-5.png) no-repeat;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    right: 0;
}


.sec4::before {
 content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0px;
    width: 150px;
    height: 100%;
    background: url(/wp-content/uploads/2025/06/canada-flag.png);
    background-repeat:ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â no-repeat;
}


.sec6 .vc_col-sm-8 h2 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
}

.sec6 .vc_col-sm-8 p {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
}

.sec6 .vc_col-sm-8 h5 {
    font-size: 22px;
    letter-spacing: 0px;
    color: #0a1b2f;
    font-weight: 700;
    font-family: "Inter";
    margin-bottom: 22px;
}

.sec6 .vc_col-sm-8 ul li {
    list-style: none;
}

.sec6 .vc_col-sm-8 ul {
    padding: 0px;
}

.sec6 .vc_col-sm-8 ul li {
    display: flex;
    flex-direction: column;
    color: #0a1b2f;
    font-size: 16px;
    row-gap: 5px;
    position: relative;
    padding-left: 38px;
    margin-bottom: 16px;
}

.sec6 .vc_col-sm-8 ul li strong {
    font-size: 20px;
    letter-spacing: 0px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
}

/* .sec6 .vc_col-sm-8 ul li::before {
    content: "\f785";
    font-family: "Font Awesome 5 Brands";
    position: absolute;
    left: 0;
	font-size: 25px;
    top: -5px;
} */

.sec6 .vc_col-sm-8 ul li::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/leaf-5.png) no-repeat;
    width: 40px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(7421%) hue-rotate(359deg) brightness(101%) contrast(112%);
}

.sec6 .vc_col-sm-8 {
    padding-left: 45px;
}

.sec-9-9::before {
    content: '';
    background: #f8f8f8;
    height: 125px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.sec-9-9 {
    position: relative;
    z-index: 1;
}

.sec-5-5 {
    position: relative;
	 padding-top: 100px;
}
.sec-5-5 h4 {
    text-align: center;
    margin-bottom: 25px !important;
    font-size: 25px;
    color: #158fab !important;
}

.sec-5-5::before {
    content: '';
    background: #f2fcff;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

body .sec7::before {
    content: '';
    background: #f8f8f8;
    height: 215px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.wd-accordion-content p {
    color: #c1ccd8;
    font-size: 17px;
}

input::placeholder, select::placeholder {
    color: #fff !important;
    opacity: 1 !important;
}

.sec7 .circle-counter .container {
    justify-content: start;
    gap: 240px;
}

.sec-8-new {
    padding-block: 100px 110px;
    background: #f8f8f8;
}

.sec-8-new h2 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}

.sec-8-new .wpb_text_column.wpb_content_element {
    padding-bottom: 80px;
}

.sec-8-new::before {
    content: url(/wp-content/uploads/2025/06/back-sec-8.png);
    position: absolute;
    left: 0;
    right: 0px;
    top: 0;
    top: -40%;
}

.sec-8-new {
    position: relative;
}

.inner-testimonial {
    display: flex;
}

.imgcon {
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}
.sec8 {
    PADDING-TOP: 120PX;
    padding-bottom: 100px;
}

.sec8 h2 {
    font-size: 40px;
    letter-spacing: -1px;
    color: #0a1b2f;
    font-weight: 600;
    font-family: "Inter";
    text-align: center;
}

.wd-read-more {
    margin-top: 5px !important;
}

.wd-meta-date {
    color: #08b4ca;
    font-size: 15px;
}

.sec9  h5 {
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Inter";
    margin-bottom: 3px;
}

.sec9 p a {
    font-size: 26px;
}

.sec9 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: flex-start;
    padding-top: 5px;
}

.sec9 .vc_col-sm-12 .wpb_column.vc_column_container.vc_col-sm-4 p {
    font-size: 19px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    padding-left: 20px;
}

.sec9 .vc_col-sm-12 .wpb_column.vc_column_container.vc_col-sm-2 p {
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
}

.sec9 h3 {
    font-size: 18px;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    padding-bottom: 15px;
}


.wd-post-thumb.color-scheme-light {
    border-radius: 20px !important;
}

.sec9 span.wd-icon {
    color: #3191ab;
    font-size: 16px;
}

.comments-area .comment-respond {
    display: none !important;
}

.sec4 .vc_col-sm-12 .vc_col-sm-4:not(:last-child) {
    padding-left: 30px;
}

.sec-9-9 p a {
    font-size: 16px;
}

.sec-9-9 .wpb_column.vc_column_container.vc_col-sm-3 {
    text-align: right;
}
.sec7 .vc_col-sm-6 h2 {
    margin-bottom: 30px !important;
}

.testi-inner {
	display: flex;
	flex-direction: column;
	border-radius: 24px;
	background-color: #ffffff;
	border: 2px solid #08b4ca;
	padding-block: 40px 25px;
	padding-inline: 35px;
	min-height: 450px;
	/* justify-content: center; */
}

.wd-testimon-info {
    /* flex-direction: row-reverse; */
}

.wd-testimon-text.reset-last-child {
    padding: 0px !important;
    background: none !important;
    text-align: left;
}

.wd-testimon-text.reset-last-child {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #0f1013;
    font-weight: 500;
    padding-top: 25px !important;
}

.wd-testimon-text.reset-last-child {
    /* padding-bottom: 40px !important; */
    margin: 0px !important;
}

.wd-testimon-name.title {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    color: #0f1013;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 3px;
}

.wd-testimon-pos {
    color: #e13833;
    font-size: 16px;
    font-weight: 500;
}
.wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-prev, .wd-nav-arrows.wd-hover-1.wd-pos-sep .wd-next {
    transform: translateX(0px) !important;
    opacity: 1 !important;
}

.wd-btn-arrow.wd-next, .wd-btn-arrow.wd-prev {
    position: unset !important;
}

.wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-icon-1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.wd-btn-arrow {
    background: #1690ac;
    border-radius: 100%;
}

.wd-btn-arrow::before {
    color: #fff !important;
}

.wd-arrow-inner::after {
    color: #fff;
    font-size: 16px;
}

.wd-btn-arrow.wd-next, .wd-btn-arrow.wd-prev {
    position: unset !important;
}

.wd-nav-arrows.wd-pos-sep.wd-hover-1.wd-icon-1 {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}

.wd-btn-arrow {
    background: #1690ac;
    border-radius: 100%;
}

.wd-btn-arrow::before {
    color: #fff !important;
}

.wd-arrow-inner::after {
    color: #fff;
    font-size: 16px !important;
}

.wd-btn-arrow.wd-next.wd-disabled {}

.wd-btn-arrow.wd-next .wd-arrow-inner::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
}

.wd-btn-arrow.wd-prev .wd-arrow-inner::after {
    content: "\f120";
    font-family: "woodmart-font";
    font-weight: 400;
    transform: rotate(180deg);
}

.container.sec-2-wrapper::before {
    content: '';
    background: #fff;
    height: 91px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0px;
}

.sec-2-buttons a:hover {
    background: none !important;
    color: #1b2c3e;
}

.sec4 a.theme-btn:hover {
    color: #fff;
}

.sec5 a.btn.theme-btn:hover {
    background: transparent;
    color: #158fab;
    border-color: #158fab;
}

.sec9 a.btn.theme-btn.third-btn:hover {
    background: none;
    color: #fff;
    border: 1px solid #fff;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit]:hover {
    background: #fff !important;
    width: 100% !important;
}

.about-page h2 {
    font-size: 30px;
}

.about-page p {
    font-size: 16px;
}

.about-page ul li {
    color: #000;
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 41px;
}

/* .about-page ul li::before {
    position: absolute;
    top: -5px;
    left: 0px;
    content: "\f785";
    font-family: "Font Awesome 5 Brands";
    font-size: 23px;
	color: #158fab;
} */

.about-page ul li::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/leaf-7.png) no-repeat;
    width: 25px;
    height: 25px;
    top: 0;
    left: 0;
    right: 0;
    filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(7421%) hue-rotate(359deg) brightness(101%) contrast(112%);
}


.about-page ul {
    padding: 0px;
}

.inner-pages h2 {
    color: #000;
}

.inner-pages img {
    border-radius: 10px;
}

.inner-pages img.vc_single_image-img.attachment-full {
    border-radius: 10px;
}

.inner-pages ul li {
    color: #000;
    font-size: 16px;
    position: relative;
    padding-left: 32px;
    list-style: none;
}

/* .inner-pages ul li::before {
    position: absolute;
    left: 0px;
    content: "\f785";
    font-family: "Font Awesome 5 Brands";
    color: #158fab;
    font-size: 20px;
} */

.inner-pages ul li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 26px;
    height: 100%;
    background: url(/wp-content/uploads/2025/06/leaf-7.png) no-repeat;
    filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(7421%) hue-rotate(359deg) brightness(101%) contrast(112%);
}

.inner-pages ul {
    padding-left: 0px;
}

.inner-pages {
    padding-top: 70px;
    padding-bottom: 110px;
}

.innr-page-row-2 {
    padding-block: 60px;
}

.innr-page-row-2 h5 {
    font-size: 32px;
    color: #1c94ab;
}
.last-row-inner a.btn.theme-btn {
    margin-right: 10px;
}
.last-row-inner a.btn.theme-btn:hover {
    color: #1c94ab;
}

.sec4 ul li a {
    list-style: none;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Inter';
    font-weight: 500;
}


.wd-header-overlap .wd-page-title::before {
    background: #00000042;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
}

.page.page-id-20 .sec7 {
    margin-top: 0;
}

.page-id-20 .wd-header-overlap .wd-page-title .container , .page-id-18 .wd-header-overlap .wd-page-title .container , .page-id-223 .wd-header-overlap .wd-page-title .container,.page-id-9 .wd-header-overlap .wd-page-title .container {
	  opacity: 0 !important;
}

.wd-header-overlap .wd-page-title {
    position: relative;
    z-index: 2;
}

.new-green-2 .vc_column-inner::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/image-444-e1750878504147.png) no-repeat;
    position: absolute;
    width: 480px;
    height: 606px;
    right: -75px;
    bottom: 0;
    border-radius: 61px;
    background-size: contain;
}

.new-green-2::before {
    content: '';
    background: #eaeaeaba;
    height: 95.4%;
    width: 96%;
    position: absolute;
    border-radius: 30px;
    z-index: 1;
}

.new-green-2 .wpb_text_column.wpb_content_element {
    position: relative;
    z-index: 2;
}
.page-title h1.entry-title.title {
    font-size: 40px;
    width: 40%;
}

.wd-prefooter::before {
    content: '';
    background: #edf3f5;
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
}

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

.page-id-223 .sec4 {
    margin-bottom: 70px;
}

.wd-tabs-content-wrapper .row {
    display: flex;
    gap: 30px;
    align-items: center;
}

.wd-tabs-content-wrapper .row img {
    width: 826px;
}

.sec4 .wd-tabs {
    padding-left: 5%;
    align-items: center !important;
    grid-template-columns: var(--wd-side-width, 400px) 1fr !important;
    --wd-row-gap: 100px !important;
}

.sec4 span.tabs-text {
    color: #00e2ff !important;
    font-size: 16px;
    text-transform: uppercase !important;
    font-family: "Inter" !important;
    font-weight: 600 !important;
}

.sec4 .wd-tabs-desc {
    font-size: 24px;
    text-transform: uppercase;
    color: #fcfcfc !important;
    font-weight: 600;
    font-family: "Inter";
    /* margin-bottom: 30px; */
}

.sec4::after {
    content: '';
    background: #0A2472 !important;
    position: absolute;
    width: 31%;
    height: 100%;
    top: 0;
    left: 150px;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.sec4 a.wd-nav-link span {
    list-style: none;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Inter';
    font-weight: 500;
}

.sec4 span.nav-link-text.wd-tabs-title {
    list-style: none;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.2;
}

.sec4 .wd-active span.nav-link-text.wd-tabs-title {
    font-size: 20px !important;
    letter-spacing: 0px;
    color: #00e2ff !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
}

/* .sec4 .wd-active span.nav-link-text.wd-tabs-title::before {
	content: "\f785";
    font-family: "Font Awesome 5 Brands";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
} */

.sec4 .wd-active span.nav-link-text.wd-tabs-title::before {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/06/leaf-7.png) no-repeat;
    width: 28px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
}

.textbox h4 {
    font-size: 26px !important;
    text-transform: capitalize !important;
}

.textbox p {
    font-size: 17px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
}

.wd-tabs-content-wrapper .row.Immigration-tab img {
    width: 426px !important;
}
.wd-tabs-content-wrapper .row.Support img  {
    width: 1000px !important;
}

.wd-tabs-content-wrapper .row.Training-tabs img, .wd-tabs-content-wrapper .row.englishlanguage-tab img {
    width: 1200px !important;
}

.wd-tabs-content-wrapper .wd-tab-content:last-child img {object-fit: cover;border-radius: 10px;}

.whb-sticked .whb-row {
    background: #0A2472 !important;
}

.sec-1 .wpb_text_column.wpb_content_element {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: flex;
    align-items: center;
    left: 60px;
    z-index: 2;
    top: 5%;
    bottom: 0;
    right: 60px;
}

.sec-1 .wpb_text_column.wpb_content_element .wpb_wrapper {
    flex: 100%;
}

.sec-1 {
    position: relative;
}

.text-content {
    position: absolute;
    bottom: 0;
    max-width: var(--wd-container-w);
    ma: ;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 80px;
}

.slick-slide {
    position: relative;
}


.text-content h1 {
    width: 55%;
    font-size: 37px;
    margin-bottom: 25px;
}

.inner-text-sec-1 {
    width: 58%;
}

.sec-1 p {
    width: 54%;
    color: #fff;
    margin: 0px;
}

.sec-1-ul li {
    margin-bottom: 10px;
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 36px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Inter";
    margin-bottom: 0;
}

.slick-slide::before {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
}

.inner-text-sec-1 p {
    width: 100% !important;
}


.single-item {
/*     min-height: 900px; */
    background: url(/wp-content/uploads/2025/06/Capture.jpg) top center no-repeat;
    background-size: cover;
}

.page-id-18 .sec-5-5 {
    padding-bottom: 100px;
}

.inner-gallery img.wd-gallery-image {
    height: 260px;
    object-fit: cover;
}

.wpb_text_column.wpb_content_element.sec-1-follow {justify-content: end;height: 100%;align-items: end;top: unset;right: 10%;left: 0%;z-index: 1;bottom: 70px;}

.sec-1::before {
    content: '';
    background: #000;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0.4;
}
.sec-1-follow p {
    width: 100%;
}

.single-post.wd-header-overlap .wd-page-title {
    background-position: top !important;
}

.postid-76 .wd-page-title.page-title.page-title-default.title-size-large.title-design-default.color-scheme-light.title-blog {
    background-position: center !important;
}

.postid-73 .wd-page-title.page-title.page-title-default.title-size-large.title-design-default.color-scheme-light.title-blog {
    background-position: center !important;
}
.single-post .wd-post-cat.wd-style-with-bg {
    display: none !important;
}

.sec-2-row-2 img {
    filter: brightness(0) saturate(100%) invert(14%) sepia(75%) saturate(7421%) hue-rotate(359deg) brightness(101%) contrast(112%);
}

.btn-row a.btn.theme-btn:first-child:hover {
    color: #fff;
}
.merge-text {
    padding-bottom: 13px;
}

.page-id-511 .new-green-2 .vc_column-inner {
    background-color: #eaeaea;
    position: relative;
}

.page-id-511 .new-green-2::before {
    content: '';
    background: url(/wp-content/uploads/2025/06/image-444.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: block;
    background-size: contain;
    background-position: right;
    z-index: 1;
}

.page-id-511 .new-green-2 .wpb_text_column.wpb_content_element {
    position: relative;
    z-index: 2;
}

.page-id-511 .new-green-2 p {
    /* width: 80%; */
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding-top: 0px !important;
}
.single-post .sec9 p {
    color: #fff;
    font-size: 21px;
}

.sec7 .wd-accordion .wd-accordion-item {
    border-bottom: 1px solid #3190aa !important;
}

.circle-wrapper {
  --progress: 0;
  /* Use this variable in conic-gradient or SVG animation */
}

div#wpforms-56-field_17-container {
    padding-bottom: 5px !important;
}
.wd-testimon-text.reset-last-child p strong {
    font-weight: 900;
}
.hamilton img.testimonial-avatar-image {
    min-width: 201px !important;
    margin-left: -20px;
    height: 102px;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
}

.page-id-511 .sec5::before {
    content: '';
    background: #eaeaeacc;
    height: 414px;
    width: 100%;
    position: absolute;
    z-index: 2;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    border-radius: 20px;
}
.page-id-18 .sec-5-5::before {
    display: none !important;
}
.page-id-673 .sec7 .wd-accordion .wd-accordion-item {
    border-bottom: 0px !important;
}
.page-id-673 .sec7::before {
    display: none !important;
}

.page-id-20 .wd-page-title.page-title.page-title-default.title-size-large.title-design-default.color-scheme-light {
    background-position: 80% top ! IMPORTANT;
}

.page-id-511 .new-green-2 .vc_column-inner::before {
    display: none;
}
.page-id-395 h1.entry-title.title {
    width: 26%;
}

.page-id-20 .wd-prefooter::after {
    background: #f8f8f8 !important;
}


@media (max-width: 1600px){
	.sec4 .wd-tabs {
    padding-left: 12%;
    --wd-row-gap: 40px !important;
}
	
	.sec4::after {
    width: 33%;
}
	
}

@media (max-width: 1520px){
	.text-content {
    max-width: 1300px !important;
}
	.sec4 .wd-tabs {
    padding-left: 12%;
    --wd-row-gap: 40px !important;
}
	
}

@media (max-width: 1300px){
	.text-content {
    max-width: 1195px !important;
}
	.sec4::before {
    left: -20px;
}

.sec4::after {
    width: 35%;
    left: 130px;
}
	
.new-green-2 .vc_column-inner.vc_custom_1750108155853

 {
    padding-block: 51px !important;
}
	body .sec9 {
    padding: 60px 0px;
}

.sec9 p br {
    display: none;
}

h2 {
    font-size: 30px !important;
}

.wd-testimon-text.reset-last-child {
    font-size: 17px;
}

.sec6 .text-about-2 h3 {
    font-size: 28px;
}

	
}

/* ----------------------------------------------------------Responsive---------------------------------------------------------------- */

@media (max-width:1600px){
	.sec1 .wd-nav-arrows {
	    left: 160px;
	    bottom: 70px;
	}
}

@media (max-width:1500px){
	.container, .container-fluid {
		padding-left: 15px !important;
		padding-right: 16px !important;
	}

	.sec1 .wd-nav-arrows {
	    left: 60px;
	}
}

@media (max-width:1450px){

	.sec1 .wd-nav-arrows {
	    left: 20px;
	}
}

@media (max-width:1440px){
	
	.color-scheme-dark.wd-design-default.wd-dropdown-menu.wd-dropdown {
    padding: 5px 0px 0px 0px !important;
}
	
.sec-2-row-2 {
    width: 100%;
}
	.circle-counter {
    padding-top: 250px;
}

	.wd-post-inner {
    display: block !IMPORTANT;
}

.wd-post-content {
    padding-inline: 0 !important;
}

.main-sec-1 .follow-links {
    width: 60%;
}

.sec-1 a.btn.theme-btn {
    margin-bottom: 20px;
}



.container.wd-entry-content {
    padding: 5px 5px 5px 10px !important;
}
	
	h1 {
	    font-size: 35px;
	}
	
	.sec1 strong {
	    font-size: 18px;
	}
	
	h2 {
	    font-size: 38px;
	}
	
	.sec4 p {
	    font-size: 16px;
	}
	
	.sec7 .wd-accordion {
	    padding: 50px 60px;
	}
	
	.sec7 .bookingbox {
	    padding: 40px 30px 20px;
	}
	.sec-2-row-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 14px !important;
}
	
}

@media (max-width:1380px){
	.circle-counter .container {
		margin-top: 0px;
		flex-direction: column;
		gap: 20px !important;
	}
}

@media (max-width:1340px){
	.whb-row.whb-header-bottom {
	    margin-top: -39px;
	}
	
	.searchform {
	    margin-bottom: 0;
	}

}

@media (max-width:1200px){
		a.btn.theme-btn.ter-btn {
		font-size: 14px;
	}
	.main-sec-1 .follow-links {
    width: 70%;
}
	h2{
		line-height:34px;
	}
	.sec-2-row-2 .wd-info-box {
    flex-direction: column;
    width: 87%;
}
	.sec-2-buttons a.theme-btn {
    font-size: 14px;
    padding-inline: 20px;
}

body .sec7::before {
    display: none;
}

}

@media (max-width: 768px){
	span.nav-link-text {
   		 color: #000 !important;
		font-size:14px !important;
	
	}
	.whb-row.whb-general-header.whb-sticky-row.whb-without-bg.whb-border-fullwidth.whb-color-dark.whb-flex-flex-middle {
    background: #0a2471;
}
	.inner-text-sec-1 {
    width: 100%;
}

h1 {
    font-size: 22px;
    letter-spacing: 0;
}
	.sec-1 .wpb_text_column.wpb_content_element {
    left: 15px;
    top: 3%;
    right: 19px;
    /* padding-bottom: 432px; */
    bottom: 0;
}
	
	.sec-1 p {
    font-size: 14px;
    line-height: 1.5;
}

.inner-text-sec-1 h3 {
    font-size: 20px;
}

.sec-1-ul {
    display: inline-grid;
    row-gap: 1px !important;
}
	.main-sec-1 {
    display: inline-grid;
    /* width: 100% !important; */
    /* flex-wrap: nowrap !important; */
}

.main-sec-1 .follow-links {
    width: 100%;
    display: inline-block;
   
     
}
	.sec-1 .wd-social-icons.wd-style-default.wd-size-default.social-follow.wd-shape-circle.text-center {
    justify-content: left !important;
    margin-bottom: 0px;
}

.follow-links p {
    text-align: center;
}
	.sec-1 p {
    width: 100%;
    text-align: left;
    /* font-size: 14px !IMPORTANT; */
}
.inner-text-sec-1 {
    margin-bottom: 0;
}

a.btn.theme-btn {
    font-size: 12px;
    /* padding-inline: 18px; */
}

a.btn.theme-btn.ter-btn {
    font-size: 12px;
}
	
.sec-1 .btn-row a:first-child {
    padding-inline: 75px;
}
	
.sec-1 a.btn.theme-btn {
    margin-bottom: 10px;
}
	.sec2 {
    padding-top: 50px;
    padding-bottom: 50px;
}

h4 {
    font-size: 18px !IMPORTANT;
}

h2 {
    font-size: 20px !important;
    letter-spacing: 0;
    line-height: 1.3;
}

.sec-2-row-1 {
    padding-bottom: 30px;
}
	.sec-2-row-2 .wd-info-box {
    margin-bottom: 20px;
    width: 100%;
    flex-direction: row;
}
	.sec-2-row-2 .wd-info-box h4.info-box-title.title.box-title-style-default.wd-fontsize-m br {
    display: none;
}

.sec-2-row-3 p {
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
}

.sec-2-row-2 {
    padding-bottom: 20px;
}
	.sec3 {
    padding: 80px 0 50px;
}

.text-about-1 {
        position: unset;
        /* top: 155px; */
        position: relative;
        top: -40px;
        left: 15px;
    }

.about-info {
    padding: 15px;
    top: -32px;
    left: 0;
    RIGHT: 0;
    MARGIN: AUTO;
}
	.about-info h4.info-box-title.title.box-title-style-default.wd-fontsize-m {
    font-size: 14px !IMPORTANT;
}

.about-info .info-box-inner.reset-last-child p {
    font-size: 20px;
}
	.wpb_text_column.wpb_content_element.sec-2-right-col {
    padding-left: 0px;
}

.sec-5-5 {
    padding-top: 0;
    margin: 0;
}

.sec-5-5 h4 {
    text-align: left;
}

.new-green .vc_column-inner {
    padding: 30px 15px !important;
}
	.new-green-2 .vc_column-inner {
    padding: 30px 15px !important;
}

p {
    font-size: 14px;
}
	.sec5 .new-green p:nth-child(3) {
    min-height: 0 !important;
}
	.sec6 {
    padding: 30px 0;
}

.sec6 .text-about-2 {
    padding-block: 30px;
    margin-bottom: 40px !IMPORTANT;
}

.sec6 .text-about-2 h3 {
    font-size: 25px;
}

.sec6 .vc_col-sm-8 {
    padding: 0;
}

.sec6 .vc_col-sm-8 p {
    font-size: 14px;
    line-height: 1.6;
}

.sec6 .vc_col-sm-8 ul li {
    font-size: 14px;
}

.sec-8-new {
    padding-block: 40px;
}

.sec-8-new .wpb_text_column.wpb_content_element {
    padding-bottom: 30px;
    text-align: left;
}

.sec-8-new h2 {
    text-align: left !IMPORTANT;
}
	.testi-inner {
    padding: 20px;
    min-height: 430px !important;
}

.wd-testimon-text.reset-last-child {
    font-size: 14px;
    line-height: 1.6;
}
	.sec9 h2 {
    /* font-size: 20px !IMPORTANT; */
}

.sec9 p {
    font-size: 16px;
    padding-bottom: 20px;
}

.sec-9-9 .wpb_column.vc_column_container.vc_col-sm-3 {
    text-align: left;
}

body .sec9 {
    padding-block: 40px 30px;
}

body .sec7 {
    padding-block: 170px 50px;
}

.sec7 .wd-accordion {
    padding: 30px 20px 30px;
}

.sec7 .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    font-size: 15px !IMPORTANT;
    line-height: 1.4;
}

.wd-accordion-content p {
    font-size: 14px;
    line-height: 1.4;
}

.sec7 .bookingbox {
    padding: 40px 10px 30px;
}

.sec7 .bookingbox h5 {
    font-size: 25px;
    text-align: justify;
}

p.bookbot {
    font-size: 15px !IMPORTANT;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container button[type=submit] {
    font-size: 12px;
}

.circle-counter {
    padding-top: 80px !important;
}
	.sec8 {
    padding-block: 50px 0;
}
	.sec8 .vc_row:first-child {
    padding-bottom: 20px;
}

.sec8 .vc_row:first-child h2 {
    text-align: left;
}

.sec8 .vc_row:first-child h4 {
    text-align: justify;
}

.wd-entities-title a {
    font-size: 18px;
}

.wd-post.wd-add-shadow .wd-post-inner .wd-post-desc {
    font-size: 14px !important;
}
	body .sec9 {
    margin-inline: 15px;
    margin-bottom: 25px;
}

body .sec9 img {
    width: 60%;
    padding-bottom: 14px;
}

.sec9 p a {
    font-size: 20px;
}
	.footer-sidebar {
    padding-block: 0 !important;
}

aside.footer-sidebar.widget-area.wd-grid-g {
    padding: 61px 0 0px!IMPORTANT;
}
	.footer-column-1 {
    --wd-col: 12 !IMPORTANT;!I;!;
    /* padding: 0 !IMPORTANT; */
}
aside.footer-sidebar.widget-area.wd-grid-g {
    display: inline-flex;
    /* width: 100%; */
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}

.wd-footer aside .footer-column-1 h5.widget-title {
    font-size: 20px !IMPORTANT;
}

.wd-footer aside .footer-column-1 p {
    font-size: 14px;
    line-height: 1.6;
}

.wd-footer aside .footer-column-1 div#text-2 {
    padding-bottom: 20px !IMPORTANT;
    margin-bottom: 20px;
}
	.footer-column.footer-column-2.wd-grid-col {
    padding-left: 0;
    grid-column: auto / span 5 !important;
    max-width: 100%;
    width: 50%;
    --wd-col: 3;
}
.wd-footer aside .footer-column-3 {
}

.footer-column.footer-column-3.wd-grid-col {
    max-width: 50%;
    width: 43%;
}
	.sec-2-buttons {
    gap: 10px;
}
	.copy {
    display: none !important;
}
	.wd-copyrights.copyrights-wrapper.wd-layout-two-columns {
    display: block !important;
}
	.wd-copyrights.copyrights-wrapper.wd-layout-centered {
    color: #0a1b2f;
}
.wd-copyrights.copyrights-wrapper.wd-layout-centered a {
    color: #0a1b2f;
}
	body .wd-page-title.page-title.page-title-default.title-size-large.title-design-default.color-scheme-light {
    padding: 95px 0 35px !important;
    background-position: 50% center !important;
}
	.wd-page-title .container {
    font-size: 12px;
    gap: 0 !important;
}

.page-title h1.entry-title.title {
    font-size: 18px;
}
.sec7.inner-faq {
    padding: 50px 0px;
}

.sec7 .wd-accordion {
    padding: 10px !important;
}
	.sec7.inner-faq h3 {
    text-align: left;
    font-size: 19px;
    
}
	.sec7 .wd-accordion .wd-accordion-item .wd-accordion-title .wd-accordion-title-text {
    font-size: 15px !IMPORTANT;
}
	.page-id-18 .sec-5-5 {
    padding-bottom: 10px;
    padding-top: 30px;
}

.sec-5-5 h4 {
    margin-bottom: 0 !important;
}
	.inner-pages {
    padding-top: 30px;
    padding-bottom: 30px;
}

.innr-page-row-2 h5 {
    font-size: 20px;
    text-align: left;
}

.innr-page-row-2 h5 br {
    display: none;
}

.innr-page-row-2 {
    padding-block: 30px;
}

.page-id-231 a.btn.theme-btn {
    margin-bottom: 20px;
}
.inner-pages .vc_row.vc_row-flex {
    gap: 30px;
}
	.page-title h1.entry-title.title {
    width: 55%;
}
	.inner-pages ul li {
    font-size: 14px;
}
.page-id-395 .sec-5-5 {
    padding-top: 15px;
}
.page-id-395 .vc_custom_1750183594511 {
    padding-bottom: 0 !important;
}
	.page-id-511 .sec-5-5 {
    padding: 0;
}

.inner-sec-2 {
    padding-block: 20px;
}


.sec-1-ul li {
    font-size: 15px;
    padding-left: 35px;
}
	.sec5 ul li {
    font-size: 14px;
}

.sec6 .text-about-2 h2 {
    font-size: 34px !important;
}

.sec6 .vc_col-sm-8 ul li strong {
    font-size: 16px;
}
	.wd-copyrights.copyrights-wrapper.wd-layout-centered {
    display: block !important;
}
.new-green-2::before {
    width: 94%;
}

.new-green-2 .vc_column-inner::before {
    width: 290px;
    right: 17px;
    top: 50px;
}

.new-green-2 {
    position: relative;
    overflow: hidden;
}
	.sec-1-ul ul li::before {
    left: 0;
}

.sec-1-ul ul {
    padding: 0px;
    margin: 0px;
}
.single-post .wd-content-area.site-content {
    width: 100%;
    padding: 40px 0 0px;
}

.single-post .wd-entry-content p {
    font-size: 14px;
}

.single-post h3 {
    font-size: 18px;
}

.wd-single-post-header {
    margin-bottom: 0;
}

.wd-single-post-header h1.wd-entities-title.title {
    font-size: 19px;
    line-height: 1.7;
    color: #000;
}
.sec7.inner-faq .wd-accordion {
    margin-bottom: 0px !important;
}
.circle-counter .container .counter-label {
    color: #fff !important;
    font-size: 16px !important;
}
.home .sec7 .wd-accordion {
    padding: 30px 20px !important;
}

.container.wd-entry-content {
    padding: 0px !important;
}
.wd-post-thumb {
    max-width: 100% !important;
}

.wd-post-content {
    padding-bottom: 0px !important;
}
.hamilton img.testimonial-avatar-image {
    min-width: 100% !important;
    height: 100% !important;
    margin-left: -10px;
    max-width: 150px !important;
}

img.testimonial-avatar-image {
    min-width: 100% !important;
    height: 100% !important;
    max-width: 95px !important;
}

.wd-testimon-info {}

.hamilton .wd-testimon-text.reset-last-child {
    padding-top: 10px !important;
}

.hamilton .wd-testimon-thumb {
    max-width: 100% !important;
    height: auto;
}
	.hamilton .testi-inner {
    padding-top: 0;
}
}



/* ------------------------------------------------------------------------------------------------------------------------------ */

.copy a {
    color: #0a1b2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.copy {
    color: #0a1b2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
	display:flex;
	gap:30px;
}

.wd-copyrights.copyrights-wrapper.wd-layout-centered {
    display: none;
}

.page-id-9 .wd-prefooter::before, .page-id-20 .wd-prefooter::before {
}

.footer-column-1  h5.widget-title {
    display: none;
}