body {
    font-family: 'aeroportregular', sans-serif;
}
/* Default style */

.has-white-color {
    color: #fff !important;
}

.wp-block-embed__wrapper {
    display: inline-block;
    position: relative;
    padding-bottom: 60%;
    width: 100%;
}
.wp-block-embed__wrapper iframe {
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
}

.has-white-color h1,
.has-white-color h2,
.has-white-color h3,
.has-white-color h4,
.has-white-color h5 {
    color: #fff !important;
}

.hero-title {
    font-family: 'Poppins', sans-serif;

    color: #ffffff;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;
}

.aeroport--bold {
    font-weight: bold;
}

.wrapper-main {
    max-width: 1301px;

    margin: 0 auto;
}

.wrapper {
    max-width: 1204px;

    margin: 0 auto;
}

.sub_title_white img {
    height: 70px;

    width: auto;

    margin-right: 24px;
}

.sub_title_blue img {
    height: 70px;

    width: auto;

    margin-right: 24px;
}

.sub_title_white {
    display: flex;

    align-items: flex-end;

    margin-bottom: 30px;
}

.sub_title_blue {
    display: flex;

    align-items: flex-end;

    margin-bottom: 13px;
}

.sub_title_white--text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 19px;

    line-height: 23px;

    text-transform: uppercase;

    color: #475468;
}

.sub_title_blue--text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 19px;

    text-transform: uppercase;

    line-height: 23px;

    color: #ffffff;

    opacity: 0.5;
}

.flex-box {
    display: flex;

    flex-wrap: wrap;
}

.flex-box-half {
    width: 50%;
}

.section-blue-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;

    color: #132c52;

    margin-bottom: 30px;
}

.section-white-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;

    color: #fff;

    margin-bottom: 30px;
}

.section-text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;
}

.btn-white-section img {
    height: 11px;

    padding-left: 14px;

    width: auto;
}

.btn-white-section a {
    background: #ffffff;

    border: 1px solid #e6e6e6;

    box-sizing: border-box;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    padding: 14px 20px;

    font-weight: normal;

    font-size: 16px;

    display: inline-block;

    color: #ff6229;
}

.pr-34 {
    padding-right: 34px;
}

.grecaptcha-badge {
    visibility: hidden;
}

.btn-green-section-arrow__img {
    height: 11px;

    width: auto;

    padding-left: 10px;
}

.green-section-btn a {
    display: inline-block;

    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    padding: 14px 20px;

    color: #ffffff;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);
}

.orange-btn-custom a {
    background: #ff6229;

    padding: 14px 20px;

    color: #fff;

    display: inline-block;

    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    position: relative;

    z-index: 2;
}

.orange-btn-custom img {
    height: 11px;

    width: auto;

    margin-left: 14px;
}

/* Header */

.logo-img img {
    height: 24px;

    width: auto;
}

.header {
    z-index: 111111;

    position: relative;

    margin-bottom: -74px;
}

.header-container {
    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 28px;
}

.main-menu ul {
    display: flex;

    flex-wrap: wrap;
}

.main-menu ul li {
    padding: 0 15px;
}

.main-menu ul li a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 14px;

    line-height: 19px;

    color: #ffffff;
}

.header-nav {
    display: flex;

    align-items: center;

    flex-wrap: wrap;

    position: relative;
}

.header-nav:before {
    display: block;

    width: 100%;

    content: '';

    position: absolute;

    border-bottom: 1px solid #000;

    position: absolute;

    opacity: 0.1;

    border: 1px solid #ffffff;

    bottom: -29px;
}

.header-container::after {
    display: none;
}

.home .header-container::after {
    display: block;
}

.header .main-menu ul li.current_page_item {
    position: relative;
}

.header .main-menu ul li.current_page_item:before {
    content: '';

    width: 100%;

    position: absolute;

    border: 2px solid #89c635;

    bottom: -42px;

    left: 0;
}

.header-phone-btn {
    font-family: 'aeroportregular', sans-serif;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);

    padding: 14px 20px;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    color: #ffffff;

    display: block;
}

.header-container::after {
    content: url('../images/menu-decoration.png');

    position: absolute;

    position: absolute;

    right: 0;

    bottom: -168px;
}

.fa-phone {
    color: #fff;

    margin-right: 12px;
}

.desctop-cus {
    display: block;
}

.mobile-cus {
    display: none;
}

/* Home Page */

.home-main-section {
    margin-bottom: 48px;
}

.home-hero-title-alignment {
    display: flex;

    align-items: center;

    flex-wrap: wrap;
}

.home-hero__subtitle {
    font-family: 'aeroportregular', sans-serif;

    font-size: 19px;

    line-height: 23px;

    color: #fff;

    font-style: normal;

    font-weight: normal;

    text-transform: uppercase;
}

.hero-title__small {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 32px;

    text-transform: uppercase;

    margin-left: 22px;
}

