/*
 Theme Name: Wiseadr
 Template: twentytwentyone
 */

@font-face {
    font-family: 'Neue Plak';
    src: url('assets/fonts/NeuePlak-Light.woff2') format('woff2'),
        url('assets/fonts/NeuePlak-Light.woff') format('woff'),
        url('assets/fonts/NeuePlak-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('assets/fonts/NeuePlak-Regular.woff2') format('woff2'),
        url('assets/fonts/NeuePlak-Regular.woff') format('woff'),
        url('assets/fonts/NeuePlak-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('assets/fonts/NeuePlak-SemiBold.woff2') format('woff2'),
        url('assets/fonts/NeuePlak-SemiBold.woff') format('woff'),
        url('assets/fonts/NeuePlak-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Plak';
    src: url('assets/fonts/NeuePlak-Bold.woff2') format('woff2'),
        url('assets/fonts/NeuePlak-Bold.woff') format('woff'),
        url('assets/fonts/NeuePlak-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Sora", sans-serif;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
img {
    padding: 0;
    margin: 0;
}

ul li,
ol li {
    list-style: none;
    padding: 0;
    margin: 0;
}

header,
section,
footer {
    display: block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    align-self: center
}

p strong,
.elementor-widget-text-editor strong {
    font-weight: 600;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1;
}

.pro_flexbox.last-row .list-part.bottom-listpart.lb {
    padding: 0 0 0 50px;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

p {
    color: #6E768A;
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    margin: 15px 0 0;
}

.paragraph-bg {
    padding: 20px;
    background: rgba(191, 162, 95, 0.13);
}

.title-34 {
    color: #0E1B28;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
}

.subtitle {
    color: #0E1B28;
    font-size: 21px;
    line-height: 32px;
    font-weight: 600;
    margin: 20px 0 0;
}

.title span {
    color: #BFA25F;
}

.site-bttn {
    display: inline-block;
    width: auto;
    position: relative;
    background: transparent;
    border: 1px solid #BFA25F;
    color: #BFA25F;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 18px 40px;
    border-radius: 40px;
    margin: 30px 0 0;
}

.site-bttn::after {
    content: "\f061";
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    margin: 0 0 0 10px;
}

.site-bttn:hover {
    background: #BFA25F;
    color: #fff;
}

.golden-bttn {
    background: #BFA25F;
    color: #fff;
}

.golden-bttn:hover {
    background: #fff;
    border-color: #fff;
    color: #BFA25F;
}

/*Header Start*/
.cont-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 20px 0;
}

.cont-header .row {
    align-items: center;
    justify-content: space-between;
}

.header-lft {
    display: inline-block;
    width: 35%;
}

.cont-logo {
    display: inline-block;
    width: 100%;
}

.custom-logo-link {
    display: inline-block;
    width: 100%;
}

.custom-logo {
    float: left;
    height: auto;
}

.header-middle {
    display: inline-block;
    width: auto;
}

.nav-bttn {
    display: none;
    cursor: pointer;
    width: 30px;
    height: 16px;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav-bttn span {
    float: left;
    width: 30px;
    height: 2px;
    background: #fff;
    margin: 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    position: absolute;
}

.nav-bttn:hover span {
    background: #006CD6;
}

.nav-bttn span:nth-child(2) {
    margin: 7px 0 0 2px;
    width: 26px;
}

.nav-bttn span:nth-child(3) {
    margin: 14px 0 0;
}

.nav-bttn:hover span:nth-child(2) {
    margin: 7px 0 0 -2px;
    width: 34px;
}

body.nav-open .otr-nav {
    right: 0;
}

body.nav-open .nav-bttn span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(44deg);
    left: 0px;
    position: relative;
    top: 6px;
    width: 28px;
}

body.nav-open .nav-bttn span:nth-child(2) {
    display: none;
}

body.nav-open .nav-bttn span:nth-child(3) {
    transform: rotate(45deg);
    -webkit-transform: rotate(134deg);
    left: 0px;
    position: relative;
    top: -10px;
    width: 28px;
}

.cont-navigation {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.otr-nav {
    display: inline-block;
    width: auto;
}

.menu-main-menu-container {
    display: inline-block;
    width: auto;
}

.cont-navigation ul {
    display: inline-block;
    width: auto;
}

.cont-navigation .menu-main-menu-container>ul>li {
    display: inline-block;
    width: auto;
    position: relative;
    margin: 0 16px;
    padding: 10px 0;
}

.cont-navigation .menu-main-menu-container>ul>li::before {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #BFA25F;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.cont-navigation .menu-main-menu-container>ul>li:hover::before {
    opacity: 1;
}

.cont-navigation .menu-main-menu-container>ul>li>a {
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.cont-navigation .menu-main-menu-container>ul>li.menu-item-has-children>a {
    padding-right: 15px;
}

.cont-navigation .menu-main-menu-container>ul>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.cont-navigation ul>li>.sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 10px 15px;
    width: 336px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}

.cont-navigation ul>li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: "font Awesome 6 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.cont-navigation ul>li:hover>.sub-menu {
    display: block;
}

.cont-navigation ul>li>.sub-menu>li {
    float: left;
    width: 100%;
    margin: 6px 0;
}

.cont-navigation ul>li>.sub-menu>li>a {
    float: left;
    width: auto;
    color: #666;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}

.cont-navigation ul>li>.sub-menu>li>a:hover {
    color: #BFA25F;
}

/*click nav css start*/
.cont-navigation ul>li>.sub-menu-toggle {
    display: none;
}

.sub-menu-toggle .screen-reader-text {
    display: none;
}

.cont-navigation ul>li>.sub-menu-toggle {
    display: none;
    padding: 0;
    background: transparent;
    border: none;
    position: absolute;
    z-index: 1;
    right: -4px;
    top: 3px;
    width: 18px;
    height: 18px;
}

.icon-minus {
    display: none;
}

.icon-plus,
.icon-minus {
    float: left;
}

.sub-menu-toggle .svg-icon {
    float: left;
    width: 18px;
}

.sub-menu-toggle .svg-icon path {
    fill: #666666;
}

.subnav-open .icon-plus {
    display: none;
}

.subnav-open .icon-minus {
    display: block;
}

/*click nav css end*/

.header-rgt {
    display: inline-block;
    width: auto;
}

.header-bttn {
    display: inline-block;
    width: auto;
}

.header-bttn a {
    display: inline-flex;
    align-items: center;
    width: auto;
    background: #BFA25F;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 30px;
}

.header-bttn a span {
    display: inline-flex;
    width: 33px;
    height: 33px;
    background: #fff;
    color: #2B2B2B;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 0 10px 0 0;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.header-bttn a:hover {
    background: #fff;
    color: #BFA25F;
}

.header-bttn a:hover span {
    background: #BFA25F;
    color: #fff;
}

/*Header End*/

/*Footer Start*/
.cont-footer {
    background: #17202F;
    padding: 55px 0 20px;
}

.footer-col {
    display: inline-block;
    width: 25%;
}

.footer-col-2 {
    width: 19%;
}

.footer-col-3 {
    width: 38%;
}

.footer-col-4 {
    width: 18%;
}

.footer-col-4 i {
    font-size: 20px;
}

.footer-col-5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
}

.footer-col .cont-logo {
    width: 180px;
    max-width: 100%;
}

.contact-info {
    display: inline-block;
    width: 100%;
    padding: 10px 0 0;
}

.contact-info li {
    display: inline-block;
    width: 100%;
    color: #808799;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    padding: 10px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.contact-info li span:nth-child(1) {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.contact-info li span:nth-child(2) {
    display: inline-block;
    width: calc(100% - 20px);
    padding: 0 0 0 10px;
}

.contact-info li i {
    font-size: 14px;
}

.contact-info li a {
    color: #808799;
}

.contact-info li:hover,
.contact-info li:hover a {
    color: #BFA25F;
}


.footer-col h5 {
    color: #BFA25F;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 10px;
}

.menu-links-container,
.menu-services-container {
    display: inline-block;
    width: 100%;
}

.menu-links-container .menu,
.menu-services-container .menu {
    display: inline-block;
    width: 100%;
}

.menu-links-container .menu li,
.menu-services-container .menu li {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 4px 20px 4px 0;
}

.menu-links-container .menu li a,
.menu-services-container .menu li a {
    display: inline-block;
    width: 100%;
    padding: 0;
    color: #808799;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
}

.menu-links-container .menu li a:hover,
.menu-services-container .menu li a:hover {
    color: #BFA25F;
}

.menu-services-container .menu li {
    width: 49%;
}

.menu-services-container .menu li:nth-child(2n-1) {
    width: 40%;
}

.footer-col p {
    color: #808799;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
}

.footer-col p a {
    color: #808799;
    text-decoration: underline;
}

.footer-col p a:hover {
    color: #BFA25F;
    text-decoration: none;
}

/*Footer End*/

/*Home Start*/
.cont-home-banner {
    padding: 178px 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.cont-home-banner .row {
    align-items: center;
}

.home-banner-lft h1 {
    color: #fff;
    font-size: 102px;
    line-height: 102px;
    font-family: 'Neue Plak';
    font-weight: 700;
}

.home-banner-lft p {
    color: #fff;
    font-size: 38px;
    line-height: 50px;
    font-family: 'Neue Plak';
    font-weight: 400;
    padding: 20px 0 0;
    margin: 0;
}

.home-banner-rgt img {
    float: left;
    width: calc(100% + 40px);
    max-width: none;
}

.cont-about-sec {
    padding: 100px 0;
}

.cont-about-sec .row {
    align-items: center;
}

.about-sec-lft {
    display: inline-block;
    width: 45%;
}

.about-sec-lft img {
    width: 100%;
}

.about-sec-rgt {
    display: inline-block;
    width: 55%;
    padding-left: 55px;
}

.about-sec-rgt .title span {
    display: block;
}

.cont-text-nd-img {
    padding: 0 0 100px;
}

.text-nd-img-inn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 100px;
}

.text-nd-img-inn:nth-child(1) {
    padding-top: 0;
}

.text-nd-img-lft {
    display: inline-block;
    width: 50%;
    padding-right: 26px;
}

.text-nd-img-rgt {
    display: inline-block;
    width: 50%;
    padding-left: 26px;
}

.text-nd-img-inn:nth-child(2n) {
    flex-direction: row-reverse;
}

.text-nd-img-inn:nth-child(2n) .text-nd-img-lft {
    padding-right: 0px;
    padding-left: 26px;
}

.text-nd-img-inn:nth-child(2n) .text-nd-img-rgt {
    padding-right: 26px;
    padding-left: 0px;
}

.cont-services-sec {
    padding: 100px 0;
    background: #F4EDE7;
}

.services-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 15px;
}

.single-service-otr {
    display: inline-flex;
    flex-wrap: wrap;
    width: calc(33.33333% - 15px);
    background: #fff;
    padding: 40px 20px;
    margin: 15px 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.single-service-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #F4EDE7;
    border-radius: 50%;
    overflow: hidden;
    padding: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.single-service-icon img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.single-service-content {
    display: inline-block;
    width: calc(100% - 100px);
    padding: 0 0 0 20px;
}

.single-service-content h3 {
    color: #0E1B28;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
}

.single-service-content p {
    color: #6E768A;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 8px 0 0;
}

.single-service-content a {
    display: inline-block;
    width: auto;
    color: #BFA25F;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 8px 0 0;
}

.single-service-otr:nth-child(1),
.single-service-otr:nth-child(2) {
    width: calc(50% - 15px);
}

.single-service-otr:hover {
    background: #BFA25F;
}

.single-service-otr:hover .single-service-icon {
    background: #fff;
}

.single-service-otr .single-service-content h3,
.single-service-otr .single-service-content p,
.single-service-otr .single-service-content a {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.single-service-otr:hover .single-service-content h3,
.single-service-otr:hover .single-service-content p,
.single-service-otr:hover .single-service-content a {
    color: #fff;
}

.single-service-otr .single-service-content a:hover {
    color: #0E1B28;
}

/*Home End*/

/*Services Posts Start*/
.cont-inner-banner {
    padding: 178px 0 35px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.cont-inner-banner::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(20, 30, 46, 1) 0%, rgba(64, 49, 16, 1) 100%);
    opacity: 0.75;
}

.inner-banner-content {
    position: relative;
    z-index: 1;
    min-height: 215px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.inner-banner-content h1 {
    color: #fff;
    font-size: 55px;
    line-height: 66px;
    font-weight: 600;
    max-width: 676px;
    text-align: center;
}

.cont-service-post {
    padding: 100px 0;
}

.service-post-head {
    text-align: center;
}

.service-icon span {
    display: inline-flex;
    width: 126px;
    height: 126px;
    justify-content: center;
    align-items: center;
    background: #fcf7ed;
    border-radius: 50%;
    padding: 10px;
}

.service-icon span img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}

.service-post-head h2 {
    color: #0E1B28;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin: 30px 0 0;
}

.service-post-content {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 0 0;
    align-items: center;
}

.service-content-left {
    padding: 0 25px 0 12px;
}

.service-content-right {
    padding: 0 12px 0 25px;
}

.service-content-right h3 {
    color: #0E1B28;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

.service-post-content2 {
    padding-top: 60px;
}

.service-content2-inn {
    background: #f9f6ef;
    padding: 60px 80px;
    text-align: center;
}

.service-content2-inn h3 {
    color: #0E1B28;
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
}

/*Services Posts End*/

/*About Start*/
.about-main {
    padding: 100px 0;
}

.about-main .img-part {
    padding-right: 25px;
}

.about-main .img-part img {
    width: 100%;
}

.about-main .cont-part h2 {
    font-family: Sora;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
}

.about-main .cont-part h2 span {
    color: #BFA25F;
}

about-main .cont-part h3 {
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #6E768A;
    vertical-align: middle;
}

.about-main .cont-part h3 {
    font-family: Sora;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #6E768A;
    vertical-align: middle;
    margin-bottom: 40px;
}

.about-main .cont-part h4 {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #0E1B28;
    vertical-align: middle;
}

.about-main .cont-part h5 {
    background: #BFA25F21;
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #6E768A;
    padding: 14px 26px;
    margin: 18px 0 0;
}

.pro-aff {
    background: #bfa25f10;
    padding: 80px 0;
}

.pro-aff .top-part {
    margin: 0 0 20px;
}

.pro-aff .top-part h2 {
    font-family: Sora;
    font-weight: 700;
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 56px;
}

.pro-aff .top-part h2 span {
    color: #BFA25F;
}

.list-part ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    display: grid;
}

.list-part ul li {
    max-width: 100%;
    padding: 0 0 0 30px;
}

.list-part ul li h3 {
    font-family: Sora;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #0E1B28;
    vertical-align: middle;
}

.list-part ul li p {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #6E768A;
    margin: 8px 0 0;
}

.pro-aff .btm-imglist {
    display: flex;
    flex-wrap: wrap;
    margin: 70px 0 0;
}

.pro-aff .btm-imglist .list-part {
    max-width: calc(100% - 400px);
    width: 100%;
    padding-right: 50px;
}

.pro-aff .list-part.lb {
    max-width: calc(100% - 400px);
    width: 100%;
    padding-right: 50px;
}

.btm-imglist h2 {
    color: #0E1B28;
    font-size: 42px;
    line-height: 50px;
    margin: 40px 0 0;
    font-family: Sora;
    font-weight: 700;
}

.btm-imglist h2 span {
    color: #BFA25F;
}

.btm-imglist h2:first-child {
    margin-top: 0;
}

.pro-aff .btm-imglist .list-part ul {
    flex-direction: column;
    display: flex;
}

.pro-aff .list-part.lb ul {
    flex-direction: column;
    display: flex;
}

.pro-aff .btm-imglist .list-part li {
    max-width: 100%;
}

.pro-aff .list-part.lb li {
    max-width: 100%;
}

.pro-aff .img-part {
    max-width: 100%;
    width: 400px;
}

.pro-aff .img-part img {
    width: 100%;
    height: auto;
    object-fit: cover;
}



.list-part li h4::before,
.list-blk li h4::before {
    content: "";
    background-image: url(https://wiseadr.ca/wp-content/uploads/2025/03/pro-list-icn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -30px;
    top: 3px;
}

.list-part ul li h4 {
    position: relative;
    font-family: Sora;
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #0E1B28;
    vertical-align: middle;
}

.about-main .cont-part h2 span span {
    color: #0E1B28;
}

.social-list {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.social-list ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.social-list ul li {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    max-width: calc(33.3% - 14px);
    width: 100%;
}

.social-list ul li img {
    max-width: 126px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

.social-list ul li a {
    font-family: Sora;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    color: #0E1B28;
    vertical-align: middle;
    transition: 0.3s;
    text-align: center;
}

.social-list ul li a:hover {
    color: #bda364;
    text-decoration: underline;
}

header .toggle-btn {
    display: none;
}

.cont-text-nd-img .btm-text {
    margin-top: 90px;
}

.contact-info li i {
    margin: 0 10px 0 0px;
}

/*About End*/

.contact-main {
    padding: 145px 0;
}

.bottom-listpart ul li {
    color: #6E768A;
    position: relative;
}

.bottom-listpart ul {
    gap: 10px !important;
    margin-top: 15px;
}

.bottom-listpart ul li:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/03/pro-list-icn.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0px;
    top: 3px;
}

.pro_flexbox {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.pro_flexbox .img-part img {
    height: 350px !important;
    object-fit: cover !important;
}

.list-part.main {
    padding-bottom: 50px;
}

h2.main_titlebox {
    margin-bottom: 40px !important;
}

.list-part ul {
    row-gap: 30px;
}

.pro-aff .btm-imglist {
    margin: 0px 0 0;
}

.btm-list-blk {
    margin: 70px 0 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-lft {
        width: 25%;
    }

    .header-middle {
        width: 50%;
    }

    .header-rgt {
        width: 25%;
    }

    .cont-navigation .menu-main-menu-container>ul>li {
        margin: 0 14px;
    }

    /*Home Start*/
    .cont-home-banner {
        padding: 110px 0 0;
    }

    .home-banner-lft h1 {
        font-size: 80px;
        line-height: 90px;
    }

    .home-banner-lft p {
        font-size: 36px;
        line-height: 46px;
    }

    .home-banner-rgt {
        margin-top: 100px;
    }

    .home-banner-rgt img {
        width: calc(100% + 25px);
    }

    .single-service-icon {
        width: 80px;
        height: 80px;
        padding: 18px;
    }

    /*Home End*/

    .cont-inner-banner {
        padding: 110px 0 35px;
    }

    .social-list ul li a {
        font-size: 20px;
        line-height: 26px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .site-bttn {
        padding: 15px 30px;
    }

    p {
        font-size: 15px;
        line-height: 26px;
    }

    .title-34 {
        font-size: 30px;
        line-height: 38px;
    }

    .cont-navigation .menu-main-menu-container>ul>li>a {
        font-size: 14px;
        line-height: 24px;
    }

    .cont-home-banner {
        padding: 110px 0 0;
    }

    .home-banner-lft h1 {
        font-size: 60px;
        line-height: 70px;
    }

    .home-banner-rgt img {
        width: calc(100% + 30px);
    }

    .home-banner-rgt {
        margin-top: auto;
    }

    .home-banner-lft {
        padding: 0 0 50px;
    }

    .home-banner-lft p {
        font-size: 28px;
        line-height: 38px;
        padding: 10px 0 0;
    }

    .cont-about-sec {
        padding: 70px 0;
    }

    .about-sec-lft {
        width: 50%;
        padding-right: 20px;
    }

    .about-sec-rgt {
        width: 50%;
        padding-left: 20px;
    }

    .cont-text-nd-img {
        padding: 0 0 70px;
    }

    .text-nd-img-inn {
        padding-top: 70px;
    }

    .text-nd-img-inn:nth-child(1) {
        padding-top: 0;
    }

    .text-nd-img-lft {
        padding-right: 15px;
    }

    .text-nd-img-rgt {
        padding-left: 15px;
    }

    .text-nd-img-inn:nth-child(2n) .text-nd-img-lft {
        padding-left: 15px;
    }

    .text-nd-img-inn:nth-child(2n) .text-nd-img-rgt {
        padding-right: 15px;
    }

    .cont-text-nd-img .btm-text {
        margin-top: 40px;
    }

    .cont-services-sec {
        padding: 70px 0 60px;
    }

    .single-service-otr {
        width: calc(50% - 15px);
        flex-direction: column;
        gap: 20px;
    }

    .single-service-content {
        width: 100%;
        padding: 0;
    }

    .footer-col {
        width: calc(50% - 20px);
        margin: 0 0 0;
        padding: 0;
    }

    .cont-footer .row {
        gap: 40px;
    }

    .about-main .cont-part h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .about-main .cont-part h3 {
        margin-bottom: 20px;
    }

    .about-main {
        padding: 70px 0 60px;
    }

    .about-main .img-part {
        padding-right: 12px;
    }

    .pro-aff {
        padding: 70px 0;
    }

    .pro-aff .top-part h2 {
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 30px;
    }

    .list-part ul li h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .pro-aff .btm-imglist {
        margin: 50px 0 0;
    }

    .pro-aff .btm-imglist .list-part {
        max-width: calc(100% - 300px);
        padding-right: 30px;
    }

    .pro-aff .list-part.lb {
        max-width: calc(100% - 300px);
        padding-right: 30px;
    }


    .pro-aff .list-part.lb {
        max-width: calc(100% - 300px);
        padding-right: 30px;
    }

    .pro-aff .img-part {
        width: 300px;
    }

    .btm-imglist h2 {
        font-size: 32px;
        line-height: 38px;
        margin: 35px 0 0;
    }

    .social-list ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .header-rgt {
        margin: 0 40px 0 0;
    }

    .header-lft {
        width: 26%;
    }

    .header-middle {
        width: 64%;
        padding: 0;
    }

    .header-rgt {
        max-width: 10%;
        width: 100%;
        margin: 0;
    }

    .cont-navigation .menu-main-menu-container>ul>li {
        padding: 0;
        margin: 0 16px;
    }

    .header-bttn a {
        font-size: 0;
        padding: 6px;
    }

    .header-bttn a span {
        margin: 0;
    }

    .cont-inner-banner {
        padding: 110px 0 35px;
    }

    .inner-banner-content {
        min-height: 180px;
    }

    .inner-banner-content h1 {
        font-size: 45px;
        line-height: 55px;
    }

    .cont-service-post {
        padding: 70px 0;
    }

    .service-content-left {
        padding: 0 20px 0 12px;
    }

    .service-content-right {
        padding: 0 12px 0 20px;
    }

    .service-post-content2 {
        padding-top: 50px;
    }

    .service-content2-inn {
        padding: 50px 40px;
    }

    .footer-col-5 {
        width: 100%;
    }
}



@media only screen and (max-width: 767px) {

    p {
        font-size: 15px;
        line-height: 24px;
    }

    .cont-header {
        padding: 15px 0;
    }

    .cont-inner-banner {
        padding: 90px 0 35px;
    }

    .inner-banner-content {
        min-height: 150px;
    }

    .inner-banner-content h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .otr-nav {
        text-align: center;
        display: block;
        width: 100%;
    }

    button.toggle-btn::before {
        content: "";
        background-image: url(https://wiseadr.ca/wp-content/uploads/2025/03/nav-open.svg);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        width: 22px;
        height: 22px;
        right: 0;
        top: 0;
    }

    .cont-header .row {
        position: relative;
    }

    header .toggle-btn {
        top: 15%;
    }

    .header-rgt {
        margin: 0 30px 0 0;
    }

    header .header-rgt {
        max-width: 50%;
        padding: 0 0 0 0;
        margin: 0 50px 0 0;
    }

    header .header-rgt .header-bttn a {
        font-size: 0;
    }

    .home-banner-lft,
    .home-banner-rgt {
        width: 100%;
    }

    .footer-col {
        width: 100%;
        display: block;
        margin: 40px 0 0;
    }

    .footer-col.footer-col-1 {
        margin-top: 0;
    }

    .footer-col:last-child {
        padding: 0 16px;
    }

    .cont-footer {
        padding: 50px 0 20px;
    }

    .footer-col-5 p {
        margin: 6px 0;
    }

    .cont-home-banner {
        padding: 110px 0 0;
    }

    .home-banner-lft h1 {
        font-size: 34px;
        line-height: 44px;
    }

    .home-banner-lft p {
        padding: 10px 0 0;
        font-size: 24px;
        line-height: 34px;
    }

    .site-bttn {
        font-size: 15px;
        line-height: 22px;
        padding: 12px 20px;
        margin: 20px 0 0;
    }

    .home-banner-rgt img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .cont-about-sec {
        padding: 50px 0;
    }

    .about-sec-lft {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-sec-rgt {
        width: 100%;
        margin: 20px 0 0;
    }

    .about-sec-lft img {
        width: 100%;
        object-fit: contain;
        height: 100%;
        display: block;
    }

    .about-sec-rgt {
        padding: 0 12px;
    }

    .title-34 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-sec-rgt .title span {
        display: inline;
    }

    .subtitle {
        font-size: 19px;
        line-height: 26px;
    }

    .text-nd-img-lft {
        width: 100%;
        padding: 0;
    }

    .text-nd-img-rgt {
        padding: 0 !important;
        margin: 20px 0 0;
        width: 100%;
    }

    .text-nd-img-inn {
        padding-top: 50px;
    }

    .text-nd-img-inn:nth-child(2n) .text-nd-img-lft {
        padding: 0;
    }

    .cont-text-nd-img {
        padding: 0 0 50px;
    }

    .cont-services-sec {
        padding: 50px 0;
    }

    .single-service-otr {
        width: 100%;
    }

    .single-service-otr:nth-child(1),
    .single-service-otr:nth-child(2) {
        width: 100%;
    }

    .single-service-otr {
        flex-direction: column;
        row-gap: 20px;
    }

    .single-service-icon {
        margin: 0 auto;
    }

    .single-service-content {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .about-main {
        padding: 50px 0;
    }

    .about-main .img-part {
        padding-right: 12px;
    }

    .about-main .cont-part {
        margin: 20px 0 0;
    }

    .about-main .cont-part h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .about-main .cont-part h3 {
        margin-bottom: 20px;
    }

    .about-main .cont-part h4 {
        font-size: 18px;
        line-height: 22px;
    }

    .pro-aff {
        padding: 50px 0;
    }

    .list-part ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .pro-aff .btm-imglist {
        gap: 0;
        margin: 20px 0 0;
    }

    .pro-aff .btm-imglist .list-part {
        max-width: 100%;
        padding-right: 0;
    }

    .pro-aff .list-part.lb {
        max-width: 100%;
        padding-right: 0;
    }

    .pro-aff .list-part.lb {
        max-width: 100%;
        padding-right: 0;
    }

    .btm-imglist h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 25px 0 0;
    }

    .pro-aff .img-part {
        width: 100%;
        margin: 20px 0 0;
        text-align: center;
    }

    .pro-aff .top-part h2 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 25px;
    }

    .pro-aff .img-part img {
        width: auto;
        height: auto;
    }

    .social-list ul li {
        max-width: 100%;
        width: 100%;
        text-align: center;
        row-gap: 20px;
    }

    .social-list ul {
        gap: 40px;
    }

    .social-list ul li img {
        max-width: 80px;
    }

    .social-list ul li a {
        font-size: 18px;
        line-height: 26px;
    }

    .header-lft {
        width: 40%;
    }

    /*header*/
    header .header-middle {
        display: none;
    }

    header .toggle-btn {
        display: block;
        position: absolute;
        right: 10px;
        border: none;
        width: 22px;
        height: 22px;
        background: none;
        top: 50%;
        padding: 0;
        transform: translate(0, -50%);
    }

    header .header-rgt .header-bttn a span {
        margin: 0;
    }

    header .header-rgt .header-bttn a {
        padding: 6px;
    }



    header .header-middle.active {
        display: flex;
        background: #000000;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 0;
    }

    header .header-middle.active ul li a {
        color: #fff;
        display: inline;
        text-align: center;
        width: 100%;
    }

    header .header-middle.active ul {
        display: flex;
        flex-direction: column;
        row-gap: 0px;
        padding: 60px 0 0;
        width: 100%;
        justify-content: center;
    }

    header .header-middle.active .sub-menu li a {
        color: #000000;
    }

    header .header-middle.active .sub-menu {
        padding: 10px;
        width: 100%;
        display: flex !important;
        flex-direction: column;
        row-gap: 10px;
        background: none;
        border-radius: 5px;
        position: relative !important;
        top: 0 !important;
    }

    header .header-middle.active ul li {
        text-align: left;
    }

    header .header-middle.active .sub-menu li a {
        color: #fff;
        text-align: left;
    }

    header .header-middle.active ul li::before {
        display: none;
    }

    header .header-middle.active .menu-main-menu-container {
        display: flex;
    }

    header .toggle-btn.active::before {
        background-image: url(https://wiseadr.ca/wp-content/uploads/2025/03/nav-close.svg);
    }

    .cont-text-nd-img .btm-text {
        margin-top: 40px;
    }

    .service-post-head h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .service-post-content {
        padding: 40px 0 0;
    }

    .service-content-left {
        padding: 0 12px;
    }

    .service-content-right {
        padding: 0 12px;
        margin: 20px 0 0;
    }

    .service-content2-inn {
        padding: 50px 20px;
    }

    .cont-service-post {
        padding: 50px 0;
    }

    .service-post-content2 {
        padding-top: 50px;
    }

    .pro_flexbox .img-part img {
        height: auto !important;
        object-fit: cover !important;
    }

    .pro_flexbox:first-child {
        margin: 0px 0 0;
    }

    .btm-list-blk {
        margin: 40px 0 0;
    }

    .list-part.main {
        padding-bottom: 20px;
    }

    .pro_flexbox.last-row .list-part.bottom-listpart.lb {
        padding: 40px 0 0 0;
    }
}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 479px) {
    .header-lft {
        width: 44%;
    }

    .pro_flexbox .img-part {
        margin: 20px 0 0;
    }
}