.home-main-section {
    min-height: 650px;

    width: 100%;

    background: linear-gradient(121.84deg, #0043a9 0%, #003068 60.8%);
}

.home-text-precent-decoration {
    position: relative;
}

.home-text-precent-decoration::before {
    content: 'Off';

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 19px;

    line-height: 14px;

    text-transform: uppercase;

    color: #ffffff;

    position: absolute;

    right: 0;

    top: -5px;
}

.home-hero-btn {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 22px;

    line-height: 30px;

    color: #ffffff;

    padding: 20px 40px;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 15px 15px 40px rgba(0, 26, 67, 0.5);

    margin-top: 28px;

    display: block;

    text-align: center;

    max-width: 376px;
}

.hero-desc {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 11px;

    line-height: 15px;

    text-transform: uppercase;

    color: #ffffff;

    margin-top: 18px;
}

.home-main-section__text-container {
    width: 478px;

    background-image: url(../images/decorataion-img.png);

    background-size: cover;

    height: 514px;

    margin-top: 104px;

    padding-top: 29px;

    padding-left: 36px;

    padding-right: 64px;
}

.home-main-section__text-box {
    width: 45%;

    display: flex;

    justify-content: flex-end;
}

.home-main-section__img {
    width: auto;

    min-height: 650px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
}

.home-main-section__img-container {
    width: 65%;

    position: relative;
}

.home-main-section__container {
    display: flex;

    justify-content: space-between;
}

/* Triger Code  */

.trigger-postion-home-1 {
    width: 173px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-postion-home-2 {
    width: 182px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-postion-home-4 {
    width: 192px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-postion-home-5 {
    width: 189px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-postion-home-7 {
    width: 203px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-postion-home-8 {
    width: 228px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-postion-home-3,
.trigger-postion-home-6 {
    width: 182px;

    position: absolute;

    top: 42px;

    left: 60px;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.trigger-1 {
    position: absolute;

    top: 42%;

    left: 17%;
}

.trigger-2 {
    position: absolute;

    top: 49%;

    left: 35%;
}

.trigger-3 {
    position: absolute;

    top: 47%;

    left: 57%;
}

.trigger-4 {
    position: absolute;

    top: 70%;

    left: 62%;
}

.trigger-5 {
    position: absolute;

    top: 67%;

    left: 28%;
}

.trigger-6 {
    position: absolute;

    top: 87%;

    left: 62%;
}

.trigger-7 {
    position: absolute;

    top: 79%;

    left: 40%;
}

.trigger-8 {
    position: absolute;

    top: 30%;

    left: 63%;
}

.trigger-8,
.trigger-6 {
    display: none;
}

.trigger-1:hover .trigger-postion-home-1,
.trigger-2:hover .trigger-postion-home-2,
.trigger-3:hover .trigger-postion-home-3,
.trigger-4:hover .trigger-postion-home-4,
.trigger-5:hover .trigger-postion-home-5,
.trigger-6:hover .trigger-postion-home-6,
.trigger-7:hover .trigger-postion-home-7,
.trigger-8:hover .trigger-postion-home-8 {
    opacity: 1;
}

.trigger-1 .roofing-trigger-positon__text {
    width: 194px;
}

.trigger-2 .roofing-trigger-positon__text {
    width: 208px;
}

.trigger-3 .roofing-trigger-positon__text {
    width: 182px;
}

.roofing-trigger-positon__text {
    font-family: 'aeroportregular', sans-serif;

    font-size: 14px;

    padding: 2px 4px;

    color: #475468;

    background: #ffffff;

    filter: drop-shadow(10px 10px 30px rgba(0, 38, 97, 0.5));

    font-weight: normal;
}

.roofing-trigger-positon__arrow {
    width: 22px;

    height: 11px;
}

.roofing-trigger-positon__btn {
    font-family: 'aeroportregular', sans-serif;

    font-weight: normal;

    color: #ffffff;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    padding: 2px 6px 2px 4px;

    font-style: normal;

    font-weight: normal;

    font-size: 13px;

    line-height: 18px;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    filter: drop-shadow(10px 10px 30px rgba(0, 38, 97, 0.5));
}

/* Triger End */

.mobile {
    display: none;
}

/*  Why choose 2FL Seciton */

.why-choose-2FL-seciton .section-text {
    margin-bottom: 30px;
}

.why-choose-2FL-seciton .section-blue-title {
    font-size: 42px;

    line-height: 52px;
}

.why-choose-2FL-seciton .decoraon-line {
    border: 1px solid #e6e6e6;

    max-width: 352px;

    width: 352px;
}

.why-choose-2FL-seciton--rigth-side {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.view-our-gallery__home--item {
    width: 290px;

    height: 179px;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
}

.view-our-gallery__home {
    margin-top: 40px;

    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;
}

/* Our Services Section */

.our-services__section {
    margin-top: -48px;

    overflow: hidden;
}

.our-services__section-right-side {
    text-align: right;

    position: relative;
}

.our-services__section-right-side .sub_title_white {
    justify-content: flex-end;
}

.our-services__section-right-side .sub_title_white img {
    margin-right: 0px;

    margin-left: 24px;
}

.our-services__section--description-item {
    font-family: 'aeroportbold', sans-serif;

    font-style: normal;

    font-weight: bold;

    font-size: 77px;

    line-height: 105px;

    color: #fff;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #ff6229;

    transition: all 0.3s ease-in;
}

.positon-animation-btn:hover .our-services__section--description-item {
    color: #ff6229;

    -webkit-text-stroke-width: 0;
}

.our-services__section--description {
    width: 789px;

    position: relative;

    left: -181px;
}

.our-services__section--animation--img {
    height: 425px;

    background-repeat: no-repeat;

    background-size: cover;

    margin-top: 155px;

    transition: all 0.3s ease-in;

    position: relative;
}

.opacity-0 {
    opacity: 0;
}

.our-services__section--description-item-1 {
    z-index: 4;

    position: relative;
}

.our-services__section--description-item-2:hover {
    z-index: 5;

    position: relative;
}

.our-services__section--description-item-3:hover {
    position: relative;

    z-index: 6;
}

.our-services__section--description-item-4:hover {
    position: relative;

    z-index: 6;
}

.our-services__section--description-item-5:hover {
    position: relative;

    z-index: 6;
}

.our-services__section--description-item-6:hover {
    position: relative;

    z-index: 6;
}

.positon-animation-btn:hover {
    position: relative;

    z-index: 6;
}

.our-services__section .btn-white-section {
    margin-top: 52px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

#pic.p1 {
    background-image: url('../images/window-installation-new.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 3;

    transition: all 0.3s ease-in;
}

#pic.p2 {
    background-image: url('../images/siding-new.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p3 {
    background-image: url('../images/roofing-installation-new.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p14 {
    background-image: url('../images/doors-services.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p5 {
    background-image: url('../images/Gutters Installation-services.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p6 {
    background-image: url('../images/mf-full-img-cut-home.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p7 {
    background-image: url('../images/vinyl-vindow.png');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p8 {
    background-image: url('../images/Wood-Windows.png');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p9 {
    background-image: url('../images/fiber-window.png');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p1001 {
    background-image: url('../images/5-vinyl-1200.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p1002 {
    background-image: url('../images/2-replace-vinyl-windows.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p1003 {
    background-image: url('../images/7-fiber-cement-siding.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p1004 {
    background-image: url('../images/6-vinyl-siding-colors-choose.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p1005 {
    background-image: url('../images/4-siding-information.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

#pic.p1006 {
    background-image: url('../images/1-metal-siding-1200.jpg');

    position: absolute;

    height: 100vh;

    width: 100%;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));

    background-repeat: no-repeat;

    background-size: contain;

    -webkit-animation-name: fadeIn;

    -webkit-animation-duration: 1s;

    animation-name: fadeIn;

    animation-duration: 1s;

    z-index: 5;

    transition: all 0.3s ease-in;
}

.our-services__section-right-side
    .sub_title_white
    .our-services__sectio-decoration-sib-title {
    display: none;
}

.animation-home--btn {
    position: absolute;

    z-index: 6;

    bottom: 4px;

    opacity: 0;

    transition: all 0.3s ease-in;

    left: -69px;
}

.positon-animation-btn:hover .animation-home--btn {
    opacity: 1;
}

.animation-home--btn a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 13px;

    text-transform: uppercase;

    color: #ffffff;

    padding: 10px 24px;

    background: linear-gradient(121.84deg, #0043a9 0%, #003068 60.8%);
}

.positon-animation-btn {
    position: relative;

    display: inline-block;
}

/* Window Inst Additional Section */
.window-inst-additional-section,
.contact-section-informaion-and-form {
    position: relative;
    z-index: 20;
}
/*  Section Our Work Home */

.section-our__work-home {
    padding: 80px 0;

    position: relative;

    background: linear-gradient(100.29deg, #153361 0%, #1b2635 100%);

    overflow: hidden;
}

.section-our__work-home {
    margin-top: 0;
}

.home .section-our__work-home {
    margin-top: 168px;
}

.section-our__work-home .decoration-line {
    opacity: 0.1;

    border: 1px solid #e6e6e6;

    max-width: 352px;

    width: 372px;
}

.section-our__work-home-top-box {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 34px;

    position: relative;

    z-index: 2;
}

.section-our__work-home-top-box .section-white-title {
    margin-bottom: 0;
}

.section-our__work-home-bottom-box--item-text {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: 27px;

    color: #ffffff;

    background: rgba(255, 255, 255, 0.1);

    padding: 14px;

    min-height: 82px;

    display: flex;

    align-items: center;
}

.section-our__work-home-bottom-box--item {
    width: 388px;

    position: relative;

    z-index: 2;
}

.section-our__work-home-bottom-box--item--img {
    height: 286px;

    background-position: center;

    background-size: cover;

    background-repeat: no-repeat;

    position: relative;
}

.section-our__work-home-bottom-box {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;
}

.section-our__work-home-bottom-box .btn-white-section {
    position: absolute;

    bottom: 0;

    right: 0;
}

.our-work-home-decoration-bg-1 {
    position: absolute;

    z-index: 0;

    height: 500px;

    top: 0;

    right: -500px;
}

.our-work-home-decoration-bg-2 {
    position: absolute;

    z-index: 0;

    height: 300px;

    bottom: -50px;

    left: -276px;
}

.testimonial-section {
    background: linear-gradient(256.35deg, #f0f4fa 13.66%, #ffffff 74.97%);

    padding: 0 0 60px 0;

    position: relative;
}

.testimonial-section .sub_title_white--text {
    color: #132c52;

    opacity: 0.5;
}

.testimonial-section .arrow-hero-custom-right {
    background-image: url(../images/slider-right.svg);

    background-size: cover;

    width: 63px;

    height: 47px;

    position: relative;
}

.testimonial-section .arrow-hero-custom-left {
    background-image: url(../images/slider-left.svg);

    background-size: cover;

    width: 63px;

    height: 47px;

    position: relative;
}

.slider-testimonial-item-avatar--img {
    height: 120px;

    width: 120px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    margin-right: 16px;
}

.slider-testimonial-item-avatar--name {
    font-family: 'aeroportbold';

    font-style: normal;

    font-weight: bold;

    font-size: 28px;

    line-height: 30px;

    color: #132c52;
}

.slider-testimonial-item-avatar--location {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #132c52;
}

.slider-testimonial-item-avatar--ratings {
    height: 24px;
}

.slider-testimonial-item-avatar--ratings img {
    height: auto;

    width: auto !important;
}

.slider-testimonial-item-avatar {
    display: flex;
}

.testimonial-slider-description {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;

    width: 477px;
}

.slider-testimonial-item {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    width: 850px;

    margin: 0 auto;
}

.owl-carousel-testimonial {
    margin-top: 50px;
}

.testimonial-section .section-blue-title::after {
    display: inline-block;

    content: '';

    border-top: 1px solid #d8d8d8;

    width: 35rem;

    margin: 0 1rem;

    transform: translateY(-1rem);
}

.testimonial-section .owl-prev {
    position: absolute;

    right: 0;

    top: 0;
}

.testimonial-section .owl-next {
    position: absolute;

    left: 0;

    top: 0;
}

.testimonial-section button:focus {
    outline: orange;

    border: 1px solid orange;
}

/* Section Energy Efficient Vinyl Windows */

.energy-efficient-vinyl-windows__section {
    background-image: url(../images/Energy\ Efficient\ Vinyl\ Windows\ bg.png);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    padding: 90px 0 68px 0;
}

.energy-efficient-vinyl-windows__section .wrapper {
    max-width: 870px;
}

.energy-efficient-vinyl-windows__section--subtitle {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 19px;

    line-height: 23px;

    text-transform: uppercase;

    color: #fff;

    margin-left: 4px;
}

.energy-efficient-vinyl-windows__section-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;

    color: #ffffff;
}

.energy-efficient-vinyl-windows__section-box {
    display: flex;

    align-items: baseline;
}

.energy-efficient-vinyl-alignment {
    display: flex;

    align-items: center;

    flex-wrap: wrap;
}

.energy-efficient-vinyl-small {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 32px;

    text-transform: uppercase;

    margin-left: 22px;
}

.energy-efficient-vinyl-windows__section-title-precent-decoration {
    position: relative;
}

.energy-efficient-vinyl-windows__section-title-precent-decoration::before {
    content: 'Off';

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 19px;

    line-height: 14px;

    text-transform: uppercase;

    color: #ffffff;

    position: absolute;

    right: 0;

    top: -5px;
}

.energy-efficient-vinyl-windows__section-title-plus {
    margin: 0 34px;
}

.energy-efficient-vinyl-windows__section-btn a {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 22px;

    color: #ffffff;

    padding: 20px 40px;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);

    display: inline-block;
}

.energy-efficient-vinyl-windows__section-btn {
    text-align: center;

    margin-top: -42px;
}

.energy-efficient-vinyl-windows__footer {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 11px;

    line-height: 15px;

    text-transform: uppercase;

    color: #ffffff;

    text-align: center;

    margin-top: 12px;
}

/* Blog Section */

/* link post */

.single-post #menu-item-44 {
    position: relative;
}

.single-post #menu-item-44:before {
    content: '';

    width: 100%;

    position: absolute;

    border: 2px solid #89c635;

    bottom: -42px;

    left: 0;
}

.single-post .topnav .menu-item-44 a {
    color: #ff6229;
}

/* link category */

.archive #menu-item-44 {
    position: relative;
}

.archive #menu-item-44:before {
    content: '';

    width: 100%;

    position: absolute;

    border: 2px solid #89c635;

    bottom: -42px;

    left: 0;
}

.archive .topnav .menu-item-44 a {
    color: #ff6229;
}

.blog-section {
    background: #fff;

    padding: 80px 0 100px 0;
}

.blog-section .sub_title_white--text {
    color: #132c52;

    opacity: 0.5;
}

.section-blog-top-box {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;

    margin-bottom: 20px;

    position: relative;

    z-index: 2;
}

.blog .decoration-line {
    border: 1px solid #e6e6e6;

    max-width: 352px;

    width: 372px;
}

.blog .section-blue-title {
    margin-bottom: 0;
}

.blog-section-description {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;

    width: 440px;

    margin-bottom: 40px;
}

.blog-btn {
    box-sizing: border-box;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    display: inline-block;

    color: #ff6229;
}

.blog-btn img {
    height: 11px;

    padding-left: 14px;

    width: auto;
}

.post-thumnail {
    width: 286.5px;

    height: 286.5px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    margin-bottom: 10px;

    position: relative;

    background-color: #2b446c1c;
}

.post-item {
    width: 286.5px;
}

.single .blog-side .post-container {
    display: block;
}

.post-container {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;
}

.post-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 30px;

    color: #132c52;

    margin-bottom: 10px;
}

.post-exerpt {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;

    margin-bottom: 22px;
}

/* Style post from old site  */

.rwi > ul,
.wi_head {
    background: #003068;
}

.wi_head {
    color: #fff;

    font-size: 20px;

    margin: 10px 0;
}

.amr_arc ul,
.wi_head {
    width: 100%;

    padding: 10px;

    float: left;
}

.amr_arc ul {
    list-style: none !important;

    display: block;

    background: linear-gradient(140.47deg, #f0f4fa 0%, #f0f4fa 53.28%);
}

.amr_arc ul,
.wi_head {
    width: 100%;

    padding: 10px;

    float: left;
}

.amr_arc li:last-child {
    width: 70%;

    float: left;
}

.amr_arc li:first-child {
    display: inline-block;

    float: left;

    padding: 0 10px;

    width: 30%;
}

.single .alignleft {
    width: auto;

    text-align: left;

    float: left;

    margin: 0 20px 0 0 !important;
}

.single .alignright {
    float: right;

    width: auto;
}

/* We Trust Section */

.we-trust-section {
    background: #fff;

    padding: 36px 0;

    border-top: 1px solid #e6e6e6;
}

.we-trust-section--title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 37px;

    line-height: 52px;

    color: #132c52;

    padding: 0 40px;
}

.we-trust-section__top-box img {
    height: 40px;

    width: auto;
}

.we-trust-section__top-box {
    display: flex;

    align-items: center;

    justify-content: center;
}

.we-trust-section-slider {
    margin-top: 50px;
}

.we-trust-section-slider .arrow-hero-custom-left {
    background-image: url(../images/slider-right.svg);

    background-size: cover;

    width: 63px;

    height: 47px;

    position: relative;
}

.we-trust-section-slider .arrow-hero-custom-right {
    background-image: url(../images/slider-left.svg);

    background-size: cover;

    width: 63px;

    height: 47px;

    position: relative;
}

.we-trust-section-slider .owl-next {
    position: absolute;

    right: -70px;

    top: 0;
}

.we-trust-section-slider button {
    outline: none;
}

.we-trust-section-slider .owl-prev {
    position: absolute;

    left: -70px;

    top: 0;
}

.we-trust-section-slider .owl-item img {
    height: 56px;
}

.we-trust-section-slider .owl-item {
    display: flex;

    justify-content: center;

    align-items: center;
}

.we-trust-section-slider img {
    width: auto !important;
}

/* Footer */

.footer-section {
    background: #e9ecf2;

    padding: 46px 0;
}

.footer-logo {
    height: auto;

    width: 100%;

    margin-bottom: 20px;
}

.footer-btn a {
    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);

    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    padding: 14px 20px;

    color: #ffffff;

    display: inline-block;
}

.footer-line {
    width: 100%;

    margin: 36px 0;

    opacity: 0.1;

    border: 1px solid #0043a9;
}

.footer-box {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;
}

.footer-box-left {
    width: 550px;
}

.footer-box-right {
    width: 552px;
}

.footer-menu-custom {
    display: flex;

    flex-wrap: wrap;
}

.footer-menu-custom a {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 14px;

    line-height: 19px;

    color: #132c52;

    transition: all 0.3s ease-in;
}

.footer-menu-custom li {
    margin-bottom: 20px;

    margin-right: 40px;
}

.footer-menu-custom a:hover {
    color: #ff6229;
}

.fix-top-p-line-footer {
    margin: 11px 0 36px 0;
}

.footer-social-box {
    display: flex;
}

.footer-social-box-text {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 19px;

    line-height: 23px;

    text-transform: uppercase;

    color: #132c52;

    opacity: 0.5;

    margin-right: 17px;
}

.footer-social-box__social ul {
    display: flex;
}

.footer-social-box__social ul li {
    margin: 0 13px;
}

.footer-social-box__social ul i {
    color: #ff6229;

    transition: all 0.3s ease-in;

    font-size: 18px;
}

.footer-social-box__social ul i:hover {
    color: #132c52;
}

.footer-copyright {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 12px;

    line-height: 1.6;

    color: #475468;
}

.footer-box-right__title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 45px;

    color: #132c52;
}

.footer-box-right--description {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 23px;

    text-transform: uppercase;

    color: #132c52;

    opacity: 0.5;

    margin-bottom: 26px;
}

.footer-bg {
    width: 100%;

    height: 330px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
    background-image: url('../images/footer-new.png');
}

.copyright-mobile {
    display: none;
}

.copyright-desctop {
    display: block;
}

/* Wsr Section */

.wsr-section {
    width: 100%;

    margin-bottom: 60px;

    background: linear-gradient(121.84deg, #0043a9 0%, #003068 60.8%);
}

.wst-flex-box {
    display: flex;

    justify-content: space-between;
}

.wst-flex-box__text {
    width: 45%;
    display: flex;
    justify-content: flex-end;
    padding-bottom: 80px;
}
.wst-flex-box__bg {
    width: 65%;
    position: relative;
    overflow: hidden;
}
.wst-flex-box__bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(
        180deg,
        rgba(19, 44, 82, 0.8) 0%,
        rgba(19, 44, 82, 0.6) 43.39%,
        rgba(19, 44, 82, 0.4) 61.3%,
        rgba(19, 44, 82, 0.2) 79.72%,
        rgba(19, 44, 82, 0) 100%
    );
}

.wst-flex-box__text--container {
    background-position: center;

    background-image: url(../images/decorataion-img.png);

    background-size: contain;

    background-repeat: no-repeat;

    margin-right: 30px;

    padding-left: 7px;

    padding-top: 144px;
}

.wst-flex-box__title.siding-page {
    font-size: 32px;

    line-height: 54px;
}
.wst-flex-box__title.roofing-page {
    font-size: 44px;
    line-height: 56px;
}
.page-id-16 .wst-flex-box__title {
    font-size: 38px !important;

    line-height: 54px !important;
}

.wst-flex-box__title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;

    color: #ffffff;
}

.wst-flex-box__bg-img,
.wst-flex-box__bg .attachment-post-thumbnail {
    width: auto;

    min-height: 379px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
}

.wst-flex-box__bg .attachment-post-thumbnail {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wsr-slider__section .wrapper,
.wsr-section-tab .wrapper {
    position: relative;
}

.wsr-slider__section .green-section-btn {
    margin-top: 30px;
}

.wsr-slider__section-box {
    padding: 30px;

    background: #ffffff;

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);

    margin-top: -342px;

    z-index: 122;

    position: relative;
}

.wsr-slider__section-dec_img {
    position: absolute;

    z-index: -1;

    height: auto;

    width: 617px;

    top: -23px;

    left: -48px;
}

.wsr-slider__section-box .owl-dot {
    border-radius: 50%;

    border: 2px solid #e6e6e6 !important;

    width: 20px;

    height: 20px;

    margin: 0 10px;
}

.wsr-slider__section-box .owl-dot.active {
    border: 2px solid #f86614 !important;

    background: #f86614;
}

.wsr-slider__section-box .owl-dots {
    text-align: center;

    margin-top: 30px;
}

.wsr-slider__section-box .owl-nav {
    display: none;
}

.wsr-slider__section-box .owl-dot:focus {
    outline: none;
}

.wsr-slider__section-box .btn-white-section {
    margin-top: 30px;

    text-align: center;
}

/* .wsr-slider__section-box div.owl-item.active.center div {

  height: 600px;

  width: 100%;

  position: relative;

  position: relative;

  background-size: cover;

  background-repeat: no-repeat;

} */

.wsr-slider__section-box div.owl-item div {
    height: 600px;

    width: 100%;

    position: relative;

    position: relative;

    background-size: cover;

    background-repeat: no-repeat;
}

/* .wsr-slider__section-box div.owl-item.active.center div::before {

  content: "Before";

  position: absolute;

  background: #fff;

  font-family: 'Poppins', sans-serif;

  font-style: normal;

  font-weight: 600;

  font-size: 20px;

  padding: 10px 14px 10px 10px;

  color: #132C52;

  top: 0;

  left: 0;

} */

.wsr-slider__section-box div.owl-item div::before {
    content: 'Before';

    position: absolute;

    background: #fff;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    padding: 10px 14px 10px 10px;

    color: #132c52;

    top: 0;

    left: 0;
}

/* .wsr-slider__section-box div.owl-item.active.center div::after {

  content: "After";

  position: absolute;

  background: #FF6229;

  font-family: 'Poppins', sans-serif;

  font-style: normal;

  font-weight: 600;

  font-size: 20px;

  padding: 10px 14px 10px 10px;

  color: #fff;

  top: 0;

  right: 0;

} */

.wsr-slider__section-box div.owl-item div::after {
    content: 'After';

    position: absolute;

    background: #ff6229;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    padding: 10px 14px 10px 10px;

    color: #fff;

    top: 0;

    right: 0;
}

.wsr-partner-section__description {
    margin-top: -135px;

    padding-top: 45px;
}

.wsr-partner-section__description__img {
    width: auto;

    height: 80px;

    margin-bottom: 20px;
}

.wsr-partner-section__description .decoration-line {
    margin-top: 80px;

    border: 1px solid #d8d8d8;
}

.wsr-section-tab .wsr-section-tab-left {
    width: 30%;

    padding-right: 0px;
}

.wsr-slider__section-dec_img-1 {
    position: absolute;

    z-index: 1;

    bottom: 0;

    right: 0;

    width: 500px;
}

.wsr-section-tab .wsr-section-tab-right {
    width: 70%;

    padding-left: 80px;

    z-index: 2;
}

.wsr-partner-section__description,
.wsr-section-tab {
    background: linear-gradient(85.32deg, #f0f4fa 0%, #ffffff 100%);
}

.wsr-section-tab {
    padding-top: 40px;

    padding-bottom: 86px;
}

.tab .tablinks img {
    height: 11px;

    margin-right: 11px;

    width: auto;
}

.tab .tablinks {
    background: none;

    border: none;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    color: #132c52;

    margin-bottom: 20px;

    transition: all 0.3s ease-in;

    text-align: left;

    display: block;
}

.tab .tablinks:hover {
    cursor: pointer;

    color: #ff6229;
}

.tab .tablinks:focus {
    outline: none;
}

.tab .tablinks.active {
    color: #ff6229;
}

.wsr-section-tab-right__title {
    font-family: 'aeroportbold', sans-serif;

    font-style: normal;

    font-weight: bold;

    color: #fff;

    font-size: 73px;

    line-height: 77px;

    -webkit-text-stroke-width: 1px;

    -webkit-text-stroke-color: #ff6229;

    margin-bottom: 30px;

    padding-left: 90px;

    position: relative;
}

.wsr-section-tab-right__tab-img {
    position: absolute;

    bottom: -73px;

    left: -30px;
}

.wsr-section-tab-right__tab-img img {
    height: 160px;
}

@keyframes fade_in_show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#item-tab-1,
#item-tab-2,
#item-tab-3,
#item-tab-4,
#item-tab-5 {
    animation: fade_in_show 2s;
}

.wsr-section-tab-left .btn-white-section {
    margin-top: 16px;
}

.puget-sound-energy__window__rebates-section {
    position: relative;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    padding: 60px 0;

    padding-top: 96px;
}

.puget-sound-energy__window__rebates-section__subtitle--text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    /* opacity: 0.5; */

    position: relative;

    font-size: 19px;

    line-height: 23px;

    text-transform: uppercase;

    color: #e6e6e6;

    padding-left: 114px;
}

.puget-sound-energy__window__rebates-section__subtitle--text::before {
    content: url(../images/green-section-dec.svg);

    position: absolute;

    height: 70px;

    left: 0;

    top: -53px;
}

.puget-sound-energy__window__rebates-section--top__box {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;
}

.puget-sound-energy__window__rebates-section-decoration {
    opacity: 0.5;

    border: 1px solid #e6e6e6;

    width: 300px;
}

.puget-sound-energy__window__rebates-section__main--title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 50px;

    line-height: 52px;

    color: #ffffff;
}

.puget-sound-energy__window__rebates-section--text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #ffffff;

    max-width: 500px;
}

.puget-sound-energy__window__rebates-section--rigth-side {
    display: flex;

    align-items: flex-end;

    justify-content: flex-end;

    position: relative;

    z-index: 2;
}

.puget-sound-energy__window__rebates-section__img_bg {
    position: absolute;

    z-index: 1;

    bottom: 0;

    right: 0;

    width: 600px;
}

.slider-before-revers div.owl-item div::after {
    top: inherit;

    right: inherit;

    left: 0;

    bottom: 0;
}

/* Blog Main Page */

.blog .we-trust-section {
    border-top: none;
}

.subscribe-to-our-mailing__list {
    padding: 40px 0;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    position: relative;
}

.search-form {
    margin-top: 58px;

    position: relative;
}

.search-form button {
    border: none;

    background: none;

    position: absolute;

    left: 0;

    left: 20px;

    top: 17px;
}

.search-form input {
    width: 303px;

    padding: 19px 5px 19px 64px;
}

.search-form input:focus {
    outline: none;
}

.search-form input::placeholder {
    color: #475468;

    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 16px;
}

.blog .wst-flex-box__title,
.search .wst-flex-box__title {
    width: 442px;
}

.search-title__hero {
    font-size: 20px;

    line-height: 1.3;

    text-transform: uppercase;
}

.search .wst-flex-box__text--container {
    padding-top: 71px;
}

.search .search-form {
    margin-top: 38px;
}

.search-result__custom {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 46px;

    line-height: 1.3;

    color: #132c52;

    margin-bottom: 30px;
}

.search-result__custom--text {
    color: #0043a9;
}

.link-search-title {
    margin-top: 40px;

    color: #132c52;

    font-size: 40px;

    margin-bottom: 12px;

    max-width: 700px;

    transition: all 0.3s ease-in;
}

.link-search-title:hover {
    color: #ff6229;
}

.link-search-text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;

    max-width: 700px;

    transition: all 0.3s ease-in;
}

.link-search-text:hover {
    color: #ff6229;
}

.section-result-description {
    padding-bottom: 60px;
}

.pagination-links-custom-style {
    margin-top: 40px;
}

.pagination-links-custom-style a {
    color: #ff6229;

    font-family: 'aeroportregular', sans-serif;
}

.blog .wsr-section {
    margin-bottom: 20px;
}

.caregories-style__custom .widgettitle,
.archive-style__custom .arc-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    line-height: 45px;

    font-weight: 600;

    font-size: 30px;

    color: #132c52;

    margin-bottom: 11px;
}

.archive-style__custom .widgettitle {
    display: none;
}

.caregories-style__custom,
.archive-style__custom {
    margin-bottom: 70px;
}

.sidebar-blog-page__custom li a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #0043a9;

    transition: all 0.3s ease-in;

    margin-bottom: 12px;

    display: inline-block;
}

.sidebar-blog-page__custom li a:hover {
    color: #ff6229;
}

.sidebar-blog-page__custom li a::after {
    content: url(../images/long_arrow_yellow.svg);

    position: absolute;

    right: 0;
}

.blog-page__section-container {
    display: flex;

    flex-wrap: wrap;
}

.sidebar-blog-page__custom {
    position: relative;
}

.sidebar-blog-page__custom {
    width: 25%;
}

.caregories-style__custom ul,
.archive-style__custom ul {
    margin-right: 30px;
}

.blog-side {
    width: 75%;

    padding-left: 40px;
}

.blog-side-page-template {
    width: 100%;
}

.blog-side .post-container .post-item {
    width: 50%;

    padding: 20px 20px 30px 20px;
}

.blog-side .post-container .post-item .post-thumnail {
    width: 100%;

    background-color: #2b446c1c;
}

.blog-side .post-container {
    position: relative;

    top: -119px;

    z-index: 1;

    background: #fff;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;

    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #fff;

    color: #ff6229;

    font-size: 16px;

    border-radius: 3px;

    cursor: pointer;

    margin: 5px 10px;

    padding: 13px 20px;

    background: #f7f9fc;

    border: 1px solid #e6e6e6;

    display: inline-block;
}

.navigation li.active a {
    opacity: 0.2;
}

.navigation li a:hover,
.navigation li.active a {
    /* background-color: #3C8DC5; */
}

.navigation {
    text-align: center;

    position: relative;

    top: -60px;
}

.sidebar-discount-container {
    position: relative;

    background: linear-gradient(121.84deg, #0043a9 0%, #003068 60.8%);

    padding: 20px;
}

.sidebar-decoration {
    position: absolute;

    width: 300px;

    z-index: 2;
}

.sidebar-discount-container-subtitle {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 11.7785px;

    line-height: 14px;

    text-transform: uppercase;

    color: #ffffff;

    margin-bottom: 11px;

    position: relative;

    z-index: 3;
}

.sidebar-discount-container-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 47.7341px;

    line-height: 48px;

    color: #ffffff;
}

.sidebar-discount-container-align {
    display: flex;

    align-items: center;

    flex-wrap: wrap;
}

.sidebar-discount-container-alig25 {
    position: relative;
}

.sidebar-discount-container-alig25::before {
    content: 'Off';

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 11px;

    line-height: 9px;

    text-transform: uppercase;

    color: #ffffff;

    position: absolute;

    right: 0;

    top: -5px;
}

.sidebar-discount-container-Small--text {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 18.5977px;

    line-height: 20px;

    text-transform: uppercase;

    color: #ffffff;

    padding-left: 14px;
}

.sidebar-discount-btn a {
    width: 100%;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    padding: 19px 20px;

    text-align: center;

    display: inline-block;

    font-size: 16px;

    color: #ffffff;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);

    margin-bottom: 10px;
}

.sidebar-discount-btn img {
    height: 11px;

    width: auto;

    margin-left: 10px;
}

.sidebar-discount-installation {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: normal;

    font-size: 11px;

    line-height: 15px;

    text-transform: uppercase;

    color: #0043a9;

    margin-bottom: 40px;
}

.category-small-heto__title {
    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: bold;

    font-size: 20px;

    line-height: 105.5%;

    letter-spacing: 0.04em;

    text-transform: uppercase;

    color: #ffffff;
}

.category-big-heto__title {
    position: absolute;

    z-index: 10;

    width: 80%;

    font-size: 60px;
}

.archive .wst-flex-box__text--container {
    padding-top: 58px;

    width: 448px;
}

.archive .search-form {
    margin-top: 148px;
}

.archive .wst-flex-box__text--container {
    margin-right: 30px;

    padding-left: 21px;
}

.archive .blog-side .post-container {
    position: relative;

    top: -155px;
}

li.current-cat a {
    color: #475468;
}

.archive-style__custom [aria-current] {
    color: #475468;
}

/* Single Page */

.single .blog-side .post-container {
    top: 0;
}

.single .wst-flex-box__title {
    font-size: 38px;

    line-height: 1.3;
}

.single .wst-flex-box__text--container {
    width: 450px;

    padding-top: 114px;
}

.single .blog-side .post-container ul {
    list-style-image: url('../images/long_arrow_yellow.svg');

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 30px;
}

.single .blog-side .wp-block-button .wp-block-button__link {
    background: #ffffff;

    border: 1px solid #e6e6e6;

    box-sizing: border-box;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    padding: 14px 20px;

    font-weight: normal;

    font-size: 16px;

    display: inline-block;

    color: #ff6229;

    border-radius: 0;

    position: relative;

    margin-bottom: 40px;
}

.single .blog-side .wp-block-button .wp-block-button__link::after {
    content: url('../images/long_arrow_yellow.svg');

    padding-left: 11px;
}

.single .blog-side .wp-block-button .has-white-color::after {
    content: url('../images/long_arrow_yellow.svg');
    filter: brightness(8.5);
    padding-left: 11px;
}

.publish-single {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 11px;

    line-height: 15px;

    letter-spacing: 0.06em;

    opacity: 0.6;

    text-transform: uppercase;

    color: #ffffff;
}

.publish-single_day {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 11px;

    line-height: 15px;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #ffffff;
}

.publish-single__box {
    margin-top: 20px;
}

.blog-styling-thumnail {
    width: 100%;
}

.single .blog-page__section-container {
    flex-direction: row-reverse;
}

.single .blog-side {
    padding-left: 0;

    padding-right: 80px;
}

.single .wp-block-spacer {
    width: 100%;
}

.single .post-container h1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 39px;
    color: #132c52;
    margin-bottom: 20px;
}

.single .post-container h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    color: #132c52;
    margin-bottom: 20px;
}

.single .blog-page__section .post-container h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 21px;
    line-height: 39px;
    color: #132c52;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.single .blog-page__section .post-container h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 39px;
    color: #0044a9;
    margin-bottom: 10px;
}

.single .blog-page__section .post-container h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 39px;
    color: #132c52;
    margin-bottom: 10px;
}

.single .blog-page__section .post-container h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 39px;
    color: #132c52;
    margin-bottom: 10px;
}

.single .blog-page__section {
    margin-bottom: 80px;
}

.single .blog-section {
    background: linear-gradient(140.47deg, #f0f4fa 0%, #ffffff 53.28%);
}

.single .blog-page__section .post-container p {
    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;
}

.single .blog-page__section .post-container a {
    text-decoration: none;

    color: #0043a9;
}

.single .blog-page__section .post-container .wp-block-file__button {
    background: none;

    border: 0;

    color: #ff6229;

    padding: 0;

    font-size: 16px;

    font-weight: bold;
}

.single .blog-side .post-container ol {
    list-style: decimal;

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 30px;
}

.wp-block-image figcaption {
    text-align: center;

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;
}

/* .single .blog-page__section .post-container figure {

  width: 100%;

} */

.single .blog-page__section .post-container img {
    height: auto;
}

#E281 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 28px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.single .wp-block-quote {
    position: relative;

    background: linear-gradient(256.35deg, #f0f4fa 13.66%, #ffffff 74.97%);

    padding: 30px 40px;

    border-right: 6px solid #0043a9;

    margin-bottom: 34px;
}

.single .blog-page__section .post-container .wp-block-quote p {
    font-style: normal;

    font-weight: bold;

    font-size: 23px;

    line-height: 34px;

    margin-bottom: 0;

    color: #132c52;

    position: relative;

    z-index: 2;
}

.single .blog-page__section .post-container .wp-block-quote::before {
    content: url(../images/single-qt-dec.svg);

    height: 70px;

    width: auto;

    position: absolute;

    top: 0;

    z-index: 1;

    left: -6px;
}

.single .sidebar-discount-container {
    overflow: hidden;
}

/* Our Work Page */

.our-work-main-page .wst-flex-box__title {
    width: 442px;
}

.our-work-main-page__title {
    position: absolute;

    z-index: 2;

    top: 130px;
}

.main-our__work-page--section--box {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    padding: 30px 0;

    margin-top: -130px;

    background: #fff;

    position: relative;

    z-index: 12;

    background: #ffffff;

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);

    margin-bottom: 40px;
}

.main-our__work-page--section--box--item {
    width: 30%;
}

.main-our__work-page--section--box--item-title {
    font-family: 'Poppins';

    font-style: normal;

    font-weight: 600;

    font-size: 32px;

    line-height: 52px;

    color: #132c52;

    margin-bottom: 10px;
}

.main-our__work-page--section--box--item-btn a {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    color: #ff6229;

    display: inline-block;
}

.main-our__work-page--section--box--item-btn img {
    height: 11px;

    width: auto;

    margin-left: 14px;
}

.main-our__work-page--section--box--item-img {
    height: 486px;

    width: 100%;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    margin-bottom: 20px;
}

/* Our Work Arhive */

.our-work-main-page-archive--subtitle {
    font-size: 20px;

    font-family: 'aeroportregular';

    font-style: normal;

    font-weight: bold;
}

.our-work-main-page-archive .wst-flex-box__title {
    display: flex;

    padding-top: 43px;
}

.custom-arhive-img_work {
    width: 100%;

    height: 286px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    position: relative;

    filter: drop-shadow(20px 20px 50px rgba(0, 26, 66, 0.1));
}

.our-work-main-page-archive-item {
    width: 30%;
}

.our-work-main-page-archive-item__title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 30px;

    color: #132c52;

    margin-bottom: 10px;

    min-height: 60px;

    display: flex;

    align-items: center;
}

.our-work-main-page-archive-item--btn a {
    font-family: 'aeroportregular';

    display: inline-block;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ff6229;

    padding: 14px 20px;

    background: #fff;
}

.our-work-main-page-archive-item--btn {
    position: absolute;

    bottom: 0;

    right: 0;
}

.our-work-main-page-archive-item--btn img {
    height: 11px;

    width: auto;

    margin-left: 14px;
}

.archive-custom_pagination {
    width: 100%;

    text-align: center;

    margin-top: 40px;

    margin-bottom: 20px;
}

.our-work-main-page-archive-item {
    margin-bottom: 40px;
}

.archive-custom_pagination .current {
    background-color: #fff;

    color: #ff6229;

    font-size: 16px;

    border-radius: 3px;

    cursor: pointer;

    margin: 5px 10px;

    padding: 13px 20px;

    background: #f7f9fc;

    border: 1px solid #e6e6e6;

    opacity: 0.2;
}

.archive-custom_pagination a {
    background-color: #fff;

    color: #ff6229;

    font-size: 16px;

    border-radius: 3px;

    cursor: pointer;

    margin: 5px 10px;

    padding: 13px 20px;

    background: #f7f9fc;

    border: 1px solid #e6e6e6;
}

.our-work-main-page-archive .our-work-main-page__title {
    top: 160px;
}

.single-custom-post-gallery-box {
    display: block;
}

.single-custom-post-gallery-box .gallery {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    padding: 0 15px;
}

.img-singel-gallery-item {
    width: 24%;

    margin-bottom: 10px;

    display: block;
}

.img-singel-gallery-item img {
    height: 250px;
}

.single-gallery-hero .wst-flex-box__text--container {
    padding-top: 64px;
}

.single-gallery-hero {
    min-height: 410px;
}

.single-gallery-hero .wst-flex-box__bg {
    min-height: 410px;
}

.single-gallery-hero_btn-box {
    display: flex;

    justify-content: space-between;

    position: absolute;

    top: 265px;

    z-index: 2;
}

.single-gallery-hero_btn-box-white img {
    height: 11px;

    margin-right: 11px;

    width: auto;
}

.single-gallery-hero_btn-box-white a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ff6229;

    padding: 14px 20px;

    display: inline-block;

    background: #ffffff;
}

.single-gallery-hero_btn-box-orange img {
    height: 11px;

    width: auto;

    margin-left: 11px;
}

.single-gallery-hero_btn-box-orange a {
    font-family: 'aeroportregular', sans-serif;

    background: #ff6229;

    padding: 14px 20px;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ffffff;

    display: inline-block;

    margin-left: 21px;
}

/* Contact Page */

.small-h-hero .wst-flex-box__bg-img,
.small-h-hero .wst-flex-box__bg .attachment-post-thumbnail .small-h-hero {
    width: auto;

    min-height: 318px;
}

.small-h-hero .wst-flex-box__text--container {
    padding-left: 89px;
}

.flex-box-informaion {
    width: 42%;

    padding-right: 70px;
}

.flex-box-form {
    width: 58%;
}

.flex-box-informaion-decoration {
    border: 1px solid #f7f9fc;

    width: 100%;

    margin: 27px 0;
}

.contact-page-small-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 45px;

    color: #132c52;

    margin-bottom: 10px;
}

.contact-section-informaion-text .fa {
    color: #0043a9;

    margin-left: 12px;
}

.contact-section-informaion-text span {
    color: #0043a9;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;
}

.contact-social-icon-page ul {
    display: flex;

    width: 218px;

    justify-content: space-between;
}

.contact-social-icon-page ul i {
    color: #0043a9;

    font-size: 26px;

    transition: all 0.3s ease-in;
}

.contact-social-icon-page ul i:hover {
    color: #ff6229;
}

.contact-section-form {
    margin-top: -200px;

    position: relative;

    padding: 30px;

    background: #ffffff;

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);
}

/* #form-contact-animation {

  animation:3s ease 0s normal forwards 1 formAnimation;

  -webkit-animation:3s ease 0s normal forwards 1 formAnimation;

  opacity:1

} */

/* @keyframes formAnimation{

  0%{opacity:0}

  80%{opacity:0}

  100%{opacity:1}

}



@-webkit-keyframes formAnimation{

  0%{opacity:0}

  80%{opacity:0}

  100%{opacity:1}

} */

.map-section {
    margin-top: 80px;
}

.third-map-section__pb {
    margin-bottom: 80px;
}

.responsive-map-container {
    position: relative;

    padding-bottom: 56.25%;

    padding-top: 30px;

    height: 0;

    overflow: hidden;
}

.responsive-map-container iframe,
.responsive-map-container object,
.responsive-map-container embed {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;
}

.responsive-map-container-box {
    width: 65%;

    height: auto;
}

.responsive-map-container {
    height: 650px;
}

.map-2 {
    height: 780px;
}

.map-2 {
    margin-bottom: 80px;
}

.map-section-text {
    width: 29%;

    margin-left: 40px;
}

.contact-page-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 50px;

    line-height: 52px;

    color: #132c52;

    margin-bottom: 30px;
}

.contact-section-informaion-text .fa-phone {
    margin-left: 0;
}

.contact-section-informaion-text .fa-map-marker,
.contact-section-informaion-text .fa-fax {
    margin-left: 0;

    margin-right: 12px;
}

.by-appointment-only {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #ff6229;

    padding: 5px 10px;

    display: inline-block;

    background: #f7f9fc;

    margin-top: 10px;
}

.contact-section-informaion-and-form .reverse-map-p {
    margin-left: 0px;

    margin-right: 40px;
}

/* All Services */

.mr-40-p {
    padding-right: 40px;
}

.all-services-section-half {
    width: 50%;

    position: relative;
}

.all-services-section-half__title {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: bold;

    font-size: 77px;

    line-height: 63px;

    color: #ff6229;

    position: relative;

    width: 800px;

    z-index: 2;

    margin-top: 28px;
}

.all-services-section-half-img {
    background-size: cover;

    background-position: center;

    height: 380px;

    filter: drop-shadow(20px 20px 50px rgba(0, 26, 66, 0.1));
}

.all-services-section__btn a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    padding: 14px 20px;

    color: #ffffff;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);

    display: inline-block;
}

.all-services-section__btn img {
    height: 11px;

    width: auto;

    margin-left: 10px;
}

.all-services-section .section-text {
    max-width: 100%;

    margin: 20px 0;
}

.mb-80 {
    margin-bottom: 80px;
}

.all-services-section-middel .mr-40-p {
    padding-right: 0px;

    padding-left: 40px;
}

.all-services-section-middel .all-services-section-half__title {
    /* width: auto; */

    margin-left: -234px;
}

.all-services-section-middel {
    text-align: right;
}

.all-services-section-middel .section-text {
    margin-left: auto;

    text-align: left;
}

.all-services-section .flex-box {
    position: relative;
}

.bg-decoration-all-serveces {
    position: absolute;

    width: 500px;

    top: -90px;

    left: 120px;

    z-index: -1;
}

.bg-decoration-all-serveces-bottom {
    position: absolute;

    width: 500px;

    top: -90px;

    right: 120px;

    z-index: -1;
}

/* About Us */

.about-us-page .wst-flex-box__text--container {
    margin-right: 119px;
}

.about-us-section__description--title {
    font-family: 'Poppins', sans-serif;

    font-size: 20px;

    font-style: normal;

    font-weight: 600;

    line-height: 30px;

    letter-spacing: 0em;

    text-align: left;

    margin-bottom: 10px;

    margin-top: 40px;
}

.about-us-section__description__btn a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ffffff;

    display: inline-block;

    padding: 14px 20px;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);

    margin-top: 30px;
}

.about-us-section__description__btn img {
    height: 11px;

    width: auto;

    margin-left: 11px;
}

.about-us-section__description-img {
    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: 340px;
}

.about-us-section__description-img-container {
    margin-top: -230px;

    position: relative;

    z-index: 123;

    background: #fff;

    padding: 30px;

    box-shadow: 20px 20px 50px rgb(0 26 66 / 10%);
}

.about-us-section__description--team-continer {
    margin-top: 90px;
}

.about-us-section__description--team-continer .section-blue-title,
.about-us-page-right .section-blue-title {
    font-size: 50px;

    line-height: 52px;

    margin-bottom: 40px;
}

.about-us-page-right .section-blue-title {
    margin-bottom: 20px;
}

.about-us__team_list ul {
    display: flex;

    flex-wrap: wrap;
}

.about-us__team_list ul li {
    width: 100%;
}

.about-us__team_item {
    display: flex;

    margin-bottom: 42px;
}

.about-us__team_item-img {
    width: 140px;

    height: 140px;

    background-repeat: no-repeat;

    background-size: cover;

    background-position: center;

    margin-right: 30px;
}

.about-us__team_item-description--subtitle {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 11px;

    line-height: 23px;

    text-transform: uppercase;

    color: #475468;
}

.about-us__team_item-description--title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 30px;

    color: #132c52;
}

.about-us__team_item-description .section-text {
    max-width: 355px;
}

.about-us-page-right {
    padding-left: 60px;

    padding-top: 60px;

    background: linear-gradient(85.32deg, #f0f4fa 0%, #ffffff 100%);

    padding-bottom: 90px;
}

.about-us-page-right-links-container {
    display: flex;

    flex-wrap: wrap;
}

.about-us-page-right-links-item img {
    height: 11px;

    width: auto;

    margin-right: 12px;
}

.about-us-page-right-links-item {
    width: 100%;
}

.about-us-page-right-links-item a {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 30px;

    display: flex;

    align-items: center;

    color: #132c52;

    transition: all 0.3s ease-in;

    margin-bottom: 20px;

    pointer-events: none;

    cursor: default;
}

.about-us-page-right-links-item a:hover {
    color: #ff6229;
}

.about-us-page-right-line {
    margin-top: 55px;

    width: 100%;

    margin-bottom: 84px;

    color: #132c52;

    opacity: 0.07;
}

.about-us-page-right-statment img {
    height: auto;

    width: 375px;

    margin-bottom: 13px;
}

.about-us-section__description .flex-box {
    position: relative;
}

.about-us-dec-left {
    position: absolute;

    width: 705px;

    height: auto;

    z-index: -1;

    left: -34px;
}

.partner-page-custom-img-hero-section {
    padding: 30px;

    background: #ffffff;

    box-shadow: none;

    margin-top: -375px;

    z-index: 122;

    position: relative;

    /* height: 232px; */

    height: 500px;
}

.page-id-118 .partner-page-custom-img-hero-section {
    text-align: center;
}

.partner-img-sticky {
    position: sticky;

    top: 0;
}

.wsr-section-tab-partner-page {
    background: none;
}

.page-id-325 .wsr-partner-section__description__img {
    width: auto;

    height: 200px;

    margin-bottom: 20px;
}

/* VPI PAGE */

.tab-window-animation-btn-box img {
    height: 11px;

    width: auto;

    margin-right: 11px;

    display: block;
}

.tab-window-animation-btn-box button {
    width: 100%;

    display: block;

    text-align: left;

    background: none;

    border: none;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;

    line-height: 30px;

    color: #132c52;

    transition: all 0.3s ease-in;

    display: flex;

    align-items: center;

    margin-bottom: 20px;
}

.tab-window-animation-btn-box button:focus {
    border: none;

    outline: none;
}

.tab-window-animation-btn-box button:hover {
    color: #ff6229;

    cursor: pointer;
}

.tab .tablinkswindow.active {
    color: #ff6229;
}

.img-window-animation-best {
    position: relative;
}

.img-window-animation-best .tabcontentwindow {
    position: absolute;
}

.img-window-animation-best {
    height: 531px;

    width: 439px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;
}

.tabcontentwindow .tabcontentwindow-number {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #ffffff;

    padding: 3px 9px;

    background: #ff6229;
}

.tabcontentwindow .tabcontentwindow-number-border {
    background: rgba(255, 98, 41, 0.1);

    border: 1px solid rgba(255, 98, 41, 0.3);

    padding: 20px;
}

.static-window .tabcontentwindow-static-number {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    letter-spacing: 0.06em;

    text-transform: uppercase;

    color: #ffffff;

    padding: 3px 9px;

    background: #475468;
}

.static-window .tabcontentwindow-static-number-bg {
    background: none;

    border: none;

    padding: 21px;
}

/* Postion Window Animation */

.window-1 {
    position: absolute;

    left: 393px;

    top: 203px;
}

#window-1 {
    position: absolute;

    left: 393px;

    top: 203px;

    animation: fade_in_show 2s;
}

.window-2 {
    position: absolute;

    top: 238px;

    left: 240px;

    /* z-index: 2; */
}

#window-2 {
    top: 238px;

    left: 240px;

    animation: fade_in_show 2s;
}

.window-3 {
    position: absolute;

    top: 114px;

    left: 84px;
}

#window-3 {
    top: 114px;

    left: 84px;

    animation: fade_in_show 2s;
}

.window-4 {
    position: absolute;

    top: 217px;

    left: 287px;
}

#window-4 {
    top: 217px;

    left: 287px;

    animation: fade_in_show 2s;
}

.window-5 {
    position: absolute;

    top: 422px;

    left: 189px;
}

#window-5 {
    top: 422px;

    left: 189px;

    animation: fade_in_show 2s;
}

.window-6 {
    top: 57px;

    left: 232px;

    position: absolute;
}

#window-6 {
    top: 57px;

    left: 232px;

    animation: fade_in_show 2s;
}

.window-7 {
    top: 147px;

    left: 42px;

    position: absolute;
}

#window-7 {
    top: 147px;

    left: 42px;

    animation: fade_in_show 2s;
}

.window-8 {
    top: 293px;

    left: 326px;

    position: absolute;
}

#window-8 {
    top: 293px;

    left: 326px;

    animation: fade_in_show 2s;
}

.window-9 {
    top: 320px;

    left: 326px;

    position: absolute;
}

#window-9 {
    top: 320px;

    left: 326px;

    animation: fade_in_show 2s;
}

.window-10 {
    top: 148px;

    left: 381px;

    position: absolute;
}

#window-10 {
    top: 148px;

    left: 381px;

    animation: fade_in_show 2s;
}

.window-11 {
    top: 208px;

    left: 259px;

    position: absolute;
}

#window-11 {
    top: 208px;

    left: 259px;

    animation: fade_in_show 2s;
}

.window-12 {
    position: absolute;

    top: 244px;

    left: 298px;
}

#window-12 {
    top: 244px;

    left: 298px;

    animation: fade_in_show 2s;
}

.window-13 {
    top: 390px;

    position: absolute;

    left: 278px;
}

#window-13 {
    top: 390px;

    left: 278px;

    animation: fade_in_show 2s;
}

.window-14 {
    position: absolute;

    top: 257px;

    left: 100px;
}

#window-14 {
    top: 257px;

    left: 100px;

    animation: fade_in_show 2s;
}

.window-15 {
    top: 256px;

    left: 200px;

    position: absolute;
}

#window-15 {
    top: 256px;

    left: 200px;

    animation: fade_in_show 2s;
}

.window-16 {
    top: 112px;

    left: 130px;

    position: absolute;
}

.section-window__animation {
    margin-bottom: 80px;
}

/* Page Template */

.page-custom-vision-hero .wst-flex-box__title {
    width: 442px;

    padding-left: 20px;
}

.page-template-content p {
    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;
}

.page-template-content li {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 34px;

    color: #475468;
}

.page-template-content {
    margin-bottom: 80px;
}

.page-template-content a {
    font-family: 'aeroportregular', sans-serif;

    color: #003f9d;

    transition: all 0.3s ease-in;

    font-size: 18px;

    word-wrap: break-word;
}

.page-template-content a:hover {
    color: #ff6229;
}

.page-template-content ul {
    margin-bottom: 40px;
}

.page-template-content h1,
.page-template-content h2 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 35px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.page-template-content h3,
.page-template-content h4,
.page-template-content h5,
.page-template-content h6 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 28px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.term-and-codition-mt .wst-flex-box__text--container {
    padding-top: 104px;
}

.page-id-48 .page-custom-vision-hero .wst-flex-box__title {
    padding-left: 0;
}

.page-id-50 .wst-flex-box__text--container {
    padding-top: 104px;
}

.img-made-link {
    width: 100%;

    height: 100%;

    position: absolute;

    opacity: 0;
}

.single .blog-post-sticky-25 {
    position: sticky;

    top: 0;
}

.footer-link-tab {
    color: #475468;

    text-decoration: underline;

    transition: all 0.3s ease-in;
}

.footer-link-tab:hover {
    color: #ff6229;
}

.pagination-arrow-right::before {
    content: url(../images/long_arrow_yellow.svg);

    height: 11px;

    width: 22px;

    margin-left: 14px;
}

.pagination-arrow-left:after {
    content: url(../images/long_arrow_green-ivers.svg);

    height: 11px;

    width: 22px;

    margin-right: 14px;
}

.gaf-hero .wst-flex-box__text--container {
    width: 448px;
}

.gaf-img {
    text-align: center;
}

.gaf-img img {
    width: auto;

    height: 125px;
}

.certain-img {
    text-align: center;
}

.malarkey-small-title {
    font-size: 42px;

    line-height: 1.3;
}

.rebates-hero .wst-flex-box__text--container {
    margin-right: 74px;

    padding-left: 82px;
}

.rebates-img {
    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: auto;
}

.rebates-section .section-blue-title {
    font-size: 28px;

    line-height: 1.3;

    margin-bottom: 20px;
}

.rebates-section .section-text,
.rebates-section p {
    margin-bottom: 40px;
}

.what-you-get__box--item p {
    margin-bottom: 5px;
}

.what-you-get__box {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-around;

    margin-bottom: 30px;
}

.what-you-get-notice {
    color: #ff6229;

    text-align: center;
}

.rebates-list {
    list-style: none;

    /* Remove default bullets */

    margin-bottom: 20px;
}

.rebates-list li {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;

    margin-left: 1em;
}

.rebates-list li::before {
    content: '\2022';

    /* Add content: \2022 is the CSS Code/unicode for a bullet */

    color: #ff6229;

    /* Change the color */

    font-weight: bold;

    /* If you want it to be bold */

    display: inline-block;

    /* Needed to add space between the bullet and the text */

    width: 1em;

    /* Also needed for space (tweak if needed) */

    margin-left: -1em;

    /* Also needed for space (tweak if needed) */
}

.rebates-section .mb-16 {
    margin-bottom: 16px;
}

.rebates-list-right {
    justify-content: center;

    align-items: center;

    align-self: center;

    text-align: center;

    position: relative;
}

.u-dactor-dec {
    position: absolute;

    top: -132px;

    left: 0;

    z-index: -11;
}

.rebates-animation-img-box {
    position: relative;
}

.rebates-animation-img-box:hover .rebates-animation-img-box__pic {
    z-index: 3;

    opacity: 1;
}

.rebates-animation-img-box:hover .rebates-animation-img-box__pic-1 {
    opacity: 0;

    z-index: 1;
}

.rebates-animation-img-box__pic {
    position: absolute;

    z-index: 1;

    opacity: 0;

    transition: all 0.3s ease-in;
}

.rebates-animation-img-box__pic-1 {
    position: relative;

    z-index: 2;

    transition: all 0.2s ease-in;
}

.rebates-list-right span {
    display: block;

    color: #132c52;
}

p.rebates-info {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: bold;

    font-size: 16px;

    line-height: 30px;

    text-align: center;

    color: #132c52;

    margin-bottom: 80px;
}

.rebates-info a {
    color: #132c52;

    text-decoration: underline;

    transition: all 0.3s ease-in;
}

.rebates-info a:hover {
    color: #ff6229;
}

.thank-you-title {
    font-size: 32px;
}

.thank-you-section {
    display: block;

    text-align: center;
}

.thank-you-link {
    text-decoration: underline;

    color: #132c52;

    transition: all 0.3s ease-in;
}

.thank-you-link:hover {
    color: #ff6229;
}

.subscribe-to-our-mailing__lista-title {
    font-family: 'Poppins', sans-serif;

    text-align: center;

    font-style: normal;

    font-weight: 600;

    font-size: 50px;

    line-height: 52px;

    color: #ffffff;

    margin-bottom: 10px;
}

.dec-sub-bg-section {
    width: auto;

    height: 230px;

    right: 0;

    position: absolute;

    z-index: 1;
}

.subscrib-section-box {
    position: relative;

    z-index: 2;
}

.tabcontentwindow-static-number {
    cursor: pointer;
}

.static-window .tabcontentwindow-static-number {
    transition: all 0.3s ease-in;
}

.static-window:hover .tabcontentwindow-static-number {
    background: #ff6229;
}

.footer-company-img {
    height: auto;

    width: 100px;

    margin-left: 30px;
}

.ft-pr-box {
    display: flex;
}

.footer-company-img-mobile {
    display: none;
}

.map-link-cs {
    color: #0043a9;

    transition: all 0.3s ease-in;
}

.map-link-cs:hover {
    color: #ff6229;
}

/* Window Inst Additional */

.small-title-inst-additional {
    font-family: 'aeroportregular', sans-serif;

    display: block;

    font-style: normal;

    font-weight: bold;

    font-size: 20px;

    line-height: 1.3;

    text-transform: uppercase;

    margin-bottom: 10px;
}

.window-inst-additional .wst-flex-box__title {
    width: 442px;
}

.window-inst-additional .wst-flex-box__text--container {
    margin-right: 17px;

    padding-left: 21px;

    padding-top: 104px;
}

.window-inst-additional {
    margin-bottom: 40px;
}

.window-inst-additional-section-blue__box {
    background: linear-gradient(121.84deg, #0043a9 0%, #003068 60.8%);

    display: flex;

    margin-bottom: 22px;
}

.window-inst-additional-section-blue__box p {
    width: 300px;

    padding: 10px 30px 10px 15px;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: bold;

    font-size: 16px;

    line-height: 22px;

    color: #ffffff;
}

.window-inst-additional-section .section-text {
    margin-bottom: 40px;
}

.window-inst-additional-section .sub_title_white--text {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    color: #132c52;

    text-transform: inherit;
}

.window-inst-additional-section .sub_title_white {
    margin-bottom: 22px;
}

.img-window-inst-additional {
    height: 108px;

    width: 200px;

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    margin: 10px 15px 10px 10px;
}

.img-window-inst-additional-2 {
    height: 161px;
}

.window-inst-additional-section-blue__box-pdf-box {
    margin-top: 10px;

    width: 318px;

    margin-right: 10px;
}

.window-inst-additional-section-blue__box-pdf-box a {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ff6229;

    display: block;

    padding: 12px 20px;

    background: #fff;

    margin-bottom: 10px;

    display: flex;

    justify-content: space-between;
}

.window-inst-additional-section-blue__box-pdf-box img {
    height: 11px;

    width: auto;
}

.videoWrapper {
    position: relative;

    padding-bottom: 56.25%;

    /* 16:9 */

    height: 0;

    filter: drop-shadow(20px 20px 50px rgba(0, 26, 66, 0.1));

    margin-bottom: 40px;
}

.videoWrapper iframe {
    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;
}

.window-inst-additional-video-box {
    padding: 20px 30px;

    background: linear-gradient(85.32deg, #f0f4fa 0%, #ffffff 100%);

    margin-top: -274px;

    position: relative;
}

.window-inst-additional-video-item--title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 45px;

    color: #132c52;

    margin-bottom: 10px;
}

.warning-box-video {
    padding: 10px;

    background: #ff6229;

    margin-top: 10px;

    display: flex;

    justify-content: space-between;
}

.warning-box-video--img {
    background-size: cover;

    background-position: center;

    width: 200px;

    height: 114px;
}

.warning-box-video-text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: bold;

    font-size: 16px;

    line-height: 22px;

    color: #ffffff;

    padding-left: 30px;
}

.warning-box-video .sub_title_white img {
    height: 35px;

    margin-right: 12px;
}

.warning-box-video .sub_title_white {
    margin-bottom: 20px;
}

.warning-box-video {
    position: relative;

    z-index: 2;
}

.warning-box-video .sub_title_white--text {
    color: #fff;
}

.warning-box-video-dec {
    width: 200px;

    height: 200px;

    background: #fff;

    position: absolute;

    left: 16px;

    bottom: 7px;

    z-index: 1;
}

.window-inst-additional-3-colum {
    background: #f7f9fc;

    padding: 40px 0;

    margin-top: 20px;
}

.window-inst-additional-3-colum-box--item-img {
    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    height: 236px;

    margin-bottom: 10px;
}

.window-inst-additional-3-colum-box--item-header {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 45px;

    color: #132c52;

    margin-bottom: 10px;
}

.window-inst-additional-3-colum-box {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;
}

.window-inst-additional-3-colum-box--item {
    width: 28%;
}

.window-inst-additional-3-colum-box--item-text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;
}

.wis__section {
    background: linear-gradient(99.49deg, #0043a9 0%, #003068 100%);

    padding: 50px 0 60px 0;
}

.wis__section-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;

    color: #ffffff;

    margin-bottom: 10px;
}

.wis__section-subtitle {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: bold;

    font-size: 20px;

    line-height: 105.5%;

    text-transform: uppercase;

    color: #ffffff;
}

.wis__section--text {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #ffffff;

    margin-bottom: 10px;
}

.wis__section--btn {
    width: 308px;

    margin-top: 10px;
}

.wis__section--btn a {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    padding: 14px 20px;

    color: #ffffff;

    display: block;

    display: flex;

    align-items: center;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);
}

.wi-dec {
    height: 309px;

    position: absolute;

    top: -33px;

    right: -303px;

    z-index: 1;
}

.wis__section .wrapper {
    position: relative;
}

.wis__section {
    overflow: hidden;
}

.wis__section .flex-box {
    position: relative;

    z-index: 2;
}

/* Parner Template */

.page-template-page-partner-template .wsr-slider__section--text {
    margin-bottom: 90px;
}

.page-template-page-partner-template .mb-space {
    margin-bottom: 22px;
}

.page-template-page-partner-template .partner-img-sticky {
    position: sticky;

    top: 0;

    text-align: center;
}

.page-template-page-partner-template .partner-page-custom-img-hero-section {
    min-height: 700px;

    height: 100%;
}

.classfinal {
    min-height: auto !important;
}

.dec-template-partner-page {
    position: absolute;

    top: 231px;

    max-width: 500px;

    z-index: -1;
}

.featured-products__partner-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 77px;

    line-height: 77px;

    color: #132c52;
}

.featured-products__partner-box {
    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-wrap: wrap;

    margin-bottom: 40px;
}

/* Partner Template Slider */

.partner-template-slider .arrow-hero-custom-left {
    background-image: url(../images/slider-right.svg);

    background-size: cover;

    width: 63px;

    height: 47px;

    position: relative;
}

.partner-template-slider .arrow-hero-custom-right {
    background-image: url(../images/slider-left.svg);

    background-size: cover;

    width: 63px;

    height: 47px;

    position: relative;
}

.partner-template-slider .owl-next {
    position: absolute;

    right: -81px;

    top: 90px;
}

.partner-template-slider .owl-prev {
    position: absolute;

    left: -81px;

    top: 90px;
}

.partner-template-slider button {
    outline: none;
}

.partner-template-slider-owl-item-img {
    background-size: cover;

    background-position: center;

    height: 251px;

    width: 251px;

    margin: 0 auto;
}

.partner-template-slider-owl-item-text {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 18px;

    line-height: 27px;

    color: #132c52;

    text-align: center;

    margin-top: 20px;
}

.partner-template-slider .owl-nav {
    display: block !important;
}

.partner-template-slider-owl {
    margin-bottom: 60px;
}

.partner-sub-title-hero {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 30px;

    line-height: 1.3;

    color: #ffffff;
}

.partner-page-text-content p {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    color: #475468;

    margin-bottom: 22px;
}

.partner-page-text-content h3,
.partner-page-text-content h4,
.partner-page-text-content h5,
.partner-page-text-content h6 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 28px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.partner-page-text-content h1,
.partner-page-text-content h2 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 35px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

/* Windows  */
.windows-yuotube_box_for_video {
    display: flex;
    justify-content: space-between;
    padding: 60px 0px 20px 0px;
}

.windows-yuotube_box_for_video--1,
.windows-yuotube_box_for_video--2 {
    width: 40%;
}

.windows-yuotube_box_for_video h6 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.3;
    color: #132c52;
    margin-bottom: 20px;
}

/* Page Policy And  */

.page-id-52 .page-template-content ul,
.page-id-54 .page-template-content ul {
    list-style-image: url(../images/long_arrow_yellow.svg);

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 30px;
}

/* Page Addional Template */

.additional-template-page .wst-flex-box__text--container {
    width: 450px;
}

.additional-template-page--text p {
    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;
}

.additional-template-page--text p a {
    text-decoration: none;

    color: #0043a9;
}

.additional-template-page--text h1,
.additional-template-page--text h2 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 35px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.additional-template-page--text ul {
    list-style-image: url(../images/long_arrow_yellow.svg);

    font-style: normal;

    font-weight: normal;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 30px;
}

.additional-template-page--text ol,
.additional-template-page--slider ol {
    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 19px;

    list-style: decimal;
}

.additional-template-page--text h3,
.additional-template-page--text h4,
.additional-template-page--text h5,
.additional-template-page--text h6 {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 28px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.additional-template-page--text .wp-block-button .wp-block-button__link {
    background: #ffffff;

    border: 1px solid #e6e6e6;

    box-sizing: border-box;

    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    padding: 14px 20px;

    font-weight: normal;

    font-size: 16px;

    display: inline-block;

    color: #ff6229;

    border-radius: 0;

    position: relative;
}

.additional-template-page--slider .wsr-slider__section-box {
    position: sticky;

    top: 0;
}

.review-project-text .owl-stage {
    width: auto;

    transform: inherit !important;
}

.review-project-text {
    cursor: inherit;
}

.mfp-title {
    text-align: center;

    font-size: 32px;

    color: #fff;

    padding-top: 10px;
}

.mfp-arrow,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    opacity: 1;
}

.all-partner-section-img {
    width: 250px;

    margin: 50px;
}

.all-partner-section-img img {
    height: auto;
}

.all-partner-section {
    display: flex;

    flex-wrap: wrap;

    justify-content: space-between;

    align-items: center;
}

.partner-page-custom .single-gallery-hero_btn-box-orange a {
    margin-left: 0;

    margin-top: 10px;
}

.footer-slider {
    background: none;

    padding: 0;

    border-top: none;

    margin-top: 70px;

    /* width: 516px; */
}

.footer-slider .we-trust-section-slider .owl-next,
.footer-slider .we-trust-section-slider .owl-prev {
    top: 25px;
}

.footer-slider .we-trust-section-slider {
    margin-top: 0;

    margin-bottom: 36px;
}

.footer-slider .owl-item img {
    height: 100px;
}

/* Menu Drow Down */

.main-menu li {
    position: relative;
}

.main-menu ul li .sub-menu {
    display: none;

    position: absolute;

    top: 100%;

    left: 0;

    background: #fff;

    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);

    margin: 0;

    padding: 0;

    list-style: none;

    width: 150px;

    padding: 10p 10px !important;

    z-index: 11111;

    box-shadow: 20px 20px 50px rgb(0 26 66 / 10%);
}

.main-menu ul li .sub-menu a {
    color: #132c52;
}

.main-menu ul li .sub-menu li {
    padding: 10px 10px;
}

.main-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.main-menu ul li .sub-menu li.current_page_item:before {
    content: '';

    width: 0;

    position: absolute;

    border: none;
}

.main-menu ul li .sub-menu a:hover {
    color: #ff6229;
}

.main-menu .menu-item-has-children:after {
    display: inline-block;

    width: 0;

    height: 0;

    margin-left: 0.255em;

    vertical-align: 0.255em;

    content: '';

    border-top: 0.3em solid #fff;

    border-right: 0.3em solid transparent;

    border-bottom: 0;

    border-left: 0.3em solid transparent;
}

.main-menu .menu-item-has-children::before:hover .sub-menu {
    display: block;
}

/* Gallery Custom */

.container-gallery {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.container-gallery .testimonial-section {
    width: 450px;
}

.container-gallery .main-our__work-page--section {
    width: 60%;
}

.container-gallery .section-blue-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 57px;

    line-height: 57px;
}

.container-gallery .slider-testimonial-item {
    width: auto;

    padding: 0 22px 10px 10px;
}

.container-gallery .img-singel-gallery-item img {
    height: 150px;
}

.container-gallery .testimonial-section .section-blue-title::after {
    width: 14rem;
}

.container-gallery .slider-testimonial-item-avatar--img {
    margin-bottom: 20px;
}

.container-gallery .testimonial-section {
    background: none;
}

.container-gallery .main-our__work-page--section .wrapper {
    position: sticky;

    top: 0;
}

.page-template-page-partner-template .partner-page-text-content ul {
    list-style-image: url(//2flwindowsandsiding.com/wp-content/themes/windowsidingroofing/assets/css/../images/long_arrow_yellow.svg);

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 30px;
}

.page-template-page-partner-template .partner-page-text-content ol {
    list-style: decimal;

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 34px;

    margin-bottom: 34px;

    color: #475468;

    padding-left: 20px;
}

.wsr-slider__section-box div.owl-item div.wsr-slider__form div:after,
.wsr-slider__section-box div.owl-item div.wsr-slider__form div:before,
.wsr-slider__section-box div.owl-item div.wsr-slider__form:after,
.wsr-slider__section-box div.owl-item div.wsr-slider__form:before {
    display: none;
}

.is-form .wsr-slider__section-box {
    padding: 0;

    background: none;

    box-shadow: none;
}

.is-form .wsr-slider__section-box .wsr-slider__box {
    padding: 30px;

    background: #fff;

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);
}

.is-form .wsr-slider__section-box .wsr-slider__form {
    margin-bottom: 30px;
}

.is-form .wsr-slider__section-box .wsr-slider__form iframe {
    /* min-height: 460px; */
}

.t-center {
    text-align: center;
}

.is-form .additional-template-partner {
    /* margin-top: -270px; */
}

.is-form .additional-template-page--slider .wsr-slider__section-box {
    margin-bottom: -120px;
}

.search .pagination-links-custom-style {
    display: flex;

    justify-content: space-between;

    max-width: 700px;
}

/* FAQS Section */

.faqs_section-services-page {
    background: #e9ecf2;

    padding: 60px 0;
}

.faqs_section-services-page input {
    position: absolute;

    opacity: 0;

    z-index: -1;
}

.faqs_section-services-page .row {
    display: flex;
}

.faqs_section-services-page .row .col {
    flex: 1;

    width: 100%;
}

/* Accordion styles */

.faqs_section-services-page .tabs {
    overflow: hidden;
}

.faqs_section-services-page .tab {
    width: 100%;

    color: white;

    overflow: hidden;
}

.faqs_section-services-page .tab-label {
    display: flex;

    justify-content: space-between;

    padding: 1em;

    background: #fff;

    cursor: pointer;

    color: #ff6229;

    border: 1px solid #e6e6e6;

    transition: hover 0.3s ease;

    line-height: 1.3;

    /* Icon */
}

.faqs_section-services-page .tab-label::after {
    /* content: "❯"; */

    content: url(../images/long_arrow_yellow.svg);

    width: 1em;

    height: 1em;

    text-align: center;

    transition: all 0.35s;
}

.faqs_section-services-page .tab-content {
    max-height: 0;

    padding: 0 1em;

    color: #2c3e50;

    background: white;

    transition: all 0.35s;
}

.faqs_section-services-page .tab-close {
    display: flex;

    justify-content: flex-end;

    padding: 1em;

    font-size: 0.75em;

    background: #2c3e50;

    cursor: pointer;
}

.faqs_section-services-page .tab-close:hover {
    background: #1a252f;
}

.faqs_section-services-page input:checked + .tab-label {
    background: #fff;
}

.faqs_section-services-page input:checked + .tab-label::after {
    transform: rotate(90deg);
}

.faqs_section-services-page input:checked ~ .tab-content {
    max-height: 100vh;

    padding: 1em;
}

.wpcf7 {
    padding: 5px;
}

.wpcf7 .wpcf7-form.submitting > * {
    opacity: 0.5;
}
.wpcf7-form {
    padding-top: 10px;
}
.wpcf7 .wpcf7-form {
    position: relative;
    margin: 0 -5px;
    display: flex !important;
    flex-wrap: wrap;
    padding-top: 10px;
}

.wpcf7 .ajax-loader {
    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    margin: 0;

    background-color: #6fb020;

    opacity: 1 !important;
}

.wpcf7 .f-group {
    margin: 0 5px;

    position: relative;

    width: calc(100% - 10px);

    margin-bottom: 10px;
}

.wpcf7 .f-group.f-col {
    width: calc(50% - 10px);
}

.wpcf7 .f-group label {
    display: inline-block;

    position: absolute;

    background: #fff;

    padding: 0 10px;

    top: -5px;

    left: 26px;

    color: #f86614;

    font-style: normal;

    font-weight: 500;

    font-size: 13px;

    /* font-family: dm sans,sans-serif; */

    width: auto;

    z-index: 10;
}

.wpcf7 .f-group .wpcf7-form-control-wrap {
    display: block;

    position: relative;
}

.wpcf7 .f-group .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;

    top: 100%;

    right: 0;

    font-size: 12px;

    padding: 5px;

    background: #ffdfdf;

    color: red;

    z-index: 5;

    display: none !important;
}

.wpcf7 .f-group .wpcf7-form-control-wrap select,
.wpcf7 .f-group .wpcf7-form-control-wrap textarea,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='tel'],
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='email'],
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='text'] {
    font-style: normal;

    font-weight: normal;

    color: #333333;

    line-height: normal;

    font-size: 16px;

    padding: 15px 30px;

    border: 1px solid #e6e6e6;

    outline: none;

    width: 100%;

    height: 60px;
}

.wpcf7 .f-group .wpcf7-form-control-wrap textarea::placeholder,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='tel']::placeholder,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='email']::placeholder,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='text']::placeholder {
    line-height: normal;

    font-size: 16px;
}

.wpcf7 .f-group .wpcf7-form-control-wrap select:focus,
.wpcf7 .f-group .wpcf7-form-control-wrap textarea:focus,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='tel']:focus,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='email']:focus,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='text']:focus {
    border-color: #f86614;
}

.wpcf7 .f-group .wpcf7-form-control-wrap select.wpcf7-not-valid,
.wpcf7 .f-group .wpcf7-form-control-wrap textarea.wpcf7-not-valid,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='tel'].wpcf7-not-valid,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='email'].wpcf7-not-valid,
.wpcf7 .f-group .wpcf7-form-control-wrap input[type='text'].wpcf7-not-valid {
    border-color: #f00;
}

.wpcf7 .wpcf7-form-control-wrap.recaptcha {
    overflow: hidden;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item {
    display: block;

    margin: 0;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label {
    position: relative;

    padding: 0;

    margin: 0;

    top: 0;

    left: 0;

    font-size: 13px;

    color: #475468;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
    display: block;

    position: relative;

    padding: 5px 0;

    padding-left: 35px;

    cursor: pointer;
}
#wpcf7-f5156-o1 .wpcf7-list-item-label,
.wsr-section-tab .wpcf7-list-item-label {
    min-height: 65px;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    content: '';

    position: absolute;

    top: 50%;

    left: 5px;

    transform: translateY(-50%);

    border: 1px solid #e6e6e6;

    height: 24px;

    width: 24px;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    content: url(../images/check.svg);

    position: absolute;

    position: absolute;

    top: 50%;

    left: 5px;

    transform: translateY(-50%);

    height: 24px;

    width: 24px;

    display: none;
}

.wpcf7 .wpcf7-acceptance .wpcf7-list-item label input {
    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    z-index: -1;
}

.wpcf7
    .wpcf7-acceptance
    .wpcf7-list-item
    label
    input:checked
    + .wpcf7-list-item-label:after {
    display: block;
}

.wpcf7 button {
    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    border: none;

    padding: 14px 20px;

    /* font-family: aeroportregular,sans-serif; */

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

    color: #fff;

    width: 100%;

    cursor: pointer;

    position: relative;

    outline: none;

    margin: 0 5px;
}

.wpcf7 button:disabled {
    opacity: 0.6;
}

.wpcf7 button:after {
    content: url(../images/long_arrow_green.svg);

    display: inline-block;

    margin-left: 10px;

    /* position: absolute;

  z-index: 2;

  right: 67px;

  top: 51%;

	transform: translateY(-50%); */
}

.wpcf7 form .wpcf7-response-output {
    padding: 10px 15px;

    margin: 10px 5px 0;

    font-size: 15px;

    text-align: center;

    background: rgba(255, 185, 0, 0.48);

    color: #a97a00;

    border: none;

    width: calc(100% - 10px);
}

.wpcf7 form.sent .wpcf7-response-output {
    background: rgba(70, 180, 80, 0.3);

    color: #2e9237;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    background: rgba(255, 0, 0, 25);

    color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    background: rgba(245, 110, 40, 0.48);

    color: #c55014;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    background: rgba(255, 185, 0, 0.48);

    color: #a97a00;
}

.subscribe-to-our-mailing__lista-title {
    margin-bottom: 20px;
}
.wpcf7 .f-subscribe {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin: 0;
}
.wpcf7 .f-subscribe .f-group {
    width: 100%;
    max-width: 320px;
    padding: 0 10px;
    margin: 0 0 20px 0;
}
.wpcf7 .f-subscribe .f-group input {
    width: 100%;
}
.wpcf7 .f-subscribe .f-group button {
    margin: 0;
    padding: 21px 20px;
    background: #ff6229;
}
@media (max-width: 767px) {
    .wpcf7 .f-subscribe {
        display: block;
    }
    .wpcf7 .f-subscribe .f-group {
        max-width: none;
    }
}

.blog-btn-desctop-vsbl {
    display: block;
}

.blog-btn-vsbl-mobl {
    display: none;
}

.mult-family-com_title {
    overflow-wrap: break-word;
}

.second-partner section {
    background: #fff;
}

.tabcontentsecond {
    animation: fade_in_show 2s;
}

/* Comments Section */

#comments {
    padding: 40px;

    background: linear-gradient(85.32deg, #f0f4fa 0%, #ffffff 100%);

    max-width: 800px;

    overflow: hidden;
}

.comment {
    margin-top: 15px;
}

.comments-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 35px;

    line-height: 39px;

    color: #132c52;

    margin-bottom: 20px;
}

.pingback {
    padding-left: 80px;

    background: linear-gradient(256.35deg, #f0f4fa 13.66%, #ffffff 74.97%);

    padding-top: 20px;

    border-right: 6px solid #0043a9;

    padding-bottom: 10px;

    margin-top: 17px;

    padding-right: 20px;
}

.pingback .comment-body .fn a {
    text-decoration: none;

    color: #0043a9;

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 34px;

    z-index: 3;

    position: relative;
}

.pingback > div::before {
    content: '';

    background: url(../images/avar-ping-custom.png);

    width: 53px;

    height: 45px;

    background-size: 53px auto;

    position: absolute;

    margin-left: -69px;

    z-index: 2;
}

.pingback > div::after {
    content: '';

    background: url(../images/ping-custom-decoration.svg);

    width: 53px;

    height: 42px;

    background-size: 53px auto;

    position: absolute;

    margin-left: -34px;

    z-index: 1;

    top: -27px;
}

.comment-reply-title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 28px;

    line-height: 28px;

    color: #132c52;

    margin-bottom: 10px;

    margin-top: 40px;
}

.comment-form-author {
    width: 48%;

    margin-right: 21px;
}

.comment-form-email {
    width: 48%;
}

.comment-form-url {
    width: 100%;
}

.comment-notes {
    position: relative;

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 34px;

    color: #475468;

    margin-bottom: 14px;
}

.comment-form-comment {
    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 34px;

    color: #475468;

    margin-bottom: 4px;
}

.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
    font-style: normal;

    font-weight: normal;

    color: #333333;

    line-height: normal;

    font-size: 16px;

    padding: 15px 30px;

    border: 1px solid #e6e6e6;

    outline: none;

    width: 100%;

    height: 60px;

    margin-bottom: 18px;
}

.comment-form-author label,
.comment-form-email label,
.comment-form-url label {
    display: block;

    display: block;

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 34px;

    color: #475468;
}

.comment-form-cookies-consent label {
    font-size: 13px;

    font-family: 'aeroportregular', sans-serif;

    color: #475468;

    padding-left: 8px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: inline-block;
}

.comment-form-comment textarea {
    font-style: normal;

    font-weight: normal;

    color: #333333;

    line-height: normal;

    font-size: 16px;

    padding: 15px 30px;

    border: 1px solid #e6e6e6;

    outline: none;

    width: 100%;

    height: 120px;

    font-size: 16px;

    line-height: 1.3;

    color: #475468;
}

.comment-body {
    position: relative;

    font-style: normal;

    font-weight: 400;

    font-size: 18px;

    line-height: 34px;

    color: #475468;
}

.says {
    display: none;
}

.comment-body .fn a {
    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 34px;

    color: #475468;

    margin-bottom: 20px;
}

.pingback .commentmetadata {
    display: none;
}

.commentmetadata,
.comment-body .commentmetadata a {
    font-style: normal;

    font-weight: 400;

    font-size: 14px;

    line-height: 34px;

    color: #475468;

    cursor: default;

    pointer-events: none;
}

.comment-body a {
    text-decoration: none;

    color: #0043a9;
}

.comment-author img {
    width: 60px;

    height: 60px;

    border-radius: 50%;
}

.form-submit input {
    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    border: none;

    padding: 14px 75px 14px 57px;

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 22px;

    color: #fff;

    cursor: pointer;

    position: relative;

    outline: none;

    margin-top: 20px;
}

.comment .fn {
    position: absolute;

    left: 70px;
}

.comment .commentmetadata {
    position: absolute;

    top: 34px;

    left: 70px;
}

.comment .comment-body .comment-edit-link {
    cursor: pointer;

    pointer-events: visible;
}

.comment-list p {
    margin-bottom: 30px;
}

.comment p {
    padding-left: 70px;
}

.comment-form-cookies-consent {
    display: flex;
}

#commentform {
    position: relative;
}

#commentform:after {
    content: url(../images/long_arrow_green.svg);

    display: inline-block;

    margin-left: 10px;

    bottom: 14px;

    position: absolute;

    left: 173px;
}

.reply {
    display: none;
}

.single header {
    z-index: 5;
}

/* Landig Template */

.landing-page-hero .hero-title {
    font-style: normal;

    font-weight: bold;

    font-size: 50px;

    line-height: 70px;

    position: absolute;

    width: 635px;

    z-index: 1;
}

.landing-page-hero {
    position: relative;

    height: 582px;

    min-height: 582px;
}

.landing-page-hero .home-main-section__img {
    min-height: 582px;
}

.landing-main-section__text-container {
    margin-top: 179px;

    padding-top: 0px;

    padding-left: 36px;

    padding-right: 64px;

    background-size: cover;

    width: 478px;
}

.landing-page-hero .home-main-section__text-box {
    background-image: url(../images/landing-bg-main-section.svg);

    background-repeat: no-repeat;

    background-position: -21px 100px;
}

.decoration-landing {
    width: 90px;

    margin-bottom: 24px;
}

.section-landing-first__title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    color: #132c52;

    font-style: normal;

    font-weight: 600;

    font-size: 30px;

    line-height: 45px;
}

.form-landig-hero {
    background: #ffffff;

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);

    padding-top: 30px;

    padding-bottom: 40px;

    width: 445px;

    margin-left: auto;

    text-align: center;

    margin-top: -490px;

    position: relative;
}

.form-landig-hero-top__text {
    font-style: normal;

    font-weight: normal;

    font-size: 22px;

    line-height: 33px;

    color: #132c52;

    margin-bottom: 16px;
}

.form-landig-hero-top__text span {
    color: #89c635;
}

.form-landig-hero-main__text {
    font-family: 'Poppins', sans-serif;

    color: #132c52;

    font-style: normal;

    font-weight: 600;

    font-size: 35px;

    line-height: 52px;

    margin-bottom: 13px;
}

.form-landig-hero-exclusive__text {
    color: #ff6229;

    margin-bottom: 34px;

    line-height: 21px;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 24px;
}

.form-landig-hero-exclusive__text span {
    background: #ff6229;

    color: #fff;

    display: inline-block;

    padding: 5px 15px;

    margin-left: 14px;

    font-style: normal;

    font-weight: normal;

    font-size: 14px;

    line-height: 21px;
}

.form-landig-hero input {
    background: #ffffff;

    border: 1px solid #e6e6e6;

    padding-left: 30px;

    color: #475468;

    padding-top: 19px;

    padding-bottom: 19px;
}

.form-landig-hero label {
    position: relative;
}

.form-landig-hero input:focus {
    outline: none;

    border-color: #f86614;

    background: #fff;
}

.form-landig-hero ::placeholder {
    color: #475468 !important;

    font-size: 16px !important;

    font-style: normal;

    font-weight: normal;
}

.form-landig-hero .wpcf7 .wpcf7-form-control-wrap.recaptcha {
    margin-left: 41px;

    margin-bottom: 30px;
}

.form-landig-hero label {
    margin: 0 auto;

    margin-bottom: 30px;
}

.form-landig-hero .label-text {
    position: absolute;

    z-index: 1;

    margin-left: 20px;

    color: #f86614;

    top: -6px;

    font-style: normal;

    font-weight: 500;

    font-size: 13px;

    background: #fff;

    padding: 0px 10px;
}

.form-landig-hero .wpcf7 button {
    width: 363px;

    margin: 0 auto;
}

.landing-page-hero {
    margin-bottom: 0;
}

.section-landing-first {
    padding-top: 90px;

    background: #e8ecf2;

    padding-bottom: 288px;
}

.section-second__text--landing-box--title {
    color: #132c52;

    font-style: normal;

    font-weight: 600;

    font-size: 20px;
}

.section-second__text--landing-box--text {
    font-size: 16px;

    font-style: normal;

    font-weight: 400;

    color: #132c52;

    line-height: 1.3;
}

.section-second__video--landing-box {
    max-width: 730px;

    width: 730px;
}

.section-second__text--landing-box {
    width: 329px;

    margin-left: 50px;
}

.section-second__video--landing {
    margin-top: -250px;

    margin-bottom: 100px;
}

.section-second__video--landing-box {
    position: relative;

    filter: drop-shadow(17.175px 17.175px 42.9375px rgba(0, 26, 66, 0.15));
}

.video-overlay-landig {
    border: none;

    background: none;

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    z-index: 2;

    cursor: pointer;

    height: 100%;

    width: 100%;

    background-size: cover;

    transition: all 1s ease;
}

.video-overlay-landig img {
    height: 60px;

    width: 60px;
}

.landing-section-animation .section-blue-title {
    font-size: 50px;

    line-height: 70px;
}

.landing-anim-logo--decoration {
    height: 24px;

    width: 24px;

    margin-right: 12px;
}

.landing-anim-logo--box__top {
    padding: 9px 17px;

    display: flex;

    align-items: center;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);
}

.landing-anim-logo {
    width: 252px;

    margin-left: auto;
}

.landing-anim-logo--box__bottom {
    height: 120px;

    padding: 14px;
}

.landing-anim-logo--box__bottom img {
    width: 100%;

    height: auto;
}

.landing-anim-logo--box {
    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);
}

.landing-anim-logo--box__top p {
    font-style: normal;

    font-weight: normal;

    font-size: 12px;

    line-height: 16px;

    color: #fff;
}

.landing-section-animation-box .our-services__section--description {
    left: 0;

    text-align: left;

    padding-top: 30px;
}

.landing-section-animation-box .animation-home--btn {
    display: none;
}

.landing-section-animation-box .our-services__section--animation--img,
.landing-section-animation-box {
    margin-top: 0;
}

.landing-section-animation-box .our-services__section--description-item-3 {
    z-index: 5;

    position: relative;
}

.landing-section-animation-box {
    margin-bottom: 100px;
}

.landing-section-animation-box button {
    border: none;

    background: none;

    cursor: pointer;
}

.our-services__section--description-mobile {
    display: none;
}

.landing__form-tabs__box .tab {
    display: flex;

    justify-content: space-around;

    margin-top: 94px;

    margin-bottom: 70px;
}

.landing__form-tabs__box .tab .tablinks {
    text-align: center;

    display: inline-block;
}

.landing__form-tabs__box .tab .tablinks {
    width: 33.3%;

    color: #475468;

    padding-bottom: 25px;

    margin-bottom: 0;

    border-bottom: 1px solid #d8d8d8;
}

.landing__form-tabs__box .tab .tablinks.active {
    color: #0043a9;

    border-bottom: 1px solid #0043a9;
}

.landing__form-tabs__box__container {
    background: linear-gradient(100.29deg, #153361 0%, #1b2635 100%);

    padding: 50px;

    position: relative;
}

.landing__form-tabs__box__container button {
    margin: 0;
}

.landing__form-tabs__box__container label {
    position: relative;
}

.landing__form-tabs__box__container .label-text {
    position: absolute;

    z-index: 1;

    margin-left: 20px;

    color: #ff6229;

    top: -6px;

    font-style: normal;

    font-weight: 500;

    font-size: 13px;

    background: #182e50;

    padding: 2px 10px;
}

.landing__form-tabs__box__container input {
    padding: 0 30px;

    background: #fff;

    color: #fff;

    border: 1px solid #182e50;

    width: 100%;

    padding-top: 20px;

    padding-bottom: 20px;
}
.landing__form-tabs__box__container .wpcf7-form {
    max-width: 800px;
    margin: 0 auto;
}

.landing__form-tabs__box__container .wpcf7-select,
.landing__form-tabs__box__container textarea {
    background: #fff;
}
.landing__form-tabs__box__container .wpcf7-select option {
    background: #fff;
}
.landing-from_gr_textarea textarea {
    padding: 0 30px;

    background: #2a4267;

    color: #fff;

    padding-top: 20px;

    border: 1px solid #182e50;
}

.landing__form-tabs__box__container input:focus,
.landing-from_gr_textarea textarea:focus {
    outline: none;

    border: 1px solid #182e50;
}

.landing__form-tabs__box__container ::placeholder,
.landing-from_gr_textarea textarea ::placeholder {
    color: #98a4b6 !important;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;
}

.landing-from_gr {
    width: 100%;

    display: flex;

    justify-content: space-between;
}

.landing-from_gr > label {
    width: 49%;

    margin-bottom: 20px;
}

.landing-from_gr_captcha {
    width: 100%;

    display: flex;

    align-items: center;

    margin-bottom: 20px;
}

.landing-from_gr_captcha .recaptcha {
    margin-right: 10px;
}

.landing-from_gr_captcha .agree span {
    color: #98a4b6;
}

.landing-from_gr_textarea {
    display: flex;

    width: 100%;

    margin-bottom: 20px;
}

.landing-from_gr_textarea label,
.landing-from_gr_textarea textarea {
    width: 100%;
}

.landing__form-tabs__box__container--title {
    color: #fff;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 37px;

    line-height: 52px;

    margin-bottom: 50px;

    text-align: center;
}

.landing__form-tabs__box__container--title span {
    color: #89c635;
}

.landing__form-tabs__box__container-dec-img {
    position: absolute;

    right: 0;

    top: 0;

    width: 600px;
}

.tel-lending-page-btn__box {
    margin-bottom: 70px;

    display: flex;

    justify-content: center;
}

.tel-lending-page-btn__box__btn-1 {
    background: linear-gradient(99.49deg, #0043a9 0%, #003068 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    color: #ffffff;

    padding: 21px 36px;

    display: inline-block;

    cursor: pointer;

    margin-right: 30px;
}

.tel-lending-page-btn__box__btn-2 {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    color: #ffffff;

    padding: 21px 36px;

    display: inline-block;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);
}

/* Modal Landing Pop Up */

/* The Modal (background) */

.tel-lending-page-btn__box .modal {
    display: none;

    /* Hidden by default */

    position: fixed;

    /* Stay in place */

    z-index: 1;

    /* Sit on top */

    padding-top: 100px;

    /* Location of the box */

    left: 0;

    top: 0;

    width: 100%;

    /* Full width */

    height: 100%;

    /* Full height */

    overflow: auto;

    /* Enable scroll if needed */

    background-color: rgb(0, 0, 0);

    /* Fallback color */

    background-color: rgba(0, 0, 0, 0.4);

    /* Black w/ opacity */

    z-index: 2000;
}

/* Modal Content */

.tel-lending-page-btn__box .modal-content {
    background: linear-gradient(100.29deg, #153361 0%, #1b2635 100%);

    margin: auto;

    padding: 40px;

    width: 800px;

    padding-top: 50px;

    padding-bottom: 70px;

    position: relative;
}

.tel-lending-page-btn__box
    .modal-content
    .landing__form-tabs__box__container-dec-img {
    width: 300px;
}
.top-contact-section {
    padding: 80px 0 0 0;
    margin-bottom: 60px;
}

/* The Close Button */

.tel-lending-page-btn__box .close {
    color: #aaaaaa;

    float: right;

    font-size: 28px;

    font-weight: bold;

    position: absolute;

    right: 15px;

    top: 15px;
}

.tel-lending-page-btn__box .close:hover,
.tel-lending-page-btn__box .close:focus {
    color: #fff;

    text-decoration: none;

    cursor: pointer;
}

.tel-lending-page-btn__box .modal-content__title {
    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 37px;

    line-height: 52px;

    color: #fff;

    text-align: center;

    margin-bottom: 14px;
}

.tel-lending-page-btn__box p {
    color: #fff;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 24px;

    text-align: center;

    margin-bottom: 50px;
}

.tel-lending-page-btn__box .label-text {
    position: absolute;

    z-index: 1;

    margin-left: 20px;

    color: #ff6229;

    top: -6px;

    font-style: normal;

    font-weight: 500;

    font-size: 13px;

    background: #182e50;

    padding: 2px 10px;
}

.tel-lending-page-btn__box label {
    position: relative;
}

.pop-up-landing_from-gr {
    display: flex;

    justify-content: space-between;

    width: 100%;
}

.pop-up-landing_from-gr button {
    width: 50%;
}

.pop-up-landing_from-gr label {
    width: 50%;
}

.pop-up-landing_from-gr input {
    width: 100%;

    padding: 0 30px;

    background: #2a4267;

    color: #fff;

    border: 1px solid #182e50;

    padding-top: 20px;

    padding-bottom: 20px;
}

.pop-up-landing_from-gr input:focus {
    outline: none;

    border: 1px solid #182e50;
}

.pop-up-landing_from-gr input::placeholder {
    color: #98a4b6 !important;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;
}

.landing__list_section {
    padding: 70px 0 40px 0;

    background: #e9ecf2;
}

.landing__list_section-box li {
    position: relative;

    padding-left: 40px;

    width: 49%;
}

.landing__list_section-box li:after {
    display: block;

    position: absolute;

    content: '';

    width: 53px;

    height: 53px;

    background: transparent url('../images/lp-landing-list.svg') no-repeat;

    left: 6px;

    top: 0;
}

.landing__list_section-box li {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #132c52;

    margin-bottom: 30px;
}

.landing__list_section-box {
    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    padding: 60px 24px 0 24px;
}

.landing--partner__section a {
    pointer-events: none;

    cursor: default;
}

.landin-our-customers__love-us {
    padding: 70px 0;

    background: #f7f9fc;
}

.landin-our-customers__love-us .section-blue-title {
    font-size: 50px;

    line-height: 70px;

    margin-bottom: 70px;
}

.ld-custom-starts {
    height: 24px;

    width: auto;

    display: block;

    margin: 0 auto;

    margin-bottom: 20px;
}

.landin-our-customers__love-us_avatar {
    width: 130px;

    height: 130px;

    background-size: cover;

    background-repeat: no-repeat;

    position: absolute;

    top: 7%;

    left: 50%;

    transform: translate(-50%, -50%);
}

.landin-our-customers__love-us-item {
    width: 30%;

    padding: 25px;

    padding-top: 106px;

    background: #ffffff;

    box-shadow: 20px 20px 50px rgba(0, 26, 66, 0.1);

    position: relative;

    text-align: center;
}

.landin-our-customers__love-us .flex-box {
    justify-content: space-between;
}

.landin-our-customers__love-us-item--name {
    font-style: normal;

    font-weight: bold;

    font-size: 28px;

    line-height: 30px;

    text-align: center;

    color: #132c52;
}

.landin-our-customers__love-us-item--position {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    text-align: center;

    color: #132c52;
}

.landin-our-customers__love-us-item--text {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 30px;

    text-align: center;

    color: #475468;
}

.section--landing_map--text,
.section--landing_map .footer-bg {
    width: 50%;
}

.section--landing_map {
    padding: 50px 0;
}

.section--landing_map .section-blue-title {
    font-size: 50px;

    line-height: 70px;
}

.section--landing_map--text {
    display: flex;

    align-items: center;
}

.section--landing_map--text p {
    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #132c52;
}

.ld-top__footer {
    background: linear-gradient(99.49deg, #0043a9 0%, #003068 100%);

    padding: 94px 0;

    position: relative;
}

.ld-top__footer-tet-box {
    position: relative;

    z-index: 3;

    text-align: center;
}

.ld-top__footer-tet-box--text {
    color: #fff;

    font-family: 'Poppins', sans-serif;

    font-style: normal;

    font-weight: 600;

    font-size: 37px;

    line-height: 52px;

    text-align: center;

    color: #ffffff;
}

#landinMyBtn2 {
    font-family: 'aeroportregular', sans-serif;

    font-style: normal;

    font-weight: normal;

    font-size: 16px;

    line-height: 22px;

    color: #ffffff;

    border: none;

    cursor: pointer;

    padding: 19px 36px;

    margin-top: 40px;

    display: inline-block;

    background: linear-gradient(91.95deg, #89c635 0%, #62a516 100%);

    box-shadow: 10px 10px 30px rgba(0, 38, 97, 0.2);
}

.ld-top__footer__position-1,
.ld-top__footer__position-2 {
    position: absolute;

    z-index: 1;

    width: 350px;

    height: auto;
}

.ld-top__footer__position-1 {
    top: 0px;

    right: 0;
}

.ld-top__footer__position-3,
.ld-top__footer__position-4 {
    position: absolute;
}

.ld-top__footer__position-3 {
    top: 0px;

    left: 4%;

    width: 500px;
}

.ld-top__footer__position-4 {
    top: 103px;

    right: 19%;

    width: 500px;
}

.ld-top__footer__position-2 {
    top: 155px;
}

.landing-bottom-footer {
    background: #1b283a;
}

.landing-bottom-footer .flex-box {
    justify-content: space-between;

    padding: 36px 0;

    align-items: center;
}

.landing-anim-logo--box__bottom-siding {
    padding-top: 40px;
}

.our-services__section--description-landing
    .our-services__section--description-item {
    font-size: 52px;

    line-height: 1.3;
}

.our-services__section--description-landing .positon-animation-btn {
    display: block;
}

.landing-section-animation-sidinig {
    background: #fff;

    padding-top: 40px;
}

/* CTA BLOCK */
.cta-type__block_custom {
    margin-bottom: 34px;
}
.cta-type__block_custom h2 {
    margin-bottom: 40px !important;
}

.cta-type__block_custom p {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2 !important;
    color: #fff !important;
    max-width: 90%;
    margin: 0 auto;
}
.cta-type__block_custom .wp-block-button__link {
    border-radius: 0px !important;
    background-color: #fffffa;
    color: #f86614 !important;
    margin-bottom: 0 !important;
}

/*Black Frida LP*/
.black-friday-decoration-line {
    height: 1px;
    background-color: #fff;
    padding: 1px;
    -ms-transform: rotate(173deg);
    -webkit-transform: rotate(173deg);
    transform: rotate(173deg);
    width: 350px;
    margin-top: 40px;
}

.black-friday__form_footer .form-landig-hero {
    margin-top: 0;
    margin: 0 auto;
}

.bf-bottom_tel {
    text-align: center;
    margin-bottom: 50px;
}

.black-friday__footer {
    background: #000;
    padding: 50px 0;
}

.form-landig-hero-inst__inctext {
    font-size: 11px;
    color: #132c52;
    margin-bottom: 16px;
}

.black-friday--bottom__footer {
    background: #e9ecf2;
    padding: 30px 0;
}

.black-friday--bottom__footer p {
    font-family: 'aeroportregular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    color: #475468;
    text-align: center;
}

.black-friday__footer .wpcf7-not-valid-tip {
    text-align: left;
}

.black-friday__footer .landing-from_gr_captcha {
    flex-wrap: wrap;
}

.black-friday__footer .landing-from_gr_captcha .agree {
    width: 363px;
    margin-left: auto;
    margin-right: auto;
}

.black-friday__footer .form-landig-hero-main__text {
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
}

.black-friday__form_footer .form-landig-hero {
    padding-top: 0;
}

.black-friday__footer .form-landig-hero {
    background: none;
}

.black-friday__footer .form-landig-hero textarea:focus {
    outline: none;
    border-color: #f86614;
    background: #fff;
}

.black-friday__footer textarea {
    background: #fff;
    border: 1px solid #e6e6e6;
    padding-left: 30px;
    color: #475468;
    padding-top: 19px;
    padding-bottom: 19px;
    width: 363px;
}

.black-friday__footer .form-landig-hero-main__text span {
    color: #89c635;
}

.black-friday-hero .landing-main-section__text-container {
    width: 518px;
    margin-top: 150px;
}

.black-friday__hero-text {
    display: flex;
    margin-top: 40px;
}

.black-friday__hero-text span {
    color: #89c635;
}

.black-friday__hero-text p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 32px;
    text-transform: uppercase;
}

.black-friday__hero-text p:nth-child(1) {
    margin-left: 24px;
}

.black-friday__hero-text p:nth-child(2) {
    margin-left: 40px;
}

.black-friday__hero-text p:nth-child(3) {
    margin-left: 54px;
}

.black-friday__hero-text p:nth-child(4) {
    margin-left: 0px;
    color: #89c635;
}

.black-friday-hero {
    background: linear-gradient(121.84deg, #000000 0%, #003068 60.8%);
}

.black-friday-hero .home-main-section__text-box {
    background-image: none;
}

.countdown-title {
    color: #396;
    font-weight: 100;
    font-size: 40px;
    margin: 40px 0px 20px;
}

.countdown {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
}

.countdown-number {
    padding: 10px;
    border-radius: 3px;
    background: #002045;
    display: inline-block;
}

.countdown-time {
    padding: 15px;
    border-radius: 3px;
    background: #002551;
    display: inline-block;
    font-size: 24px;
    line-height: 0;
}

.countdown-text {
    display: block;
    padding-top: 11px;
    font-size: 16px;
    line-height: 0;
    padding-bottom: 10px;
}

.black-friday__form .form-landig-hero-main__text span {
    color: #89c635;
}

.black-friday_green--title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #132c52;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 45px;
}

.black-friday_green--title span {
    color: #89c635;
    display: block;
}

.black-friday-btn__tab {
    display: block;
    font-size: 16px;
}
.mobile-view {
    display: none;
}
/* Responsive */

.single-post .wst-flex-box__title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1000px) {
    .single-post .wst-flex-box__bg-img,
    .single-post .wst-flex-box__bg .attachment-post-thumbnail {
        width: auto;
        min-height: 479px;
    }
}

@media only screen and (min-width: 1200px) {
    .single .single__section-blue-title {
        font-size: 60px;

        line-height: 1.3;
    }

    .mult-family-com_title {
        font-size: 38px;
    }

    .tab .tablinks {
        display: flex;

        align-items: center;
    }

    .faqs_section-services-page .section-blue-title {
        font-size: 47px;

        line-height: 47px;
    }

    .classfinal {
        margin-top: 0 !important;
    }

    .all-our-partners-main .wst-flex-box__title {
        font-size: 69px;

        line-height: 69px;

        color: #ffffff;
    }

    .our-work-second-box {
        margin-top: -40px;

        box-shadow: 20px 20px 20px rgb(0 26 66 / 10%);
    }

    .page-id-16 .wst-flex-box__title {
        font-size: 49px;

        line-height: 1.3;
    }

    .page-id-4476 .wst-flex-box__title {
        font-size: 40px;

        line-height: 1.3;
    }

    .additional-template-partner {
        margin-top: -35px;

        padding-top: 98px;
    }

    .classfinal .dec-template-partner-page {
        top: -140px;
    }

    .page-id-305 .wst-flex-box__text--container {
        width: 447px;
    }

    .page-id-305 .wsr-partner-section__description__img {
        width: auto;

        height: 131px;
    }

    .page-id-403 .wst-flex-box__text--container {
        width: 445px;
    }

    .page-template-page-partner-template
        .wsr-slider__section
        .sub_title_white--text {
        max-width: 455px;
    }

    .page-template-page-partner-template .wst-flex-box__text--container {
        width: 455px;
    }

    .page-id-309 .wst-flex-box__text--container {
        width: 450px;
    }

    .page-id-325 .wst-flex-box__text--container {
        width: 450px;
    }

    .page-id-314 .wst-flex-box__text--container {
        width: 451px;
    }

    .page-id-312 .wst-flex-box__text--container {
        width: 451px;
    }

    .page-id-312 .wsr-partner-section__description__img {
        width: auto;

        height: 112px;
    }

    .page-id-307 .wst-flex-box__text--container {
        width: 452px;
    }

    .partner-page-custom-img-hero-section {
        padding-top: 50px;
    }

    .page-id-4132 .wst-flex-box__text--container {
        width: 452px;
    }

    .page-id-4132 .wst-flex-box__text--container {
        padding-top: 150px;
    }

    .page-id-4132 .wst-flex-box__title {
        font-family: 'Poppins', sans-serif;

        font-style: normal;

        font-weight: 600;

        font-size: 54px;

        line-height: 54px;

        color: #ffffff;
    }

    .page-id-4132 .partner-img-sticky {
        text-align: center;
    }

    .page-id-4132 .wsr-partner-section__description__img {
        width: auto;

        height: 104px;
    }

    .additional-template-page .wst-flex-box__text--container {
        width: 450px;
    }

    .is-form .additional-template-partner {
        /* margin-top: -310px; */
    }

    .is-form .additional-template-page--slider .wsr-slider__section-box {
        margin-bottom: -250px;
    }

    .form-landig-hero input {
        max-width: 363px;
    }
}

@media only screen and (min-width: 2007px) {
    /* .trigger-2 {

    position: absolute;

    top: 85%;

    left: 3%;

  }



  .trigger-3 {

    position: absolute;

    top: 77%;

    left: 52%;

  } */

    .trigger-6 {
        top: 94%;
    }

    .trigger-4 {
        top: 74%;
    }

    .trigger-5 {
        position: absolute;

        top: 70%;
    }

    .trigger-8 {
        position: absolute;

        top: 27%;
    }
}

@media only screen and (min-width: 2607px) {
    /* .trigger-2 {

    position: absolute;

    top: 90%;

    left: 3%;

  }



  .trigger-3 {

    position: absolute;

    top: 84%;

    left: 52%;

  } */

    .trigger-5 {
        position: absolute;

        top: 73%;
    }
}

@media only screen and (max-width: 1680px) {
    .trigger-5 {
        position: absolute;

        top: 63%;
    }

    .trigger-6 {
        position: absolute;

        top: 83%;
    }
}

@media only screen and (max-width: 1384px) {
    .partner-template-slider .owl-nav {
        display: none !important;
    }

    .partner-template-slider .owl-dots {
        display: block !important;

        text-align: center;

        margin-top: 30px;
    }

    .partner-template-slider .owl-dots .owl-dot {
        width: 20px;

        height: 20px;

        margin: 0 5px;

        border-radius: 50%;

        background: #182d4d;

        border: 2px solid #182d4d;
    }

    .partner-template-slider .owl-dots .owl-dot.active {
        width: 20px;

        height: 20px;

        border-radius: 50%;

        background: #182d4d;

        border: 4px solid #ff6229;
    }

    .trigger-5 {
        position: absolute;

        top: 63%;

        left: 23%;
    }

    .trigger-4 {
        position: absolute;

        top: 70%;
    }
}

@media only screen and (max-width: 1340px) {
    .trigger-8 {
        position: absolute;

        top: 25%;

        left: 54%;
    }
}

@media only screen and (max-width: 1363px) {
    .we-trust-section .owl-nav {
        display: none;
    }

    .we-trust-section .owl-dots .owl-dot {
        width: 20px;

        height: 20px;

        margin: 0 5px;

        border-radius: 50%;

        background: #182d4d;

        border: 2px solid #182d4d;
    }

    .we-trust-section .owl-dots .owl-dot.active {
        width: 20px;

        height: 20px;

        border-radius: 50%;

        background: #182d4d;

        border: 4px solid #ff6229;
    }

    .we-trust-section .owl-dots {
        text-align: center;

        margin-top: 20px;
    }
}

@media only screen and (max-width: 1338px) {
    .header {
        z-index: 111111;

        position: relative;

        margin-bottom: -74px;

        padding: 0 15px;
    }
}

@media only screen and (max-width: 1323px) {
    .header-nav:before {
        width: 99%;
    }

    /* .main-menu ul li a {

    font-size: 12px;

  }



  .main-menu ul li {

    padding: 0 12px;

  }



  .header-phone-btn {

    font-size: 12px;

  } */
}

@media only screen and (max-width: 1240px) {
    .wrapper {
        max-width: 1204px;

        padding: 0 15px;
    }

    .windows-yuotube_box_for_video {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .header-container {
        padding-right: 15px;

        padding-left: 15px;
    }

    .our-services__section--description {
        left: -196px;
    }

    .blog .decoration-line {
        border: 1px solid #e6e6e6;

        max-width: 290px;
    }

    .partner-template-slider-owl-item-img {
        margin: 0 auto;
    }

    .all-services-section-middel .all-services-section-half__title {
        margin-left: -254px;
    }
}

@media only screen and (max-width: 1200px) {
    /* Mobile Menu Style */

    .mobile {
        display: block;

        position: fixed;

        width: 100%;

        z-index: 100000;
    }

    .header {
        display: none;
    }

    .landing-header {
        display: block;
    }

    .mobile-container {
        max-width: 100%;

        margin: auto;

        background-color: #555;

        color: white;

        border-radius: 10px;

        z-index: 111111;

        position: relative;

        margin-bottom: -47px;
    }

    .topnav {
        overflow: hidden;

        background-color: #00367c;

        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;

        padding: 14px 16px;

        text-decoration: none;

        font-size: 17px;

        display: block;
    }

    .topnav a.icon {
        background: #0186f8;

        display: block;

        position: absolute;

        right: 0;

        top: 0;

        padding: 19px;
    }

    .topnav a:hover {
        /* color: black; */
    }

    .mobile .active {
        background-color: #00367d;

        color: white;
    }

    .main-menu ul {
        display: flex;

        flex-wrap: wrap;

        flex-direction: column;
    }

    .scroll-logo-mobile {
        display: flex;

        align-items: center;
    }

    .topnav a.scroll-mobile-number {
        font-size: 15px;
    }

    .scroll-logo-mobile {
        opacity: 0;

        top: 0;

        position: absolute;

        transition: all 0.3s ease-in;
    }

    .header-customs-scroll .scroll-logo-mobile {
        opacity: 1;
    }

    /* Home Page Style */

    .hero-title {
        font-size: 50px;
    }

    .home-hero-btn {
        font-size: 18px;

        padding: 15px 35px;
    }

    .view-our-gallery__home--item {
        width: 100%;

        height: 250px;

        margin-bottom: 10px;
    }

    .why-choose-2FL-seciton .decoraon-line {
        border: 1px solid #e6e6e6;

        max-width: 252px;

        width: 252px;
    }

    .our-services__section {
        margin-top: 0;
    }

    .our-services__section--description-item {
        font-size: 47px;
    }

    .section-blue-title {
        font-size: 57px;
    }

    .our-services__section--description {
        width: auto;

        position: relative;

        left: 0;
    }

    .section-our__work-home-bottom-box {
        display: flex;

        justify-content: center;

        flex-wrap: wrap;
    }

    .section-our__work-home-bottom-box--item {
        width: 388px;

        padding: 0 10px 10px 10px;
    }

    .section-our__work-home .decoration-line {
        width: 280px;
    }

    .section-our__work-home .decoration-line {
        display: none;
    }

    .testimonial-section .section-blue-title::after {
        width: 25rem;
    }

    .owl-carousel-testimonial .owl-nav {
        display: none;
    }

    .owl-carousel-testimonial .owl-dots .owl-dot.active {
        width: 20px;

        height: 20px;

        border-radius: 50%;

        background: #182d4d;

        border: 4px solid #ff6229;
    }

    .owl-carousel-testimonial .owl-dots .owl-dot {
        width: 20px;

        height: 20px;

        margin: 0 5px;

        border-radius: 50%;

        background: #182d4d;

        border: 2px solid #182d4d;
    }

    .owl-carousel-testimonial .owl-dots {
        text-align: center;

        margin-top: 20px;
    }

    .post-item {
        margin-bottom: 40px;
    }

    .blog-section {
        background: #fff;

        padding: 80px 0 60px 0;
    }

    .we-trust-section--title {
        font-size: 30px;

        line-height: 52px;

        color: #132c52;

        padding: 0 20px;
    }

    .wst-flex-box__title {
        font-size: 50px;
    }

    .wst-flex-box__text--container {
        height: 318px;

        background-size: cover;
    }

    .topnav .current_page_item a {
        color: #ff6229;
    }

    .wsr-slider__section .sub_title_white {
        width: 50%;
    }

    .puget-sound-energy__window__rebates-section-decoration {
        display: none;
    }

    .puget-sound-energy__window__rebates-section__subtitle--text {
        margin-bottom: 13px;
    }

    .puget-sound-energy__window__rebates-section__img_bg {
        display: none;
    }

    .blog .wst-flex-box__title,
    .search .wst-flex-box__title {
        width: 342px;
    }

    .navigation {
        text-align: center;

        position: relative;

        top: -27px;

        z-index: 2;

        padding: 34px 0;
    }

    .navigation ul {
        display: flex;

        flex-wrap: wrap;
    }

    .navigation ul a {
        margin-top: 5px;

        margin-bottom: 5px;
    }

    .blog-side .post-container {
        position: relative;

        top: 0;
    }

    .archive .blog-side .post-container {
        position: relative;

        top: 0;
    }

    .category-big-heto__title {
        font-size: 50px;
    }

    .our-work-main-page__title {
        position: relative;

        z-index: 2;

        top: 0;
    }

    .our-work-main-page-archive .our-work-main-page__title {
        top: 0;

        width: 100%;
    }

    .our-work-main-page .wst-flex-box__title {
        width: auto;
    }

    .main-our__work-page--section--box {
        padding: 0;

        margin-top: 0;
    }

    .main-our__work-page--section--box--item {
        width: 40%;

        margin-bottom: 40px;
    }

    .main-our__work-page--section--box {
        box-shadow: none;
    }

    .our-work-main-page-archive .wst-flex-box__title {
        flex-wrap: wrap;
    }

    .our-work-main-page-archive-item {
        width: 40%;

        margin-bottom: 40px;
    }

    .archive-custom_pagination {
        width: 100%;

        text-align: center;

        margin-top: 10px;
    }

    .single-gallery-hero_btn-box {
        display: flex;

        justify-content: space-between;

        position: relative;

        top: 10px;

        z-index: 2;
    }

    .partner-page-custom-img-hero-section {
        margin-top: 0;
    }

    .partner-page-custom-img-hero-section
        .wsr-partner-section__description__img {
        width: 100%;

        height: auto;
    }

    .gaf-img .wsr-partner-section__description__img {
        width: auto;

        height: 125px;
    }

    .flex-box-cotact-page .contact-section-form {
        margin-top: 0;

        max-width: 700px;

        margin-bottom: 40px;
    }

    .flex-box-cotact-page .flex-box-form {
        width: 100%;
    }

    .flex-box-cotact-page .flex-box-informaion {
        width: 100%;

        padding-right: 0px;
    }

    .flex-box-cotact-page {
        flex-direction: column-reverse;
    }

    .subscribe-to-our-mailing__list iframe {
        height: 200px;
    }

    .rebates-hero .wst-flex-box__text--container {
        margin-right: 15px;

        padding-left: 15px;
    }

    .dec-sub-bg-section {
        display: none;
    }

    .dec-template-partner-page {
        display: none;
    }

    .page-template-page-partner-template .partner-page-custom-img-hero-section {
        min-height: auto;

        height: auto;
    }

    .all-services-section-middel .all-services-section-half__title {
        margin-left: 0;

        width: auto;
    }

    .landing-page-hero .hero-title {
        font-weight: 700;

        font-size: 44px;
    }

    .form-landig-hero {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1162px) {
    .trigger-postion-home-1,
    .trigger-postion-home-2,
    .trigger-postion-home-3,
    .trigger-postion-home-4,
    .trigger-postion-home-5,
    .trigger-postion-home-6,
    .trigger-postion-home-7,
    .trigger-postion-home-8 {
        display: none;
    }
}

@media only screen and (max-width: 1045px) {
    .footer-box-left {
        width: 40%;

        padding-right: 40px;
    }

    .footer-box-right {
        width: 54%;
    }

    .footer-logo {
        height: auto;

        width: 100%;
    }

    .puget-sound-energy__window__rebates-section-decoration {
        width: 100px;
    }

    .mult-family-com_title {
        line-height: 1.3;
    }
}

@media only screen and (max-width: 975px) {
    .desktop-view {
        display: none !important;
    }
    .mobile-view {
        display: block !important;
    }
    .black-friday-hero .home-main-section__img-container {
        display: none;
    }
    .black-friday-btn__tab {
        display: none;
    }
    .black-friday-hero .home-main-section__text-box {
        width: 100%;
        justify-content: center;
    }
    .black-friday-hero .landing-main-section__text-container {
        max-width: 518px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0 !important;
    }

    .why-choose-2FL-seciton .decoraon-line {
        display: none;
    }

    .landing-page-hero .hero-title {
        position: relative;
    }

    .landing-main-section__text-container {
        width: auto;

        margin-top: 77px;
    }

    .landing-page-hero .hero-title {
        font-size: 30px;

        line-height: 45px;

        width: auto;

        margin: 70px 30px 30px 30px;
    }

    .footer-logo {
        height: 80px;

        width: auto;
    }

    .post-container {
        display: flex;

        justify-content: space-around;
    }

    .footer-box-left,
    .footer-box-right {
        width: 100%;
    }

    .footer-bg {
        height: 50vh;
    }

    .copyright-mobile {
        display: block;

        margin-top: 20px;
    }

    .copyright-desctop {
        display: none;
    }

    .wst-flex-box__text {
        width: 100%;
        justify-content: flex-start;
        padding-bottom: 0;
    }
    .wst-flex-box__bg {
        width: 100%;
        padding-top: 50%;
    }

    .small-h-hero .wst-flex-box__text--container {
        padding-left: 15px;

        margin-right: 0;

        padding-right: 15px;
    }
    .small-h-hero .wst-flex-box__bg-img,
    .small-h-hero .wst-flex-box__bg .attachment-post-thumbnail {
        min-height: 30vh;
    }

    .wst-flex-box {
        flex-wrap: wrap;
    }

    .wst-flex-box__text--container {
        padding-top: 74px;

        padding-right: 15px;

        height: 300px;

        background-image: none;

        height: auto;

        padding-bottom: 40px;

        padding-left: 15px;
    }

    .wsr-slider__section-box {
        margin-top: 40px;
    }

    /* .wsr-slider__section-box div.owl-item.active.center div {

    height: 40vh;

  } */

    .wsr-slider__section-box div.owl-item div {
        height: 40vh;
    }

    .wsr-slider__section .pr-34 {
        padding-right: 0px;
    }

    .wsr-slider__section .sub_title_white {
        width: 100%;
    }

    .wsr-partner-section__description-text-postion {
        margin-top: 40px;
    }

    .wsr-partner-section__description .decoration-line {
        margin: 20px 0;
    }

    .wsr-partner-section__description .pr-34 {
        padding-right: 0px;
    }

    .wsr-partner-section__description {
        margin-top: 0px;

        padding-top: 0px;
    }

    .wsr-section-tab .wsr-section-tab-left {
        width: 49%;
    }

    .wsr-section-tab .wsr-section-tab-right {
        width: 50%;

        padding-left: 10px;

        z-index: 2;
    }

    .wsr-section-tab-right__title {
        font-family: 'aeroportbold', sans-serif;

        font-style: normal;

        font-weight: bold;

        color: #fff;

        font-size: 53px;

        line-height: 1.3;
    }

    .wsr-slider__section-dec_img-1 {
        display: none;
    }

    .blog .wst-flex-box__title,
    .search .wst-flex-box__title {
        width: auto;
    }

    .search-result__custom {
        font-size: 36px;
    }

    .link-search-title {
        color: #132c52;

        font-size: 24px;
    }

    .blog-side {
        width: 100%;
    }

    .sidebar-blog-page__custom {
        width: 300px;
    }

    .blog-side {
        padding-left: 0;
    }

    .blog-side .post-container .post-item {
        width: 48%;

        padding: 0px 0px 30px 0px;
    }

    .blog-page__section-container {
        display: flex;

        flex-wrap: wrap;

        flex-direction: column-reverse;
    }

    .blog-page__section {
        padding-top: 40px;
    }

    .single .blog-page__section-container {
        flex-direction: column-reverse;
    }

    .single .blog-side {
        padding-left: 0;

        padding-right: 0px;
    }

    .single .blog-page__section .post-container h3,
    .single .blog-page__section .post-container h4,
    .single .blog-page__section .post-container h5,
    .single .blog-page__section .post-container h6 {
        width: 100%;
    }
    .single-gallery-hero .wst-flex-box__bg-img,
    .single-gallery-hero .wst-flex-box__bg .attachment-post-thumbnail {
        min-height: 30vh;
    }

    .single-gallery-hero .wst-flex-box__text--container {
        padding-top: 64px;

        width: 100%;

        margin-right: 0;
    }

    .single-gallery-hero_btn-box {
        margin-top: 30px;
    }

    .ft-pr-box div {
        width: 70%;
    }

    .window-inst-additional-video-box {
        margin-top: 0;
    }

    .wis__section-subtitle {
        margin-bottom: 20px;
    }

    .wis__section-title {
        font-size: 40px;

        line-height: 52px;
    }

    .wis__section--text {
        margin-bottom: 30px;
    }

    .featured-products__partner-title {
        font-size: 50px;

        line-height: 1.3;
    }

    .page-id-118 .partner-page-custom-img-hero-section {
        height: auto;
    }

    .is-form .additional-template-partner {
        /* margin-top: 0; */
    }

    .is-form .additional-template-page--slider .wsr-slider__section-box {
        margin-bottom: 0px;
    }

    .ld-top__footer__position-3,
    .ld-top__footer__position-4,
    .ld-top__footer__position-2 {
        display: none;
    }

    .ld-top__footer__position-1 {
        position: relative;
    }

    .ld-top__footer__position-1 {
        position: relative;

        top: auto;

        right: auto;

        margin: 0 auto;

        display: block;

        margin-top: 50px;
    }

    .ld-top__footer {
        padding: 40px 0;
    }
}

@media only screen and (max-width: 935px) {
    .home-main-section__container {
        flex-wrap: wrap;
    }

    .home-main-section__text-box,
    .home-main-section__img-container {
        width: 100%;
    }

    .home-main-section__text-container {
        width: 100%;

        height: auto;

        margin-top: 74px;

        padding-top: 29px;

        padding-left: 36px;

        padding-right: 64px;
    }

    .hero-desc {
        margin-bottom: 30px;
    }

    .flex-box-half {
        width: 100%;
    }

    .why-choose-2FL-seciton--rigth-side {
        margin-top: 40px;
    }

    .section-blue-title,
    .why-choose-2FL-seciton .section-blue-title {
        font-size: 40px;
    }

    .our-services__section-right-side {
        text-align: left;
    }

    #pic.p1,
    #pic.p3,
    #pic.p2 {
        height: 50vh;
    }

    .our-services__section--animation--img {
        height: 40vh;

        background-repeat: no-repeat;

        background-size: cover;

        margin-top: 50px;

        display: none;
    }

    .flex-box-reverse {
        flex-direction: column-reverse;

        display: flex;
    }

    .our-services__section-right-side .sub_title_white {
        justify-content: start;

        margin-top: 48px;
    }

    .our-services__section--description-item {
        font-size: 37px;

        line-height: 1.3;

        color: #ff6229;
    }

    .section-blue-title,
    .why-choose-2FL-seciton .section-blue-title,
    .section-white-title {
        font-size: 40px;

        margin-bottom: 20px;

        line-height: 1.3;
    }

    .section-our__work-home-top-box .section-white-title {
        margin-bottom: 20px;
    }

    .positon-animation-btn {
        display: block;

        margin-bottom: 15px;
    }

    .animation-home--btn {
        display: none;
    }

    .slider-testimonial-item {
        width: 100%;
    }

    .energy-efficient-vinyl-windows__section-title {
        font-size: 57px;
    }

    .energy-efficient-vinyl-windows__section-btn {
        text-align: left;

        margin-top: 0;
    }

    .energy-efficient-vinyl-windows__footer {
        text-align: left;
    }

    .energy-efficient-vinyl-windows__section-box {
        flex-wrap: wrap;
    }

    .energy-efficient-vinyl-windows__section-title-plus {
        margin-left: 0;

        margin-right: 34px;
    }

    .blog-section .btn-white-section {
        margin-top: 20px;
    }

    .we-trust-section--title {
        font-size: 26px;

        line-height: 52px;

        color: #132c52;

        padding: 0 20px;
    }

    .wsr-section-tab .wsr-section-tab-right,
    .wsr-section-tab .wsr-section-tab-left {
        width: 100%;
    }

    .tab .tablinks {
        font-size: 16px;

        display: block;
    }

    .wsr-section-tab-right__title {
        font-size: 43px;

        line-height: 1.3;

        margin-top: 36px;
    }

    .wsr-slider__section-dec_img {
        max-width: 500px;

        width: 100%;
    }

    .puget-sound-energy__window__rebates-section--rigth-side {
        display: flex;

        align-items: flex-start;

        justify-content: flex-start;

        margin-top: 20px;
    }

    .puget-sound-energy__window__rebates-section__main--title {
        font-size: 40px;

        margin-top: 20px;
    }

    .search-form input {
        width: 253px;

        padding: 19px 5px 19px 64px;
    }

    .search-form {
        margin-top: 40px;

        position: relative;
    }

    .category-big-heto__title {
        font-size: 40px;

        position: relative;

        line-height: 1.3;
    }

    .archive .wst-flex-box__text--container {
        width: 100%;

        padding-left: 15px;

        padding-left: 15px;
    }

    .archive .search-form {
        margin-top: 48px;
    }

    .gaf-hero .wst-flex-box__text--container {
        width: auto;
    }

    .main-our__work-page--section--box--item {
        width: 100%;

        margin-bottom: 40px;
    }

    .archive-custom_pagination {
        display: flex;

        flex-wrap: wrap;

        justify-content: center;
    }

    .flex-box-informaion,
    .flex-box-form {
        width: 50%;
    }

    .responsive-map-container-box,
    .map-section-text {
        width: 100%;
    }

    .responsive-map-container,
    .map-2 {
        height: 30vh;
    }

    .map-2,
    .responsive-map-container {
        margin-top: 20px;
    }

    .map-section-text {
        margin-left: 0;
    }

    .all-services-section-half {
        width: 100%;
    }

    .all-services-section-half__title {
        width: auto;

        position: relative;
    }

    .all-services-section-middel {
        display: flex;

        flex-direction: column-reverse;
    }

    .all-services-section__btn a {
        margin-bottom: 40px;
    }

    .all-services-section-middel .mr-40-p {
        padding-right: 0px;

        padding-left: 0;
    }

    .all-services-section-middel {
        text-align: left;
    }

    .all-services-section-middel .section-text {
        margin-left: 0;

        margin-right: auto;
    }

    .bg-decoration-all-serveces,
    .bg-decoration-all-serveces-bottom {
        display: none;
    }

    .mr-40-p {
        padding-right: 0;
    }

    .about-us-dec-left {
        display: none;
    }

    .about-us-section__description .pr-34 {
        padding-right: 0;
    }

    .about-us-section__description-img-container {
        margin-top: 0;
    }

    .about-us-section__description-img {
        height: 30vh;
    }

    .about-us-page-right {
        padding-left: 20px;
    }

    .page-custom-vision-hero .wst-flex-box__title {
        width: 100%;

        padding-left: 0px;
    }

    .malarkey-small-title {
        font-size: 32px;
    }

    .rebates-list-right {
        margin-bottom: 40px;
    }

    .window-inst-additional .wst-flex-box__title {
        width: auto;
    }

    .window-inst-additional .wst-flex-box__text--container {
        margin-right: 15px;

        padding-left: 15px;
    }

    .window-inst-additional-section-blue__box {
        flex-wrap: wrap;
    }

    .window-inst-additional-section .pr-34 {
        padding-right: 0px;
    }

    .window-inst-additional-3-colum-box--item {
        width: 45%;

        margin-bottom: 40px;
    }

    .page-template-page-partner-template .wsr-slider__section--text {
        margin-bottom: 0px;
    }

    .footer-slider {
        width: auto;
    }

    .img-singel-gallery-item img {
        height: 200px;
    }

    .landing-page-hero .home-main-section__img {
        min-height: 445px;
    }

    .section-landing-first .flex-box {
        flex-direction: column-reverse;
    }

    .section-landing-first .pr-34 {
        padding: 0;
    }

    .landing-from_gr {
        flex-wrap: wrap;
    }

    .landing__form-tabs__box__container input,
    .landing-from_gr > label {
        width: 100%;
    }

    .landing-from_gr_captcha {
        flex-wrap: wrap;
    }

    .landing-from_gr_captcha .recaptcha {
        margin-bottom: 20px;
    }

    .landing__form-tabs__box__container-dec-img {
        display: none;
    }

    .landing__form-tabs__box__container {
        padding: 30px 20px;
    }

    .landing__form-tabs__box__container--title {
        text-align: left;

        margin-bottom: 30px;
    }

    .tel-lending-page-btn__box {
        flex-wrap: wrap;

        margin-bottom: 30px;
    }

    .tel-lending-page-btn__box__btn-1 {
        margin: 0;

        margin-bottom: 10px;
    }

    .landing__form-tabs__box .tab {
        margin: 30px 0;
    }

    .tel-lending-page-btn__box div {
        width: 100%;

        text-align: center;
    }

    .tel-lending-page-btn__box__btn-1,
    .tel-lending-page-btn__box__btn-2 {
        width: 100%;
    }

    .pop-up-landing_from-gr {
        flex-wrap: wrap;
    }

    .pop-up-landing_from-gr button {
        width: 100%;

        margin: 0;

        margin-top: 20px;
    }

    .pop-up-landing_from-gr label {
        width: 100%;
    }

    .tel-lending-page-btn__box .modal-content {
        width: 90%;
    }

    .tel-lending-page-btn__box .modal-content__title {
        font-size: 27px;

        line-height: 1.3;
    }

    .landing__form-tabs__box__container button {
        margin: 0;
    }

    .landing__list_section-box li {
        width: 100%;
    }

    .landing__list_section-box {
        padding: 30px 24px 0;
    }

    .landing__list_section {
        padding: 40px 0 10px;
    }

    .landing__form-tabs__box {
        padding-bottom: 40px;
    }

    .landin-our-customers__love-us-item {
        width: 100%;

        margin-bottom: 74px;
    }

    .landin-our-customers__love-us {
        padding: 0;

        padding-top: 40px;
    }

    .landin-our-customers__love-us .section-blue-title {
        font-size: 35px;

        line-height: 1.3;
    }

    .section--landing_map--text,
    .section--landing_map .footer-bg {
        width: 100%;
    }

    .section--landing_map--text {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .footer-logo {
        height: auto;

        width: 100%;
    }

    .landing-page-hero {
        position: relative;

        height: 445px;

        min-height: 445px;
    }

    .landing-page-hero .hero-title {
        padding-top: 70px;

        text-align: center;
    }

    .landing-page-hero .header-phone-btn {
        width: 190px;

        margin: 0 auto;
    }

    .landing-section-animation-box {
        margin-bottom: 0;
    }

    .section-our__work-home .landning-m-fix {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 750px) {
    .hero-title {
        line-height: 1.3;
    }

    .footer-social-box {
        display: flex;
        align-items: center;
    }

    .footer-bg {
        width: 100%;

        height: 400px;

        background-size: cover;

        background-position: center;

        background-repeat: no-repeat;
        background-image: url('../images/footer-mab-mobile.jpg');
    }

    .black-friday__footer textarea {
        width: 100%;
    }

    .black-friday-decoration-line {
        width: 250px;
    }

    .black-friday-hero .landing-main-section__text-container {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }

    .black-friday__hero-text {
        justify-content: center;
    }

    .black-friday-hero .hero-title {
        padding-top: 10px;
        margin-left: 0;
        margin-right: 0;
    }

    .black-friday-decoration-line {
        margin-left: auto;
        margin-right: auto;
    }

    .our-services__section--description-mobile {
        display: block;
    }

    .our-services__section--description-mobile button {
        width: 12px;

        height: 12px;

        background: #eaeaea;

        border-radius: 50%;
    }

    .our-services__section--description-mobile button {
        margin-right: 7px;

        margin-left: 7px;
    }

    .our-services__section--description-mobile button:hover {
        background: #ff6229;
    }

    .our-services__section--description-mobile button span {
        opacity: 0;

        font-size: 20px;
    }

    .our-services__section--description-mobile {
        display: flex;

        align-items: center;

        justify-content: center;

        width: 150px;

        margin: 0 auto;

        position: relative;

        z-index: 100000;

        margin-top: 12px;
    }

    .our-services__section--description-mobile h5 {
        height: 2px;
    }

    .our-services__section--description-mobile .positon-animation-btn {
        display: inline-block;
    }

    .section-second__video--landing {
        margin-bottom: 30px;
    }

    .landing-section-animation .section-blue-title {
        font-size: 35px;

        line-height: 52px;
    }

    .landing-section-animation-box .our-services__section--animation--img,
    .landing-section-animation-box {
        display: block;
    }

    .landing-section-animation-box h5 {
        text-align: left;
    }

    .landing-section-animation-box .our-services__section--description-item {
        color: #fff;
    }

    .landing-anim-logo {
        margin-left: 0;
    }

    .form-landig-hero {
        margin-left: 0;

        box-shadow: none;

        margin: 0 auto;

        min-width: 310px;

        padding-left: 15px;

        padding-right: 15px;

        width: 100%;
    }

    .bg-mb-white {
        background: #fff;
    }

    .section-landing-first .pr-34 {
        padding-right: 15px;

        padding-left: 15px;

        padding-top: 30px;
    }

    .form-landig-hero input {
        width: 100%;
    }

    .section-second__video--landing {
        margin-top: -250px;

        background: #e6eaf0;
    }

    .section-second__text--landing-box {
        width: auto;

        margin-left: 0;

        padding-top: 20px;

        padding-bottom: 30px;
    }

    .form-landig-hero .wpcf7 .wpcf7-form-control-wrap.recaptcha {
        margin-left: 0px;
    }

    .form-landig-hero .wpcf7 button {
        width: 100%;

        margin: auto;
    }

    .section-landing-first .wrapper {
        padding: 0;
    }

    .section-landing-first {
        padding-top: 87px;
    }

    .second-partner .wsr-section-tab {
        padding-bottom: 0;
    }

    .mult-family-com_title span {
        display: block;
    }

    .trigger-1,
    .trigger-2,
    .trigger-3,
    .trigger-4,
    .trigger-5,
    .trigger-6,
    .trigger-7,
    .trigger-8 {
        display: none;
    }

    .home-main-section__text-container {
        background-image: none;
    }

    .hero-title__small {
        font-size: 26px;
    }

    .home-main-section__img {
        height: 30vh;

        min-height: auto;
    }

    .home-main-section__text-container {
        padding-right: 15px;

        padding-left: 15px;
    }

    .our-services__section-right-side .sub_title_white img {
        display: none;
    }

    .our-services__section-right-side
        .sub_title_white
        .our-services__sectio-decoration-sib-title {
        display: block;

        margin-right: 24px;

        margin-left: 0px;
    }

    .section-our__work-home-bottom-box--item {
        width: 100%;

        padding: 0 0 40px 0;
    }

    .section-our__work-home {
        margin-top: 68px;
    }

    .section-our__work-home {
        padding-bottom: 40px;
    }

    .page-id-18 .section-our__work-home,
    .page-id-16 .section-our__work-home,
    .page-id-20 .section-our__work-home {
        margin-top: 0px;
    }

    .owl-carousel-testimonial {
        margin-top: 0px;
    }

    .testimonial-slider-description {
        width: 100%;

        margin-top: 20px;

        font-size: 15px;
    }

    .testimonial-section .section-blue-title::after {
        width: 350px;

        margin: 0;
    }

    .testimonial-section .section-blue-title {
        margin-bottom: 0;
    }

    .blog-section-description {
        width: 100%;
    }

    .post-item {
        width: 100%;
    }

    .post-thumnail {
        width: 100%;

        height: 30vh;
    }

    .energy-efficient-vinyl-windows__section-btn a {
        font-family: 'aeroportregular';

        font-style: normal;

        font-weight: normal;

        font-size: 19px;

        margin-top: 10px;
    }

    .we-trust-section--title {
        font-size: 20px;

        line-height: 1.3;
    }

    .footer-menu-custom {
        display: flex;

        flex-wrap: wrap;

        flex-direction: column;
    }

    .footer-bg {
        height: 36vh;
    }

    .m-d-none {
        display: none;
    }

    .footer-social-box-text {
        font-size: 16px;
    }

    .wsr-partner-section__description__img {
        height: 50px;
    }

    .wsr-section-tab-right__title {
        font-size: 32px;
    }

    .puget-sound-energy__window__rebates-section__subtitle--text::before {
        top: -31px;
    }

    .puget-sound-energy__window__rebates-section__main--title {
        margin-top: 0;
    }

    .puget-sound-energy__window__rebates-section .orange-btn-custom a,
    .wsr-section-tab .btn-white-section {
        margin-top: 30px;
    }

    .desctop-cus {
        display: none;
    }

    .mobile-cus {
        display: block;
    }

    .blog-side .post-container .post-item {
        width: 100%;
    }

    .home .section-our__work-home {
        margin-top: 68px;
    }

    .navigation {
        width: 100%;
    }

    .navigation li a,
    .navigation li a:hover,
    .navigation li.active a,
    .navigation li.disabled {
        background-color: #fff;

        color: #ff6229;

        font-size: 14px;

        border-radius: 3px;

        cursor: pointer;

        margin: 5px 5px;

        padding: 13px 20px;

        background: #f7f9fc;

        border: 1px solid #e6e6e6;
    }

    .sidebar-decoration {
        display: none;
    }

    .archive .wst-flex-box__title {
        line-height: 1.3;
    }

    .navigation ul {
        display: flex;

        flex-wrap: wrap;
    }

    .navigation ul a {
        display: block;

        margin: 5px;
    }

    .main-our__work-page--section--box--item-img {
        height: 50vh;
    }

    .our-work-main-page-archive-item {
        width: 100%;
    }

    .img-singel-gallery-item {
        width: 100%;
    }

    .single-gallery-hero_btn-box {
        display: flex;

        justify-content: flex-start;

        position: relative;

        top: 10px;

        z-index: 2;

        flex-wrap: wrap;
    }

    .single-gallery-hero_btn-box-orange a {
        margin-left: 0;

        margin-top: 10px;
    }

    .flex-box-informaion,
    .flex-box-form {
        width: 100%;
    }

    .all-services-section-half__title {
        font-size: 50px;
    }

    .all-services-section-half-img {
        height: 40vh;
    }

    .about-us__team_item {
        display: flex;

        flex-wrap: wrap;
    }

    .about-us__team_item-img {
        margin-right: 0;

        margin-bottom: 20px;
    }

    .about-us-page-right-statment img {
        height: auto;

        max-width: 275px;
    }

    .about-us-page .wst-flex-box__text--container {
        margin-right: 15px;
    }

    .img-window-animation-best .tabcontentwindow,
    .img-window-animation-best .static-window {
        display: none !important;
    }

    .img-window-animation-best {
        height: 58vh;

        width: 100%;
    }

    .tab-window-animation-btn-box button {
        font-size: 16px;
    }

    .partner-page-custom-img-hero-section {
        height: auto;
    }

    .tab .tablinkswindow.active {
        color: #132c52;
    }

    .flex-box-cotact-page iframe {
        height: 900px;
    }

    .single .blog-side .post-container img {
        height: auto;
    }

    .contact-section-form {
        margin-top: -200px;

        position: relative;

        padding: 0px;

        background: #ffffff;

        box-shadow: none;
    }

    .subscribe-to-our-mailing__list iframe {
        height: 320px;
    }

    .scroll-logo-mobile img {
        height: 22.1px;
    }

    .scroll-logo-mobile-1 img {
        height: 24px;
    }

    .search-form {
        display: none;
    }

    .main-menu ul li a {
        font-size: 16px;
    }

    .what-you-get__box--item {
        width: 100%;

        margin-bottom: 20px;
    }

    .rebates-section .pr-34 {
        padding-right: 0;
    }

    .rebates-list-right {
        margin-bottom: 40px;
    }

    .thank-you-link {
        display: block;

        margin-bottom: 40px;
    }

    .subscribe-to-our-mailing__lista-title {
        font-size: 36px;
    }

    .footer-company-img-desctop {
        display: none;
    }

    .footer-company-img-mobile {
        display: block;

        margin-left: 0;

        margin-bottom: 36px;
    }

    .ft-pr-box {
        display: block;
    }

    .ft-pr-box div {
        width: auto;
    }

    .img-window-inst-additional {
        width: 100%;

        height: 30vh;
    }

    .window-inst-additional-section-blue__box p {
        width: auto;
    }

    .window-inst-additional-section-blue__box-pdf-box {
        margin-left: 10px;

        width: 100%;
    }

    .window-inst-additional-video-item--title {
        font-size: 26px;

        line-height: 1.3;
    }

    .warning-box-video {
        flex-wrap: wrap;
    }

    .warning-box-video-text {
        padding-left: 0;
    }

    .window-inst-additional-video-box {
        padding: 10px;
    }

    .window-inst-additional-section .sub_title_white--text {
        line-height: 1.3;
    }

    .window-inst-additional-3-colum-box--item {
        width: 100%;
    }

    .featured-products__partner-title {
        font-size: 38px;

        margin-bottom: 22px;
    }

    .page-id-305
        .partner-page-custom-img-hero-section
        .wsr-partner-section__description__img,
    .page-id-312
        .partner-page-custom-img-hero-section
        .wsr-partner-section__description__img {
        width: auto;

        height: 140px;
    }

    .amr_arc li:first-child,
    .amr_arc li:last-child {
        width: 100%;
    }

    .wrapper .amr_arc {
        float: left;

        width: 100%;

        max-width: 100%;

        padding: 0;

        margin: 0;
    }

    .container-gallery .testimonial-section {
        width: 100%;
    }

    .container-gallery {
        flex-direction: column-reverse;
    }

    .img-singel-gallery-item img {
        height: 30vh;
    }

    .container-gallery .main-our__work-page--section {
        width: 100%;
    }

    .container-gallery .slider-testimonial-item {
        width: auto;

        padding: 0;
    }

    .container-gallery .img-singel-gallery-item img {
        height: 30vh;
    }

    .wpcf7 .f-group.f-col {
        width: calc(100% - 10px);
    }

    .faqs_section-services-page input:checked ~ .tab-content {
        max-height: 100vh;

        padding: 1em;

        display: block;
    }

    .faqs_section-services-page .tab-content {
        max-height: 0;

        padding: 0 1em;

        color: #2c3e50;

        background: #fff;

        transition: all 0.35s;

        display: none;
    }

    .blog-btn-desctop-vsbl {
        display: none;
    }

    .blog-btn-vsbl-mobl {
        display: block;

        margin-bottom: 0px;

        margin-top: 10px !important;
    }

    .section-blog-top-box {
        margin-bottom: 0;
    }

    .blog-section-description {
        margin-bottom: 30px;
    }

    .comment-form-author,
    .comment-form-email {
        width: 100%;

        margin-right: 0;
    }

    #comments {
        padding: 20px;

        margin-bottom: 40px;
    }

    .comments-title {
        font-size: 30px;

        line-height: 1.3;
    }

    .comment-body {
        font-size: 16px;
    }

    .single-gallery-hero_btn-box .single-gallery-hero_btn-box-white {
        width: 100%;
    }

    section.section-our__work-home.landning-m-fix {
        margin-top: 30px;
    }

    .landing-bottom-footer .flex-box {
        justify-content: center;
    }

    .landing-bottom-footer .header-phone-btn {
        margin-top: 20px;
    }

    .section--landing_map .section-blue-title {
        font-size: 35px;
    }

    .form-landig-hero label {
        width: 100%;
    }

    .our-services__section--description-landing
        .our-services__section--description-item {
        font-size: 24px;
    }

    .windows-yuotube_box_for_video h6 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 400px) {
    .footer-logo {
        height: auto;

        width: 100%;
    }

    .sidebar-blog-page__custom {
        width: 250px;
    }
}

@media only screen and (max-width: 375px) {
    .testimonial-section .section-blue-title::after {
        width: 300px;
    }

    .wsr-slider__section .btn-green-section-arrow__img {
        display: none;
    }

    .wsr-slider__section .btn-white-section img {
        display: none;
    }

    .window-inst-additional-section .sub_title_white--text {
        font-size: 23px;
    }

    .page-id-4476 .wst-flex-box__title {
        font-size: 40px;

        line-height: 1.3;
    }

    .topnav a.scroll-mobile-number {
        font-size: 14px;
    }
}

@media only screen and (max-width: 360px) {
    .logo-img img {
        height: 20px;
    }
}

@media only screen and (max-width: 350px) {
    .header-customs-scroll .logo-img img {
        height: 18px;
    }

    .topnav a.scroll-mobile-number {
        font-size: 11px;
    }

    .sidebar-blog-page__custom {
        width: 280px;
    }

    .page-id-48 .page-custom-vision-hero .wst-flex-box__title {
        padding-left: 0;

        font-size: 40px;
    }

    .footer-social-box__social ul {
        display: flex;

        flex-wrap: wrap;
    }

    .footer-social-box__social ul li {
        margin-bottom: 15px;
    }
}

/* ===================================================== */

/* #main-content {

	overflow-x: hidden !important;

} */

.modal-wrap {
    position: fixed;

    z-index: 9999999;

    background: #e9ecf2;

    top: 0;

    left: 0;

    bottom: 0;

    right: 0;

    display: none;

    overflow: auto;

    -webkit-overflow-scrolling: touch;
}

.modal-container {
    margin: 0 auto;

    width: 1205px;

    max-width: 97%;

    position: relative;

    height: 100%;

    z-index: 10;
}

.modal-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    padding-top: 38px;

    margin-bottom: 38px;
}

.modal-logo {
    width: 280px;
}

.modal-logo img {
    width: 100%;
}

.modal-close {
    cursor: pointer;

    color: #fb3b3b;
}

.modal-close:hover {
    cursor: pointer;

    opacity: 0.5;
}

.modal-content {
    width: 600px;

    max-width: 100%;

    border-radius: 0px;

    padding: 10px;

    background: #fff;

    margin: 0 auto;

    box-shadow: 20px 20px 50px rgb(0 26 66 / 10%);
}

.modal-content iframe {
    height: 480px;

    min-height: 100%;
}

@media (max-width: 1200px) {
    .modal-logo {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .modal-top {
        padding-top: 30px;

        margin-bottom: 30px;
    }

    .modal-container {
        max-width: 96%;
    }

    .modal-content {
    }

    .cta-type__block_custom .wp-block-spacer {
        height: 40px !important;
    }
    .cta-type__block_custom p {
        font-size: 42px !important;
    }

    .cta-type__block_custom .wp-block-button__link {
        margin-bottom: 0 !important;
    }

    .windows-yuotube_box_for_video {
        flex-wrap: wrap;
    }

    .windows-yuotube_box_for_video--1,
    .windows-yuotube_box_for_video--2 {
        width: 100%;
    }
}

@media (max-width: 545px) {
    .modal-top {
        padding-top: 20px;

        margin-bottom: 20px;
    }

    .modal-content {
        padding: 0px;
    }

    .modal-close {
        position: relative;

        bottom: -50px;

        right: 15px;

        z-index: 20;
    }
}

.project-text-description {
    margin-bottom: 60px;
    color: #475468;
    line-height: 30px;
    padding-right: 22px;
}

.turnstile-wrapper {
    width: 100%;
    margin-bottom: 7px;
    margin-right: 5px;
    text-align: right;
}
.subscrib-section-box .turnstile-wrapper {
    text-align: center;
}
.subscrib-section-box .wpcf7 .wpcf7-form {
    position: relative;
    margin: 0;
    display: block !important;
    padding-top: 0;
}
@media (min-width: 1200px) {
    .form-landig-hero .turnstile-wrapper {
        max-width: 363px;
        margin-right: 0;
    }
}
.remodeling-section {
    /* background: linear-gradient(76.35deg, #f0f4fa 13.66%, #ffffff 74.97%); */
    background: linear-gradient(256.35deg, #f0f4fa 13.66%, #ffffff 74.97%);
    padding-bottom: 60px;
}
/* edits */
.cta-type__block_custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* New LP */
.page-template-page-LP
    .wsr-slider__section
    .flex-box
    .flex-box-half:last-child {
    margin-bottom: 250px;
}

.page-template-page-LP .simple-section {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(100.29deg, #153361 0%, #1b2635 100%);
    padding: 60px 0;
}

.page-template-page-LP .simple-section .green-section-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.page-template-page-LP .simple-section h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    color: #ffffff;
    margin-bottom: 20px;
}

.page-template-page-LP .simple-section .section-text {
    font-family: 'aeroportregular', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    opacity: 0.5;
}

.page-template-page-LP .simple-section .sub_title_white {
    justify-content: center;
}

.page-template-page-LP .flex-box-informaion-decoration {
    margin: 5px 0;
}

.lp-contacts-section {
    margin-bottom: 80px;
}

.lp-contacts-section ul {
    list-style-image: url('https://2flwindowsandsiding.com/wp-content/themes/windowsidingroofing/assets/images/long_arrow_yellow.svg');
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 34px;
    color: #475468;
    padding-left: 30px;
}

.lp-contacts-section ul li {
    margin: 15px 0;
}

.video-section {
    padding: 64px 20px;
}

.video-grid {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.video-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 39px;
    color: #132c52;
    margin-bottom: 20px;
    height: 78px;
}

.video-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

@media (max-width: 768px) {
    .video-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .video-title {
        font-size: 20px;
    }

    .page-template-page-LP .wst-flex-box__title.roofing-page {
        margin-top: 30px;
        font-size: 40px;
        line-height: 120%;
    }

    .page-template-page-LP
        .wsr-slider__section
        .flex-box
        .flex-box-half:last-child {
        margin-bottom: 50px;
    }

    .video-section {
        padding: 30px 10px;
    }

    .video-title {
        height: auto;
        line-height: 115%;
    }

    .page-template-page-LP .simple-section h2 {
        margin-bottom: -7px;
    }

    .page-template-page-LP .simple-section .section-text {
        text-align: center;
    }

    .page-template-page-LP .contact-page-small-title {
        font-size: 24px;
        line-height: 120%;
    }

    .page-template-page-LP .flex-box-informaion-decoration {
        margin: 15px 0;
    }
}
.landing-footer-links {
    /* display: flex;
    flex-wrap: wrap;
    gap: 10px; */
}
.landing-footer-links a {
    font-family: 'aeroportregular';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #132c52;
    transition: all 0.3s ease-in;
    margin-right: 25px;
}
@media (width < 768px) {
    .landing-footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
        margin-bottom: 35px;
    }
    .landing-footer-links a {
        margin-right: 0px;
    }
}
